/*
	PrestaShop CSS
	18 used colors: 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #F1F1F1 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 AUDIOAPP blue: #0099FF
	1 red: #FF1800
*/

* {
	padding: 0;
	margin: 0
}
body {
	background-color: white;
	background:url(../img/bck_body.jpg) repeat;
	font-size: 12px;
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	color: #5d5c5e;
	text-align: center
}
/* RESET */
fieldset{border:0;}
/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.blue{color:#0099FF;}
body .red{color:#FF1800;}
.hidden, .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
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: '.'; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }
img{text-indent: -9000px;}
/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	height: 6em;
	margin-top: 2em
}
.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	list-style-type: none;
	border-bottom: solid 1px #CCC;
	padding-top:0.5em;
	height: 21px;
	margin-top: 1em;
	padding-left: 2.7em;
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	background-color:#F1F2F4;
	border:1px solid #F1F2F4;
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	color: #555
}
.idTabs .selected {
	background-color: #555;
	border:1px solid #F1F2F4;
	color: white
}
#more_info_sheets #idTab3 p.txt{background: #F1F2F4;padding: 3px 15px; margin:5px 10px;}
#center_column #more_info_block p{margin:5px 45px;}
#center_column .record_details #more_info_block p{margin:0;}
/* IdTabs Short*/
.idTabsShort a {
	background-color:#FFF;
	border:1px solid #CCC;
	width: 138px
}
.idTabsShort .selected {
	background-color: #CCC;
	border:1px solid #CCC;
	color: #555
}
div.sheets {
	clear: both;
	padding: 1em 1.3em 1.3em 1.3em;
	color:#555;
}
#center_column div.sheets p{
	padding: 0;
	margin:0;;
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em;
	position: relative
}

/* global style */
a {
	color: #5d717e;
	text-decoration: none;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #0099FF;
	background-color:#E5E5E5;
	padding:0px 0 5px 20px;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h2 {
	font-size: 1.1em; padding: 1em 1em ;	background-color:#F8F7F7;color:#555;
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; padding: 1em 1em ;	background-color:#f8f7f7;color:#3B3B3B;}
form.std h3.blue {background-color:#FDFDFD;color:#0099FF;font-weight: bold;border-bottom: 0px;padding-bottom: 0px}
form.std h3.blue #openLoginFormBlock{background-color: white;padding: 4px 25px;font-size: 12px;text-decoration: none;}
h4 { font-size: 1.3em;color:#555; font-family: Trebuchet MS, sans-serif;padding:0.6em 0 0 1em;text-transform: uppercase;border-top:1px solid #a5a8ab   ; }
.titleh4 { font-size: 1.3em;color:#555; font-family: Trebuchet MS, sans-serif;padding:0.6em 0 0 1em;text-transform: uppercase;border-top:1px solid #a5a8ab ;margin: auto;font-weight: bold; }
#center_column .titleh4 {background: url(../img/block_h4.png) no-repeat scroll 10px 13px ; font-size: 1.3em;color:#555; font-family: Trebuchet MS, sans-serif;padding: 14px 0 5px 35px;text-transform: uppercase;border-top:1px solid #a5a8ab ;margin: auto;font-weight: bold; }
#center_column #more_info_block .titleh4 { font-size: 1.3em;color:#555; font-family: Trebuchet MS, sans-serif;padding:0.9em 0 0 2.3em;text-transform: uppercase;margin: auto;font-weight: bold; }
#center_column .record_details  #more_info_block .titleh4 { background: url(../img/block_h4.png) no-repeat scroll 10px 10px;font-size: 1.3em;color:#555; font-family: Trebuchet MS, sans-serif;padding: 10px 0 5px 35px;text-transform: uppercase;border-top:0px solid #a5a8ab ;margin: auto;font-weight: bold; }
div.cat_desc { margin: 0 1em;padding-right: 210px; }

.slogan{
	color: #0099FF;
    font-size: 14px;
    padding-left: 10px;
    position: absolute;
    text-transform: uppercase;
    top:85px;
    background: transparent;
    font-weight: bold;
}
/* global layout */
#page {
	width: 1200px;
	margin: 0 auto 2px auto;
	text-align: left;
	position:relative;
}
#header_logo {
	float: left;
	width: 565px;
	height:85px;
	position:relative;
	z-index:9;
	display:block
}
img.logo {
	float: left;
	margin-top: 0.5em;
	font-size: 2em;
	font-weight: bold
}
#header_right {
	float: left;
	width: 73%;
	text-align: right
}
#left_column, #center_column, #right_column { float: left }
#left_column {
	width: 200px;
	margin:0px 4px 0 5px;
	overflow: hidden;
	background-color: #f8f7f7;
	background: transparent;
		float:left;
}
#left_column div.block .block_content {background: none ;}
#columns{width: 1195px; float:left; background: url('../img/stripes_block.png') 5px 0 repeat-y;}
#center_column {
	position:relative;
	width: 980px;
	float:left;
	border:1px solid #E5E5E5;
	margin:0px 0 0px 3px;
	overflow: hidden;
	background: #FFF /*url(../img/bck_white90.png) repeat scroll 0 0 transparent*/;
}
#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url(../img/nav-logout.gif) no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}
#right_column {
	width: 191px;
	margin-left: 21px;
	overflow: hidden
}
/* GLOBAL BTN */
#center_column .btn_home{
	float:left;
	margin:10px;
	padding-left:50px;
	width: 135px;
	height: 35px;
	background: url(../img/icon/home.gif) no-repeat transparent;
}
#center_column .btn_home a{
	color:white;
	text-decoration:none;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
}
#center_column .btn_return{
	float:left;
	margin:10px;
	width: 185px;
	height: 35px;
	background: url(../img/icon/return.gif) no-repeat transparent;
}
#center_column .btn_return a{
	color:white;
	text-decoration:none;
	line-height:35px;
	font-size:11px;
	font-weight:bold;
	height: 100%;
	width: 100%;
	display:block;
	padding-left:50px;
}
/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: black
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	padding:5px 10px;
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing=0' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, 
 .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */
