html, body {
	background: url('/images/bg-repeat.gif');
	background-position: top center;
	background-repeat: repeat-x;
	top: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border: 0;
	position: relative;
	
}
img {
	border: 0;
}

#background_wrapper {
	background: url('/images/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 535px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}
#pagewrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
}

#logo {
	position: relative;
	top: 22px;
	float: left;
	width: 275px;
	height: 60px;
	background-image: url('/images/imiflogo.png'); 
}

#cart { 
	position: relative; 
	top: 75px; 
	right: 20px;
	width: 350px; 
	height: 30px; 
	background: url('/images/cart_grad.gif');
	background-repeat: repeat-x;
	float: right;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;

}

	#cart_icon {
	position:absolute; 
	top: -5px;
	}
	#cart_country {
		position: absolute;
		top:0;
		right: 0;
		background: url('/images/country_grad.gif');
		background-repeat: repeat-x;
		font-family: Helvetica;
		font-size: 11px;
		padding-left: 10px;
		padding-right: 15px;
		padding-top: 6px;
		white-space: nowrap;
		height: 15px;
		-webkit-border-bottom-left-radius: 5px; 
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		vertical-align: bottom;
		text-decoration: none;
	}
	#cart_country a {
		text-decoration: none;
		color: black;
	}
	.dialog {
		display: none;
	}
	#country_list_manual {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		font-family: Helvetica;
		font-size: 12px;
		text-decoration: none;
		
	}
	#country_list ul {
		width: 100%;
		left: 0;
		padding-left: 0;

	}
	#country_list  li {
		list-style: none;
		line-height: 20px;
		width: 100%;
		left: 0;
		float: left;
		text-decoration: none;
	}
	#country_list a {
		text-decoration: none;
	}
	#country_list li:hover {
		background: #a6c9e2;
	}

	#cart_text {
		position: absolute; 
		left: 50px; 
		width: 228px; 
		height: 20px; 
		bottom: 1px;  
		text-align: center; 
		font-family: Helvetica; 
		font-weight: bold; 
		font-size: 12px; 
		color: #636363;
	}
	
	#cart_checkout {
		position: absolute; 
		right: -5px; 
		bottom: 5px;
	}
	
	#cart_free_shipping {
		position: relative;
		color: #007700;
		font-family: Helvetica;
		font-size: 12px;
		float: right;
		height: 20px;
		width: 90px;
	}

#menubar {
	position: relative; 
	top: 105px; 
	width: 980px; 
	height: 35px; 
	
	background: url('/images/menubar_grad.gif');
	background-repeat: repeat-x;
	border-bottom: 1px #c7c7c7 solid;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

	#menubar ul {
		position: absolute;
		left: 15px;
		margin: 0px;
		margin-left: 0px;
		padding: 0;
		list-style-type: none;
		height: 33px;
		width: 600px;
		margin: auto;
	}
	#menubar li {
		float: left;
	}
	#menubar ul a {
		background-image: url('/images/menubar_separator.gif');
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 7px;
		padding-left: 7px;
		display: block;
		line-height: 40px;
		text-decoration: none;
		font-family: Helvetica;
		font-size: 15px;
		font-weight: bold;
		color: #4575a3;
	}
	#menubar ul a:hover{ 
		color: #154573;
	}
	
	#menubar_search {
		position: absolute;
		right: 0px;
		height: 45px;
		width: 350px;
	}
	#block_search_div { margin-left: auto; margin-right: auto; text-align: center; margin-top: 20px; margin-bottom: 20px; width: 450px; }
	#menubar_search input, #block_search {
		margin-left: 8px;
		margin-top: 8px;
		padding-left: 5px;
		width: 285px;
		height: 19px;
		background: url('/images/search_grad.gif');
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border: 1px;
		
	}
#pagetitle {
	display: none;
	position: relative;
	background: #ffffff;
	top: 82px;
	height: 18px;
	width: 970px;
	border-bottom: 1px #c7c7c7 solid;
	font-family: Helvetica;
	color: #4275a0;
	font-size: 12px;
	text-align: left;
	left: 0;
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	

	
}

