/* CSS Document */
* {
-webkit-touch-callout:none;
}

body{
	background:url(/images/body_bgr.jpg) top center;
	/*background:url(/images/xmas_body_bgr.jpg) top center repeat-y #e5e5e5;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#747474;
}

a{
	text-decoration:none;
	color:#e16527;
}

a:hover{
	color:#2f559e;
}

p{
	text-align:justify;
}

h1{
	font-weight:normal;
	padding:0 0 10px 20px;
	font-size:22px;
	color:#e16527;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2{
	font-weight:normal;
	font-size:18px;
	color:#404040;
	padding:14px 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3{
	font-weight:normal;
	font-size:18px;
	color:#606060;
	background:#ebebeb;
	padding:2px 8px;
	margin-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #d3d3d3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.on_offer_overlay_small, .top_seller_overlay_small{
	width:83px;
	height:65px;
	position:absolute;
	background:url(/images/on_offer_overlay_small.png) no-repeat;
	margin-left:147px;
	float:right;
}

.top_seller_overlay_small{
	background:url(/images/top_seller_overlay_small.png) no-repeat;
}

.on_offer_large{
	width:83px;
	height:65px;
	position:absolute;
	margin-left:216px;
	float:right;
}

.on_offer_overlay_small a{
	display:block;
	width:83px;
	height:65px;
}

#stock{
	padding:8px 0 0 0;
}

#container{
	width:958px;
	
	padding:0 11px 11px 11px;
	border:1px solid #d3d3d3;
	border-top:none;
	margin:0 auto 40px auto;
	background:#fff;
	/*background:url(/images/xmas_container_bg.jpg) no-repeat #fff;*/
}

#header{
	height:94px;
	background:url(/images/header_bg.jpg) no-repeat center 36px;
	/*background:url(/images/xmas_header_bg.png) no-repeat center 36px;*/
}

#logo{
	width:167px;
	height:84px;
	padding:2px 0 0 3px;
	float:left;
}

#account_login{
	width:600px;
	padding:3px 2px 0 0;
	float:right;
	clear:right;
	text-align:right;
	font-size:10px;
	color:#7B7B7B;
}

#contact_tel{
	width:400px;
	padding-top:14px;
	float:right;
	clear:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:38px;
	color:#f16125;
}

#menu_container{
	border:1px solid #d3d3d3;
	border-bottom:none;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	height:38px;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(/images/menu_border.jpg) repeat-x bottom;
}

#search_results_container{
	position:absolute;
	z-index:3000;
}

#search_results{
	background:#fff;
	position:relative;
	top:22px;
	left:30px;
	width:150px;
	font-size:11px;
	padding:10px;
	border:1px solid #d3d3d3;
	border-top:none;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
}

.menu_item_home{
	float:left;
	border-bottom:1px solid #d3d3d3;
	height:37px;
}

.menu_item_home a{
	height:31px;
	padding:7px 14px 0 14px;
	display:block;
}

.menu_item_home_sel{
	height:32px;
	padding:7px 14px 0 14px;
	float:left;
	position:relative;
	background:#fff;
}

.menu_item{
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	height:37px;
	float:left;
}

.menu_item a, .menu_item_sel a{
	height:30px;
	padding:8px 17px 0 18px;
	display:block;
	color:#5d5d5d;
}

.menu_item a:hover{
	color:#e16527;
}

.menu_item_sel{
	border-left:1px solid #d3d3d3;
	float:left;
	position:relative;
	background:#fff;
	height:39px;
}

.menu_item_sel a{
	color:#e16527;
}

#search_container{
	width:188px;
	height:28px;
	padding:9px 14px 0 10px;
	float:right;
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}

#search_left{
	width:10px;
	height:22px;
	float:left;
	background:url(/images/search_left_bg.jpg) no-repeat
}

#search_middle{
	width:148px;
	height:20px;
	float:left;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	overflow:hidden;
}

.search-input{
	width:148px;
	height:18px;
	padding-top:1px;
	background:url(/images/white.jpg) #fff;
	color:#989898;
	border:none;
}