#center_column .order_container_full{
	width: 780px;
	margin: 0;
	float: left;
	padding-bottom: 150px;
}
#center_column .order_container_full h4{ padding: 2em 0 0em 40px;border:0}

#center_column .order_container_large{
    border-bottom: 2px solid #5B5758;
    border-left: 2px solid #5B5758;
    border-right: 2px solid #5B5758;
    float: left;
    margin: 0 0 10px 9px;
    padding: 0 10px 5px;
    width: 872px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#center_column .order_container_large ul{
    margin: 20px 0px 20px 70px;
}
#center_column .order-confirm_title { background: url(../img/orderconfirm.gif) no-repeat; height: 55px;line-height: 45px; padding: 7px 0 0 40px;border:0;color:white;}
#center_column .order_container_large h4{ padding: 7px 0 0 17px;;border:0}
#center_column #order_container form.payment_return{ width:905px;margin:20px auto 50px;}

#center_column .order_container_small .small_txt{ text-transform: none;font-size: 12px;font-weight: normal}
#center_column .order_container_small{
	width: 398px;
	margin: 15px 0 0;
	clear: none;
	float: right;
}
#center_column .order_container_small h4{ padding: 1em 0 0em 10px;border:0;	}

#center_column .order_container{
	width: 730px;
	margin: 0 auto;
	clear: none;
	padding:0px 5px 5px;
	border: 0px solid #F8F7F7;
}
#center_column .order_container_border{
	border-top: 0px;
}



/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom: 6px;
	margin: 0 auto;
	width: 730px
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}

/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td { border-top: 1px solid #F1F1F1 }
.std thead th {
	background-color: #F1F1F1;
	/*background-image: url('../img/table_header.gif');*/
	background-repeat: no-repeat;
	height: 24px;
	color: #636266;
	font-weight: bold;
	text-align: left;
	font-size:12px;
}.std thead th.cart_del {
	word-wrap:break-word;
	max-width: 20px;
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}
.std tfoot .blue{color:#0099FF;font-size: 14px}
/* /global table style */

/* global form style */
form {border:0px; }
form.std { clear: both }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em 2em;
	margin: 0 0 0.5em 0;
	clear: both;
}
form.std fieldset {
	border: 0px;
	margin-bottom: 1em;
	padding-bottom: 1em
}
form.std fieldset.grey {
	border: 2px solid #F1F2F4;
	padding-top: 5px;
	color:#5D5C5E;
}
form.std 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 p input{
	float: left;
    margin-right: 15px;
    min-height: 22px;
}
form.std h4, form.std p {
	padding: 0.6em 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;
	outline: none;
	max-width: 185px;
}
input, textarea, select { border: 1px solid #CCC }
input.text {
	height: 22px;
	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 ;margin-left: 5px;}
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 31%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}

/* 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, span.exclusive_large_disabled {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px
}

/* 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, span.exclusive_large_disabled {
	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, span.exclusive_large_disabled {
	color: white!important
}

/* 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: #0099FF!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.png')
}
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.png');*/
	background-color: #555;
	color:white;
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url(../img/sprite-coca-cola.png);
    background-position: 0 -625px;	
    border: medium none;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 33px;
	color:#FFF;
}
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, span.exclusive_large_disabled {
	width: 200px;
	color:#FFF;
	background: #3B3B3B;
	height: 33px;
	background-image: url(../img/sprite-coca-cola.png);
    background-position: 0 -625px;	
	line-height: 35px;
	font-size: 12px;
}

/* exclusive button 
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
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') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }

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

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {
	padding-left: 2em;
	background: transparent /*url('../img/bullet.gif') no-repeat 6px 6px*/;
	list-style: disc inside none;
}

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #0099FF }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}

/* errors */
#center_column p.error {
	width: 50%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
	border: 1px solid #da0f00; 
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
#center_column p.warning, #center_column div.sheets p.warning {
	color: #555;
	font-size: 1.2em;
	background-color: #aaddff;
	font-weight: bold;
	margin: 1.5em 1.5em;
	padding: 1.2em 3em
}
#center_column #HOOK_PAYMENT p.warning {
	color: #555;
	font-size: 1.2em;
	background-color: #aaddff;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 1.0em 3em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1.1em;
	color: #555;
	background-color:#E5E5E5;
	padding:10px 0 5px 20px;
	font-family: 'AvantGardeBKBT',sans-serif,sans-serif;
	text-transform: normal;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb .navigation_page { color: #0099FF;}
.breadcrumb a {
	text-decoration: none;
	color: #555;
}
.breadcrumb a:hover { }

/* pagination.tpl */
div.pagination { padding: 2em 4em;width: 100%;float:left; }
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853
}
ul.pagination a, ul.pagination span {
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #FFF;
	border: 1px solid #555;
	color:#555;
}
ul.pagination a { text-decoration: none }
#center_column ul.pagination .current span {
	background-color: #555;
	color: #FFF;
	border: 1px solid #555
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	line-height: 19px;
	background: #FFF;
	border: 1px solid #888;
	color:#555;
}
#pagination_previous {
	background: #FFF;
	padding-left: 6px
}
#pagination_next {
	background: #FFF;
	padding-right: 6px
}
#center_column li.disabled span {
	color: #F1F2F4;
	background-color: #FFF
}
form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right ;min-width: 70px;text-align: center;}
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em;
	text-align: right;
}
form.pagination input { float: right;background: #555;color:white; }

/* steps (like order step) */
ul.step {
	list-style: none;
	margin: 0.8em auto 2em;
	padding-left: 40px;
	height: 70px;
	width: 875px;
	
}
ul.step li {
	height: 70px;
	float: left;
	font-size:16px;
	width: 160px;
	text-align: left;
	text-indent:15px;
	color:#555;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left
}
ul.step li a{
	text-decoration: none;
	color:#555;
}
ul.step li a:hover{
	color:#0099FF;
}
ul.step li:first {
	background: transparent url('../img/step_standard.gif') no-repeat bottom left
}
ul.step li.step_first {
	background: transparent url('../img/step_first.gif') no-repeat bottom left
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight: bold
}
ul.step li.step_todo { font-style: normal; }
ul.step li#step_end { width: 175px }
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 { background-color: white }

/* product-sort.tpl */
#productsSortForm p {
	height: 1em;
	margin: 0.5em 0 0 0
}
#productsSortForm label, #productsSortForm select { float: right }
#productsSortForm select { font-size: 1em }

