@charset "UTF-8";
/* CSS Document */
/* Dark grey #404041*/
*{
padding:0px;
margin:0px;
}
/*sticky foote code*/

html, body, #page {height: 100%;}

body > #page {height: auto; min-height: 100%;}

#main_wrapper {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {position: relative;
	margin:-100px auto 0px auto;
	height: 25px;/* add padding to make 50*/
	padding-top:25px;
	padding-bottom:50px;
	clear:both;
	width:960px;

	
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*general layout*/
body{
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6D6E70;
	font-size:11px;
	background-color:#ffffff;
	letter-spacing: .1em;
}

a:link, a:visited{
color:#333333;
border:none;

}
a:hover, .selected{
color:#990000;
}
img{
border:none;
}

h1, h2{
padding:0px;
margin:0px;
font-family:Helvetica, Arial, sans-serif;
font-size:16px;
color:#404041;

}
ul,li{
margin:0px;
padding:0px;
}
p{
padding-bottom:10px;
line-height:16px;

}

/*useful classes*/
.left{float:left}
.right{float:right}
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
/* General Layout*/
#content_holder, #header{
width:960px;
margin:0px auto;


}
#header{
padding-top:10px;
height:20px;
color:#ccc;


}

#logo_holder{

}

#left_column{
float:left;
width:135px;


}
#center_column{
float:left;
width:770px;
}



/*Modules*/

/*header user module */
#header_user{
float:right;
}
#header_user ul li{
display:inline;
list-style:none;
}

#header_user_info {
font-size:10px;


}
#header_user #shopping_cart{
text-align:right;
}
#header_user #shopping_cart span.ajax_cart_quantity {

}

.spacer{
padding-left:5px;
padding-right:5px;
}

#header_user a:link, #header_user a:visited{
text-decoration:none;
color:#ccc;
font-size:10px;
}
#header_user a:hover, .selected{
color:#990000;
}

/* header navigation*/
#headernav li{
display:inline;

}



#headernav a:link, #headernav a:visited{

text-decoration:none;
color:#ccc;
font-size:10px;
}
#headernav a:hover{
color:#990000;
}

/* Mast head logo area*/

#tagline{
border-top:1px solid #535454;
border-bottom:1px solid #535454;
text-align:center;
text-transform:uppercase;
color:#241F20;
padding:5px 0px;
font-weight:bold;
letter-spacing:4px;
clear:both;
margin-bottom:37px;
}

#tagline p{
width:960px;
text-align:center;
margin:0 auto;
padding:0px;
}

#logo{
width:960px;
margin:0 auto;
text-align:center;
padding:1.5em 0;
}
	#logo a{
		padding-left:74px;
	}


/* Footer Modules*/
#footer .block_various_links{

margin:0px;
padding:0px;

float:left;
}
#footer .block_various_links li{
display:inline;
padding-right:15px;
}


.block_various_links a:link, .block_various_links a:visited{

text-decoration:none;
color:#888A8D;
font-size:10px;
}
.block_various_links a:hover{
color:#990000;
}


#footer_copy {
float:right;
font-size:10px;

}


/* category Module*/
.tree, .tree ul{
padding:0px;
margin:0px;
list-style:none;

}
.tree li{

}
.tree li a, .block h4 {
text-transform:uppercase;
font-size:14px;
font-weight:bold;
font-family:Helvetica, Arial, sans-serif;
color:#404041;
text-decoration:none;
line-height:28px;

}
.tree li a:hover, .tree li .selected{
color:#990000;
}
.tree li ul li a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
line-height:20px;
color:#6D6E70;
text-decoration:none;
font-weight:normal;
text-transform:uppercase;

}

.tree li ul li a:hover, .tree li ul li .selected{
color:#990000;
}

.tree li ul li.last{
padding-bottom:15px;


}

.tree li ul li ul{
	margin-left:10px;
}

.tree li ul li ul li.last{
	padding-bottom:0px;
}