#search_right{
	width:28px;
	height:22px;
	float:left;
}

.search-button{
	width:28px;
	height:22px;
	background:url(/images/button_search.jpg) no-repeat;
	border:none;
	cursor:pointer;
	padding:0;
	margin:0;
}

#content_container{
	border:1px solid #d3d3d3;
	border-top:none;
	padding-top:19px;
	width:956px;
	background:url(/images/content_section.jpg) repeat-x;
}

#content_left{
	width:220px;
	padding-left:9px;
	float:left;
}

#content_right{
	width:727px;
	float:left;
}

.side_menu_container{
	padding:0 0 10px 0;
	border:1px solid #d3d3d3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#f7f7f7;
	font-size:12px;
	color:#5d5d5d;
	margin-bottom:16px;
}

.side_menu_container h2{
	padding:8px 10px 8px 10px;
	border-top:1px solid #d3d3d3;
}

.category_level2, .category_level2_sel, .category_level2_open{
	padding:0 10px 0 59px;
	background:#fff;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.category_level2 a, .category_level2_sel a, .category_level2_open a{
	display:block;
	padding:8px 0;
	color:#5d5d5d;
	background:url(/images/cat_menu_2.jpg) no-repeat right center;
}

.category_level2_sel a, .category_level2_sel a{
	color:#f48246;
	background:url(/images/cat_menu_2_hover.jpg) no-repeat right center;
}

.category_level2 a:hover{
	color:#f48246;
}

#basket_container, #newsletter_container{
	padding:0 10px 8px 10px;	
}

#basket_container h2, #newsletter_container h2{
	padding:8px 10px 12px 0;
	border:none;
}

#basket_link{
	margin-left:72px;
	font-size:10px;
	padding:14px 8px 4px 0;
}

#basket_link a{
	text-align:center;
	width:121px;
	height:15px;
	padding-top:3px;
	color:#fff;
	display:block;
	background:url(/images/button_view_basket.jpg) no-repeat;
}

#basket_link a:hover{
	background:url(/images/button_view_basket_hover.jpg) no-repeat;
}

.side_menu_item{
	min-height:42px;
	background:#fff;
	border-top:1px solid #d3d3d3;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.side_menu_item_img{
	width:38px;
	height:30px;
	padding:6px 0 0 9px;
	float:left;
}

.side_menu_item_text{
	float:left;
}

.side_menu_item_text a{
	width:159px;
	height:25px;
	padding:11px 0 0 12px;
	display:block;
	color:#5d5d5d;
}

.side_menu_item_text a:hover{
	color:#e16527;
}

.side_menu_item_sel{
	background:#fff;
	font-size:13px;
	border-top:1px solid #d3d3d3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height:42px;
}

.side_menu_item_sel .side_menu_item_text a{
	color:#f16125;
}

#newsletter_container .text_input{
	width:188px;
	margin-top:12px;
}

.newsletter_signup{
	width:56px;
	height:19px;
	background:url(/images/button_newsletter_signup.jpg) no-repeat;
	border:none;
	cursor:pointer;
	font-size:10px;
	margin:10px 0 4px 136px;
	color:#fff;
}

.newsletter_signup:hover{
	background:url(/images/button_newsletter_signup_hover.jpg) no-repeat;
}

#home-promo{
	padding-left:20px;	
}

#home-promo-box-container{
	position:absolute;
}

#home-promo-box-container-inner{
	position:relative;
	top:157px;
	left:20px;
}

.home-promo-box, .home-promo-box-selected{
	background:#9db6da;
	float:left;
	width:12px;
	height:12px;
	border:2px solid #8da5c9;
	margin:0 3px 0 0;
}

.home-promo-box-selected{
	background:#e0652b;
	border:2px solid #fff;
}

#home-tabs{
	padding:20px 0 0 20px;
}

.home-tab-content{
	background:url(/images/content_section_bgr.jpg) repeat-x top;
	padding:17px 0 11px 20px;
	clear:both;
	border-top:1px solid #d3d3d3;
}