#corner #productsSortForm {
	width:300px;
	margin: 50px 0 0 650px;
}
/* Header */
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer */
#footer {
	padding: 0 0 05px;
	clear: both
}

/* Default block style */
div.block {
	width: 210px;
	border-bottom: 1px solid #bdb9ba;
}
#left_column div#links_block_left .titleh4{border-top:1px solid #E5E5E5;}
#left_column div#links_block_left .block_content{padding-bottom: 10px;}
#left_column div.block,
 #right_column div.block {
	/*background: transparent url('../img/block_footer.png') no-repeat bottom left*/
}
div.block h4 {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding: 13px 0 5px;
	padding-left: 1.2em;
	line-height: 1.3em;
	color: #3b3b3b;
	height: 19px;
	/*background: url('../img/block_h4.png') no-repeat 10px 13px #FFF;*/
	margin:0 2px;
}
div.block h4 a { color: #3b3b3b;text-decoration: none; }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
div.block a:hover { text-decoration: underline }

#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding: 0 10px;
	background: #FFF;
	margin-left:2px;
	min-height: 16px;
	padding-bottom: 15px;
}
#left_column div.block .block_content {
	padding: 0 5px;
	padding-bottom: 15px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #595a5e;
	text-decoration: none
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: #fff }
div.exclusive .block_content {
	background: #FFF;
	border-left: 1px solid #F1F2F4;
	border-right: 1px solid #F1F2F4;
	border-bottom: 1px solid #F1F2F4;
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em }
#center_column div.block { width: 536px; margin: auto }
#center_column div.block h4 {
	background: #3b3b3b;
	height: 17px;
	color: white
}

#list_price { margin-left: 0.5em; }

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { color: #595a5e }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	background: #d0d3d8 none;
	padding: 0
}
#center_column .products_block ul li:hover { background-color: #F1F1F1 }
#center_column .products_block ul li {
	float: left;
	background-color: #d0d3d8;
	margin-top: 0;
	padding: 0 0 1px;
	width: 133px;
	border-right: 1px solid white;
	border-bottom: 1px solid white
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 129px;
	height: 129px
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
  #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc { 
	margin-right: 0;
	height: 150px; 
	border-right: 1px solid #d0d3d8 
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* shopping cart */
.cart_last_product { 
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: #F1F1F1 /*url('../img/table_header.gif') right 0;*/
}
.cart_last_product_header .left {
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .cart_last_product_content { 
	float:right; 
	width:241px 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

#center_column p.cart_navigation { padding: 1em 0!important; width: 700px; margin:0 auto;position:relative;min-height: 33px;}
p.cart_navigation .button,
 p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
 p.cart_navigation .exclusive_large_disabled { float: right }
p.cart_navigation_extra {
	text-align: center;
	width: auto
}
form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #F1F1F1 }
#cart_summary tfoot tr.cart_total_price td { border-top: 2px solid #F1F1F1; }
#cart_summary tfoot tr.cart_total_price_first td { border-top: 2px solid #F1F1F1; border-bottom: 2px solid #F1F1F1; }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0.5em }
td.cart_product a { margin: 0 0em }
td.cart_product a img {
	border: 1px solid #d0d1d5;
	width: 45px;
	height: 45px;
	display: block;
}
td.cart_product a:hover img { border: 1px solid #888 }
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-left: 1em;
    padding-right: 1em;
    text-align: left;}
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: left; margin: 0; height: 17px;border-right:0px solid #bdbdbf;border-left:0px solid #bdbdbf;border-top:1px solid #bdbdbf;border-bottom:1px solid #bdbdbf;text-align: center;font-weight: bold}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 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 { white-space: normal }
tr.cart_total_price { font-weight: bold }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #F1F1F1;
	padding: 0.7em
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#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 #F1F1F1;
	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
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: none;
	width: 15%;
	display: inline
}
#order-opc #voucher fieldset {
	border: 1px solid #E5E5E5;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
	margin-left: 50px;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p{ display: inline-block;padding-left: 1.9em; }
#order-opc form#voucher .button { display: inline-block;background:#888; height: 22px;}
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em;
	text-transform: normal;
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #F1F1F1;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }

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

#order-opc .login_opc_info {
	width: 100%;
	padding-left: 68px;
}

#order-opc .login_opc_info label{
	margin-left: 10px;
}
#order-opc .login_opc_info input{
 	height: 27px;
    width: 220px;
    max-width:220px;
}

