BODY {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

A:link, A:visited, A:active {
	text-decoration:none;
	color:#1F689F;
}

A:hover {
	color:#E09760;
}

DIV {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

INPUT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}
SELECT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}

TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
	color: #666666;
	width:100%;
}

LABEL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	float:none;
	display:block;
	color:#666666;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size:12px;
	font-weight:bold;
	width:500px;
}

LABEL a,LABEL a:hover,LABEL a:visited,LABEL a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
}

TD {
	padding-left:3px;
	padding-right:3px;
}

FORM {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#master_container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 9em;
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#left_sidebar {
	float: left; 
	width: 16em; /* since this element is floated, a width must be given */
}
#right_sidebar {
	float: right; 
	width: 16em; /* since this element is floated, a width must be given */
}

#left_sidebar UL {
	margin: 5px 5px 5px 5px;
	padding-left : 10px;
	padding-top: 0px;
}

#page_content {
	margin: 0.5em 16.5em 0.5em 16.5em;
}
#footer {
	/* padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	color: #6E6E6E;
	margin-bottom:10px;
	position:relative;
}
#footer_links {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 5px;
	margin-bottom: 10px;
	color: #E5E5E5;
}
#footer_partners {
	position:absolute;
	top:70px;
	left: 10px;
}
#section_title {
	font-weight:bold;
	padding:5px;
	height:25px;
	color:#333333;
	margin-bottom: 10px;
	width:607px;
}
.list_table {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.table_header {
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid #555555;
	border-right:1px solid #AEAEAE;
	border-left: 1px solid #E4E4E4;
	background-image:url(../../lib/images/bg_table_header.gif);
	background-repeat:repeat-x;
	padding-top: 1px;
	padding-bottom: 1px;
}
.table_header A {
	color: #666666;
}
.list_cell {
	padding:2px;
	height: 18px;
	border-right:1px solid #AEAEAE;

}

.actions_cell {
	text-align:right;
}

.form_container {
	float:left; 
	width:610px;
	background-image:url(../../lib/images/pdetail_container_top.gif);
	background-repeat:no-repeat;
	background-color:#E7E7E7;
}
.form_container_bottom {
	float:left; 
	width:610px;
	background-image:url(../../lib/images/pdetail_container_bottom.gif);
	background-repeat:no-repeat;
	background-color:#E7E7E7;
	height: 15px;
}

.big_container {
	float:left; 
	width:600px;
	padding-top: 20px;
	padding-left: 10px;
	background-image:url(../../lib/images/pdetail_container_top.gif);
	background-repeat:no-repeat;
	background-color:#E7E7E7;
}
.big_container_bottom {
	float:left; 
	width:610px;
	background-image:url(../../lib/images/pdetail_container_bottom.gif);
	background-repeat:no-repeat;
	background-color:#E7E7E7;
	height: 15px;
}
.container_title {
	font-size:16px; 
	font-weight:bold;
	padding-left: 25px;
}

.sub_container_top {
	background-image:url(../../lib/images/pdetail_subcontainer_top.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
	width: 590px;
	height: 14px;
}
.sub_container_body {
	margin-bottom: 0px;
	width: 570px;
	background-image:url(../../lib/images/pdetail_subcontainer_bg.gif);
	padding: 10px;
	border: 0px;
}
.sub_container_bottom {
	background-image:url(../../lib/images/pdetail_subcontainer_bottom.gif);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px;
	width: 590px;
	height: 49px;
}

.compare_prod_info_container {
	width:246px; 
	float:left;
	background: #FFFFFF;
	padding:2px;
	text-align: center;
	clear: none;
}
.compare_prop_info_container {
	width:246px; 
	float:left;
	padding:2px;
	border-top: 1px solid #DEDEDE;
	clear: none;
}

.item_edit_form {
	padding-left: 15px;
}

.form_field_box {
	float:left; 
	clear: both;
	padding: 5px;
	width: 500px;
	margin-bottom: 3px;
}

.form_field_box INPUT, .form_field_box SELECT {
	width: 250px;
}

#form_buttons {
	float:left; 
	clear: both;
	width: 490px;
	text-align:center;
	padding:10px;
}
.error_message {
	color: #FF3333;
	clear:both;	
	padding-top: 3px;
	padding-bottom: 3px;
}
.required_field_star {
	color: #AA0000;
}

#notification_box {
	background:#B5E6B5;
	padding:5px;
}

#error_notification_box {
	background:#FFC1C1;
	padding:5px;
}

#header_menu_container { 
	height: 25px;
	background:url(../../lib/images/accordion_header.gif);
}
#front_search_box {
	float: left; 
	width: 20em; /* since this element is floated, a width must be given */
	padding:3px;
	color:#FFFFFF;
	position:relative;
}
#suggest_box_container{
	position:absolute; 
	top:25px; 
	left:0px; 
	color:#000000; 
	background:#FFFFFF; 
	width:210px; 
	overflow:hidden;
	display:none;
	z-index:777;
}
#suggest_box_top {
	background:url(../../lib/images/suggest_box_top.gif);
	height: 8px;
}
#suggest_box {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background:url(../../lib/images/suggest_box_body.gif);
}
#suggest_box A{
	display: block;
	width:196px;
	padding:2px;
}
#suggest_box A:hover{
	background:#3366CC;
	color:#FFFFFF;
}
#suggest_box_bottom {
	background:url(../../lib/images/suggest_box_bottom.gif);
	height: 8px;
}
#suggest_box_close {
	text-align:right;
	padding-right: 15px;
	padding-top: 5px;
	background:url(../../lib/images/suggest_box_close.gif);
}
#suggest_box_close A {
	font-size: 10px;
	font-family: Arial;
}
#login_box{
	float: right; 
	width: 20em; /* since this element is floated, a width must be given */
	padding:3px;
	text-align:right;
	color:#FFFFFF;
	height: 18px;
}
#header_menu{
	margin: 0 20em 0 20em;
	padding:3px;
	height: 18px;
	color:#FFFFFF;
}
#header_menu A {
	font-weight:bold;
}