/* Product sort */
#productsSortForm{
	float:left;
}
/*product pagination*/
#pagination_holder{
clear:both;
}
#itemcount{
float:right;
margin-right:12px;

}
.pagination .button_mini, .pagination #nb_item{
float:left;

}
#pagination{
text-align:center;
clear:both;
}

#pagination .pagination li{
display:inline;
padding:3px;
}

#pagination form{float:right;}

#pagination form input, #pagination form #nb_item{float:right;}
#pagination form lable{float:left;}
#sortform{
float:left;
margin-bottom:15px;

}
#sortform label, #itemcount label{
float:left;
line-height:19px;
padding-right:5px;
text-transform:uppercase;
}


/*category layout*/
.category_title{
padding-left:6px;
line-height:28px;
}
/* product-list.tpl */

ul#product_list{ list-style-type:none; }
ul#product_list li {
	
	padding-right: 12px;
	
	
	margin-bottom:0.3em;
	float:left;
}
ul#product_list li a {
	text-decoration:none;
	
}


ul#product_list li h3{ 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-transform:uppercase;


text-decoration:none;
font-weight:normal;
padding:0px;
margin:0px;
padding-top:12px;

 }
ul#product_list li .new{
font-size:11px;
	color:#990000;
	text-transform:uppercase;
	
}
ul#product_list li p.product_desc{ font-size:0.92em; }
ul#product_list li div.center_block{
	float:left;
	
	width:244px;
	
	height:400px;
	
}

ul#product_list li .discount{
	color:#990000;
	text-transform:uppercase;
	font-weight:bold;
	
}
ul#product_list li .on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	
}

ul#product_list .price{
line-height:18px;
}
a.product_img_link:link, a.product_img_link:visited{
color:#000000;

}
a.product_img_link:hover img, a.product_img_link:hover{

  
  
  opacity:0.6;
  filter:alpha(opacity=60);
color:#990000;
}

/* product.tpl */
#primary_block #pb-right-column{
	width:310px;
	float:left;
	padding-right:38px;

}
#primary_block #image-block img,#primary_block #image-block{
height:400px;

    
}

#primary_block #image-block img#bigpic{ cursor:pointer; }
#primary_block ul#usefull_link_block{
	list-style-type:none;
	margin-top:2em;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	
	padding-left:15px;
	display:block;
	height:15px;
}
#primary_block #pb-left-column{

	float:left;
	width:350px;
	
	
}

#color_to_pick_list li{
	display:inline;
	margin-right:5px;
}



#color_to_pick_list li a.color_pick {
	width: 20px;
	height: 20px;
	float: left;
	border: 1px solid #666;
	margin: 0 0.5em 0 0;
	cursor: pointer;
}
#color_to_pick_list li a.color_pick:hover {
	border: 1px solid #000;
}


#primary_block p.buttons_bottom_block{ margin:0; padding:0;  float:left; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; }
#primary_block #short_description_content{ margin-bottom:0.5em; }

#primary_block form#buy_block p{
	padding:0;
	margin-top:0;
}

#primary_block form#buy_block span.on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	
}
#primary_block form#buy_block span.discount{
	color:#990000;
	text-transform:uppercase;
	font-weight:bold;
	
}
#primary_block form#buy_block span.our_price_display{

	
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
#primary_block form#buy_block label{
	text-align:left;
	padding-right:5px;
}
#primary_block form#buy_block label{
	display:block;
	width:72px;
	float:left;
}
#primary_block form#buy_block select{
width:200px;
}
#primary_block div#attributes p, #quantity_wanted_p{ height:2em; }

/* prices */
#primary_block form#buy_block p.price{
	font-size:1.05em;
	text-align:left;
	color:#B41E2D;
	clear:left;
	padding-bottom:18px;
	
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	
}
#primary_block form#buy_block p#old_price{
	font-size:0.8em;
	
	text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent{
	color:#990000;
	font-size:10px;
	
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
	
}


.wishlist, #add_to_cart{
float:left;
margin-top:9px;
margin-bottom:5px;
}
#add_to_cart{
margin-right:15px;
}