.featured_product{
	width:230px;
	float:left;
	border-top:1px solid #d3d3d3;
	background:#fff;
}

.featured_product_img{
	border-right:1px solid #d3d3d3;
}

.featured_product_details_container{
	text-align:center;
	border:1px solid #000;
	border-right:none;
}

.featured_product_details{
	height:65px;
	background:url(/images/featured_product_bgr.jpg) repeat-x;
	border:1px solid #616161;
	border-right:none;
}

.featured_product_details a{
	color:#fff;
}

.featured_product_details a:hover{
	color:#f58020;
}

.featured_product_title{
	height:32px;
	overflow:hidden;
	padding:6px 15px 0 15px;
	font-size:12px;
	color:#fff;
}

.featured_product_price{
	height:20px;
	overflow:hidden;
	padding:2px 15px 0 15px;
	font-size:13px;
	color:#868686;
}

.featured_product_price a{
	color:#868686;
}

.featured_product_cost_span{
	color:#f58020;
}

.home_content_section{
	background:url(/images/content_section_bgr.jpg) repeat-x top;
	padding:17px 20px 11px 20px;
	min-height:150px;
	border-top:1px solid #d3d3d3;
}

.content_section{
	padding:17px 18px 11px 18px;
	min-height:150px;
}

#home_welcome{
	width:426px;
	float:left;
}

#home_welcome p{
	padding:6px 8px;
}

#home_welcome h3{
	background:url(/images/welcome_header_bg.jpg) no-repeat 8px 4px #ebebeb;
	padding:4px 8px 4px 48px;
}

#why_vita{
	width:240px;
	padding-left:20px;
	float:left;
}

#why_vita h3{
	background:url(/images/why_vita_header_bg.jpg) no-repeat 8px 4px #ebebeb;
	padding:4px 8px 4px 40px;
}

#why_vita ul{
	font-size:12px;
	color:#747474;
	padding:0 0 0 4px;
}

#why_vita li{
	list-style:none;
	background:url(/images/home_ul_bg.jpg) no-repeat 0 16px;
	padding:16px 0 0 34px;
}

#featured_container{
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	background:url(/images/content_section_bgr_small.jpg) repeat-x;
	padding:15px 0 24px 0;
}

#featured_container h2{
	padding-bottom:8px;
}

#featured_in{
	width:242px;
	float:left;
	padding-left:20px;
}

#featured_in h2, #featured_vita_customers h2{
	padding:5px 0 10px 0;
}

#featured_vita_customers{
	width:620px;
	float:left;
	padding-left:50px;
}

#sub_footer{
	font-size:11px;
}

#footer_nav{
	padding:10px 0;
	background:#f6f6f6;
	border:1px solid #d3d3d3;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#footer_nav a{
	color:#5d5d5d;
}

#footer_nav a:hover{
	color:#e16527;
}

#footer_nav_cat{
	width:160px;
	padding-left:9px;
	float:left;
}

#footer_nav_designers{
	width:520px;
	padding-left:20px;
	float:left;
}

#footer_nav_designers ul {
	float:left;
	width:150px;
	list-style:none;
	margin:0;
}

#footer_nav_designers li{
	margin:0 0 8px 0;
}

#footer_nav_service{
	width:220px;
	padding-left:20px;
	float:left;
}

.footer_nav_item{
	width:150px;
	height:18px;
	float:left;
	padding:0 0 8px 10px;
}

#footer_nav_designers .footer_nav_item{
	width:162px;
}

#footer{
	background:url(/images/footer_paypal.jpg) no-repeat 770px 22px;
	border:1px solid #d3d3d3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:11px;
	color:#bebebe;
	margin:19px 0 10px 0;
	padding:24px 20px;
}

.expand-title{
	color:#e26527;
}