/* views block */
#views_block {
	margin: 0 auto;
	width: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 255px;
	height: 80px;
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px;
	height: 80px;
	width: 500px;
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px;
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none;
	margin-left: 10px;	           
}
#suppliers_list li, #manufacturers_list li {
	/*background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;*/
	border: solid 1px #d0d3d8;
	padding: 0.6em;
	margin-bottom: 1.5em;
	width: 208px;
	float: left;
	margin-right: 10px;
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #374853
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 0 89px; }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}
#suppliers_list .logo, #manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #da0f00
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT */
.payment_module { display: block; border: 2px solid #E5E5E5; padding-top: 3px; min-height: 50px;margin:5px 0;}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}

.payment_module_title {
	font-size: 14px;
	font-weight: bold;
}

.payment_module_desc {
	font-size: 11px;
}

.payment_button {
	display: none;
	float: right;
	background: url(../img/button_secure_pay.png) no-repeat;
	width: 232px;
	height: 36px;
	padding-left: 80px;
	padding-top: 15px;
}

.payment_button_text {
	color: white;
	font-size: 15px;
}

.selected_payment {
	border: 2px solid #0099FF;
	color: #374853;
	margin-bottom: 4px;
}

.payment_radio {
	height: 100%;
	float: left;
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen { 
		display: block; 
		margin-top: 1em 
	}
	#more_info_sheets #idTab1 { width: 530px }
	* { 
		background: none!important; 
		background-color: white!important; 
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: right;
	margin-right: 40px;
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#mywishlist div#block-order-detail ul li img { float: left }

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } 
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #F1F2F4;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right; 
	margin-right: 3px; 
	font-size: 12px
}
.confirmation { 
	color: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0 }

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* sppute */
.payment_header { height: 150px; }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}
#cms div.content_only p{ 
	padding-left: 20px 
}
.live_edit_feed_back_ok {
    color: #374853; 
    background-color: #DFFAD3; 
    padding: 4px; 
    border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
    color: #374853; 
    background-color: #FAE2E3; 
    padding: 4px; 
    border: 2px solid #EC9B9B
}
.add_module_live_edit {
    background-color: #F1F2F4; 
    padding: 4px; 
    border: 2px solid #D0D3D8;
}









































































































/*****

	TempleOfDeejaysV2	
	
	
	Models : 
		Templates generals modifications
		Module : 'name_of_mod'
*****/
/* Templates generals modifications */
#header {
	height:142px;
	display:block;
	margin-bottom: 7px;
}

#header_right {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:145px;
}

/* Module : GENERAL */
#links_block_left ul li {
	border: none;
	padding-left: 21px;
	background: none;
	padding-top:0px;
	margin-left: 0;
	font-size: 13px;
	line-height: 20px
}
#links_block_left ul li a{
    font-family: 'AvantGardeBKBT', sans-serif;
    text-transform: uppercase;
}
#manufacturers_block_left ul li {
	border: none;
	padding-left: 21px;
	background: none;
	padding-top:0px;
	margin-left: 0;
	font-size: 13px;
	line-height: 20px
}
#manufacturers_block_left ul li a{
    font-family: 'AvantGardeBKBT', sans-serif;
    text-transform: uppercase;
}


/* Module : blockcategories */
#categories_block_top {
	position:absolute;
	bottom:0;
	width:1200px;
	height: 40px;
}

.categories_block_top_link{
    text-decoration: none;
    font-weight: bold;
    display:block;
	color:#F1F1F1;
}

.categories_block_top_elem{	
	float:left;
	display:block;
	width:137px;
	height:40px;
	text-align:center;
	background: transparent;
    border-left: 0px dotted grey;
    margin-left: 0em;
    padding-left: 0em;
	background-image: url('../img/sprite-coca-cola.png'); 
	background-position:0px -75px;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    display:block;
}

#top_cat_list .first {
	background-image: url('../img/sprite-coca-cola.png');
    background-position: -140px -115px;
}

#top_cat_list .selected {
	background-image: '';
	background-color: green;
}

#top_cat_list .top_cat_selected {
	background-image: '';
	background: #E5E5E5;
}

#top_cat_list .top_cat_selected .categories_block_top_link{
	color: #555;
}


#left_column .block_content{
	width:186px;	
}



/* TUNNEL DE CONVERSION */
.order_delivery{
	width:545px;
	margin:0 auto;
	height:125px;
	display:block;
}
form#voucher h4{
	border-top:0px;
	padding:0 0 0 1em;
}
#center_column  p.summary_products_content{
	width: 800px;
	margin:40px auto 0;
	text-align: left;
	font-size: 12px;
}
#center_column  p.summary_products_content #summary_products_quantity{
	color:#0099FF;
}
#center_column form, #center_column #HOOK_PAYMENT{
	width:700px;
	margin:0 auto;
	padding-left:0;
	padding: 4px;
}

.condition_content p{
	padding: 10px;
}
.condition_content{
	margin: 0 40px;
}
#center_column .condition_content .checkbox{
	font-size: 16px;
	padding-left: 25px;
}

h3.condition_title{
	background-color: #0099FF;
	padding: 10px 0px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}
.carrier_content{

}
#center_column .carrier_content .std thead th{
	font-size: 14px
}
h3.carrier_title {
	background-color: #FFF;
	padding: 10px 0px;
	color: #848082;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}










/* PRODUCT FICHE */
#medias h3{
	float:left;
	width:645px;
}
#medias h3.pre_sound{
	width:275px;
}
#medias table.lines{
	margin: 20px;
	float:left;
	width: 96%;
}
#medias table tbody{
	width:650px;
	border:0;
}
#medias table tbody tr{
	border:0;
}
#medias table tbody td.title{
	width:600px;
	height:26px;
	line-height:20px;
	font-size: 12px;
	padding:0px 15px;
	display:inline-table;
	margin-right:40px;
	background-color:#f1f1f1;
}
#medias table tbody td.sound{
	width:240px;
	line-height:20px;
	font-size: 12px;
	background-color:#f1f1f1;
	height:26px;
	text-align: center;
	display:inline-table;
}
#medias table tbody td.sound a{display:block;}
.generatedpoints_content{
	background-color: white;
	border: 1px solid #F1F2F4;
	height:70px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 5px;
    position: relative;
    width: 288px;
    float:right;
}
.generatedpoints_content span{
	float: left;
}
.generatedpoints_content #generatedpoints{
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: 7px;
}
.generatedpoints_content #generatedpoints span{
	float:right;
}
.generatedpoints_content .diamond_grey{
	background: url('../img/icon/diamond_grey.png') repeat;
	width:16px;
	height: 16px;
	display: block;
	float: left;
}
.generatedpoints_content .diamond_blue{
	background: url('../img/icon/diamond_blue.png') repeat;
	width:16px;
	height: 15px;
	display: block;
	float: left;
	margin:0 5px;
}
.generatedpoints_content .btn_points{
	font-size: 10px;
	font-weight: bold;
	color:white;
	background-color: #555;
	padding: 0px 7px;
	text-decoration: none;
	float: left;
	margin-top: -2px;
}
#ajax_add_free_product{
	margin-top: 12px;
	font-weight: bold;
	line-height: 20px;
}

