
* {
	padding: 0;
	margin: 0
}
body {
	background: white;
	font-size: 12px;
	font-family: Georgia, Times, serif;
	color: #444;
	line-height: 1.825
}

body.content_only {
	background: white;
}

/* Useful */
.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
}
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 }

hr.dotted {
	background: url('../img/hr-dotted.png') repeat-x top left;
	border: none;
	height: 6px;
	line-height: 0;
	overflow: hidden;
	display: block;
	margin: 1em 0 0;
	clear: both
}
.dotted_wrapper_small {
	margin: 0 auto 3em
}
.dotted_wrapper_large {
	margin: 6em auto 0
}

/* DIN Font */
@font-face { 
	font-family: DIN; 
	src: url('../fonts/DINComp-CondBold.ttf')
}

/* Selection */
::selection {
	background: #F25;
	color: white
}
::-moz-selection {
	background: #FF9CAD;
	color: white
}

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 2em
}
.footer_links li {
	float: left;
	margin: 3em 0;
}
.footer_links a { text-decoration: none }
.footer_links a:hover { text-decoration: underline }
.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: 1px solid #B2B2B2;
	height: 28px;
	margin-top: 3em
}
ul.idTabs li {
	float: left;
	margin-right: 2px
}
.idTabs a {
	background: whiteSmoke;
	display: block;
	width: 173px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	color: #1A1A1A;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2
}
.idTabs a:hover {
	text-decoration: none
}
.idTabs .selected {
	background: white;
	border-top: 1px solid #FFF3F3;
	border-left: 1px solid #FFF3F3;
	border-right: 1px solid #FFF3F3;
	height: 25px
}

/* IdTabs Short*/
.idTabsShort a {
	width: 138px
}
.idTabsShort a:hover {
	text-decoration: none
}
.idTabsShort .selected {
	background: white;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	height: 25px
}
div.sheets {
	clear: both;
	background: url('../img/bg-fade.png') bottom left repeat-x;
	padding: 1.4em;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	box-shadow: 4px 4px 0 rgba(0,0,0,.1)
}
#page div.sheets .rte {
	padding: 0;
	margin: 0
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}
#more_info_block {
	margin: 3em 0 0
}

/* global style */
a {
	color: #444;
	outline: none;
	text-decoration: none;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s
}
a:hover { text-decoration: underline }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../img/hr-dotted.png) repeat-x center left
}
h1 span {
	background: white;
	padding-right: 1em;
}
h2 {
	font-size: 1.3em;
	padding-left: 0.5em;
	margin: 1em 0;
	font-weight: bold;
	color: #444
}
h2 span {
	background: white;
	padding-right: 1em;
}
h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:1.4em; margin: 1em 0 1em; background: url(../img/hr-dotted.png) repeat-x center left }
h3 span {
	background: white;
	padding-right: 1em;
}
h4 { font-size: 0.9em; padding: 0; margin: 1.5em 0 1em }

/* global layout */
#wrapper {
	background: #FCEBEB url(../img/background-cotton-candy.png)
}
#header {
	height: 63px;
	background: #FF9CAD url(../img/background-header.png);
	border-top: 1px solid rgba(255, 255, 255, .25)
}
#header_logo {
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: 6px
}
img.logo {
	font-size: 2em;
	font-weight: bold
}
#header_top {
	margin: 0 auto;
	max-width: 938px;
	min-height: 30px;
	text-align: right;
	position: relative
}
#mini_block_top {
	width: 130px;
	position: absolute;
	right: 24.5%
}
#logo_wrapper {
	margin: 14px auto 0;
	max-width: 938px;
	min-height: 30px;
	text-align: right;
	position: relative
}
#subheader {}
.border_subheader {
	height: 7px;
	background: url(../img/border-subheader.png) repeat-x
}
#overlay {
	width: 220px;
	height: 43px;
	margin: -7px auto 0;
	background: url(../img/overlay.png) no-repeat
}
#subheader_top {
	width: 938px;
	margin: 0 auto
}
.border_circles {
	height: 14px;
	background-image: url(../img/border-subheader-circles.png), url(../img/glow.png);
	background-repeat: repeat-x, no-repeat;
	background-position: top left, 50% -2px
}
#page {
	max-width: 938px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	background: white;
	padding: 2em 0 4em
}
#columns {
	float: left
}
#center_column { float: left }
#right_column {
	clear: right;
	float: right;
	width: 222px;
	margin-left: 27px;
	overflow: visible
}
#center_column {
	width: 682px;
	min-height: 716px
}
.center_column_wide {
	width: 100% !important
}
#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
}