/* views block */
#views_block{
	margin:0pt auto;
	width:310px;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width:267px;
	
	margin-top: 8px;
	height:84px;
	
}
#thumbs_list_nobuttons{
	overflow:hidden;
	float:left;
	width:267px;
	border:1px solid #cccccc;
	margin-top: 5px;
	height:82px;
	
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	margin-right:8px;
}
#thumbs_list li a img{

}
#thumbs_list li a:hover img{
 opacity:0.6;
  filter:alpha(opacity=60);
}
#view_scroll_left, #view_scroll_right{
	/*background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;*/
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:35px;
	text-decoration:none;
	font-size:18px;
	padding: 0px 7px 0px 0px;
	
}
#view_scroll_right{
padding: 0px 0px 0px 5px;
}
/*#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}*/


span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}



/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
font-family:Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:#FFFFFF!important;
	font-weight: normal;
	font-size: 10px!important;
	text-align: left;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 17px;
	height: 18px;
	padding-left:8px;
	text-transform:uppercase;
	letter-spacing: .1em;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom:2px;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:white!important;
	background-color:#f2f2f2;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#488c40!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:white!important;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.gif');
	background-color:#f2f2f2;
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.gif');
	background-color:#f2f2f2;
}

.error a.button_small
{
width: 60px;
background-image: url('../img/button-small_red.gif');

}

/* ------- EDIT --------- */


.errortext
{
text-transform:uppercase;
}
.error{
 color:#990000; padding:10px; width:98%;
}

/* --------- END EDIT ----------- */
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 144px;
	background-image: url('../img/button-medium.gif');
	background-color:#f2f2f2;
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	width: 180px;
	background-image: url('../img/button-large.gif');
	background-color:#f2f2f2;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium.gif'); }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif'); }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif'); }


/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display:none; }



/* General Table Layout for Shopping Cart*/

.table_block .std{
width:100%;

}
/* One Page Checkout (opc) =======================*/

#opc_checkout{
	
}


#opc_checkout h1{
	font-size:2em;
	margin-bottom:20px;
	border-bottom:1px solid #BDC2C9;
}
#opc_checkout h2{
	font-size:1.5em;
	font-family:Helvetica, Arial, sans-serif;
	padding:10px 0;
}
#opc_checkout h3{
	padding-bottom:10px;
}

#opc_new_account{
	width:55%;
	float:left;
	
	
	
}

#opc_delivery_methods, #opc_payment_methods{
	width:44%;
	float:right;
	clear:right;
	
}

#opc_checkout.logged #opc_delivery_methods, #opc_checkout.logged #opc_payment_methods{
	width:48%;
	float:left;
	margin-right:1%;
	clear:none;
}






#opc_checkout .bullet li{
	margin-left:3em;
}

#carrierTable{padding-bottom:10px;
}
#carrierTable th{padding-right:10px;

}

#carrierTable .carrier_action{padding-right:5px;}


/* shopping cart */
p.cart_navigation {
	padding: 1em 0!important;
}
p.cart_navigation .button, p.cart_navigation .button_large {
	float: left;
}
p.cart_navigation .exclusive {

	float: right;
}
 p.cart_navigation .exclusive_large{
float:left;
 
 }
form.std p.cart_navigation span {
	float:none;
	text-align:left;
	width:auto;
}
#cart_summary tfoot tr td {
	border-top: none;
	line-height: 1.5em;
}
#cart_summary tfoot tr.cart_total_product td {
	border-top: 1px solid #bdc2c9;
}
#cart_summary tfoot tr.cart_total_price td {
	
}
#cart_summary .price, #cart_summary .price-discount {
	color: #990000;
	font-size: 1em;
	text-decoration: none;
}


#cart_summary thead tr th{
padding-bottom:2px;
border-bottom:1px solid #bdc2c9;
}