#categories_menu{
	margin: 5px;
}
.panel_box {
	font-size:11px;
	margin-bottom: 10px;
	width: 173px;
	
}
.right_panel_box {
	font-size:11px;
	margin-bottom: 10px;
	width: 173px;
	float: right;
}
.panel_box_title {
	font-weight:bold;
	background:#1F689F;
	color:#FFFFFF;
	padding:5px;
	height: 15px;
	background:url(../../lib/images/bg_menu_header.gif);
}
.panel_box_content {
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	font-size:11px;
	padding:3px;
	background:#FCFDFC;
}
.panel_box_bottom {
	height: 5px;
	background:url(../../lib/images/box_round_bottom.gif) no-repeat;
	margin:0px;
	border:0px;
	padding:0px;
}
.panel_box_content A{
	font-size:11px;
}
.link_forward {
	text-align:right; 
	padding:5px 5px 5px;
}
.news_title {
	font-weight:bold;
	color:#666666;
	font-size:11px;
}
.news_date {
	font-style:italic; 
	font-size:10px;
	color:#666666;
}
#search_box {
	display:none;
}

#product_detail_container {
	width:610px;
	float:left;
	background-color: #E7E7E7;
}
.product_details_subcontainer {
	width: 590px; 
	margin-left: 5px;
	margin-top: 10px;
	float:left;
	border: 0px;
	padding:0px;
	background: url(../../lib/images/pdetail_subcontainer_bg.gif);
}
.product_details_subcontainer_bottom {
	background-image:url(../../lib/images/pdetail_subcontainer_bottom.gif); 
	width: 570px; 
	height: 34px; 
	padding-left: 20px;
	padding-top: 15px;
	float:left;
	color:#999999;
}