/* =Menu
-------------------------------------------------------------- */

#access .sf-menu {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !Important;
	max-width: 938px !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
}
#access .sf-menu li {
	float: none !important;
	background: none !important;
	border:none;
}
#access .sf-menu a {
	text-shadow: none !important;
	line-height: 1.325 !important;
}
#access .sf-menu a:focus,
#access .sf-menu a:hover,
#access .sf-menu a:active {
	background: none !important;
}

/*** Structure ***/
#access {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 1.425em 0 0.825em;
	max-width: 938px;
}
#access ul,
#access ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#access ul {
	line-height: 2.333em;
}
#access ul ul {
	position: absolute;
	top: -999em;
	width: 14em; /* left offset of submenus need to match (see below) */
}
#access ul ul li {
	width: 100%;
}
#access ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#access ul li {
	display: inline-block;
	position: relative;
	margin-left: 1em;
}
#access ul li li {
	margin: 0;
}
#access ul a {
	display: block;
	position: relative;
}
#access ul li:hover ul,
#access ul li.sfHover ul {
	left: 0;
	top: 4.5em; /* match top ul list item height */
	z-index: 99;
}
#access ul li:hover li ul,
#access ul li.sfHover li ul {
	top: -999em;
}
#access ul li li:hover ul,
#access ul li li.sfHover ul {
	left: 16.5em; /* match ul width */
	top: 0;
}
#access ul li li:hover li ul,
#access ul li li.sfHover li ul {
	top: -999em;
}
#access ul li li li:hover ul,
#access ul li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** Style ***/
#access ul {
	text-align: center;
	font: 12px Georgia, Times, serif;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
#access ul a {
	font-weight: normal;
	padding: .65em 1.2125em;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
#access ul a,
#access ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #444;
}
#access ul li ul {
	background: white;
	border: 1px solid #999;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
	padding: 0.5em 1em;
	border-radius: 0 !important
}
#access ul li li {
	background: none;
	border-bottom: 1px solid #EFEFEF;
	text-align: left;
}
#access ul li li:last-child {
	border: none;
}
#access ul li li li {
	background: none;
}
#access ul li:hover,
#access ul li.sfHover,
#access ul li.sfHoverForce {
	background: rgba(255, 176, 173, .25) !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .7) inset, 0 0 10px rgba(252, 134, 134, 1) inset, 0 1px 0 rgba(255, 255, 255, .75) !important;
	border-radius: 2px !important;
	outline: 0 !important;
}
#access ul li li:hover,
#access ul li li.sfHover,
#access ul li li.sfHoverForce,
#access ul li li.sfHoverForce {
	background: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #F25;
}
#access ul li li.sfHoverForce a {
	color: #F25;
}
#access ul li li a:hover,
#access ul li li.sfHover > a,
#access ul li .current-menu-item a,
#access ul li .current_page_item a {
	color: #F25 !important;
}
#access ul li li a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: padding ease .2s;
	-moz-transition: padding ease .2s;
	-o-transition: padding ease .2s;
	-ms-transition: padding ease .2s;
}
#access ul li li a:hover,
#access ul li li.sfHover > a {
	padding-left: 1.825em !important;
}
/*** Arrows **/
#access ul a.sf-with-ul {
	padding-right: 2.25em !important;
	min-width: 1px !important; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute !important;
	display: block !important;
	right: .75em !important;
	top: 1.05em !important; /* IE6 only */
	width: 13px !important;
	height: 10px !important;
	text-indent: -999em !important;
	overflow: hidden !important;
	background: url('../img//arrows-ffffff.png') no-repeat -10px -100px !important; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li li .sf-sub-indicator {
	width: 4px !important;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em !important;
	background-position: 0 -100px !important; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .9em !important;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -13px -100px !important; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#access ul ul .sf-sub-indicator { background-position:  -10px 0 !important; }
#access ul ul a > .sf-sub-indicator { background-position:  0 0 !important; }
/* apply hovers to modern browsers */
#access ul ul a:focus > .sf-sub-indicator,
#access ul ul a:hover > .sf-sub-indicator,
#access ul ul a:active > .sf-sub-indicator,
#access ul ul li:hover > a > .sf-sub-indicator,
#access ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -13px 0 !important; /* arrow hovers for modern browsers*/
}