.news_item{
	border-bottom:1px solid #d3d3d3;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

.news_item_cal{
	float:left;
	background:url(/images/cal_bg.jpg) no-repeat;
	width:48px;
	height:54px;
	text-align:center;
	font-size:11px;
	color:#e26527;
}

.news_item_cal_month{
	text-transform:uppercase;
	padding:2px 0 0 0;
}

.news_item_cal_day{
	font-size:24px;
	line-height:22px;
}

.news_item_cal_year{

}

.news_item_detail{
	float:right;
	width:625px;
}

.news_item_detail_title{
	font-size:16px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	color:#e26527;
}

.comment_item{
	background:url(/images/comment_bottom.png) no-repeat right;
	border-bottom:1px solid #d3d3d3;
	margin:0 0 17px 0;
	padding:0 0 20px 0;
}

.comments{
	background:url(/images/comment_top.png) no-repeat top left;
	color:#757575;
	font-size:14px;
	padding:10px 50px;
}

.comments_author{
	color:#bfbfbf;
	padding:0 50px;
}

.text_input{
	border:1px solid #dfdfdf;
	background:url(/images/text_input_bg.jpg) repeat-x top;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:3px;
	color:#868686;
}

.text_input:focus{
	border:1px solid #f48246;
}

.validate_border{
	border:1px solid #a00;
}

.error-msg{
	background:#ffe8e8;
	clear:both;
	border:1px solid #e39292;
	color:#812828;
	padding:4px;
	margin:5px 0;
	font-size:11px;
}

.msg-sent{
	background:#f0ffe8;
	clear:both;
	border:1px solid #b2e392;
	color:#478128;
	padding:4px;
	margin:5px 0;
	font-size:11px;
}

#contact_left{
	float:left;
	width:391px;
}

#contact_right{
	float:right;
	width:274px;
	padding:20px 0 0 0;
	line-height:18px;
}

.contact_form{
	border:1px solid #dfdfdf;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#757575;
}

.contact_details{
	border:1px solid #dfdfdf;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#757575;
}

.required-fields{
	font-size:11px;
	color:#f47721;
}

.review-by{
	float:left;
	width:300px;
}

.review-rating{
	float:right;
	width:120px;
}

.rating-image{
	cursor:pointer;
}

.review-container{
	padding:10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #f57e20;
}

.table_pad td{
	padding:6px 4px;
}

.button_vsmall{
	background:url(/images/button_vsmall.jpg) no-repeat bottom;
	width:62px;
	height:30px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button_vsmall:hover{
	background:url(/images/button_vsmall_hover.jpg) no-repeat bottom;
}

.button_small{
	background:url(/images/button_small.jpg) no-repeat bottom;
	width:91px;
	height:30px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button_small:hover{
	background:url(/images/button_small_hover.jpg) no-repeat bottom;
}

.button_med{
	background:url(/images/button_med.jpg) no-repeat bottom;
	width:111px;
	height:30px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button_med:hover{
	background:url(/images/button_med_hover.jpg) no-repeat bottom;
}

.button_med_link{
	display:block;
	background:url(/images/button_med.jpg) no-repeat bottom;
	width:111px;
	height:22px;
	padding:8px 0 0 0;
	border:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.button_med_link:hover{
	background:url(/images/button_med_hover.jpg) no-repeat bottom;
	text-decoration:none;
	color:#fff;
}

.button_large_link{
	display:block;
	background:url(/images/button_large.jpg) no-repeat bottom;
	width:129px;
	height:22px;
	padding:8px 0 0 0;
	border:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.button_large_link:hover{
	background:url(/images/button_large_hover.jpg) no-repeat bottom;
	text-decoration:none;
	color:#fff;
}

.button_large{
	background:url(/images/button_large.jpg) no-repeat bottom;
	width:129px;
	height:30px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button_large:hover{
	background:url(/images/button_large_hover.jpg) no-repeat bottom;
}

.add_to_basket_listing:hover{
	background:url(/images/add_to_basket_listing_hover.jpg) no-repeat bottom;
}

.add_to_basket, .add_to_basket_listing{
	background:url(/images/add_to_basket.jpg) no-repeat bottom;
	width:155px;
	height:37px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.add_to_basket:hover, .add_to_basket_listing:hover{
	background:url(/images/add_to_basket_hover.jpg) no-repeat bottom;
}

th{
	background:#393939;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #000;
}

#checkout_step{
	padding:0 0 15px 0;
}

.cart_itemrow td{
	padding:6px 3px;
	border-bottom:1px solid #ccc;
}

.cart_image{
	border:1px solid #ccc;
}

.table-extra-pad td{
	padding:6px;
}

#msg_layer {
	position:absolute;
	top:145px;
	margin-left:-320px;
	z-index:1000;
}

.msg_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:"trebuchet MS", verdana;
}

.msg_text {
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
}

#page_numbers{
	padding:20px 20px 0 0;
	height:30px;
	float:right;
}

.page_number, .page_number_sel, .next_page, .previous_page{
	float:left;
}

.page_number a, .page_number_sel a, .next_page a, .previous_page a{
	float:left;
	display:block;
	margin:0 2px 0 0;
	padding:4px;
	text-decoration:none;
	color:#333;
}

.page_number a:hover, .next_page a:hover, .previous_page a:hover{
	background:#e26527;
	color:#fff;
}

.page_number_sel a{
	background:#393939;
	color:#fff;
}

#navtrail{
	padding:0 0 0 22px;
	position:relative;
	top:-12px;
	font-size:11px;
	color:#b3b3b3;
	font-family:Arial, Helvetica, sans-serif;
}

#navtrail a {
	color:#b3b3b3;
}

#navtrail a:hover{
	color:#333;
}