#product_detail_container .product_title {
	background: url(../../lib/images/pdetail_container_top.gif) no-repeat;
	width:600px; 
	float:left; 
	padding-left:10px;
	padding-top:10px;
	font-weight:bold;
	color: #666666;
	font-size:16px;
	
}
#product_detail_container .product_tags {
	float:left; 
	border-bottom: 1px dashed #999999; 
	padding:5px;
	color:#333333;
	text-align:right;
}

.product_info_container {
	width:250px; 
	float:right; 
	padding:5px;
	clear:none;
	text-align:left;
}
.product_photo {
	width:280px;
	float:left;
	text-align:center;
	clear:none;
	margin: 0px;
}
#product_info {
	float:left;
}

#product_detail_buy_bar {
	width:250px; 
	padding: 5px; 
	clear:both;
	font-size:12px;
}
#product_detail_links {
	width:570px; 
	float:left; 
	text-align:right;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#product_detail_links A {
	color: #FFFFFF;
	background: #B9C3C6;
	padding: 5px;
	border-left: 1px solid #FFFFFF;
}
#product_detail_links A:hover {
	background: #1F689F;
}

.product_tab {
	background:url(../../lib/images/tab_product.gif) no-repeat;
	float:left;
	margin-right:5px;
	width:180px; 
	height:20px; 
	padding-top:5px; 
	text-align:center; 
	font-weight:bold;
}

.bold_grey {
	font-weight:bold;
	color:#666666;
}
#header_menu A {
	color:#FFFFFF;
}
#header_menu A:hover {
	color:#E09760;
}
.field_help {
	font-style:italic;
	color:#666666;
}

.list_buy_container {
	padding:3px; 
	width:144px; 
	float:left; 
	text-align:right; 
	height:16px; 
	border-top:1px solid #999999;
}
.list_product_container {
	background:url(../../lib/images/prod_list_pic_bg.gif);
	width:190px; 
	height: 160px;
	float:left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	text-align:center;
	position: relative;
}
.list_product_tag_container {
	position:absolute;
	width:20px;
	top:5px;
	right:5px;
}
.list_product_big_container{
	float:left; 
	padding-left:10px;
}
.list_product_photo {
	padding-top:5px;
	height:85px;
}
.list_product_name {
	font-weight:bold;
	font-size:12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	height:25px;
}
.list_product_brand {
	color: #939393;
	font-size:11px;
	padding-left: 5px;
	padding-right: 5px;
}
.list_product_price {
	text-align:right;
	color: #939393;
	font-size: 10px;
	padding-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	background:url(../../lib/images/separator_product_list.gif) no-repeat;
}
.transferProduct {
	border: 1px solid #6CAF00;
}
.activeCart
{
	background-color: #BBDDFF;
}
.hoverCart
{
	background-color:#FFFFCC;
}
.tooltip
{
	border: 3px solid #933;
	background-color: #600;
	padding: 10px;
	color: #ccc;
}

.link_more {
	background:transparent url(../../lib/images/arrow_forward.gif) no-repeat scroll 100%;
	color:#CCCCCC;
	font-weight:normal;
	padding:0px 8px 1px 0px;
	white-space:nowrap;
}

.link_more:hover {
	background:transparent url(../../lib/images/arrow_forward_hover.gif) no-repeat scroll 100%;
}

