/* CSS Design for lovebras.com */

/* Page/Body properties */

body {
	background-color: #F3F3F3;
	margin: 0px; padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Overall link properties */

a:link, a:visited { text-decoration: none; color: #CC0033 }
a:hover { text-decoration: underline; color: #CC0033 }

/* Overall image properties */
img { border: 0px; }
img.border_grey { padding: 3px; border: 1px solid #E2E2E2; background-color: #FFFFFF }

/* Clearfix: Used to clear elements with "cleafix" class */

.clearfix:after { content: "."; display: block;	clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {	display: inline-block; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; }

/* Forms */
div.form_row { padding: 4px 0px; display: block; }
div.form_row label { width: 150px; display: block; float: left; }
input.btn_submit { background-color: #CC3366; padding: 4px 8px; font-weight: bold; color: #FFFFFF; text-transform: uppercase; border: 0px; }
div.row1 { background-color: #EEEEEE; padding-left: 10px; }
div.row2 { background-color: #F4F4F4; padding-left: 10px; }

/* Headers */
h1 { color: #000000; font-weight: normal; font-size: 1.7em; padding: 2px 0px 6px 0px; margin: 0px 0px 5px 0px; border-bottom: 1px solid #EAEAEA; line-height: 1}

h2 { color:#000000; /*font-weight: normal;*/ font-size: 1.2em; margin: 6px 0px; position: relative }
h2.final_total { color:#CC0033; }
h2.border { border-bottom: 2px solid #F2C4D2; padding-bottom: 5px}
h2.prod_temp_h2 { padding: 0px 0px 2px 0px; margin: 0px }
h2 span { position: absolute; top: 3px; right: 0px; font-size: 0.8em; padding-right: 12px; background-image:url(../images/site/list-arrow.gif);
background-position: center right; background-repeat:no-repeat;}

/* Separators */
hr { color: #E6E6E6; height: 3px; width:100%; border: 0px; border-bottom: 1px solid #EAEAEA;}

/* Paragraphs */
p { line-height: 1.8; margin: 0px 0px 10px 0px; }

/* Fonts */
.txt_sm_pink { color: #CC0033; text-decoration: none; }
a.txt_pink { color: #CC0033; }

/* Lists */
ul.bullet_list { list-style:none; padding-left: 15px}
ul.bullet_list li { padding: 0px 0px 8px 12px; background-image:url(../images/site/list-arrow.gif); background-repeat:no-repeat; background-position:0px 5px; }
ul.site_map li { padding: 0px 0px 2px 12px; }
ul.site_map_wrapper ul { float: left; margin: 0px 65px 0px 0px; }
ul.bullet_list li.st_header { background: none; padding: 8px 0px 0px 0px; } /* For site map */
ul.bullet_list li.st_header h2 { margin: 0px  }


/* Page wrappers/containers */
div#wrapper { 
	width: 1000px; /* page width */
	margin: 5px auto;
	text-align: left;
}

div#top_shadow { background-image: url(../images/top-shadow.jpg); background-repeat: no-repeat; padding: 3px 3px 0px 3px; background-position: center top; /* Shadow for the top */ }
div#wrapper_inner {	background-color: #FFFFFF; padding: 6px 10px; display: block; }


div#bottom_shadow { clear:both; border-top: 3px solid #F3F3F3; background-image: url(../images/bottom-shadow.gif); padding: 0px 2px 2px 2px; background-repeat: no-repeat; background-position: bottom center /* Shadow for the top */ }
div#bottom_shadow div { background-color: #FFFFFF; }


/* Logo and telephone number */
div#logo_area { height: 65px; background-image:url(../images/site/free-delivery-jan10-top-lovebras.gif); background-position: right bottom; background-repeat: no-repeat}
/*div#logo_area { height: 65px; background-image: url(../images/lovecurves.gif); background-position: right bottom; background-repeat: no-repeat}*/
div#logo_box { float: left;}
div#font_selector_box { float: right; padding-top:10px; }

/* Customer Navigation/Basket - top of the page */

div#customer_nav { text-transform: uppercase; padding-right: 25px; background-image: url(../images/customer-nav-icon.gif); background-repeat: no-repeat; background-position: right; margin-top: 2px; float: right; width: 500px}
div#customer_nav ul { margin: 2px 0px 0px 0px; padding: 0px; float: right; list-style: none}
div#customer_nav li { float: left; display: block; margin-right: 5px; color: #F9DFEB; }
div#customer_nav li.basket { margin-right: 0px; } /* Basket class to line up with margin */
div#customer_nav li.selected { background-image:url(../images/site/user-nav-selected.gif); background-repeat: no-repeat; background-position: bottom center; } 
div#customer_nav a { font-size: 0.85em; }
div#customer_nav a:link, div#customer_nav a:visited { color: #999999; text-decoration: none; }
div#customer_nav a:hover { color: #CC0033; text-decoration: underline; }

div#customer_nav a.basket_value { color: #CC0033; }

/* Main site navigation - top of the page */

div#main_nav {
	background-color: #333333;
/*	background-image: url(../images/main-navigation.jpg); background-repeat: repeat-x;
*/	border-bottom: 2px solid #CC0033;
	text-transform: uppercase;
	display:block; 
}

div#main_nav ul { padding: 8px 8px 0px 8px; margin: 0px; float: left; list-style: none }
div#main_nav li { float: left; display: block; margin-right: 8px; color: #F9DFEB; }
div#main_nav a { font-size: 0.9em; color: #FFFFFF; padding: 4px 4px 8px 4px; display: block; }
div#main_nav a.current { background-color: #CC0033; font-weight: bold; }
div#main_nav a:link, div#main_nav a:visited { text-decoration: none; }
div#main_nav a:hover { text-decoration: none; background-color: #CC0033; }

div#search_area { float: right; }
div#search_area input { padding: 3px 20px 3px 3px; margin: 7px 6px 0px 0px; border: 1px solid #E8E8E8; background-image: url(../images/search_icon.gif); background-repeat: no-repeat; background-position: right center; float: left; }
div#search_area input.homeLink { background: none; padding: 0px; margin: 7px 6px 0px 0px; }
/* Content Area */
div#content_area { margin: 0px 0px 10px 0px; display:block; background-image:url(../images/site/content_area_bg.jpg); background-repeat: repeat-x; padding: 10px 0px;}

/* Left bar */
div#left_bar { float: left; width: 170px; }

/*div#search_header { background-color: #FFB9CB; padding:6px; background-image: url(../images/site/search-heart.gif); background-repeat: no-repeat; background-position: right} div#search_header span { margin-bottom: 0px; }
div#search_box { background-color: #FFD5E0; padding: 10px; text-align: center; margin-bottom:10px;}
div#search_box select { border: 0px; background-color: #FFECF1; border-bottom: 2px solid #FFC4D2; color: #8E2041; width: 150px; margin-bottom: 5px; }
div#search_box input.reset_button { padding: 0px; } 
div#search_box img#shimage { margin-bottom: 5px; }*/

div#search_header { background-color: #C72E5B; background-image: url(../images/site/lbsearchbra.gif); background-repeat: no-repeat; padding:6px 6px 6px 32px; background-repeat: no-repeat; background-position: 6px center; margin-right: 10px} div#search_header span { margin-bottom: 0px; }
div#search_header span.side_header { color: #FFFFFF; }
div#search_box { background-color: #FAC9DA; padding: 10px; text-align: center; margin: 0px 10px 10px 0px;}
div#search_box select { border: 0px; background-color: #FFECF1; border: 1px solid #FAC9DA; color: #8E2041; width: 140px; margin-bottom: 5px; }
div#search_box input.reset_button { padding: 0px; } 
div#search_box img#shimage { margin-bottom: 5px; }

span.side_header { display: block; color: #000000; font-size: 1.1em; font-weight: normal; text-align: left; }
span.side_sub_header { display: block; color: #AE314A; font-size: 0.8em; font-weight: normal; text-transform: uppercase; text-align: left; margin-bottom: 5px}

div.side_box_header { background-color: #D1D1D1; padding: 6px; display: block}
div.side_box_header a span.side_header { background-image: url(../images/site/carousel_menu_link.gif); background-position: center 80px; background-repeat: no-repeat; }
div.side_box { background-color: #E9E9E9; padding: 6px 10px; margin-bottom:10px; }
div.side_box2 { background-color: #E9E9E9; padding: 6px 10px; margin-bottom:10px; }
div.side_box ul li { padding: 0px 0px 0px 6px; background-repeat: no-repeat; }
div.side_box ul li.selected { background-color: #E4E4E4; background-image: url(../images/site/section-left-arrow.gif); background-repeat: no-repeat; background-position: right center; }
div.side_box ul li.selected a { font-weight: bold; }
div.side_box ul li a { display: block; background-image: url(../images/site/list-arrow.gif); background-repeat: no-repeat; padding: 3px 3px 3px 15px; background-position: 3px center; border-bottom:1px dotted #DADADA; margin-right: 15px; }
div.side_box ul li a:link, div.side_box ul li a:visited { color: #000000; text-decoration: none;  }
div.side_box ul li a:hover { text-decoration: underline; color: #CC0033; background-color: #E9E9E9 }
div.side_box ul li a.last_link { border-bottom: 0px; }
div.side_box_white { background-image:url(../images/site/left-menu-white.gif); background-position: right top; background-repeat: repeat-y; }
div.side_box_menu { padding: 6px 0px 10px 0px; }

a.more_link { padding: 5px 3px 3px 0px; text-align: right; font-size: 0.8em; border-top: 1px dotted #DADADA; display: block } a.more_link:link, a.more_link:visited { color: #FF0099; }

/* Right bar */
div#right_bar { float: right; width: 170px; }
div#right_bar img { margin-bottom: 10px; }

/* Content box */
div#content_box { line-height: 1.5; float: left; width: 785px; padding: 0px 0px; margin-left: 5px; min-height: 500px; height: auto !important; height: 500px; }
div#content_box2 { float: left; width: 610px; padding: 0px 5px; margin-left: 5px; min-height: 500px; height: auto !important; height: 500px; }
div#content_box3 { width: 950px; padding: 0px 5px; margin-left: 5px; min-height: 500px; height: auto !important; height: 500px; }
div#content_box4 { width: 960px; padding: 0px 5px; margin: 5px 0px; }
div#content_box5 { padding: 10px 16px; background-color: #FFFFFF; }

/* Brands bar */
div#brands_bar { display: block; }
div#brands_bar ul { text-align: center }
div#brands_bar ul li { float: left; margin-right: 5px }

div#carousel_holder { float: right; margin-top: 10px; padding: 5px 0px; background-image: url(../images/site/brandscarousel.jpg); background-repeat: repeat-y; width: 620px;}
div.jcarousel-prev { width: 20px; height: 20px; background-color: #FFCCE4; float: left; margin: 20px 5px 0px 0px; background-image:url(../images/site/carousel_left.gif); background-repeat: no-repeat }
div.jcarousel-next { width: 20px; height: 20px; background-color: #FFCCE4; float: right; margin: 20px 0px 0px 5px; background-image:url(../images/site/carousel_right.gif); background-repeat: no-repeat }

div.jcarousel-prev-disabled { background-image:url(../images/site/carousel_left_disabled.gif); }	
div.jcarousel-next-disabled { background-image:url(../images/site/carousel_right_disabled.gif); }	


/* Bottom navigation */
div#footer_bar { padding: 0px; background-color: #AB3452; background-image: url(../images/footer-background.jpg); background-repeat: repeat-x; display: block; padding:0px;}
div#footer_bar div { background: none; padding:0px; background-image:url(../images/site/footer-heart.jpg); background-repeat: no-repeat; background-position: right;  }


ul#bottom_nav { padding: 5px 0px; margin:0 auto; padding:5px 0; width:960px; }
ul#bottom_nav ul.right { border: 0px; }
ul#bottom_nav ul { margin: 0px; padding: 0px 45px; border-right: 1px dotted #CC6699; float: left; list-style-type: none; height: 140px}
ul#bottom_nav ul li { font-size: 0.88em; display: block; margin: 3px 0px }
ul#bottom_nav ul li.bottom_nav_header { color: #FFFFFF; font-weight: bold; padding: 2px; margin-bottom: 6px; border-bottom: 1px dotted #FFFFFF }
ul#bottom_nav ul li a { color: #FFFFFF; padding: 2px; text-decoration: none; }
ul#bottom_nav ul li a:hover { background-color: #8A0045; text-decoration: underline }
ul#bottom_nav ul ul { padding: 0px 10px; border-right: 0px; }

/* Copyright notice */
div#copyright { color: #8A8A8A; padding: 10px 0px 15px 10px; font-size: 0.8em; text-align: left; width: 966px; margin: 0px auto; }
div#copyright a { color: #8A8A8A; }

/* Floated boxes */
div.float_left_50 { width: 48%; float: left; }
div.float_right_50 { width: 48%; float: right; }


/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
	padding: 1.5em 1.7em;	
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* Featured Products, Homepage */
div.featured_products_container { display: block; background-image: url(../images/site/featured_products_home.jpg); background-repeat: repeat-y; background-position: center; }
div.featured_products {float: left; padding: 4px 0px; }
div.featured_products ul { margin: 0px auto; }
div.featured_products ul li { margin: 0px 3px; }
div.featured_products_container button { border: 0px; cursor: pointer; float: left; width: 20px; height: 20px; background-color: #F2C4D2; margin-top: 95px; background-repeat: no-repeat; }
button.featured_products_prev { background-image: url(../images/site/carousel_arrow_left.gif); }
button.featured_products_next { background-image: url(../images/site/carousel_arrow_right.gif); }

div.featured_products_section_container { width: 144px; display: block; margin: 0px auto; }
div.featured_products_section_container button { border: 0px; cursor: pointer; width: 20px; height: 20px; background-repeat: no-repeat; }
button.featured_products_section_prev { background: none; background-image: url(../images/site/carousel_section_left.gif); }
button.featured_products_section_next { background: none; background-image: url(../images/site/carousel_section_right.gif); }
div.featured_products_section img { border: 2px solid #FFF; }
div.featured_products_section ul li { border-bottom: 0px; }

div.main_page_boxes { padding-top: 0px; }
div.main_page_boxes button { background-color: #DDDDDD; border: 0px; padding: 2px 6px; margin-right: 3px; cursor:pointer; }
div.main_page_boxes_nav { float: right; }
div.main_page_boxes_nav button { background-repeat:no-repeat; border:0 none; cursor:pointer; height:20px; width:20px; margin-right: 0px }

/* Set Listings pages */
div.search_size { display:block; background-color:#E2E2E2; padding: 2px 5px; text-align:left; margin-bottom: 5px; }
div.sections_rw { background: none; margin: 0px; height: 20px; } 
div.sections_rw ul { margin-top: 2px;  }
div.sections_rw ul li { float: left; }
div.sections_rw ul li a { padding: 5px 8px; font-size: 0.9em; }
div.sections_rw ul li a:link, div.sections_rw ul li a:visited { color: #747474; }
div.sections_rw ul li a.current_link { background-color: #E2E2E2; color: #CC0033; font-weight: bold; }

/* Product listings */
span.style_info { color: #999999; }
div.products_rw { background: none; margin-top: 20px; height: 21px; background-image: url(../images/site/tabbtm.gif); background-position: bottom; background-repeat: repeat-x; padding-left:10px;} 
div.products_rw ul { margin-top: 2px;  }
div.products_rw ul li { float: left; }
div.products_rw ul li a { padding: 5px 8px; }
div.products_rw ul li a:link, div.products_rw ul li a:visited { color: #747474; }
div.products_rw ul li a.current_link { color: #CC0033; border-style: solid; border-width: 1px 1px 0px 1px; border-color: #E2E2E2; background-color: #FFFFFF }
div.prod_main_image { float: left; margin-right: 15px; display: relative; }
img.zoom { position: absolute; bottom:7px; right: 7px; z-index: 50 }

div.prod_description { float: left; width: 440px; }
div#prod_price_bar { float: left; margin-left: 15px; }
div#prod_price_area { height: 76px; }
div#prod_price_bar img { display: block; margin-bottom: 6px; }
div#prod_price_bar select { margin: 0px 0px 6px 0px; width: 160px; }
span#prod_final_price { font-size: 22pt; color: #CC0033; display: block; text-align: right; }
span#prod_was_price { text-decoration: line-through; color: #000000; display: block; text-align: right; }
span.prod_tp_final { font-size: 1.2em; color: #000000; text-align: right; display: block; font-weight: bold }
span.prod_tp_was { font-size: 0.9em; color:#666666; text-align: right; display: block }
span.prod_tp_was b { color: #CC0000; }

ul.prodNavigation { margin-top: 15px; }
ul.prodNavigation li { float: left; width: 148px; margin-right: 24px; }
ul.prodNavigation li a { display: block; text-decoration: none; margin-bottom: 4px; font-weight: bold; padding-top: 12px;}
ul.prodNavigation li a.selected { background-image: url(../images/site/selected_option.gif); background-position: top center; background-repeat: no-repeat; }
ul.prodNavigation li a.selected img { border: 2px solid #CC3366; }
ul.prodNavigation li a img { display: block; margin-bottom: 4px }

ul.setsNavigation { margin-top: 5px; }
ul.setsNavigation li { float: left; width: 140px; margin-right: 17px;  }
ul.setsNavigation li a { display: block; text-decoration: none; margin-bottom: 4px; font-weight: bold; padding-top: 10px; height: 244px; line-height:1.22em; font-size: 0.8em; }
ul.setsNavigation li a:link, ul.setsNavigation li a:visited { color:#333333; }
ul.setsNavigation li a:hover { color: #CC0033; }
ul.setsNavigation li a img { display: block; margin-bottom: 4px }
ul.setsNavigation a.more_details { padding-top: 4px; height: 21px}

span.prod_options_was { color: #666666; }
span.prod_options_now { color: #CC0033; font-weight: bold;}
div.prod_options_size_add { margin: 5px 0px 0px 0px; display: block; } div.prod_options_size_add img { cursor: pointer; }
ul.prodNavigation a.more_details { padding-top: 4px; }

div#prod_nav_wrapper { padding: 2px; background-color: #FFFFFF; }
div#prod_nav { border: 2px solid #FFFFFF; background-color: #FFF; margin-bottom: 10px; display: block}
div#prod_nav a:link, div#prod_nav a:visited { color: #000000 }
div#breadcrumbs { float: left; }
div#prod_prev_next { float: right; font-size: 0.8em; padding: 6px 6px 0px 0px; }
ul#crumbs { list-style-type:none; padding:0; margin:0; }
ul#crumbs li { float:left; padding-left: 0px; color:#777; }
ul#crumbs li a { display:block; padding: 4px 15px 4px 8px; background:url(../images/site/crumbs.gif) no-repeat right center; }
ul#crumbs li a.selected { background: #FFE8EF url(../images/site/crumbs_selected.gif) no-repeat right center;  color:#CC0066;font-weight:bold;}
ul#crumbs li a.selected_prev { background: #FFFFFF url(../images/site/crumbs_selected_prev.gif) no-repeat right center; }

div.product_added { background-color: #F0F0F0; padding: 6px 6px 18px 6px; margin-bottom: 5px; width: 198px; background-image: url(../images/site/added_arrow.jpg); background-repeat: no-repeat; background-position: bottom; display: none; }
div.product_added2 { background-color: #F0F0F0; padding: 6px 6px 18px 6px; margin: 5px 0px; width: 135px; background-image: url(../images/site/added_arrow_right.jpg); background-repeat: no-repeat; background-position: bottom right; display: none; }


/* Brands page */
ul#brands_list { width:785px; }
ul#brands_list li { width: 188px; padding: 0px 0px 5px 0px; margin: 0px 8px 20px 0px; float: left; background-color: #E2E2E2; background-image: url(../images/site/brands_next.gif); background-position: 170px 96px; background-repeat: no-repeat; }
ul#brands_list li a {}
ul#brands_list li a p { display: block; padding: 3px; margin: 0px; margin-bottom: 3px}
ul#brands_list li a:link p, ul#brands_list li a:visited p  { background-image: url(../images/site/brands_bg.jpg) }
ul#brands_list li a:hover { text-decoration: none; background-image: none; background-color: #E2E2E2;}	  	  
ul#brands_list li a:hover p { }	  
ul#brands_list li a p img { display: block;  }

/* Data tables (sizes etc) */
table.data_table { margin-top: 0px }
table.data_table tr.alt_row { background-color: #F3F3F3; }
table.data_table tr td { padding: 0px; }
table.data_table tr td a { display: block; padding: 8px 12px }
table.data_table tr td a:hover { background-color: #DC6589; color: #FFFFFF}
table.data_table tr.row_header td { padding: 4px 8px; border-bottom:3px solid #FFFFFF; font-weight: bold; }
table.data_table tr.row_header { background-color: #E2E2E2; color: #444444}
table.data_table tr td span { font-weight: bold; }
table.data_table2 tr td { padding: 5px 8px; line-height: 1.5 } /* Add padding to cells */
table.data_table3 tr td { padding: 2px 8px; line-height: 1.5 } /* less padding */
table.data_table4 tr td { padding: 4px 0px; line-height: 1.5 } /* less padding */
table.data_table5 tr td { border-bottom: 1px solid #F2F2F2; } /* less padding */
table.data_table4 tr td a { display: block; padding: 0px; font-size: 0.8em; }
table.data_table4 tr td a:hover { background: none; color: #CC0033}


/* Basket area */
div#basket_basket { width: 600px; float: left; margin: 0px 5px 0px 0px; }
div#basket_info { width: 335px; float: left; }
table#basket_delivery tbody tr td { border-right: 1px solid #FFFFFF; font-size: 0.8em}


/* Hidden Panels */
div.hidden_layer{ padding: 8px; display: none; border: 0px; background-color:#F3F3F3; line-height: 1.5 }
div.hidden_layer p { line-height: 1.5 }

ul.tabNavigation {list-style: none; background: none; margin: 20px 0px 5px 0px; height: 28px; background-image: url(../images/site/tabbtm.gif); background-position: bottom; background-repeat: repeat-x; padding-left:10px; line-height:1.2;}
ul.tabNavigation li { float: left; }
ul.tabNavigation li a { display: block; padding:6px 10px; text-decoration: none;	}
ul.tabNavigation li a:link, ul.tabNavigation li a:visited { color: #000000 }
ul.tabNavigation li a.selected {color: #CC0033; border-style: solid; border-width: 1px 1px 0px 1px; border-color: #E2E2E2; background-color: #FFFFFF }
ul.tabNavigation li a:focus { outline: 0; }
ul.tabNavigation2 { margin: 0px; }
ul.tabNavigation3 { margin-top: 10px; height: 27px }
div.tabs > div { margin-top: 3px; }
div.tabs > div h2 {	margin-top: 0; }
div.basket_tabs > div { margin-top: 0px; padding: 4px 18px; font-size: 0.85em;}
div.basket_tabs ul.tabNavigation { margin: 39px 0 0; }
div.tb_panel { padding: 8px 8px; overflow: auto}

div.related_products_container { display: block; background-image: url(../images/site/prod_related.jpg); background-repeat: repeat-y; background-position: center; height: 245px;}
div.related_products {float: left; padding: 4px 0px; height: 245px; }
div.related_products ul { margin: 0px auto; }
div.related_products ul li { margin: 0px 18px; text-align: center; }
div.related_products ul li a { text-decoration: none;  }
div.related_products ul li a img { border: 3px solid #FFFFFF; }
div.related_products_container button { background-repeat:no-repeat; border:0 none; cursor:pointer; float:left; height:20px; margin-top:95px; width:20px; }

/* Homepage */
div.homepage_left { float: left; margin: 10px 0px}
div.homepage_right { float: right; width: 305px; margin: 10px 0px }
div.homepage_right img.t1 { margin-bottom: 9px; }

/* Font sizer */

span.font-resize { font-size: 8pt; color: #CC0033; display: block; float: left; margin-right: 5px; text-transform: uppercase}

.fontResizer { padding: 10px 0px 0px 3px; display: none;}
.fontResizer a { display: block; float: left; width: 16px; height: 16px; text-align: center; line-height: 15px; margin-right: 2px; }
.fontResizer a:hover { color: #000; text-decoration: none; }
.smallFont { background-image:url(../images/site/a2.gif); background-repeat: no-repeat;  }
.medFont { background-image:url(../images/site/a1.gif); background-repeat: no-repeat;  }
.largeFont { background-image:url(../images/site/a3.gif); background-repeat: no-repeat;  }
.curFont { background-color: #EEEEF7; font-weight: bold}