#center_column .generatedpoints_content .points_return{
	position:absolute;
	bottom:0;
	font-weight: bold;
	font-size: 14px;
	color:#0099FF;
	margin: 0px;
	padding: 0 0 5px;
}

/* HOME */
#infodeliveryhome{
	width:780px;
	margin:0 0 3px;
	height:55px;
	display:block;
	float:right;
	background: #E5E5E5;
}
.icon_deliv{;
	background-image: url('../img/sprite-coca-cola.png'); background-position:0 -240px;
	height:47px;
	width:47px;
	display: block;
	float: left;
	margin: 4px 15px;
}
.txt_deliv{
	height:47px;
	line-height:47px;
	width:575px;
	display: block;
	float: left;
	text-align:center;
	margin: 4px 15px;
	font-size: 28px;
	font-weight: bold;
}
#showcase_left{
	float:right;
}
.homecategorizedproducts_content{
	outline: medium none;
	float:left;
	display: block
}
.homecategorizedproducts{
	width:395px;
	height: 305px;
	outline: medium none;
	float:left;
	overflow: hidden;
}
.homecategorizedproducts_left, .homecategorizedproducts_right{
	width:197px;
}
.homecategorizedproducts_left{
	height: 305px;
	float:left; 
	border-top: 1px solid #F1F2F4;
	/*-moz-border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;*/
	border-right: 0px;
	outline: medium none;
	   /* -webkit-box-shadow: 3px 5px 2px 0px #CCC;
	    -moz-box-shadow: 3px 5px 2px 0px #CCC;
	    box-shadow: 3px 5px 2px 0px #CCC;*/
}
.homecategorizedproducts_left h2{ 
	color:#555; 
	font-family: Trebuchet MS, sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
	background-image: url('../img/sprite-coca-cola.png'); background-position:-85px -288px;
	background-color: white;
	padding: 15px 0 5px 3.5em;
	font-size: 1.2em;
    font-weight: bold;
    height: 19px;
    line-height: 1.3em;
	border:0;    
}
.homecategorizedproducts_left h3{
	background-image: url('../img/sprite-coca-cola.png');
    background-position: -2px -597px;	
	background-color: white;
	padding: 2px 22px;
	line-height:14px;
	font-size: 11px;
	margin: 5px 0 0 25px;
}
.homecategorizedproducts_left h3.selected{background: url('../img/icon/vinylblue.jpg') no-repeat;}
.homecategorizedproducts_left h3 a{text-decoration: none;width: 140px;height: 17px;display: block;}
.homecategorizedproducts_left h3 a.selected{color:#0099FF;
	background-image: url(../img/sprite-coca-cola.png);
    background-position: -69px -494px;
	}