tr.cart_item td { padding: 0.5em 0; }
td.cart_product a { }
td.cart_product a img { border: 1px solid #d0d1d5; }
td.cart_product a:hover img { 
 opacity:0.6;
  filter:alpha(opacity=60);

 }
td.cart_description a { text-decoration: none; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_availability, td.cart_ref { text-align: center; }
td.cart_total .price { font-weight: bold;  }
tr.cart_item td.cart_unit { padding-right: 1em; }

td.cart_quantity {
	width: 40px;
	text-align: right;
	
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p {
	padding: 0.3em;
}
td.cart_quantity .icon {
	margin-top: 0.6em;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down {
	display: block;
}

tr.cart_free_shipping {

text-align:right;
}
.cart_free_shipping td{
padding-top:20px;
}

#order tfoot p {
	margin: 0;
	float: left;
	width: 85%;
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block;
}
tr.cart_total_product, tr.cart_total_delivery, tr.cart_total_price, tr.cart_total_tax{
text-align:right;
}
tr.cart_total_price { font-weight: bold; }
#order form#voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em;
	background:#f8f8f8;
	margin-top:10px;
}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {
	display: inline;
}
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em;
}

#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em;
}
#order #order_carrier h4 {
	width: 50%;
	display: inline;
}
#order #order_carrier img {
	vertical-align: middle;
}
#order #order_carrier span {
	margin: 0 0.2em;
}

#order #gift_div{ display:none; }
#order #gift_div label, #order #gift_div textarea{
	display:block;
	width:100%;
	margin:1em 0;
}

/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;

	margin:0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width:470px;
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left;
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight:bold;
	color:#990000;
}
ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end { width: 40px; }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left; }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left; }
ul#order_step {
	
}

/* Login / Registration Forms*/


/* authentication.tpl */
fieldset{
border:none
}
#authentication #create-account_form, #authentication #login_form {
	width: 49%;
	height: 25em;
	clear: none;
	float: left;
}
#authentication #login_form a{ color:#374853; }
#authentication #create-account_form { margin-right: 7px; }
#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin:0; }
#authentication p.submit {
	margin-right: 0;
	text-align:left;
}
#authentication p.submit span { padding-right:0.5em; }
#authentication #create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em;
}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:17em; }

.account_input{
margin:0px;
padding:3px;
}

/* forms layout*/
/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #bdc2c9;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	padding-left: 30%;
	
}
form.std p.submit {
	
	margin-bottom: 1.5em;
}
#ordermsg textarea{
padding:0px;
margin:0px;
width:100%;
height: 150px;
}

/* adresses */
.submit2 .button{float:left;}

div.order_delivery{
margin-top:10px;
}
div.addresses {
	
	
	
	position:relative;
	width:100%;
	
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:48%;
	padding-right:2%;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	margin-top: 0!important;
	background-color: #404041;
	color: #ffffff;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
}

#center_column .address_add { padding: 1em 0; }

/*shipping area, alternate items*/

table.std tr.alternate_item {
	background-color: #f8f8f8;
}

.carrier_name, .carrier_infos, .carrier_price{
text-align:left;
}

td.carrier_name, td.carrier_infos, td.carrier_price{
padding:3px 0px;
}

#form p.checkbox{
padding:10px 0px;
}



/* history.tpl*/

#block-history { color:#374853; }
.color-myaccount{ color: #990000; }
#block-history table#order-list {
	border:none;
	padding:5px;
}
#block-history table#order-list thead th {

}
#block-history table#order-list thead th {
	
}
#block-history table#order-list tbody {
	
}
#block-history table#order-list tbody tr td {
	background-color:white;
	padding:5px;
	line-height:20px;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: right;
}
#block-history #block-order-detail {
	width:98%;
	
	
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.5em;
}

#order-detail-content tbody tr{
	height:3em;
}

#order-detail-content tfoot td{
	border:none;
}

#order-detail-content table td input.order_qte_input{
	display:none;
}

#order-detail-content table td.order_cb input{
	border: none;
}
#order-detail-content table td span.order_qte_span{
	width: 100%;
	display:block;
}
#block-history #block-order-detail h4{ font-size:1.4em; }

#block-history #block-order-detail #sendOrderMessage p{
	padding:0pt 4px 0pt 1px;
}