/*** Shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('../img//shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: #444
}
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;
	background: inherit
}
.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 { margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	margin: 3em auto 2em;
	width: 682px;
	box-shadow: 4px 4px 0 rgba(0,0,0,.1);
	background: url('../img/bg-fade.png') bottom left repeat-x
}
.std { font-size: 1.1em }
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #B2B2B2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
/*class table.std */
.std td, .std th { padding: 0.8em 1.4em }
.std th { white-space: nowrap }
.std tr.item td, .std .item th { text-align: center }
.std tr.item td:last-child { text-align: right }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: rgba(195, 195, 195, .1); text-align: center }
.std tr.alternate_item td:last-child,
.std tr.alternate_item th:last-child { text-align: right }
.std tbody td,.std tfoot td { border-top: 1px solid #B2B2B2; border-bottom: 1px solid #B2B2B2 }
.std thead th {
	color: #1A1A1A;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	background: whiteSmoke
}
.std th.first_item {  }
.std th.last_item { text-align: right }
.std thead th.cart_product, .std thead th.cart_description {
	text-align: left
}
.std th.item {  }
.std tfoot td {
	color: #1A1A1A;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #1A1A1A;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 2em 0 3em;
	font-family: Rockwell, Times, serif;
	text-transform: uppercase
}
form.std h3 span {
	background: white;
	padding-right: 1em
}
form.std fieldset {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0
}
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 h4, form.std p {
	padding: 0.3em 1em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
	font-size: 11px
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin-left: 0.5em;
	font-size: 11px;
	font-family: Georgia, Times, serif;
	outline: none
}
input, textarea, select { border: 1px solid #CCC; color: #444; box-shadow: 0 1px 2px rgba(0, 0, 0, .09) }
input, textarea { padding: 4px }
input:focus, textarea:focus { border-color: #999 }
input#fileUpload { border: none }
input.text {
	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 { 
	font-family: Arial, sans-serif;
	color: #F24F4F;
	font-size: 22px;
	line-height: 1px;
	font-weight: bold;
	text-shadow: none
}
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 27%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin: 1em 0 0
}

/* 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 {
	border: 1px solid rgba(0, 0, 0, 0.5);
	color: white !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px !important;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
	padding: 3px 10px;
	line-height: 1.625;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .5), inset 0 10px 20px rgba(255, 255, 255, .25);
	border-radius: 2px;

	background-color: #006DCC;
	background-image: -webkit-linear-gradient(top, #08C, #04C);
	background-image: -o-linear-gradient(top, #08C, #04C);
	background-image: linear-gradient(to bottom, #08C, #04C);
	background-image: -moz-linear-gradient(top, #08C, #04C);

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* search button */
input.button_search {
	display: none;
	background: #DDD;
	border: 1px solid #CCC;
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	line-height: 25px;
	position: relative;
	top: -2px;
}

/* view */
.view {
	color: #5DB95B !important;
	font-family: Georgia, Times, serif !important;
	font-weight: normal !important;
	font-style: italic !important;
	text-decoration: none !important;
}
.view:hover {
	color: #F25!Important;
}

/* 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 -56px;
	cursor: default;
	color: #BDBDBD !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .25) !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: #BDBDBD !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .25) !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-color: #006DCC;
	background-image: -webkit-linear-gradient(top, #0099E5, #004CE5);
	background-image: -o-linear-gradient(top, ##0099E5, #004CE5);
	background-image: linear-gradient(to bottom, ##0099E5, #004CE5);
	background-image: -moz-linear-gradient(top, ##0099E5, #004CE5);
}

/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	box-shadow: 0 1px 0 white, 0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 20px rgba(0, 0, 0, .15);
}

/* 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 {
	background-color: #E50050;
	background-image: -webkit-linear-gradient(top, #E50077, #E50050);
	background-image: -o-linear-gradient(top, #E50077, #E50050);
	background-image: linear-gradient(to bottom, #E50077, #E50050);
	background-image: -moz-linear-gradient(top, #E50077, #E50050);
}

/* 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 {
	min-width: 29px;
}
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 {
	min-width: 69px;
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	min-width: 49px;
}
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 {
	min-width: 129px;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive,
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini,
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small,
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled {
	background-color: #CC0049;
	background-image: -webkit-linear-gradient(top, #CC006A, #CC0049);
	background-image: -o-linear-gradient(top, #CC006A, #CC0049);
	background-image: linear-gradient(to bottom, #CC006A, #CC0049);
	background-image: -moz-linear-gradient(top, #CC006A, #CC0049);
}

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
#center_column ul.bullet {
	padding-left: 39px
}
ul.bullet li, .block ul.bullet li, li.bullet {
	padding: 4px;
	list-style-type: none
}

.price-discount { text-decoration: line-through; font-style: italic }
.reduction { font-style: italic }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
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: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	white-space: nowrap
}

/* errors */
.error {
	width: 90%;
	color: #BD3500;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 0
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	font-size: 10px;
	margin: 0.2em 2em!Important;
	padding: 0.6em 1em;
	color: #717171;
	text-align: center;
	text-transform: uppercase
}
.warning_inline {
	color: #BD3500;
	font-weight: normal
}

/* 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: 11px;
	color: #919191;
	padding: 0 0 0.5em
}
.breadcrumb .navigation-pipe { padding: 0 0.5em }
.breadcrumb a {
	text-decoration: none;
	color: #1A1A1A
}
.breadcrumb a:hover { color: #F24F4F }
.breadcrumb a img {
	float: left;
	padding: 3px 4px 0 0
}

/* pagination.tpl */
div.pagination {  }
div.pagination p {
	float: right;
	margin: 0!Important;
	padding: 0!Important
}
ul.pagination {
	list-style: none;
	float: left;
	margin: 0
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0
}
ul.pagination li, ul.pagination a, ul.pagination span {
	color: white;
	line-height: 1.3em
}
ul.pagination a, ul.pagination span {
	color: #444;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	padding: 3px 6px;
	float: left;
	margin: 0 5px 5px 0;
	background-image: -webkit-linear-gradient(top, #F8F8F8 0%, #F0F0F0 100%);
	background-image: -moz-linear-gradient(top, #F8F8F8 0%, #F0F0F0 100%);
	background-image: -o-linear-gradient(top, #F8F8F8 0%, #F0F0F0 100%);
	background-image: -ms-linear-gradient(top, #F8F8F8 0%, #F0F0F0 100%);
	background-color: #F8F8F8;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
	text-shadow: 0 1px 1px white;
	position: relative;
	text-align: center;
	min-width: 8px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
ul.pagination a {
	text-decoration: none
}
ul.pagination a:hover {}
ul.pagination a:active {
	top: 1px;
}
ul.pagination .current span {
	background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #E3E3E3 100%);
	background-image: -moz-linear-gradient(top, #EBEBEB 0%, #E3E3E3 100%);
	background-image: -o-linear-gradient(top, #EBEBEB 0%, #E3E3E3 100%);
	background-image: -ms-linear-gradient(top, #EBEBEB 0%, #E3E3E3 100%);
	background-color: #EBEBEB;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
}
#pagination_previous {
	padding-left: 0
}
#pagination_previous a, #pagination_previous span {}
#pagination_next {
	padding-right: 6px
}
#pagination_next a, #pagination_next span {}
li.disabled span {
	color: #919191;
	background: #E9E9E9;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	cursor: default;
	opacity: .75;
}
form.pagination select { margin: 0.7em 0 }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right; margin: 0 0 0 1em }

/* steps (like order step) */
ul.step {
	list-style: none;
	margin: 3em auto;
	height: 46px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
ul.step li {
	width: 115px;
	float: left;
	text-align: left;
	background: transparent url(../img/step-standard.png) top left no-repeat;
	color: #F25;
	padding: 10px 0 10px 20px;
	line-height: 1.8em
}
ul.step li.step_done { background: transparent url(../img/step-done.png) top left no-repeat }
ul.step li.step_current {
	background: transparent url(../img/step-current.png) top left no-repeat
}
ul.step li.step_todo { color: #313038 }
ul.step li#step_start.step_current { background: transparent url(../img/step-start-current.png) top left no-repeat; width: 124px }
ul.step li#step_start.step_done { background: transparent url(../img/step-start-done.png) top left no-repeat; width: 124px }
ul.step li#step_end { background: transparent url(../img/step-standard-end.png) top left no-repeat; width: 107px }
ul.step li#step_end.step_current { background: transparent url(../img/step-current-end.png) top left no-repeat; width: 107px }
ul#order_step li a { color: #919191; text-decoration: none }

/* product-sort.tpl */
#productsSortForm p {
	height: 2em;
	padding: 0.5em 0!Important
}
#productsSortForm label, #productsSortForm select { float: right }
#productsSortForm select { font-size: 1em; margin-right: 0.5em }

/* 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_wrapper {
	background: #FCEBEB url(../img/background-cotton-candy.png);
	clear: both;
	min-height: 80px
}
#footer {
	max-width: 938px;
	margin: 0 auto;
	padding: 1.825em 0 4em;
}
#footer div:last-child {
	margin-right: 0;
}
#footer h4 {
	color: #444;
	font: normal 10px Georgia, Times, serif;
	letter-spacing: 0.2em;
	line-height: 2.6em;
	text-transform: uppercase;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #EFEFEF;
	border-left: 0;
	margin: 0 0 1.825em;
	padding: 0;
	border-image: url('../img/border.png') 19 repeat stretch;
	-moz-border-image: url('../img/border.png') 19 repeat stretch;
	-o-border-image: url('../img/border.png') 19 repeat stretch;
	-ms-border-image: url('../img/border.png') 19 repeat stretch;
}
}
#footer hr {
	border: 0;
	height: 1px;
	background: url(../img/border-footer.png) no-repeat
}
#footer_bottom_wrapper {
	background: #FCEBEB url(../img/background-footer.png)
}
.border_footer_circles {
	height: 14px;
	background-image: url(../img/border-footer-circles.png), url(../img/glow.png);
	background-repeat: repeat-x, no-repeat;
	background-position: top left, 50% -2px
}
#footer_bottom {
	max-width: 938px;
	margin: 0 auto;
	text-align: left
}
#footer_bottom_block {
	font-size: 11px;
	text-align: left;
	float: left;
	padding: 2.2em 0;
	width: 100%
}
#footer_bottom_block ul {
	list-style-type: none
}
#footer_bottom_block li {
	float: left;
	color: #717171
}
#footer_bottom_block li.right {
	float: right
}
#footer_bottom_block a {
	color: #717171;
	font-family: Georgia, Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px
}
#footer_bottom_block a:hover {
	color: #F25
}

/* Default block style */
div.block {
	padding: 0;
	width: 222px
}
div.advertising_block {
	padding: 25px 0 0 25px;
	width: 168px
}
#right_column div.block {
	float: left
}
div.block h4 {
	font-family: Georgia, Times, serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0.5em 0;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #EFEFEF;
	line-height: 2.6em;
}
div.block h4 a { color: #444 }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
#right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
	padding: 0 0 2em 0.9em;
	min-height: 16px
}
div.block li {
	padding: 0.5em 0;
	list-style-position: outside;
	line-height: 1.825;
	font-size: 11px
}
div.block li:last-child {
	border: none
}
div.block a {
	color: #444;
	text-decoration: none
}
div.block a:hover { color: #F25 }

/* block exclusive */
#right_column div.exclusive {
	
}
div.exclusive h4 { }
div.exclusive h4 a { color: #444 }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: #717171 }
div.exclusive .block_content { }

/* block in the center column */
#center_column p { margin: 1em 0 0 }
#center_column p.category-product-count { float: left; padding: 0; margin: 0.5em 0 0; font-weight: normal }
#center_column p.payment_module { margin: 1.5em 0 0 }
#center_column div.block { width: 100%; margin: 1.5em auto 0; padding: 0 }
#center_column div.block h4 {
	color: #444;
	border-bottom: 1px solid #EFEFEF;
	margin: 0 0 4.4em;
	padding: 0.5em 0
}

/* 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: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 30px
}
.products_block li h5 a {
	color: #444;
	font-weight: normal;
	font-size: 1.1em
}
.products_block li h5 a:hover {
	color: #F25
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #FFF3F3;
	padding: 0 0 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block dl dd {
	color: #717171
}
.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: #444 }
#center_column .products_block .block_content {
	padding: 0
}
#center_column .products_block ul li {
	float: left;
	margin-top: 0;
	width: 449px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 0
}
#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 { margin-right: 0 }
#center_column .products_block li.last_line { border-bottom: none; padding-bottom: 0 }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column div.products_block div.product_image_block { float: left; margin-bottom: 3em; }
#center_column div.products_block div.product_right_block { width: 286px; float: left; padding-left: 14px }
#center_column .products_block p, #center_column .products_block h5 { margin: 0}
#center_column div.products_block h5 {
	display: block
}
#center_column div.products_block h5 a {
	color: #444;
	font-size: 1.1em;
	font-weight: bold
}
#center_column div.products_block h5 a:hover {
	color: #F25
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 5em;
	color: #444;
	overflow: hidden;
	margin: 0.5em 0 0;
	line-height: 18px
}
#center_column div.products_block div.product_view {
	margin: 0.5em 0 0
}
#center_column div.products_block p.price_container {
	margin: 0
}
#center_column div.products_block a.product_image {
	display: block;
	position: relative
}
#center_column div.products_block a.product_image:hover {
	opacity: .75;
}
#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 div.product_status_container {
	float: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0
}
#center_column div.products_block a.product_image span.new {
	float: left;
	clear: both;
	margin: 0;
	padding: 2px 4px 0;
	background: #F24F8A;
	font-weight: normal;
	color: white;
	line-height: 1.4em;
	font-family: DIN, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid white;
	border-left: none;
	border-bottom: none
}
#center_column div.products_block a.product_image span.on_sale {
	float: left;
	clear: both;
	margin: 0;
	padding: 2px 4px 0;
	background: #8FD821;
	font-weight: normal;
	color: white;
	line-height: 1.4em;
	font-family: DIN, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid white;
	border-left: none;
	border-bottom: none
}
#center_column div.products_block a.product_image span.online_only {
	float: left;
	clear: both;
	margin: 0;
	padding: 2px 4px 0;
	background: #29C3D8;
	font-weight: normal;
	color: white;
	line-height: 1.4em;
	font-family: DIN, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid white;
	border-left: none;
	border-bottom: none
}
#center_column .products_block span.price {
	text-align: center;
	font-size: 14px;
	padding: 0;
	font-weight: bold
}
p.price_container { text-align: left }
#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.7em 0 0 }

/* 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 }

/* address.tpl */
p.address_navigation { 
	padding: padding: 1em 0!important;
	margin-bottom: 1.5em
}
p.address_navigation a.button { float: left }
p.address_navigation input[type=submit].exclusive { float: right }

/* shopping cart */
.cart_last_product { 
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	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 }

p.cart_navigation { padding: 3em 0!important; margin: 0!Important }
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.8em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #B2B2B2 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 1px solid #B2B2B2 }
#cart_summary .price, #cart_summary .price-discount {
	color: #1A1A1A;
	font-size: 1.1em;
	text-decoration: none
}
tr.cart_item td { padding: 1.2em }
td.cart_product { width: 5.9em }
td.cart_product a { margin: 0; float: left; height: 80px }
td.cart_product a img {
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s
}
td.cart_product a img:hover {
	opacity: .75
}
td.cart_description { padding-left: 1.7em !important; font-size: 11px }
td.cart_description a { text-decoration: none }
td.cart_description a:hover { color: #F24F4F }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #1A1A1A; font-weight: bold; font-size: 12px }
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 {  }
tr.cart_item td.cart_unit { padding-left: 1.1em; text-align: center }
td.cart_quantity {
	text-align: right;
	padding: 0 !important
}
.cart_quantity_input { float: left; margin: 0 0 0 0.4em }
td.cart_quantity p, td.cart_quantity a {  }
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-bottom: 0.2em }
td.cart_quantity a.cart_quantity_delete { float: left }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { display: block; line-height: 7px }
td.cart_quantity a.cart_quantity_down { margin-top: 6px }
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: none;
	padding: 0
}
#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 p { padding: 0 0 0 27px }
#order form#voucher p.submit { padding: 0 }
#order form#voucher h4 {
	margin: 0 9em 0 0
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	padding: 0
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier p {
	font-size: 1.4em;
	font-weight: bold;
	color: #F24F4F
}
#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: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #B2B2B2;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#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,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	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: 99%;
	margin: 1em 0
}

/* views block */
#views_block {
	margin: 3em auto 0;
	width: 266px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 216px;
	margin-left: 5px
}
#thumbs_list ul {
	float: left;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 72px;
	margin-bottom: 5px
}
#thumbs_list li a img {
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s
}
#thumbs_list li a img:hover {
	opacity: .75
}
#view_scroll_left, #view_scroll_right {
	background: #5C7597;
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 26px;
	margin-left: 0;
	margin-right: 9px;
	text-align: center;
	color: white;
	line-height: 1.6em;
	font-weight: bold;
	text-decoration: none;
	box-shadow: rgba(0,0,0,0.25) 0px 0px 0px 1px inset, rgba(0,0,0,0.3) 0px 1px 3px, inset rgba(255,255,255,0.2) 0px 2px 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	border-radius: 19px
}
#view_scroll_left:hover, #view_scroll_right:hover {
	background: #F24F4F
}
#view_scroll_left:active, #view_scroll_right:active {
	box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,1) 0px 1px 0px
}
#view_scroll_right { 
	background: #5C7597; 
	margin-left: 0;
	margin-right: 0
}
span.view_scroll_spacer {
	float: left;
	height: 65px
}
span#wrapResetImages {
	margin-top: 0.5em;
	font-size: 0.9em
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	width: 682px;
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	border: 1px solid #FFF3F3;
	padding: 0.6em;
	margin-bottom: 1em
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none
}
#suppliers_list li a img, #manufacturers_list li a img {
	border: 1px solid #6E6E6E;
	padding: 2px;
	background: white
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}