#pagecontents{
	position: relative;
	top: 81px;
	min-height: 300px;
	background: white;
	width: 980px;
	font-family: Helvetica;
	font-size: 12px;
}

#pagecontents h1 {
	font-size: 14px;
	font-weight: bold;
	color: #4f7aa2;
	padding-left: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#pagecontents h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}



#promotions {
	top: 0;
	position: relative; 
	width: 980px; 
	height: 350px; 
}
	#promotion_arrow {
		position: absolute;
		top: 340px;
		left: 92.5px;
		width: 20px;
		height: 10px;
		background-image: url('/images/up.gif');
		z-index: 99;
		
	}
	#largepromo1 {
		position: absolute;
		top: 0; left: 0;
		width: 980px;
		height: 350px;
		background-image: url('/images/large_promo_2.jpg');
	}
	#largepromo2 {
		position: absolute;
		top: 0; left: 0;
		width: 980px;
		height: 350px;
		background-image: url('/images/large_promo_3.jpg');
		display: none;
	}
	#largepromo3 {
		position: absolute;
		top: 0; left: 0;
		width: 980px;
		height: 350px;
		background-image: url('/images/large_promo_1.jpg');
		display: none;
	}
	#largepromo4 {
		position: absolute;
		top: 0; left: 0;
		width: 980px;
		height: 350px;
		background-image: url('/images/large_promo_3.jpg');
		display: none;
	}
	#largepromo5 {
		position: absolute;
		top: 0; left: 0;
		width: 980px;
		height: 350px;
		background-image: url('/images/large_promo_2.jpg');
		display: none;
	}


#promotion_selector {
	position: relative; 
	top:0;
	width: 980px; 
	height: 155px; 
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px;
}

	#promotion_selector ul {
		position: absolute;
		left: 0px;
		margin: 0px;
		margin-left: 0px;
		padding: 10px;
		list-style-type: none;
		height: 45px;
		width: 980px;
		margin: auto;
	}
	#promotion_selector li {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 9px;
		display: block;
		float: left;
		line-height: 40px;
	}

	#promo1 {
		background-image: url('/images/promo_2.jpg');
		background-position: 0 0;
		width: 185px;
		height: 114px;
	}
	#promo1:hover{
		background-position: 0 0;
	}

	#promo2 {
		background-image: url('/images/promo_3.jpg');
		background-position: -185px 0;
		width: 185px;
		height: 114px;
	}
	#promo2:hover{
		background-position: 0 0;
	}

	#promo3 {
		background-image: url('/images/promo_1.jpg');
		background-position: -185px 0;
		width: 185px;
		height: 114px;
	}
	#promo3:hover{
		background-position: 0 0;
	}

	#promo4 {
		background-image: url('/images/promo_3.jpg');
		background-position: -185px 0;
		width: 185px;
		height: 114px;
	}
	#promo4:hover{
		background-position: 0 0;
	}

	#promo5 {
		background-image: url('/images/promo_2.jpg');
		background-position: -185px 0;
		width: 185px;
		height: 114px;
	}
	#promo5:hover{
		background-position: 0 0;
	}



#home_contents {
	position: relative; 
	top: 0px;
	width: 980px; 
	float: left;

}

	#news {
		position: relative; 
		float: left;
		top: 0px; 
		width: 550px; 
		background: #ffffff; 
		margin-left: 0px; 
		margin-right: auto;
	}

	#brands {
		position: relative; 
		float: right;
		top: 0px; 
		width: 410px; 
		margin-right: auto;
		margin-bottom: 0;
	}

#footerwrapper {
	position: relative;
	width: 100%;
	background-image: url('/images/footer_bg.gif');
	background-repeat: repeat-x;
	bottom: -128px;	
}