.homecategorizedproducts_right{
	height: 290px;
	padding: 15px 0 10px;
	float:left; 
	border-top: 1px solid #F1F2F4;
	border-right: 1px solid #F1F2F4;
	/*-moz-border-radius:0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;*/
	outline: medium none;
	border-left: 0px;
	position: relative;
	/*    -webkit-box-shadow: 3px 5px 2px 0px #CCC;
	    -moz-box-shadow: 3px 5px 2px 0px #CCC;
	    box-shadow: 3px 5px 2px 0px #CCC;*/
}
.homecategorizedproducts_right .product_img_link{
	margin:0px auto 0;
	display:block;
}
.homecategorizedproducts_content{
	outline: medium none;
	float:left;
	display: block;
	background-color: #FFF;
	padding-left:1px;
	border-left: 1px solid #F1F2F4;
}
.homecategorizedproducts_content ul.product_list_standard {border:0px;}
.homecategorizedproducts_content ul.product_list_standard li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none transparent;
    border-color: #F1F2F4 #F1F2F4 -moz-use-text-color -moz-use-text-color;
    border-style: solid solid none none;
    border-width: 0px 0px 0 0;
    float: left;
    margin:0px 0 ;
    height: auto;
    min-height: 130px;
    position: relative;
    width: 195px;
}
.homecategorizedproducts_vinyls {outline: medium none;	float:left;	display: block; padding: 0}
.homecategorizedproducts_vinyls .homecategorizedproducts{	width:489px;	height: 305px;	outline: medium none;	float:left;	}
.homecategorizedproducts_vinyls .homecategorizedproducts_left, .homecategorizedproducts_vinyls .homecategorizedproducts_right{width:244px;}
.homecategorizedproducts_vinyls .homecategorizedproducts_left{
	height: 305px;
	float:left; 
	border-top: 1px solid #F1F2F4;
	border-right: 0px;
	border-right: 0px;
	outline: medium none;
}
.homecategorizedproducts_vinyls .homecategorizedproducts_left h2{margin: 10px 0;	padding: 15px 0 5px 3.5em;	font-size: 1.2em;    font-weight: bold;    height: 19px;    line-height: 1.3em;	border:0;   	background: url(../img/block_h4.png) no-repeat scroll 20px 13px ;}
.homecategorizedproducts_vinyls .homecategorizedproducts_left h3{	background: url('../img/icon/vinyl.png') no-repeat;	padding: 2px 22px;	line-height:14px;	font-size: 14px;	margin: 5px 0 0 25px;}
.homecategorizedproducts_vinyls .homecategorizedproducts_left h3.selected{	background: url('../img/icon/vinylblue.gif') no-repeat;}
.homecategorizedproducts_vinyls .homecategorizedproducts_left h3 a{text-decoration: none;width: 170px;height: 17px;display: block;font-size: 12px;line-height: 15px;}
.homecategorizedproducts_vinyls .homecategorizedproducts_left h3 a.selected{color:#0099FF;	background: url('../img/icon/bluearrow.gif') no-repeat top right;}
.homecategorizedproducts_vinyls .homecategorizedproducts_right{
	height: 290px;
	padding: 15px 0 10px;
	float:left; 
	border-top: 1px solid #F1F2F4;
	border-left: 1px solid #F1F2F4;
	outline: medium none;
	border-left: 0px;
	position: relative
}
.homecategorizedproducts_vinyls .homecategorizedproducts_right ul li{
	border:0px;margin:0px 0 0 20px
}
.homecategorizedproducts_vinyls .homecategorizedproducts_right .product_img_link{	margin:0px auto 0;display:block;}


.homecategorizedproducts_right #add_to_cart{margin: 0;padding: 0;position: absolute;bottom: 25px;left:40px}
.homecategorizedproducts_right #add_to_cart input{
	margin: 0 auto;
	width:200px;
	height:33px;
	line-height:33px;
	background-image: url(../img/sprite-coca-cola.png);
    background-position: 0 -625px;
    letter-spacing: -1px;
}
#clientadvicehome{
	width:250px;
	height:400px;
	background-color: #E3E4E5;
	display:block;
	float:right;
}
#center_column div.myaccount{
	position:relative;
	float:right;
	width:203px;
	height:55px;
	display:block;
	margin:0 0 3px;
	background:#E5E5E5;
	padding:0;
	right:auto;
	top:auto;
}
#center_column div.myaccount a{
	margin-left:5px;
	position:relative;
	margin-top:7px;
	line-height:40px;
	float: left;
	text-align: center;
	width: 190px;
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	background: #56c672;
	text-indent: -8px;
}
#center_column div.myaccount .white_span{
	height:15px;
	width: 10px;
	background-image: url('../img/sprite-coca-cola.png'); background-position:-97px -115px;
	position: absolute;
	top: 13px;
	right: 8px;
}
.musthave_block{
	border: 3px solid #F1F2F4/*5D717E*/;
	width:198px;
	height:369px;
	display:block;
	float:right;
	margin: 0 2px 0 4px;
	position: relative;
	background-color: #FFF;
}
.musthave_block a{ text-decoration: none;}
.musthave_block h4{
	background-image: url('../img/sprite-coca-cola.png'); background-position:-94px -290px;
	background-color: white;
    color: #3B3B3B;
    font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 19px;
    line-height: 1.3em;
    margin: 0 2px;
    padding: 13px 0 5px 2.2em;
    text-transform: uppercase;
    background-color: transparent;
    border:0;
}
.musthave_block h5{
	width: 170px;
	text-align:center;
	padding-top:8px ;
	border-top: 0px;
    font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
    background-color: transparent;
}
.musthave_block ul.product_list_standard, .musthave_block ul.product_list li a.button {
    margin-top: 0em;
    border: 0px;
}
.musthave_block ul.product_list_standard li a.button {width: 164px;}
.musthave_block ul.product_list_standard li{
    border:0px;
    background-color: transparent;
}
.musthave_block .percent{
	/*background-image: url('../img/sprite-coca-cola.png'); background-position:-217px -155px;*/
	background: url(../img/bando_red.png) no-repeat scroll 0 0 transparent;
	width: 83px;
	height: 82px;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 9;
	line-height: 52px;
	font-size: 18px;
	font-weight:bold;
	color: white;
	text-align: center;
	text-indent: -10px;
}

#center_column .musthave_block .price_content{
	width: 146px;
	border:1px solid #FF1800;
	margin: 5px auto 8px;
	padding:0 8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	text-align: left;
}
#center_column .musthave_block .price span{
	margin:0;
	padding:0;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-size: 24px;
	text-align: left;
	color:#FF1800;
}
#center_column .musthave_block .pricewh{
	text-decoration: line-through;  
}
.newproduct_block_container{
	float: right;
	min-height: 280px;
	display: block;
	height: 280px;
	width: 983px;
}
.newproduct_block{
	width:auto;
	height:280px;
	display:block;
	position:relative;
	top: -3px;
}
.newproduct_block ul{
	display:inline;
}
.newproduct_block ul.product_list li{
	width:189px;
	height:280px;
	margin:0px 0;
	display:inline-block;
	list-style:none;
	overflow: hidden;
	border-bottom:1px solid #0099FF;
	border-top:1px solid #0099FF;
	border-left:1px solid #0099FF;
}