.category_container{
	float:left;
	border-top:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:229px;
}

.category_img{
}

.cat_desc{
	background:url(/images/cat_desc_bg.jpg) repeat-x;
	height:32px;
	text-align:center;
	border-left:1px solid #000;
}

.cat_desc a{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:8px 0 0 0;
	height:24px;
}

.cat_desc a:hover{
	background:#333;
}

#listing_image{
	float:left;
	width:365px;
}

#listing_main{
	border:1px solid #dfdfdf;
}

#zoom{
	padding:10px 0;
	color:#bebebe;
}

.other_image{
	float:left;
	width:86px;
	height:63px;
	border:1px solid #dfdfdf;
	margin:0 0 4px 4px;
}

#listing_details{
	float:right;
	width:310px;
}

#listing_review_img{
	float:left;
	width:90px;
}

#listing_review_txt{
	float:left;
	width:220px;
	padding:2px 0 0 0;
}

#listing_review_average{
	height:30px;
	font-size:11px;
	padding:8px 0 0 0;
}

#quantity{
	float:left;
	width:120px;
	padding:8px 0 0 0;
}

#listing_purchase{
	float:right;
	width:160px;
	padding:0 0 15px 0;
}

#listing_prices{
	color:#e97f4c;
	border-bottom:3px solid #e97f4c;
	margin:0 0 15px 0;
	padding:10px 0 15px 0;
}

#options_rrp{
	color:#757575;
	font-size:11px;
	text-decoration:line-through;
}

#options_price{
	font-size:18px;
	font-weight:bold;
	float:left;
	width:110px;
}

#options_rrp{
	float:left;
	width:100px;
	padding:3px 0 0 0;
}

#options_saving{
	float:left;
	width:100px;
	padding:3px 0 0 0;
}

#tab_posrel{
	padding:0 0 0 18px;
}

.listing_tab, .listing_tab_sel{
	background:url(/images/listing_tab_bg.jpg) repeat-x;
	height:27px;
	text-align:center;
	padding:12px 12px 0 12px;
	color:#5d5d5d;
	float:left;
	border-right:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5;
	position:relative;
	top:1px;
	cursor:pointer;
}

.listing_tab_sel{
	background:#f7f7f7;
	color:#e66c32;
	top:1px;
	height:28px;
}

.filter_type{
	clear:both;
	padding:10px 0;
	cursor:pointer;
}

.filter_expanded{

}

.filter_expander{
	float:left;
	width:30px;
	padding:0 0 0 14px;
}

.filter_title{
	float:left;
	width:155px;	
}

.expanded{
	padding:0 0 0 44px;
	list-style:none;
	margin:0;
	font-size:11px;
}