#suppliers_list .logo, #manufacturers_list .logo {
	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: 1em;
	font-weight: bold
}
#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 }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	border: 1px solid #B2B2B2;
	padding: 1.4em;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2em;
	color: #4C444C;
	background: url('../img/bg-fade.png') bottom left repeat-x;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	opacity: .75
}

/* Printable version */
@media print {
	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 */
#block-history {
	width: 678px;
	margin-top: 1em;
	margin-left: 0
}
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block;
	width: 741px
}
#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: -32px 16px 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;
	margin: 0 0 4px
}
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none
}
#view_wishlist #featured-products_block_center ul div li a {
	color: #444;
	font-weight: bold
}
#view_wishlist #featured-products_block_center ul div li a:hover {
	text-decoration: none;
	color: #FF9CAD
}
#view_wishlist #featured-products_block_center ul div li a.button_small {
	float: left; font-weight: normal
}
#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: 88px; font-weight: normal
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module block link*/
#links_block_left ul { padding: 4px 0 6px 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;
	padding: 0
}

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { list-style-type: none; padding-left: 39px }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}
.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;
}

/* sendtoafriend */
img.sendtoafriend { 
	border: 1px solid #6E6E6E;
	padding: 2px;
	background: white 
}

/* autocomplete */
.ac_results {
	width: 162px!Important;
	border-left: 1px solid #ADADAD!Important;
	border-right: 1px solid #ADADAD!Important;
	border-bottom: 1px solid #ADADAD!Important;
	border-top: none!Important;
	margin-top: -1px;
	color: #444!Important
}
.ac_results li {
	font-size: 11px!Important;
	cursor: pointer!Important
}
.ac_odd {
	background-color: white!Important
}
.ac_over {
	background-color: #F25!Important;
	color: white!Important
}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Header */
	div#block_social_top {
		display: none;
	}
	div#cart_block_top {
		right: 0;
	}
	/* Page */
	#page {
		width: 80%;
	}
	hr.dotted {
		display: none;
	}
	/* Footer */
	#footer {
		width: 80%;
	}
	#footer .footerlinks_block_bottom,
	#footer  div#block_social {
		width: 100%;
	}
	#footer_bottom_block {
		text-align: center;
		font-size: 10px;
	}
	#footer_bottom_block a {
		font-size: 9px;
	}
	#footer_bottom_block li,
	#footer_bottom_block li.right {
		float: none;
	}
}

@media (max-width: 650px) {
	#center_column .products_block ul li {
		width: 149px;
		float: none;
	}
	div.block li {
		font-size: 10px;
	}
	#center_column div.products_block div.product_right_block {
		width: 100%;
		padding: 0 0 30px;
	}
	.products_block li h5,
	#center_column .products_block span.price {
		font-size: 11px;
	}
	#center_column div.products_block div.product_desc {
		height: auto;
	}
}

.