.newproduct_block ul.product_list li:nth-child(5n+0){
	border-right:1px solid #0099FF;
}
/*
.newproduct_block ul.product_list li:nth-child(2n+0){margin-right: 3px;}
.newproduct_block ul.product_list li:nth-child(3n+0){border-left:1px solid #F1F2F4;}
*/
#center_column .newproduct_block ul li .price{font-size: 12px;font-weight: normal;float: left;margin:0}
#center_column .newproduct_block ul li .manufacturer{font-size: 14px; text-transform: uppercase;font-weight: bold;}
#center_column .newproduct_block ul li .model{font-size: 12px; margin: 4px 0;}
.newproduct_block ul li #add_to_cart{
	margin: 0;
	padding: 0px 0;
}
.newproduct_block ul li #add_to_cart input{
	margin: 0 auto;
	width:184px;
	height:33px;
	line-height:33px;
    letter-spacing: -1px;
	background-image: url(../img/sprite-coca-cola.png);
    background-position: 0 -625px;
    letter-spacing: -1px;
}
.newproduct_block_left{
	width:200px;
	display:block;
	height: 286px;
	margin-left: 2px;
}
.newproduct_block_left ul{
	padding-top: 3px;
}
.newproduct_block_left ul li{
	margin:0px 0 5px;
	border-bottom: 1px solid #F1F2F4;
}
.newproduct_block_left ul li a{
	text-decoration: none;font-weight: bold;
	height:41px;line-height: 39px;padding-left: 45px;
	width: 155px;display:block;
	background-image: url('../img/sprite-coca-cola.png'); background-position:-28px -438px;
}
.newproduct_block_left ul li a:hover, .newproduct_block_left ul li a.selectednew{
	color:#0099FF;background-image: url('../img/sprite-coca-cola.png'); background-position:-28px -481px;}
#viewed-products_block_left{
	display: block;
}
/* CORNER */
#corner{
	padding-bottom: 10px;
	min-height: 145px;
}
#corner h2{
	background: #F1F2F4;
	color:#0099FF;
	padding: 3px 15px;
}
#corner .label, #corner .feats, #corner .release, #corner .format{
	padding: 10px 30px;
	float: left;
	width: 650px;
}
#corner .title{
	background: url(../img/block_h4.png) no-repeat scroll 0px 13px #FFFFFF;
    color: #3B3B3B;
    font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 19px;
    line-height: 1.3em;
    margin: 0 2px;
    padding: 13px 0 5px 1.6em;
    text-transform: uppercase;
}
#corner .corner_img_content{
	width: 120px;
	padding: 20px;
	float: left;
	padding-right:20px;
}

#corner .corner_img_content .corner_img{
	width:120px;
	height:120px;
	display:block;
	float:left;
	border:1px solid #F1F2F4;
	margin: 0 10px 0 0;
}
#corner .corner_content{
	border-left:1px solid #F1F2F4;
	float: left;
	min-height: 0px;
    width: 650px;
}
#corner .corner_txt{
	clear: both;
	border-top:1px solid #F1F2F4;
	padding: 15px 40px;
}

#center_column .manufacturer_corner{
    padding: 10px;
}
#center_column .category_corner .title,  #center_column .manufacturer_corner .title{
    background: url(../img/block_h4.png) no-repeat scroll 0 13px ;
    color: #3B3B3B;
    font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 19px;
    line-height: 1.3em;
    margin: 0 0px 0 155px;
    padding: 14px 0 5px 25px;
    text-transform: uppercase;
}

#center_column .category_corner{
	padding: 10px 10px 15px;
}
#center_column .category_corner .illust{
	height: 160px;
	float:left;
	clear:both;
	display:block;
	margin: 0 10px 0 0 ;
	background-color: #555; 
}
#manufacturerImage, #freeProductsImage {
    border: 1px solid #F1F2F4;
    display: block;
    float: left;
    margin: 1em 30px 20px 10px;
    height: 120px;
    width: 120px;
}
/*  */
.block_central{float:left;}
#center_column .block_central .titleh4:nth-child(1){border:0px;}
div.block_central h4 {
    background: url(../img/block_h4.png) no-repeat scroll 10px 13px #FFFFFF;
    color: #3B3B3B;
    font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 19px;
    line-height: 1.4em;
    margin: 0 2px;
    padding: 13px 0 5px 2.4em;
    text-transform: uppercase;
}
/*  */
/* Block filterby */
#filterby{position: relative;padding: 0px 0;float: left;width:100%;border-bottom:1px solid #F1F2F4;}
#filterby h4{border:0px; clear:left;}
#filterby form{width:100%;margin:0;border:0px; }
#filterby .filterby_row{position: relative;width: 190px;float: left;height: 28px;line-height: 22px;margin:5px 5px;}
#filterby .filterby_row_large{position: relative;width: 255px;float: left;height: 28px;line-height: 22px;margin:5px 5px;}
#filterby .filterby_price_row{position: relative;width: 60px;float: left;height: 28px;line-height: 22px;margin:5px 2px;}
#filterby .filerbylabel{position: relative;width: 90px;float: left;text-align: center;}
#filterby .filerbylabel_price{position: relative;float: left;}
#filterby .filterby_price_row_first{margin-left:25px;position: relative;float: left;}
#filterby .filterby_row .filerbylabel_input{position: relative;width: 90px;float: left;}
#filterby .filterby_row .filerbylabel_input_large{position: relative;width: 120px;float: left;}

#filberby_removefilters{float:left; margin: 5px 20px;background: #F8F7F7;padding: 5px 15px 10px;min-width:872px;}
#filberby_removefilters h5{text-align: left;padding-left: 25px;font-size: 14px;}
#filberby_removefilters .selected_filters{padding: 10px 15px 5px;height: 15px;border-right: 1px solid #A5A8AB;float: left;width: 145px;}
#filberby_removefilters .selected_filters .txt_delete{float: left;margin: 0}
#filberby_removefilters .selected_filters .img_delete{float: left;}

#filterby_sort { float: right; height: 28px;
    line-height: 22px;
    margin: 5px;
    position: relative;
    width: 210px;}
#filterby_left { width: 75% }
/* END Block filterby */
/* Block infohome */
#center_column div#infohome_block div.block_content {background: none; padding:0 2em ; text-align: center;}
#center_column div#infohome_block div.block_content p { padding: 0.6em 0; text-align: center ;color:#555;}
#center_column div#infohome_block div.block_content p.info_txt{margin:0px;padding: 0 0 0 30px;text-align: left;;}
#center_column div#infohome_block div.block_content p.phone{background: url(../img/infohome.png) no-repeat;height: 40px;width: 300px;margin:2px auto;padding: 0}