.expanded li a{
	color:#5d5d5d;
}

.expanded li a:hover{
	color:#009900;
}

.expanded .filter_selected a{
	color:#fe5100;
}

.expanded .filter_selected a:hover{
	color:#a00;
}

#properties{
	clear:both;
	padding:10px 0 0 0;
}

#properties img{
	margin:0 4px 4px 0;
}

.cart_preorder{
	color:#2f559e;
}

/* Squares */

.colour_square_container{
	padding:10px 0px;
}

.colour_square{
	float:left;
	margin:0 5px 5px 0;
	width:44px;
	height:70px;
	overflow:hidden;
	cursor:pointer;
	border:2px solid #CCC;
}

.swatch_container{
	position:absolute;
	border:1px solid #d5d5d5;
	margin:-35px 0 0 -188px;
}

#option_1, #option_2{
	margin:10px 0px;
}

.vat-inc{
	font-style:italic;
}

#pricebreaks{
	font-size:11px;
	margin:0 0 8px 0;
}

#content_container .help_text_small{
	font-size:11px;
	color:#aaa;
}

#related_basket{
	border:1px solid #ccc;
	border-bottom:none;
	margin:20px 0 0 0;
}
.related_basket_container{
	border-bottom:1px solid #dadada;
	padding:10px;
}
.related_basket_image{
	float:left;
	width:95px;
}
.related_basket_image img{
	border:1px solid #ccc;
}
.related_basket_content{
	float:left;
	width:138px;
}
.related_basket_price{
	float:right;
	width:70px;
	text-align:right;
	font-size:14px;
	color:#f48447;
}
.related_basket_button{
	float:right;
	clear:right;
	width:70px;
	text-align:right;
	padding:5px 0 0 0;
}

.add_to_basket_small{
	background:url(/images/button_vsmall.jpg) no-repeat bottom;
	width:62px;
	height:30px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.add_to_basket_small:hover{
	background:url(/images/button_vsmall_hover.jpg) no-repeat bottom;
}

#prod_del{
	padding:10px 0 0 0;
}

#prod_del span{
	font-size:11px;
}

#listing_actions{
	float:right;
	width:305px;
	padding:10px 5px 0 0;
	text-align:right;
}

.addthis_toolbox{
	float:left;
	padding:15px 0 0 0;
	border-top:3px solid #e97f4c;
	width:310px;
}

#ask_question{

}

#send_2_friend{

}

#request_swatch{

}

#write_review{

}

/* Overlay */
#olay_back{
	position:fixed;
	_position:absolute;
	z-index:10000;
	top:0;
	bottom:0;
	left:0;
	right:0;
	_height:expression((document.body.scrollTop + document.body.clientHeight) + 'px');
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	width:100%;
}

#olay_box_container{
	position:fixed;
	_position:absolute;
	z-index:10010;
	top:10%;
	left:50%;
}

#olay_box{
	position:relative;
	left:-300px;
	width:600px;
	background-color:#FFFFFF;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: 0px 0px 12px #333; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 12px #333; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 12px #333; /* Opera 10.5, IE 9.0 */
}

#olay_close, #search_results_close{
	float:right;
	margin-top:5px;
	background:url(/images/olay_close.jpg) no-repeat;
	width:26px;
	height:25px;
	cursor:pointer;
}

.olay_button_large{
	background:url(/images/button_olay_large.jpg) no-repeat bottom;
	width:99px;
	height:29px;
	color:#fff;
	text-align:center;
}

.swatch_sample{
	float:left;
	width:65px;
	text-align:center;
	padding:0 10px 15px 10px;
}

.swatch_sample img{
	margin:0 0 12px 0;
	border:2px solid #ccc;
}

#ask_question a, #request_swatch a, #write_review a{
	color:#f37a3a;
}

#ask_question{
	padding:2px 0;
}

#send_2_friend{
	padding:2px 0;
	color:#f37a3a;
	cursor:pointer;
}

#request_swatch{
	padding:2px 0;
}

#write_review{
	padding:2px 0;
}