#block-history #block-order-detail textarea{
	
	width:100%;
}

/* My Account */
.account a{
text-transform:uppercase;
font-size:14px;
font-weight:bold;
font-family:Helvetica, Arial, sans-serif;
color:#404041;
text-decoration:none;
line-height:28px;

}

.myaccount ul li a, .footer_links ul li a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
line-height:20px;
color:#6D6E70;
text-decoration:none;
font-weight:normal;
text-transform:uppercase;
}

.myaccount ul li, ul.myaccount li, .footer_links li
{
list-style-type:none;
}

ul.myaccount li a, .footer_links li a
{
text-decoration:none;
}

ul.myaccount li
{
padding: 5px 0px;
}

ul.myaccount img, .paccount img, .footer_links img
{
padding-right:7px;
}

.paccount a
{
text-decoration:none;
}

.myaccount ul li a:hover, .account a:hover, .footer_links a:hover{
color:#990000;
}

.nound
{
text-decoration:none;
}

/* Home page */
#editorial_block_center
{
padding-bottom:9px;
}

/*Product pages */
#add_to_cart .exclusive
{
margin-left:0px;
}

/* Terms of Use */
ul.returnpolicy
{
	margin:0px;
padding:0px 0px 10px 20px;

}

/* Executive Offices */
.players
{
width:360px;
float:left;
padding-right:20px;
padding-bottom:65px;
}

/* Retail */
.retail_title
{
color:#990000;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
}

.retail_text
{
color:#000;
text-transform:uppercase;
font-size:11px;
}

.retail_text a
{
font-size:8px;
}

.retail_div
{
width:170px;
float:left;
/*border:1px solid black;*/
height:100px;
padding:10px;
}

.retail_h2_title
{
text-align:center;
background-color:#404041;
color:#FFFFFF;
padding:5px 0px;
text-transform:uppercase;
}

/* Wishlist */
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
	display:none;
}

ul.wl
{
width:48%;
padding-right:2%;
}

a.wl
{
text-align:center;
padding-left:0px;
}

input#submitWishlist
{
float:left;
}

li.address_title a
{
color:#FFFFFF;
text-decoration:none;
}

.block_content ul.bullet li h2 img
{
display:none;
}

/*press page*/
.press_item, .press_item_url{
float:left;
height:300px;
width:215px;
overflow:hidden;
/*border:5px solid #404041;*/
margin: 0 5px 5px 0px;


}


/* payment modules*/
.payment_module{
font-size:14px;
vertical-align:middle;
border-top:1px solid #535454;


}
.payment_module img{
vertical-align:middle;
margin-right:10px;
}
.payment_module a{
text-decoration:none;
}

/* category Descriptions*/

.cat_desc{
margin-bottom:15px;
}

/* Out of Stock Fields*/
.mailalerts_oos_email{
margin:0 0 5px 0;
}


/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}


/* Search Block layout*/
#searchbox input{
padding:0px;
margin:0px;
}
.search_query{
width:80px;
}
.block h4{margin-top:15px;}


#old_center_column{display:none;}
/* LSD Nono CMS Page class = friendly url*/

.lsdnono{
background:url('../img/ACID-layer.jpg');
}
.lsdnono #header_user a:link, .lsdnono #header_user a:visited,.lsdnono #headernav a:link, .lsdnono #headernav a:visited, .lsdnono .block_various_links a:link, .lsdnono .block_various_links a:visited, .lsdnono .tree li a, .lsdnono .tree li ul li a, .lsdnono #tagline, .lsdnono #header_user ul li, .lsdnono .account a, .lsdnono .myaccount ul li a, .lsdnono a:link, .lsdnono a:visited, .lsdnono .spacer, .lsdnono #footer_copy, .lsdnono .block h4  {color:#ffffff; border-color:#ffffff;}


/* CMS Pages*/
#cms #center_column h2{
font-size:14px;
}

#cms #center_column ul.bullets li{
margin-left:15px;
list-style:disc;
padding-bottom:3px;
}
#cms #center_column ul.bullets{
padding-bottom:20px;
}