#footer {
	position: relative;
	width: 980px;
	height: 220px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	
}
	#footer ul {
		position: absolute;
		left: 5px;
		margin: 0px;
		margin-left: 0px;
		padding: 0;
		list-style-type: none;
		margin: auto;
		padding: 20px;
	}
	#footer li {
		
	}
	#footer ul a {
		padding-right: 12px;
		padding-left: 12px;
		display: block;
		line-height: 20px;
		text-decoration: none;
		font-family: Helvetica;
		font-size: 14px;
		
		color: #557a94;
	}
	#footer ul a:hover{ 
		color: #7a9fb9;
	}
	
	#footer_newsletter {
		position: relative;
		top: 15px;
		width: 430px;
		left: 245px;
		height: 140px;
		background-color: #95c0e5;
	}
	
	#footer_newsletter_title {
		padding-left: 13px;
		padding-top: 4px;
		font-size: 18px;
		font-family: Helvetica;
		color: #557a94;
	}
	
	#footer_newsletter_form_text input {
		width: 250px;
		margin: 10px;
		height: 20px;
		font-family: Helvetica;
		font-size: 14px;
	}
	#footer_newsletter_submit {
		position: absolute;
		top:27px;
		left: 270px;
	}
	#footer_newsletter_description {
		font-style: italic;
		font-size: 12px;
		font-family: Helvetica;
		color: #557a94;
		width: 100%;
		text-align: center;
	}

	
	#footer_right {
		position: absolute;
		top: 20px;
		float: right;
		right: 10px;
		width: 245px;
		text-align: right;
	}
	#footer_right_logo {
		background-image: url('/images/imiflogo_footer.jpg');
		background-position: right;
		background-repeat: no-repeat;
		position: relative;
		height: 46px;
		width: 100%;
		
		right: 30px;
		
		
	}
	#footer_right_address {
		position: relative;
		text-align: right;
		float: right;
		right: 30px;
		font-family: Helvetica;
		font-weight: bold;
		font-size: 13px;
		color: #557a94;
		width: 100%;
	}
	.footer_right_address_left{
		position: absolute; 
		left: 0;
		padding-top: 2px;
		padding-right: 8px;
		padding-left: 8px;
		padding-bottom: 2px;
	}
	.footer_right_address_right {
		background: #557a94; 
		color: #a6c6e6; 
		position: absolute; 
		right: 0;
		padding-top: 2px;
		padding-right: 8px;
		padding-left: 8px;
		padding-bottom: 2px;
	}
	#copyright {
		position: absolute;
		color: #7da6bd;
		font-family: Helvetica;
		font-size: 10px;
		text-align: center;
		bottom: 3px;
		width: 100%;	
	}
	
	
	
	.currency {
		font-size: 9px;
		display: inline;
	}
	
	
	
	
	
	
	
	/* Page specific CSS */
	
	/* Categories: */
	.category_title {
		font-size: 13px;
		font-weight: bold;
		color: #4f7aa2;
		padding-left: 10px;
		padding-bottom: 10px;
		text-decoration: none;
	}
	.category_title a {
		color: #4f7aa2;
		text-decoration: none;
	}
	.category_title a:hover {
		text-decoration: underline;
	}
	.category_title img {
		display: block;
		margin: 0 auto;
	}
	.category_subcats {
		width: 200px;
		float: left;
		border: 3px solid #ff7700;
		height: auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px;
	}
	.category_subcats a {
		text-decoration: none;
		color: black;
	}
	.category_subcats a:hover {
		text-decoration: underline;
		color: black;
	}
	
	.category_box {
		width: 185px; 
		height: 150px; 
		margin-left: 3px; 
		margin-right: 3px; 
		margin-top: 5px;
		margin-bottom: 5px;
		float: left; 
		position: relative;
		border: 1px solid #cccccc; 
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-align: center;
	}
	.category_box img {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		vertical-align: middle;
		margin: auto;
		display: block;
		max-height: 120px;
		max-width: 180px;
	}
	.category_box_text_overlay {
		position: absolute; 
		width: 185px; 
		height: 20px; 
		bottom: 0;
		background: #000000; 
		opacity: 0.7; 
		text-align: center; 
		color: #ffffff;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px; 
		-webkit-border-bottom-right-radius: 5px;
		
		font-family: Arial;
		font-weight: bolder;
		font-size: 12px;
		padding-top: 6px;
		text-overflow: ellipsis;
	}	

	.category_box_text_overlay a { 
		color: #ffffff;
		text-decoration: none;
	}
	
	
	
	/* LOADING */
	#loading {
		font-family: Helvetica;
		font-size: 16px;
		font-weight: bold;
		color: #a6c9e2;
		text-align: center;
	}
	.hiddenPic {
		display: none;
	}	
	
	
	/* Search: */
	#search_result_page {
		position: relative;
		float: left;
		width: 980px;
		margin-bottom: 20px;
	}
	.search_categories {
		text-align: left;
		padding-left: 120px; 
		font-size: 14px; 
		font-weight: bold; 
		text-decoration: none;
	}
	.search_categories a {
		text-decoration: none;
		color: #0000DD;
	}
	
	.search_result {
		position: relative;
		width: 470px;
		background: #c8def5;
		height: 118px;
		float: left;
		margin: 10px;
		text-overflow: none;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-left-radius: 5px; 
		-webkit-border-top-right-radius: 5px;	
	}
	
	.search_page_selector {
		width: 980px;
		text-align: center;
		font-family: Helvetica;
		font-size: 12px;
		color: #4f7aa2;
		font-weight: bold;
	}
	
	.search_page_selector a{
		padding: 5px;
		text-decoration: none;
		color: #4f7aa2;
	}
	
	.search_page_selector_selected a {
		background: #4f7aa2;
		padding: 5px;
		color: white;
		text-decoration: none;
	}
	
	.search_result_sold_out{
		height: 65px;
		width: 65px;
		background-image: url('/images/soldout.gif');
		position: absolute;
		top: -93px;
		right: 0;
	}
	.search_result_notify {
		position: absolute;
		float: right;
		top: 5px;
		left: 235px;
	}
	
	.search_result_image {
		height: 100px;
		width: 130px;
		float: left;
		background: white;
		border-top: 1px solid #c8def5;
		border-left: 1px solid #c8def5;
		/*-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px; */
	}
	.search_result_image img {
		max-height: 90px;
		max-width: 130px;
	}
	.search_result_name, .search_result_name a{
		position: relative;
		margin: 4px;
		top: 0;
		margin: 0;
		height: 18px;
		font-size: 16px;
		font-weight: bold;
		color: #48759e;
		font-family: Helvetica;
		overflow: hidden;
		text-decoration: none;
		
	}
	.search_result_description {
		position: relative;
		margin: 4px;
		top: 10px;
		font-size: 12px;
		font-family: Helvetica;
		color: #48759e;
		font-weight: normal;
		height: 57px;
		overflow: hidden;
	}
	.search_result_description a {
		text-decoration: none;
		color: #48759e;
		
	}
	.search_result_addon {
		position: absolute;
		width: 100%;
	}
	.search_result_price {
		position: relative;
		background: #a5bbc8;
		height: 30px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px; 
		-webkit-border-bottom-right-radius: 5px;		
		margin: 0;
		top: 10px;
		font-family: Helvetica;
		font-weight: bold;
		font-size: 18px;
		color: white;
		text-shadow: 1px;
	}
	.search_result_price input {
		position: relative;
		float: right;
		right: 7px;
		top: -16px;
	
	}
	.search_result_free_shipping {
		font-family: Helvetica;
		font-size: 11px;
		font-weight: bold;
		width: 100px;
		color: #005500;
		top: 5px;
		left: 10px;
		margin-top: 2px;
		position: absolute;
		text-align: center;
		display: inline;
	}
	
	
	
	
	
	/* Store Locations */
	
	.store_locations_left {
		position: relative;
		float: left;
		height: 450px;
		width: 250px;
		background-image: url('/images/store_locations.jpg');
		background-repeat: no-repeat;
	}
	.store_locations_right {
		position: relative;
		float: left;
		height: 450px;
		margin-left: 40px;
		font-family: Helvetica;
		font-size: 12px;
	}
	
	table.store_locations {
		margin-bottom: 40px;
		background-color: white;
		font-family: Helvetica;
		font-size: 12px;
		position: relative;
		float: left;
	}
	.store_locations th {
		
		padding: 3px;
		border-style:  none;
		background-color: #48759e;
		color: white;
	}
	.store_locations td {
		padding: 3px;
	}
	.store_locations_b td {
		padding: 3px;
		background: #aaaaaa;		
	}
	
	
	/* Contact Us */
	
	.contact_left {
		position: relative;
		float: left;
		height: 450px;
		width: 250px;
		background-image: url('/images/contact.jpg');
		background-repeat: no-repeat;
	}
	.contact_right {
		position: relative;
		float: left;
		height: 450px;
		margin-left: 40px;
		font-family: Helvetica;
		font-size: 12px;
	}
	.contact_right label {
		float: left;
		width: 165px;
		height: 30px;
	}
	.contact_right br {
		clear: both;
	}
	.contact_right input, .contact_right textarea, .contact_right select {
		width: 360px;
	}
	
	
	#captcha_code, #contact_submit {
		width: 155px;
	}
	
	
	
	/* Products */
	.product_page_image {
		float: left;
		width: 280px;
		min-height: 230px;
		text-align: center;
		padding: 10px;
	}
	.product_page_image img{
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		
	}
	.product_page_text {
		float: left;
		width: 460px;
		padding: 10px;
	}
	.product_page_text div {
		float: left;
		min-width: 70px;
		padding: 3px;
	}
	.product_page_text br {
		clear: both;
	}
	.product_page_text_title {
		font-size: 18px;
	}
	
	.product_page_addtocart {
		position: absolute;
		right: 0;
		top: 30px;
		padding: 30px;
		width: 200px;
		background: #cccccc;
		padding: 20px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft:  5px;
		-webkit-border-top-left-radius: 5px; 
		-webkit-border-bottom-left-radius: 5px;
	}
	.product_page_free_shipping {
		color: #007700;
		font-family: Helvetica;
		font-size: 13px;
		font-weight: bold;
		padding-top: 5px;
	}
	.product_page_longdescription {
		clear: left;
		width: 630px;
		padding: 10px;
	}
	
	.also_bought {
		border: 3px solid #ff7700;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		width: 700px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
	}
	.also_bought td {
		text-align: center;
		border-right: 1px dotted #ff7700;
		vertical-align: bottom;
	}
	.also_bought td a {
		text-decoration: none;
		color: black;
	}
	.also_bought_free_shipping {
		color: #007700;
		font-family: Helvetica;
		font-size: 12px;
		font-weight: bold;
		padding-top: 5px;
	}
	
	.products_section_header {
		position: relative;
		font-family: Helvetica;
		font-size: 15px;
		font-weight: bold;
		color: #4575a3;
		padding: 30px;
		clear: both;
		line-height: 20px;
	}
	.products_section_content {
		position: relative;
		float: left;
		width: 130px;
		height: 180px;
		text-align: center;
		font-family: Helvetica;
		font-size: 12px;
		font-weight: normal;
		overflow: hidden;
		margin-bottom: 35px;
		margin-left: 10px;
		margin-right: 10px;
		
	}
	.products_section_content img {
		position: relative;
		top: 0;
		max-height: 100px;
		max-width: 130px;
	}
	.products_section_content_text {
		position: absolute;
		font-family: Helvetica;
		top: 100px;
		text-align: center;
		width: 100%;
	}
	.products_section_content_text a {
		text-decoration: none;
		color: #4f7aa2;
		font-size: 12px;
	}	
	.products_section_free_shipping {
		color: #007700;
		font-size: 10px;
	}
	
	.products_top_sellers {
		position: absolute;
		float: right;
		right: 30px;
		width: 240px;
		border: 1px solid black;
		font-family: Helvetica;
		font-size: 12px;
	}
	.products_topsellers_content {
		font-family: Helvetica;
		text-decoration: none;
		color: black;
		clear: both;
	}
	.products_topsellers_content a {
		text-decoration: none;
		color: black;
	}
	
	.products_topsellers_content img {
		float: left;
	}
	.products_topsellers_content br  {
	
	}
	
	

	
	
	/* CART */
	.cart_page {
		font-family: Helvetica;
		font-size: 12px;
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.cart_page th {
		font-weight: bold;
		font-family: Helvetica;
		font-size: 12px;
		text-align: left;
	}
	.cart_page table {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.cart_page h1 {
		font-family: Helvetica;
		font-size: 16px;
		color: #4f7aa2;
		position: relative;
		left: -20px;
	}
	.cart_page form {
		display: inline;
	}
	.cart_page_div_left {
		width: 200px;
		float: left;
		font-size: 12px;
		padding-left: 5px;
	}
	.cart_page_div_right {
		float:left;
		margin-bottom: 5px;
		font-size: 12px;
	}
	.cart_page_div_right a{
		font-size: 9px;
	}
	.cart_page_checkout {
		width: 120px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.cart_page_checkout a {
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		color: black;
	}
	
	
	.checkout_left, .loyalty_left, #loyalty_contact_review_contact {
		float: left;
		width: 460px;
		margin-left: 20px;
		margin-right: 10px;
	}
	
	.checkout_right, .loyalty_right {
		float: left;
		width: 460px;
		margin-left: 10px;
		margin-right: 20px;
	}
	#checkout_shipping_firstname, #checkout_billing_firstname, #loyalty_firstname {
		width: 120px;
		margin-left: 25px;
		margin-bottom: 2px;
	}
	#checkout_shipping_lastname, #checkout_billing_lastname, #loyalty_lastname {
		width: 178px;
		margin-left: 2px;
		margin-bottom: 2px;
	}
	#checkout_shipping_phone, #checkout_billing_phone, #loyalty_phone {
		width: 149px;
		margin-left: 25px;
		margin-bottom: 2px;
	}
	#checkout_shipping_mobile, #checkout_billing_mobile, #loyalty_mobile {
		width: 149px;
		margin-left: 2px;
		margin-bottom: 2px;
	}
	#checkout_shipping_address1, #checkout_billing_address1, #loyalty_address1, #checkout_shipping_email, #checkout_billing_email, #loyalty_email {
		width: 306px;
		margin-left: 25px;
		margin-bottom: 2px;
	}
	#checkout_shipping_address2, #checkout_billing_address2, #loyalty_address2, #checkout_shipping_country, #checkout_billing_country {
		width: 306px;
		margin-left: 25px;
		margin-bottom: 2px;
	}
	#checkout_shipping_suburb_au, #checkout_billing_suburb_au, #loyalty_suburb_au {
		width: 178px;
		margin-left: 25px;
		margin-bottom: 2px;
	}
	#checkout_shipping_state, #checkout_billing_state, #loyalty_state {
		width: 40px;
		margin-left: 0;
		margin-bottom: 2px;
	}
	#checkout_shipping_postcode, #checkout_billing_postcode, #loyalty_postcode {
		width: 70px;
		margin-left: 0;
		margin-bottom: 2px;
	}
	
	
	#checkout_payment_ccno, #checkout_payment_giftcard {
		width: 208px;
		margin-left: 2px;
		margin-bottom: 2px;
	}
	#checkout_payment_securitycode, #checkout_payment_giftcardactivationcode {
		width: 90px;
		margin-left: 2px;
		margin-bottom: 2px;
	}
	
	#shipping_entry_form {
/*	display: none;*/
	}
	
	#shipping_details_review, #payment_details_review, #loyalty_contact_details_review {
		display: none;
		
	}
	
	#shipping_details_review_contact, #payment_details_review_contact {
		font-size: 11px;
		color: #777;
	
	}
	#shipping_details_review_contact div, #payment_details_review_contact div {
		float: left;
		margin-left: 20px;
		margin-right: 40px;
	}
	
	
	
	#payment_entry_form {
		display: none;
		
	}
	
	.payment_checkbox {
		font-size: 12px;
		color: blue;
		font-weight: bold;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	//Autosuggest:
	
div.autosuggest, #as_checkout_shipping_suburb_au
{
	font-family: Helvetica;
	font-size: 10px;
	position: absolute;
	background-image: url(/images/img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(/images/img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(/images/img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(/images/img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(/images/img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(/images/img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(/images/img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(/images/img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(/images/img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