.main_categ {
	font-weight:bold;
	display:block;
	width: 158px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	border: 0px;
	margin: 0px;
}
.sub_categ {
	display:block;
	width: 153px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:1px;
}
.main_categ:hover, .sub_categ:hover {
	background:#93A0A6;
	color:#FFFFFF;
}
.homepage_box_top {
	background: url(../../lib/images/front_big_box_top.gif);
	height:8px;
	width:610px;
	float:left;
}
.homepage_box_body {
	background: url(../../lib/images/front_big_box_bg.gif);
	width:610px;
	float:left;
}
.homepage_box_bottom {
	background: url(../../lib/images/front_big_box_bottom.gif);
	height:46px;
	width:610px;
	float:left;
}
.newsletter_input {
	background: url(../../lib/images/newsletter_input_bg.gif) no-repeat;
	width:130px;
	padding-left: 25px;
	padding-top:5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 17px;
	border: 0px;
}
.username_input {
	background: url(../../lib/images/username_input_bg.gif) no-repeat;
	width:130px;
	padding-left: 25px;
	padding-top:5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 17px;
	border: 0px;
}
.password_input {
	background: url(../../lib/images/password_input_bg.gif) no-repeat;
	width:130px;
	padding-left: 25px;
	padding-top:5px;
	padding-right: 5px;
	margin-bottom: 10px;
	height: 17px;
	border: 0px;
}

.round_input {
	background: url(../../lib/images/round_input_bg.gif) no-repeat;
	width:150px;
	padding-left: 5px;
	padding-top:5px;
	padding-right: 5px;
	margin-bottom: 5px;
	height: 17px;
	border: 0px;
}

.search_input {
	background: url(../../lib/images/search_input_bg.gif) no-repeat;
	width:123px;
	height: 15px;
	border: 0px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top:2px;
	margin-left:5px;
}
.round_button {
	background: url(../../lib/images/round_button_bg.gif) no-repeat;
	width:120px;
	height:18px;
	padding-bottom:3px;
	border:0px;
	color:#FFFFFF;
	font-size:10px;
}
#current_path {
	height:22px;
	background: url(../../lib/images/location_box_bg.gif) repeat-x;
	margin-bottom:5px;
	float:left;
	width:100%
}
#current_path A {
	color:#333333;
}
#current_path A:hover {
	text-decoration:underline;
}

#filter_menu_container {
	margin-bottom: 10px;
	width:580px; 
	margin-left:10px;  
	float:left;
	z-index:500;
}
#paging_box {
	background: url(../../lib/images/paging_box_bg.gif) repeat-x;
	height:26px;
	float:left;
}

#paging_box A {
	padding-left: 3px;
	padding-right: 3px;
}
#paging_box A:hover {
	background:#93A0A6;
	color: #FFFFFF;
}
#basket_display {
	float:left;
	padding:0px;
	margin:0px;
	width:100%;
}
.index_table{
	border-left:1px solid #AEAEAE; 
	border-bottom:1px solid #AEAEAE;
}



#menu_filter_properties, #menu_filter_properties ul { /* all lists */
  padding: 0px;
  margin: 0px;
  list-style: none;
  line-height: 1;
  border:1px solid #DEDEDE;
}

#menu_filter_properties a {
  display: block;
  /* width: 12em; */
  padding-left:15px;
  padding-right:15px;
  padding-top:3px;
  padding-bottom:3px;
  border-right:1px solid #999999;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
  background:#FFFFFF;
  color:#666666;
}

#menu_filter_properties a:hover {
  background:#93A0A6;
  color:#FFFFFF;
}

#menu_filter_properties li { /* all list items */
  float: left;
  /* width: 12em;  width needed or else Opera goes nuts */
}

#menu_filter_properties li ul { /* second-level lists */
  position: absolute;
  background: #FFFFFF;
  width: 10em;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu_filter_properties li ul li a{ /* second-level links */
  display:block;
  width: 12em;
  padding-left:5px;
  padding-right:5px;
  background: #FFFFFF;
  color: #666666;
  border-top:0px;
  border-left:0px;
}

#menu_filter_properties li:hover ul, #menu_filter_properties li.sfHover ul { /* lists nested under hovered list items */
  left: auto;
  z-index:501;
}

#menu_filter_properties li.sfHover ul {
  left: auto;
  z-index:501;
}

.sfFocus {
   background: green;
  color: #fff;
}

/* sfActive Styles */

.sfActive {
   background: lime;
  color: #fff;
}

/* sfTarget Styles */

.sfTarget {
  background: black;
  color: #fff;
}