#center_column div#infohome_block{background: #EFF5F8;width:377px;float:right;margin:0px 4px 3px 3px;height: 86px;border:1px solid #CCC;}
#center_column div#infohome_block h4{background: none;padding:5px 40px;border:0px;color:#555;}
/* END Block infohome */
/* Block infosfooter */
.infosfooter_content{clear:both;width: 1189px	;background-color: #FFF;border-top:1px solid #CCC;border-bottom:1px solid #CCC;height: 60px;margin: 0 0 0 3px;}
.infosfooter_block{width:1170px;margin:0 auto;}
.infosfooter_block h4{background: #5EBD73;padding:5px 40px;}

.infosfooter_block .content{
	width:180px;float:left;margin:3px 12px 3px 3px;height: 55px;
	display: inline-block;position: relative;vertical-align: center;
}
.infosfooter_block .content .txt{width:115px;margin:3px;height: 40px;display: table;float: left;font-weight:bold;font-size: 12px;text-align: center;text-decoration: none;}
.infosfooter_block .content .txt span{line-height: 15px;display: table-cell;text-align: center;vertical-align: middle;font-size: 12px}
.infosfooter_block .content .icon{width:50px;margin:3px;height: 50px;display: block;float: left;}
.info1 .icon{background-image: url('../img/sprite-coca-cola.png'); background-position:0px 0px;}
.info2 .icon{background-image: url('../img/sprite-coca-cola.png'); background-position:-50px 0px;}
.info3 .icon{background-image: url('../img/sprite-coca-cola.png'); background-position:-100px 0px;}
.info4 .icon{background-image: url('../img/sprite-coca-cola.png'); background-position:-150px 0px;}
.info5 .icon{background-image: url('../img/sprite-coca-cola.png'); background-position:-200px 0px;}
.info6 .icon{background-image: url('../img/sprite-coca-cola.png'); background-position:-250px 0px;}

/* END Block infohome */
#center_column .adress_left { width: 450px;float: left;}
#center_column .adress_right { width: 450px;float: left;}
#center_column .wide { width: auto;}
.required input{
	border:1px solid #0099FF;
	-webkit-box-shadow: 1px 1px 1px #CCC;
	-moz-box-shadow: 1px 1px 1px #CCC;
	box-shadow: 1px 1px 1px #CCC;
}
.selected_filters_legend{padding:5px 0px 5px 30px;}
#center_column form.payment_return{margin: 50px auto}
#center_column div.payment_confirm{margin: 50px auto;width:500px;}
#center_column div.payment_confirm p{padding: 10px 70px;}

/* Search Stats */
#search_stats{float:left;margin:40px 100px;text-align: center;}
#search_stats a{text-decoration: none;}
#search_stats .search_keywords_1{font-size:18px;margin: 0 10px;color:#CCC;}
#search_stats .search_keywords_2{font-size:26px;margin: 0 20px;color:#999;}
#search_stats .search_keywords_3{font-size:32px;margin: 0 25px;color:#888;}
#search_stats .search_keywords_4{font-size:38px;margin: 0 30px;color:#777;}
#search_stats .search_keywords_5{font-size:45px;margin: 0 40px;color:#666;}
/**/
#fancybox-content #page, #fancybox-content #columns, #fancybox-content #center_column {width:auto;}
#fancybox-content .breadcrumb {display:none;}
#center_column #opc_payment_methods-content .payment_button {
	display: none;
	float: right;
    color: #FFFFFF;
    font-size: 12px;
    height: 35px;
    margin:10px;
	cursor: pointer;
	text-indent:-50px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}
#center_column #opc_payment_methods-content .payment_radio{
	margin: 17px 15px;
}
#blocklinkhome {width:200px;float:left;;}
#blocklinkhome ul li {border-bottom: 1px solid #F1F2F4;margin: 0 0 5px;}
#blocklinkhome ul li:nth-child(2) {border-bottom: 0px solid #F1F2F4;margin: 0 0 5px;}
#blocklinkhome ul li a {
	background-image: url('../img/sprite-coca-cola.png'); background-position:-287px -553px;	
    display: block;
    font-weight: bold;
    height: 41px;
    line-height: 39px;
    padding-left: 45px;
    text-decoration: none;
    width: 155px;
}
#blocklinkhome ul li:nth-child(2) a {
	background-image: url('../img/sprite-coca-cola.png'); background-position:-289px -518px;
}
#blocklinkhome ul li a:hover {color:#0099FF;}

#fancybox-content .add_to_cart_btn{
	background-image: url(../img/sprite-coca-cola.png);
    background-position: 0 -625px;
    border: medium none;
    cursor: pointer;
    display: block;
    float: none;
    clear:both;
    font-size: 14px !important;
    font-weight: bold;
    height: 33px;
    letter-spacing: -1px;
    line-height: 33px;
    margin: 5px auto 0;
    padding-left: 0;
    text-align: center;
    text-decoration: none !important;
    width: 160px;
    color:white;
}
form.std .adress_left input, form.std .adress_right input{
	background-color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 20px;
    line-height: 1.7em;
    margin: 0 10px;
    padding: 5px;
    width: 18em;
    max-width: 500px;
}
body#address .form_container{float:left; margin-left:13px; background-color: #f2f2f4; border: 2px solid #ababad;margin-bottom: 20px;}
body#address #center_column h3.adress_title{
	background-color: #646567;
	color: white;
	height:31px;
	padding: 2px 0 0 30px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0;
}

.search_title {
padding: 8px 0 8px 15px;
}

#search_nb_results {
background: #F1F2F4;
padding: 3px 15px;
font-weight:bold;
min-height: 30px;
}

#search_nb_results span {
display:block;
float:left;
}

#search_nb_results #productsSortForm {
	float:right;
}

.old_price { 
	font-size: 10px;
	font-weight: bold;
	text-decoration: line-through;
}

.pack_product_list
{
	overflow: auto;
	height: 264px;
}

#packImage {
	border: 1px solid #F1F2F4;
    display: block;
    float: left;
    margin: 1em 30px 20px 10px;
    width: 120px;
    height: 120px;
}
