/*
	PrestaShop CSS
	18 used colors: 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

* {
	padding: 0;
	margin: 0
}
body {
	background-color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align: center;
	/*background:url(/themes/purepro/img/fond-page.jpg) no-repeat fixed center top transparent;
	background:url(/themes/purepro/img/fond-purepro_02.gif) repeat-x top;*/
	background:url(/themes/purepro/img/fond-site.jpg) no-repeat top center #FFFFFF;
	background-attachment:fixed;
}

/* 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 }

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 2em
}
.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: #4BADC7 }
.footer_links img.icon { vertical-align: -2px }

#FooterAdresse {
	text-align:center;
	font-size: 12px;
	color: #4C5356;
	margin-top:8px;
	}
	
#FooterTexte {
	text-align:center;
	font-family: Arial,helvetica,sans-serif;
    font-size: 11px;
	color: #4C5356;
	margin-top:15px;
	margin-bottom:10px;
	}

#block_various_links_footer li {
	width: 235px;
	float:left;
	border:none;
	text-align:center;
	color: #0664CB;
    font-family: Arial;
    font-size: 12px;
	margin-top:12px;
	}
	
#block_various_links_footer li a {
	font-weight:bold;
	color: #358397;
    font-family: Arial;
    font-size: 12px;
	}


/* 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 #D0D1D5;
	height: 25px;
	margin-top: 1em
}
ul.idTabs li {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	font-size: 11px
}
ul.idTabs li.selected {
	
}
.idTabs a {
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853;
	background:#cce7ee;
	border-radius:5px 5px 0 0;
}
.idTabs .selected {
	
	color: white;
	background:#67bad3;
	
}

/* IdTabs Short*/
.idTabsShort a {
	
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	
}
.idTabsShort .selected {
	border-radius: 5px 5px 0 0;
	color: white
}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}

/* global style */
a {
	color: #4BADC7;
	text-decoration: none;
	outline: none
}
a:hover { text-decoration: underline}
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 16px;
	line-height: 1.3em;
	padding-left: 0.5em;
	margin: 12px 0 8px;
	font-weight: bold;
	color: #374853;
	background:url(/themes/purepro/img/fond-titre_03.gif) no-repeat;
	height: 36px;
	width:743px;
	padding: 8px 0 0 12px;
	color:#FFF;
	text-align:center;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
	color:#FFF;
}
h2 {
	font-size: 14px;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	font-weight: bold;
	color: #7eac01;
	height: 21px
}
h2 span {
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
	font-style: normal;
	color: #7eac01;
	margin-left: 0em
}
h3 { font-size: 14px; margin: 1em 0; color:#7EAC01; font-weight:bold }
h4 { font-size: 1em }

/* global layout */
#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align: left;
	background:url(/themes/purepro/img/fond-page-int.png) repeat-y;
}
#header_logo {
	float: left;
	width: 264px;
	display: block
}
img.logo {
	float: left;
	margin-top: 0.5em;
	font-size: 2em;
	font-weight: bold
}
#header_right {
	float: left;
	margin-bottom: 15px;
	width: 73%;
	text-align: right
}
#left_column, #center_column, #right_column { float: left }
#left_column {
	clear: left;
	width: 191px;
	margin-right: 21px;
	overflow: hidden;
	margin-left:10px;
}
#center_column {
	width: 738px;
	margin: 0 0 30px 0;
	overflow: hidden;
	/*background:url(/themes/purepro/img/fond-center.png);*/
}
#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 RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	
}
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
}
.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: #7eac01
}
.rte h1,
 .mceContentBody h1 {
	background: url("/themes/purepro/img/fond-titre_03.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 36px;
    line-height: 1.6em;
    margin: 17px 0 8px;
    padding: 8px 0 0 12px;
    text-transform: uppercase;
    width: 743px;
}
.rte h2,
 .mceContentBody h2 {
	font-size: 14px;
	background: none;
	text-transform: none;
	height: auto;
	font-weight:bold
}
.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: disc;
	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-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;
	height: inherit;
	border: 0px #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 */

/* global table style */
div.table_block {
	/*background: transparent url('../img/table_footer.gif') no-repeat bottom left;*/
	padding-bottom: 6px;
	margin: 0 auto 2em;
	width: 721px
}
.std {font-size: 11px;}
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 #bdc2c9 }
.std thead th {
	background-color: transparent;
	background-image: url('../img/table_header.gif');
	background-repeat: no-repeat;
	height: 24px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
.std thead th.cart_ref, .std thead th.cart_total { text-align:center}
.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
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em
}
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%
}
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
}
input, textarea, select { border: 1px solid #bdc2c9 }
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #da0f00 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	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;
	color: black!important;
	font-weight: bold;
	font-size: 10px;
	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: #488c40!important
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: white!important
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.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')
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.png')
}
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: 180px;
	background-image: url('../img/button-large.png')
}

/* 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-type: none
}

.price-discount { text-decoration: line-through }
.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: #7eac01;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}

/* errors */
.error {
	width: 90%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #cce7ee;
	border: 1px dashed #4daac2;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: #7EAC01;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: #7EAC01;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1em;
	color: #888
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #4BADC7
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { padding: 1em 0 }
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 {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right
}
ul.pagination a { text-decoration: none }
ul.pagination .current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
	color: #888;
	background-color: #f1f2f4
}
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 }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin: 0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width: 465px
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight: bold
}
ul.step li.step_todo { font-style: italic }
ul.step li#step_end { width: 40px }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left }
ul#order_step { 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 }

/* 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 {
	clear: both;
	background:url(/themes/purepro/img/fond-footer-deg_10.gif) repeat-x #cce7ee;
	margin: 0 3px;
}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 191px
}
#left_column div.block,
 #right_column div.block {
	padding-bottom: 5px;
	background: transparent url('../img/block_footer.png') no-repeat bottom left
}
div.block div.noh4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 27px;
	border-bottom: 1px solid #595A5E;
	padding-top: 5px;
	line-height: 1.3em;
	height: 19px;
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white;
	background:url(/themes/purepro/img/fond-rub-gauche_03.gif);
	border:none;
	height: 24px;
}

#informations_block_left_1 h4 {
	background:url(/themes/purepro/img/fond-rub-gauche_03.gif);
	color:#FFF;
	text-transform:none;
	width:180px;
	height:24px;
	border:0;
	padding-top: 5px;
	padding-left: 27px;
	}
	
#informations_block_left_3 h4 {
	background:url(/themes/purepro/img/fond-rub-gauche_03.gif);
	color:#FFF;
	text-transform:none;
	width:180px;
	height:24px;
	border:0;
	padding-top: 5px;
	padding-left: 27px;
	}
	
#informations_block_left_1 h4 a {
	color:#FFF;
	}
	
#informations_block_left_3 h4 a {
	color:#FFF;
	}
	
#informations_block_left_2 li.anthony8 {
	background:url(/themes/purepro/img/picto1.gif) no-repeat;
	padding-left: 25px;
	padding-top:3px;
	}
	
#informations_block_left_2 li.anthony9 {
	background:url(/themes/purepro/img/picto2.gif) no-repeat 0 0;
	padding-left: 25px;
	padding-top:3px;
	}
	
#informations_block_left_2 li.anthony12 {
	background:url(/themes/purepro/img/picto5.gif) no-repeat 1px 2px;
	padding-left: 25px;
	padding-top:3px;
	}
	
#informations_block_left_2 li.anthony11 {
	background:url(/themes/purepro/img/picto4.png) no-repeat 2px 8px;
	padding-left: 25px;
	padding-top:3px;
	}

#informations_block_left_2 li.anthony11 a {
	color: #7EAC01;
	font-size:18px;
	}
	
#informations_block_left_2 li.anthony13 {
	background:url(/themes/purepro/img/picto6.gif) no-repeat;
	padding-left: 25px;
	padding-top:3px;
	}
	
#informations_block_left_2 li.anthony14 {
	background:url(/themes/purepro/img/picto7.gif) no-repeat 0 8px;
	padding-left: 25px;
	padding-top:3px;
	}

#informations_block_left_2 div.noh4 {
	background:url(/themes/purepro/img/fond-rub-gauche_03.gif);
	color:#FFF;
	text-transform:none;
	width:180px;
	height:24px;
	border:0;
	padding-top: 5px;
	padding-left: 27px;
	}
	
#informations_block_left_2 li a {
	font-weight:bold;
	font-size: 12px;
	color: #358397;
	font-family: Arial;
	line-height: 12px;
	}
	
#informations_block_left_1 li a {
	font-weight:bold;
	font-size: 12px;
	color: #358397;
	font-family: Arial;
	line-height: 12px;
	}
	
#informations_block_left_3 li a {
	font-weight:bold;
	font-size: 12px;
	color: #358397;
	font-family: Arial;
	line-height: 12px;
	background:url(/themes/purepro/img/puce-chevron_03.gif) no-repeat;
	margin-top: 5px;
    padding-left: 25px;
    padding-top: 1px;
	}
	
#informations_block_left_2 .block_content {
	background:url(/themes/purepro/img/fond-rub-gauche_08.gif) bottom;
	padding-bottom:7px;
	padding-left: 7px;
	}
	
#informations_block_left_1 .block_content {
	background:url(/themes/purepro/img/fond-rub-gauche_08.gif) bottom;
	padding-bottom:7px;
	padding-left: 7px;
	}
	
#informations_block_left_3 .block_content {
	background:url(/themes/purepro/img/fond-rub-gauche_08.gif) bottom;
	padding-bottom:7px;
	padding-left: 7px;
	}
	
#left_column div.block {
	background:none;
	}

#informations_block_left_2 div.noh4 a {
	color:#FFF;
	}
	
#informations_block_left_3 li {
	background:url(/themes/purepro/img/logos-paiement-2.gif) no-repeat bottom;
	margin-bootom:15px;
	height:114px;
	}

#informations_block_left_1 li {
	background:url(/themes/purepro/img/puce-chevron_03.gif) no-repeat;
	margin-top: 5px;
    padding-left: 25px;
    padding-top: 1px;
	}

div.block h4 a { color: #374853 }
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 0 }
div.block .block_content {
	/* background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;*/
	min-height: 16px;
	background:url(/themes/purepro/img/fond-rub-gauche_08.gif) bottom;
	border:none;
	padding-bottom: 7px;
	padding-left: 5px;
    padding-top: 3px;
	color:#358397;
	font-weight:bold;
	font-family:arial
}
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;
	background:none;
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white;
	background:url(/themes/purepro/img/fond-rub-gauche_03.gif);
	height: 24px;
    padding-left: 27px;
    padding-top: 5px;
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	background:url(/themes/purepro/img/fond-rub-gauche_08.gif) bottom;
	border:none;
	padding-bottom: 7px;
	padding-left: 5px;
    padding-top: 3px;
	color:#358397;
	font-weight:bold;
}

#product_listspecial_block_right .block_content{
	background:none;
	}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em }
#center_column div.block { width: 738px; margin: auto }
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.png') no-repeat top left;
	height: 17px;
	color: white
}

#center_column #featured-products_block_center div.noh4 {
	background:url(/themes/purepro/img/fond-home-feature_03.gif) no-repeat;
	width:727px;
	height:24px;
	padding-left:30px;
	padding-top: 8px;
	margin-bottom:6px;
	}

/* 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;
	color: #358397
}
.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: #e0e0e0 none;
	padding: 0;
	border-radius: 5px 5px 5px 5px;
	background:#e0e0e0;
	padding:9px;
	
}
#center_column .products_block ul li:hover { background-color: #e0e0e0 }
#center_column .products_block ul li {
	float: left;
	background-color: #cce7ee;
	margin-top: 0;
	padding: 0 0 1px;
	width: 175px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-radius: 5px 5px 5px 5px;
	background:#FFF;
	padding:10px;
	margin-right:8px;
	margin-bottom: 10px;
}

#center_column .products_block ul li.last_item_of_line {
	margin-right:0px;
	}

#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 h2 {
	display: block;
	margin-top: 8px;
	height: 3em;
	line-height:1.3em;
	text-transform:none;
}
#center_column div.products_block h2 a {
	color: #7EAC01;
	font-size: 13px;
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 5.7em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 150px;
	height: 150px
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 165px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 165px;
	height: 65px;
	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: 0px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 8px 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 }

/* 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].button { float: right }

/* shopping cart */
.cart_last_product { 
	width: 720px;
	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: 1em 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.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0.5em 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	border: 1px solid #d0d1d5;
	width: 45px;
	height: 45px
}
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-right: 1em; text-align:center }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: right; margin: 5px 10px 0 0; }
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 #bdc2c9;
	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 #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#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 #bdc2c9;
	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: 100%;
	margin: 1em 0
}

/* views block */
#views_block {
	margin: 0 auto;
	width: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 255px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#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
}
#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
}
#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 }
#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 }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853
}

/* 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: #999;
	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 }

/* 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;
}











#at16lb {
    background-color: black;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.001;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
#at20mc, #at_email, #at16pib, #at16pc, #at16pi, #at_share, #at_complete, #at_success, #at_error {
    position: static !important;
}
#at20mc {
    float: none;
    left: 0;
    position: absolute;
    top: 0;
}
#at20mc a {
    color: #3366BB;
}
#at20mc div {
    float: none;
}
.at15dn {
    display: none;
}
.at15a {
    border: 0 none;
    height: 0;
    margin: 0;
    padding: 0;
    width: 230px;
}
.atnt {
    height: 24px !important;
    padding: 6px 0 0 !important;
    text-align: center !important;
}
.atnt a {
    color: #3366BB;
    text-decoration: none;
}
.atnt a:hover {
    text-decoration: underline;
}
#at16recap, #at_msg, #at16p label, #at16nms, #at16sas, #at_share .at_item, #at16p, #at15s, #at16p form input, #at16p textarea {
    font-family: arial,helvetica,tahoma,verdana,sans-serif !important;
    font-size: 12px !important;
    line-height: 1em;
    outline-style: none;
    outline-width: 0;
}
* html #at15s.mmborder {
    position: absolute !important;
}
#at15s.mmborder {
    position: fixed !important;
}
#at15s.mmborder {
    width: 250px !important;
}
#at20mc div.at15sie6 {
    color: #4C4C4C !important;
    width: 256px !important;
}
#at15s {
    background: url("//s7.addthis.com/static/t00/atbkg.png") repeat scroll 0 0 transparent;
    float: none !important;
    line-height: 1em !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 5px !important;
    position: absolute;
    text-align: left !important;
}
#at15s a, #at15s span {
    outline: 0 none;
}
#at15s, #at16p {
    border-radius: 4px 4px 4px 4px;
}
html > body #at15s {
    width: 250px !important;
}
#at20mc .atm.at15satmie6 {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
    width: 150px !important;
}
#at15s.atm {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
    width: 160px !important;
}
#at15s.atiemode2 {
    width: 252px !important;
}
#at15s_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 0;
}
#at15s_head {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #E5E5E5;
    cursor: default;
    padding: 4px;
    position: relative;
}
.at15s_head_success {
    background: none repeat scroll 0 0 #CAFD99 !important;
    border-bottom: 1px solid #A9D582 !important;
}
.at15s_head_success span, .at15s_head_success a {
    color: #000000 !important;
    text-decoration: none;
}
#at15s_brand, #at16_brand, #at15sptx {
    position: absolute;
}
#at15s_brand {
    right: 4px;
    top: 4px;
}
.at15s_brandx {
    right: 20px !important;
}
a#at15sptx {
    color: #4C4C4C;
    font-weight: bold;
    right: 4px;
    text-decoration: none;
    top: 4px;
}
.at15sie6 a#at15sptx, #at15s.atiemode2 a#at15sptx {
    right: 8px;
}
#at15sptx:hover {
    text-decoration: underline;
}
#at16_brand {
    cursor: default;
    right: 30px;
    top: 5px;
}
#at_hover {
    padding: 4px;
}
#at_hover .at_item, #at_share .at_item {
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #4C4C4C !important;
    float: left !important;
}
#at_hover .at_bold {
    color: #000000 !important;
    font-weight: bold;
}
#at16nms, #at16sas {
    padding: 4px 5px;
}
#at16nms {
    display: none;
}
#at16sas {
    clear: left;
    padding-bottom: 16px;
    padding-top: 16px;
}
#at_hover .at_item {
    margin: 1px;
    padding: 2px 3px !important;
    width: 112px !important;
}
#at_hover .at_item.atiemode2 {
    width: 114px !important;
}
#at_hover .at_item:hover, #at_hover .at_item.athov {
    margin: 0 !important;
}
#at_hover .at_item:hover, #at_hover .at_item.athov, #at16ps .at_item:focus, #at_share .at_item:hover, #at_share .at_item.athov {
    background: none repeat scroll 0 0 #F2F2F2 !important;
    border: 1px solid #E5E5E5;
    color: #000000 !important;
    text-decoration: none;
}
* html #at_hover .at_item {
    border: 1px solid #FFFFFF;
}
* html #at_hover .at_item.athov {
    border: 1px solid #E5E5E5 !important;
    margin: 1px !important;
}
#at_email15 {
    padding-top: 5px;
}
.at15e_row {
    height: 28px;
}
.at15e_row label, .at15e_row span {
    display: block !important;
    float: left !important;
    padding-left: 10px !important;
    width: 60px !important;
}
.at15e_row input, .at15e_row textarea {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    color: #333333 !important;
    display: block !important;
    float: left !important;
    font-size: 11px !important;
    font-weight: normal !important;
    padding: 0 !important;
    width: 150px !important;
}
#at_email label, #at_email input, #at_email textarea {
    font-size: 11px !important;
}
#at_email #at16meo {
    margin: 15px 0 0 2px;
}
#at16meo span {
    float: left;
    margin-right: 5px;
    padding-top: 4px;
}
#at16meo a {
    float: left;
    margin: 0;
}
#at_sending {
    left: 110px;
    position: absolute;
    text-align: center;
    top: 130px;
}
#at_sending img {
    padding: 10px;
}
.at15t {
    background: url("//s7.addthis.com/static/r07/widget38.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block !important;
    height: 16px !important;
    line-height: 16px !important;
    padding-left: 20px !important;
    text-align: left;
}
.addthis_button {
    cursor: pointer;
}
.addthis_toolbox.addthis_vertical_style {
    width: 140px;
}
.addthis_toolbox span.addthis_follow_label {
    display: none;
}
.addthis_toolbox.addthis_vertical_style span.addthis_follow_label {
    display: block;
}
.addthis_toolbox.addthis_vertical_style a {
    display: block;
    padding-bottom: 5px;
}
.addthis_toolbox.addthis_vertical_style.addthis_32x32_style a {
    line-height: 32px;
}
.addthis_toolbox.addthis_vertical_style .at300bs {
    float: left;
    margin-right: 4px;
}
.addthis_toolbox.addthis_default_style span {
    line-height: 16px;
}
.addthis_toolbox.addthis_32x32_style span {
    line-height: 32px;
}
.addthis_toolbox.addthis_pill_combo_style a, .addthis_toolbox.addthis_pill_combo_style .addthis_button_compact .at15t_compact {
    float: left;
}
.addthis_toolbox.addthis_pill_combo_style a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_toolbox.addthis_pill_combo_style .addthis_button_compact .at15t_compact {
    margin-right: 4px;
}
.addthis_default_style .addthis_separator {
    display: inline;
    margin: 0 5px;
}
div.atclear {
    clear: both;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
    float: left;
}
.at300b img, .at300bo img {
    border: 0 none;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0 2px;
}
.at300b, .at300bo, .at300m, .at300bs {
    cursor: pointer;
}
.at300b:hover {
    opacity: 0.8;
}
.at300bs:hover {
    opacity: 0.8;
}
.addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {
    background: url("//s7.addthis.com/static/r07/widget38_32x32_top.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    line-height: 32px !important;
    overflow: hidden;
    width: 32px;
}
.at300bs {
    background: url("//s7.addthis.com/static/r07/widget38.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    line-height: 16px !important;
    overflow: hidden;
    width: 16px;
}
.addthis_32x32_style .at15t_010-blank {
    background-position: 0 0;
}
.addthis_32x32_style .at15t_blogger {
    background-position: 0 -32px;
}
.addthis_32x32_style .at15t_compact {
    background-position: 0 -64px;
}
.addthis_32x32_style .at15t_delicious {
    background-position: 0 -96px;
}
.addthis_32x32_style .at15t_digg {
    background-position: 0 -128px;
}
.addthis_32x32_style .at15t_email {
    background-position: 0 -160px;
}
.addthis_32x32_style .at15t_expanded {
    background-position: 0 -192px;
}
.addthis_32x32_style .at15t_facebook {
    background-position: 0 -224px;
}
.addthis_32x32_style .at15t_favorites {
    background-position: 0 -256px;
}
.addthis_32x32_style .at15t_gmail {
    background-position: 0 -288px;
}
.addthis_32x32_style .at15t_google {
    background-position: 0 -320px;
}
.addthis_32x32_style .at15t_googlebuzz {
    background-position: 0 -352px;
}
.addthis_32x32_style .at15t_linkedin {
    background-position: 0 -384px;
}
.addthis_32x32_style .at15t_live {
    background-position: 0 -416px;
}
.addthis_32x32_style .at15t_mymailru {
    background-position: 0 -448px;
}
.addthis_32x32_style .at15t_myspace {
    background-position: 0 -480px;
}
.addthis_32x32_style .at15t_orkut {
    background-position: 0 -512px;
}
.addthis_32x32_style .at15t_print {
    background-position: 0 -544px;
}
.addthis_32x32_style .at15t_reddit {
    background-position: 0 -576px;
}
.addthis_32x32_style .at15t_stumbleupon {
    background-position: 0 -608px;
}
.addthis_32x32_style .at15t_twitter {
    background-position: 0 -640px;
}
.addthis_32x32_style .at15t_vk {
    background-position: 0 -672px;
}
.addthis_32x32_style .at15t_yahoomail {
    background-position: 0 -704px;
}
.at15t_000 {
    background-position: 0 0;
}
.at15t_100zakladok {
    background-position: 0 -16px;
}
.at15t_2linkme {
    background-position: 0 -32px;
}
.at15t_2tag {
    background-position: 0 -48px;
}
.at15t_7live7 {
    background-position: 0 -64px;
}
.at15t_a1webmarks {
    background-position: 0 -80px;
}
.at15t_a97abi {
    background-position: 0 -96px;
}
.at15t_addio {
    background-position: 0 -112px;
}
.at15t_addressbar {
    background-position: 0 -128px;
}
.at15t_addthis-uwerk {
    background-position: 0 -144px;
}
.at15t_addthis {
    background-position: 0 -160px;
}
.at15t_adfty {
    background-position: 0 -176px;
}
.at15t_adifni {
    background-position: 0 -192px;
}
.at15t_aerosocial {
    background-position: 0 -208px;
}
.at15t_aim {
    background-position: 0 -224px;
}
.at15t_allmyfaves {
    background-position: 0 -240px;
}
.at15t_amazonwishlist {
    background-position: 0 -256px;
}
.at15t_amenme {
    background-position: 0 -272px;
}
.at15t_aolmail {
    background-position: 0 -288px;
}
.at15t_armenix {
    background-position: 0 -304px;
}
.at15t_arto {
    background-position: 0 -320px;
}
.at15t_aviary {
    background-position: 0 -336px;
}
.at15t_baang {
    background-position: 0 -352px;
}
.at15t_baidu {
    background-position: 0 -368px;
}
.at15t_bebo {
    background-position: 0 -384px;
}
.at15t_bentio {
    background-position: 0 -400px;
}
.at15t_biggerpockets {
    background-position: 0 -416px;
}
.at15t_bitly {
    background-position: 0 -432px;
}
.at15t_bizsugar {
    background-position: 0 -448px;
}
.at15t_bleetbox {
    background-position: 0 -464px;
}
.at15t_blinklist {
    background-position: 0 -480px;
}
.at15t_blip {
    background-position: 0 -496px;
}
.at15t_blogger {
    background-position: 0 -512px;
}
.at15t_bloggy {
    background-position: 0 -528px;
}
.at15t_blogmarks {
    background-position: 0 -544px;
}
.at15t_blogtrottr {
    background-position: 0 -560px;
}
.at15t_blurpalicious {
    background-position: 0 -576px;
}
.at15t_bobrdobr {
    background-position: 0 -592px;
}
.at15t_bonzobox {
    background-position: 0 -608px;
}
.at15t_bookmarkycz {
    background-position: 0 -624px;
}
.at15t_bookmerkende {
    background-position: 0 -640px;
}
.at15t_bordom {
    background-position: 0 -656px;
}
.at15t_box {
    background-position: 0 -672px;
}
.at15t_brainify {
    background-position: 0 -688px;
}
.at15t_bryderi {
    background-position: 0 -704px;
}
.at15t_buddymarks {
    background-position: 0 -720px;
}
.at15t_buzzzy {
    background-position: 0 -736px;
}
.at15t_camyoo {
    background-position: 0 -752px;
}
.at15t_cardthis {
    background-position: 0 -768px;
}
.at15t_care2 {
    background-position: 0 -784px;
}
.at15t_chiq {
    background-position: 0 -800px;
}
.at15t_cirip {
    background-position: 0 -816px;
}
.at15t_citeulike {
    background-position: 0 -832px;
}
.at15t_classicalplace {
    background-position: 0 -848px;
}
.at15t_clply {
    background-position: 0 -864px;
}
.at15t_cndig {
    background-position: 0 -880px;
}
.at15t_colivia {
    background-position: 0 -896px;
}
.at15t_connotea {
    background-position: 0 -912px;
}
.at15t_cootopia {
    background-position: 0 -928px;
}
.at15t_cosmiq {
    background-position: 0 -944px;
}
.at15t_curateus {
    background-position: 0 -960px;
}
.at15t_dashboard {
    background-position: 0 -976px;
}
.at15t_delicious {
    background-position: 0 -992px;
}
.at15t_designbump {
    background-position: 0 -1008px;
}
.at15t_designmoo {
    background-position: 0 -1024px;
}
.at15t_digaculturanet {
    background-position: 0 -1040px;
}
.at15t_digg {
    background-position: 0 -1056px;
}
.at15t_diggita {
    background-position: 0 -1072px;
}
.at15t_diggtiger {
    background-position: 0 -1088px;
}
.at15t_diglog {
    background-position: 0 -1104px;
}
.at15t_digo {
    background-position: 0 -1120px;
}
.at15t_digthiswebhost {
    background-position: 0 -1136px;
}
.at15t_digzign {
    background-position: 0 -1152px;
}
.at15t_diigo {
    background-position: 0 -1168px;
}
.at15t_dipdive {
    background-position: 0 -1184px;
}
.at15t_domaintoolswhois {
    background-position: 0 -1200px;
}
.at15t_domelhor {
    background-position: 0 -1216px;
}
.at15t_dosti {
    background-position: 0 -1232px;
}
.at15t_dotnetkicks {
    background-position: 0 -1248px;
}
.at15t_dotnetshoutout {
    background-position: 0 -1264px;
}
.at15t_douban {
    background-position: 0 -1280px;
}
.at15t_draugiem {
    background-position: 0 -1296px;
}
.at15t_drimio {
    background-position: 0 -1312px;
}
.at15t_dropjack {
    background-position: 0 -1328px;
}
.at15t_dwellicious {
    background-position: 0 -1344px;
}
.at15t_dzone {
    background-position: 0 -1360px;
}
.at15t_edelight {
    background-position: 0 -1376px;
}
.at15t_efactor {
    background-position: 0 -1392px;
}
.at15t_ekudos {
    background-position: 0 -1408px;
}
.at15t_elefantapl {
    background-position: 0 -1424px;
}
.at15t_email {
    background-position: 0 -1440px;
}
.at15t_embarkons {
    background-position: 0 -1456px;
}
.at15t_eucliquei {
    background-position: 0 -1472px;
}
.at15t_evernote {
    background-position: 0 -1488px;
}
.at15t_extraplay {
    background-position: 0 -1504px;
}
.at15t_ezyspot {
    background-position: 0 -1520px;
}
.at15t_fabulously40 {
    background-position: 0 -1536px;
}
.at15t_facebook {
    background-position: 0 -1552px;
}
.at15t_facebook_like {
    background-position: 0 -1568px;
}
.at15t_fark {
    background-position: 0 -1584px;
}
.at15t_farkinda {
    background-position: 0 -1600px;
}
.at15t_fashiolista {
    background-position: 0 -1616px;
}
.at15t_fashionburner {
    background-position: 0 -1632px;
}
.at15t_favable {
    background-position: 0 -1648px;
}
.at15t_faves {
    background-position: 0 -1664px;
}
.at15t_favicon {
    background-position: 0 -1680px;
}
.at15t_favlogde {
    background-position: 0 -1696px;
}
.at15t_favoritende {
    background-position: 0 -1712px;
}
.at15t_favorites {
    background-position: 0 -1728px;
}
.at15t_favoritus {
    background-position: 0 -1744px;
}
.at15t_flaker {
    background-position: 0 -1760px;
}
.at15t_flickr {
    background-position: 0 -1776px;
}
.at15t_flosspro {
    background-position: 0 -1792px;
}
.at15t_folkd {
    background-position: 0 -1808px;
}
.at15t_forceindya {
    background-position: 0 -1824px;
}
.at15t_formspring {
    background-position: 0 -1840px;
}
.at15t_fresqui {
    background-position: 0 -1856px;
}
.at15t_friendfeed {
    background-position: 0 -1872px;
}
.at15t_friendster {
    background-position: 0 -1888px;
}
.at15t_funp {
    background-position: 0 -1904px;
}
.at15t_fwisp {
    background-position: 0 -1920px;
}
.at15t_gabbr {
    background-position: 0 -1936px;
}
.at15t_gamekicker {
    background-position: 0 -1952px;
}
.at15t_givealink {
    background-position: 0 -1968px;
}
.at15t_globalgrind {
    background-position: 0 -1984px;
}
.at15t_gluvsnap {
    background-position: 0 -2000px;
}
.at15t_gmail {
    background-position: 0 -2016px;
}
.at15t_godudu {
    background-position: 0 -2032px;
}
.at15t_goodnoows {
    background-position: 0 -2048px;
}
.at15t_google {
    background-position: 0 -2064px;
}
.at15t_google_plusone {
    background-position: 0 -2080px;
}
.at15t_googlebuzz {
    background-position: 0 -2096px;
}
.at15t_googlereader {
    background-position: 0 -2112px;
}
.at15t_googletranslate {
    background-position: 0 -2128px;
}
.at15t_govn {
    background-position: 0 -2144px;
}
.at15t_gravee {
    background-position: 0 -2160px;
}
.at15t_greaterdebater {
    background-position: 0 -2176px;
}
.at15t_grono {
    background-position: 0 -2192px;
}
.at15t_habergentr {
    background-position: 0 -2208px;
}
.at15t_hackernews {
    background-position: 0 -2224px;
}
.at15t_hadashhot {
    background-position: 0 -2240px;
}
.at15t_hatena {
    background-position: 0 -2256px;
}
.at15t_hazarkor {
    background-position: 0 -2272px;
}
.at15t_hedgehogs {
    background-position: 0 -2288px;
}
.at15t_hellotxt {
    background-position: 0 -2304px;
}
.at15t_hi5 {
    background-position: 0 -2320px;
}
.at15t_historious {
    background-position: 0 -2336px;
}
.at15t_hitmarks {
    background-position: 0 -2352px;
}
.at15t_hotbookmark {
    background-position: 0 -2368px;
}
.at15t_hotklix {
    background-position: 0 -2384px;
}
.at15t_hotmail {
    background-position: 0 -2400px;
}
.at15t_hyves {
    background-position: 0 -2416px;
}
.at15t_idearef {
    background-position: 0 -2432px;
}
.at15t_identica {
    background-position: 0 -2448px;
}
.at15t_igoogle {
    background-position: 0 -2464px;
}
.at15t_ihavegot {
    background-position: 0 -2480px;
}
.at15t_index4 {
    background-position: 0 -2496px;
}
.at15t_indexor {
    background-position: 0 -2512px;
}
.at15t_informazione {
    background-position: 0 -2528px;
}
.at15t_instapaper {
    background-position: 0 -2544px;
}
.at15t_investorlinks {
    background-position: 0 -2560px;
}
.at15t_iorbix {
    background-position: 0 -2576px;
}
.at15t_isociety {
    background-position: 0 -2592px;
}
.at15t_iwiw {
    background-position: 0 -2608px;
}
.at15t_jamespot {
    background-position: 0 -2624px;
}
.at15t_jappy {
    background-position: 0 -2640px;
}
.at15t_jisko {
    background-position: 0 -2656px;
}
.at15t_joliprint {
    background-position: 0 -2672px;
}
.at15t_jumptags {
    background-position: 0 -2688px;
}
.at15t_kaboodle {
    background-position: 0 -2704px;
}
.at15t_kaevur {
    background-position: 0 -2720px;
}
.at15t_kaixin {
    background-position: 0 -2736px;
}
.at15t_ketnooi {
    background-position: 0 -2752px;
}
.at15t_kindleit {
    background-position: 0 -2768px;
}
.at15t_kipup {
    background-position: 0 -2784px;
}
.at15t_kirtsy {
    background-position: 0 -2800px;
}
.at15t_kledy {
    background-position: 0 -2816px;
}
.at15t_kommenting {
    background-position: 0 -2832px;
}
.at15t_laaikit {
    background-position: 0 -2848px;
}
.at15t_ladenzeile {
    background-position: 0 -2864px;
}
.at15t_latafaneracat {
    background-position: 0 -2880px;
}
.at15t_librerio {
    background-position: 0 -2896px;
}
.at15t_link {
    background-position: 0 -2912px;
}
.at15t_linkagogo {
    background-position: 0 -2928px;
}
.at15t_linkedin {
    background-position: 0 -2944px;
}
.at15t_linkninja {
    background-position: 0 -2960px;
}
.at15t_linksgutter {
    background-position: 0 -2976px;
}
.at15t_linkshares {
    background-position: 0 -2992px;
}
.at15t_linksnapr {
    background-position: 0 -3008px;
}
.at15t_linkstore {
    background-position: 0 -3024px;
}
.at15t_linkuj {
    background-position: 0 -3040px;
}
.at15t_live {
    background-position: 0 -3056px;
}
.at15t_livejournal {
    background-position: 0 -3072px;
}
.at15t_lockerblogger {
    background-position: 0 -3088px;
}
.at15t_logger24 {
    background-position: 0 -3104px;
}
.at15t_mailto {
    background-position: 0 -3120px;
}
.at15t_markme {
    background-position: 0 -3136px;
}
.at15t_mashbord {
    background-position: 0 -3152px;
}
.at15t_mawindo {
    background-position: 0 -3168px;
}
.at15t_me2day {
    background-position: 0 -3184px;
}
.at15t_meinvz {
    background-position: 0 -3200px;
}
.at15t_mekusharim {
    background-position: 0 -3216px;
}
.at15t_memonic {
    background-position: 0 -3232px;
}
.at15t_memori {
    background-position: 0 -3248px;
}
.at15t_meneame {
    background-position: 0 -3264px;
}
.at15t_menu {
    background-position: 0 -3280px;
}
.at15t_mindbodygreen {
    background-position: 0 -3296px;
}
.at15t_misterwong {
    background-position: 0 -3312px;
}
.at15t_misterwong_de {
    background-position: 0 -3328px;
}
.at15t_misterwong_ru {
    background-position: 0 -3344px;
}
.at15t_moemesto {
    background-position: 0 -3360px;
}
.at15t_moikrug {
    background-position: 0 -3376px;
}
.at15t_more {
    background-position: 0 -3392px;
}
.at15t_mototagz {
    background-position: 0 -3408px;
}
.at15t_mrcnetworkit {
    background-position: 0 -3424px;
}
.at15t_mssocialbookmarks {
    background-position: 0 -3440px;
}
.at15t_multiply {
    background-position: 0 -3456px;
}
.at15t_myaol {
    background-position: 0 -3472px;
}
.at15t_myhayastan {
    background-position: 0 -3488px;
}
.at15t_mylinkvault {
    background-position: 0 -3504px;
}
.at15t_mymailru {
    background-position: 0 -3520px;
}
.at15t_mynasa {
    background-position: 0 -3536px;
}
.at15t_myspace {
    background-position: 0 -3552px;
}
.at15t_myyearbook {
    background-position: 0 -3568px;
}
.at15t_n4g {
    background-position: 0 -3584px;
}
.at15t_naszaklasa {
    background-position: 0 -3600px;
}
.at15t_netlog {
    background-position: 0 -3616px;
}
.at15t_netvibes {
    background-position: 0 -3632px;
}
.at15t_netvouz {
    background-position: 0 -3648px;
}
.at15t_newsmeback {
    background-position: 0 -3664px;
}
.at15t_newstrust {
    background-position: 0 -3680px;
}
.at15t_newsvine {
    background-position: 0 -3696px;
}
.at15t_nujij {
    background-position: 0 -3712px;
}
.at15t_odnoklassniki_ru {
    background-position: 0 -3728px;
}
.at15t_oknotizie {
    background-position: 0 -3744px;
}
.at15t_olddogg {
    background-position: 0 -3760px;
}
.at15t_oneview {
    background-position: 0 -3776px;
}
.at15t_ongobee {
    background-position: 0 -3792px;
}
.at15t_orkut {
    background-position: 0 -3808px;
}
.at15t_oyyla {
    background-position: 0 -3824px;
}
.at15t_packg {
    background-position: 0 -3840px;
}
.at15t_pafnetde {
    background-position: 0 -3856px;
}
.at15t_pdfmyurl {
    background-position: 0 -3872px;
}
.at15t_pdfonline {
    background-position: 0 -3888px;
}
.at15t_phonefavs {
    background-position: 0 -3904px;
}
.at15t_pingfm {
    background-position: 0 -3920px;
}
.at15t_planypus {
    background-position: 0 -3936px;
}
.at15t_plaxo {
    background-position: 0 -3952px;
}
.at15t_plurk {
    background-position: 0 -3968px;
}
.at15t_pochvalcz {
    background-position: 0 -3984px;
}
.at15t_popedition {
    background-position: 0 -4000px;
}
.at15t_posteezy {
    background-position: 0 -4016px;
}
.at15t_posterous {
    background-position: 0 -4032px;
}
.at15t_pratiba {
    background-position: 0 -4048px;
}
.at15t_print {
    background-position: 0 -4064px;
}
.at15t_printfriendly {
    background-position: 0 -4080px;
}
.at15t_pusha {
    background-position: 0 -4096px;
}
.at15t_qrfin {
    background-position: 0 -4112px;
}
.at15t_quantcast {
    background-position: 0 -4128px;
}
.at15t_qzone {
    background-position: 0 -4144px;
}
.at15t_raiseyourvoice {
    background-position: 0 -4160px;
}
.at15t_readitlater {
    background-position: 0 -4176px;
}
.at15t_reddit {
    background-position: 0 -4192px;
}
.at15t_rediff {
    background-position: 0 -4208px;
}
.at15t_redkum {
    background-position: 0 -4224px;
}
.at15t_ridefix {
    background-position: 0 -4240px;
}
.at15t_rss {
    background-position: 0 -4256px;
}
.at15t_scoopat {
    background-position: 0 -4272px;
}
.at15t_scoopit {
    background-position: 0 -4288px;
}
.at15t_sekoman {
    background-position: 0 -4304px;
}
.at15t_select2gether {
    background-position: 0 -4320px;
}
.at15t_settings {
    background-position: 0 -4336px;
}
.at15t_shaveh {
    background-position: 0 -4352px;
}
.at15t_shetoldme {
    background-position: 0 -4368px;
}
.at15t_shirintar {
    background-position: 0 -4384px;
}
.at15t_simpy {
    background-position: 0 -4400px;
}
.at15t_sinaweibo {
    background-position: 0 -4416px;
}
.at15t_skyrock {
    background-position: 0 -4432px;
}
.at15t_slashdot {
    background-position: 0 -4448px;
}
.at15t_smiru {
    background-position: 0 -4464px;
}
.at15t_socialbookmarkingnet {
    background-position: 0 -4480px;
}
.at15t_sodahead {
    background-position: 0 -4496px;
}
.at15t_sonico {
    background-position: 0 -4512px;
}
.at15t_speedtile {
    background-position: 0 -4528px;
}
.at15t_sphinn {
    background-position: 0 -4544px;
}
.at15t_spinsnap {
    background-position: 0 -4560px;
}
.at15t_spokentoyou {
    background-position: 0 -4576px;
}
.at15t_sportpost {
    background-position: 0 -4592px;
}
.at15t_springpad {
    background-position: 0 -4608px;
}
.at15t_squidoo {
    background-position: 0 -4624px;
}
.at15t_startaid {
    background-position: 0 -4640px;
}
.at15t_startlap {
    background-position: 0 -4656px;
}
.at15t_storyfollower {
    background-position: 0 -4672px;
}
.at15t_studivz {
    background-position: 0 -4688px;
}
.at15t_stuffpit {
    background-position: 0 -4704px;
}
.at15t_stumbleupon {
    background-position: 0 -4720px;
}
.at15t_stumpedia {
    background-position: 0 -4736px;
}
.at15t_stylehive {
    background-position: 0 -4752px;
}
.at15t_stylishhome {
    background-position: 0 -4768px;
}
.at15t_svejo {
    background-position: 0 -4784px;
}
.at15t_symbaloo {
    background-position: 0 -4800px;
}
.at15t_taaza {
    background-position: 0 -4816px;
}
.at15t_tagmarksde {
    background-position: 0 -4832px;
}
.at15t_tagvn {
    background-position: 0 -4848px;
}
.at15t_tagza {
    background-position: 0 -4864px;
}
.at15t_tailrank {
    background-position: 0 -4880px;
}
.at15t_tarpipe {
    background-position: 0 -4896px;
}
.at15t_technerd {
    background-position: 0 -4912px;
}
.at15t_teknikim {
    background-position: 0 -4928px;
}
.at15t_tellmypolitician {
    background-position: 0 -4944px;
}
.at15t_thefreedictionary {
    background-position: 0 -4960px;
}
.at15t_thewebblend {
    background-position: 0 -4976px;
}
.at15t_thinkfinity {
    background-position: 0 -4992px;
}
.at15t_thisnext {
    background-position: 0 -5008px;
}
.at15t_throwpile {
    background-position: 0 -5024px;
}
.at15t_tipd {
    background-position: 0 -5040px;
}
.at15t_topsitelernet {
    background-position: 0 -5056px;
}
.at15t_transferr {
    background-position: 0 -5072px;
}
.at15t_tuenti {
    background-position: 0 -5088px;
}
.at15t_tulinq {
    background-position: 0 -5104px;
}
.at15t_tumblr {
    background-position: 0 -5120px;
}
.at15t_tusul {
    background-position: 0 -5136px;
}
.at15t_tvinx {
    background-position: 0 -5152px;
}
.at15t_tweetmeme {
    background-position: 0 -5168px;
}
.at15t_twitter {
    background-position: 0 -5184px;
}
.at15t_twitthis {
    background-position: 0 -5200px;
}
.at15t_typepad {
    background-position: 0 -5216px;
}
.at15t_upnews {
    background-position: 0 -5232px;
}
.at15t_urlaubswerkde {
    background-position: 0 -5248px;
}
.at15t_urlcapt {
    background-position: 0 -5264px;
}
.at15t_viadeo {
    background-position: 0 -5280px;
}
.at15t_virb {
    background-position: 0 -5296px;
}
.at15t_visitezmonsite {
    background-position: 0 -5312px;
}
.at15t_vk {
    background-position: 0 -5328px;
}
.at15t_vkrugudruzei {
    background-position: 0 -5344px;
}
.at15t_voxopolis {
    background-position: 0 -5360px;
}
.at15t_vybralisme {
    background-position: 0 -5376px;
}
.at15t_vyoom {
    background-position: 0 -5392px;
}
.at15t_w3validator {
    background-position: 0 -5408px;
}
.at15t_webnews {
    background-position: 0 -5424px;
}
.at15t_webs {
    background-position: 0 -5440px;
}
.at15t_webshare {
    background-position: 0 -5456px;
}
.at15t_windows {
    background-position: 0 -5472px;
}
.at15t_windycitizen {
    background-position: 0 -5488px;
}
.at15t_wirefan {
    background-position: 0 -5504px;
}
.at15t_wordpress {
    background-position: 0 -5520px;
}
.at15t_worio {
    background-position: 0 -5536px;
}
.at15t_woscc {
    background-position: 0 -5552px;
}
.at15t_wykop {
    background-position: 0 -5568px;
}
.at15t_xanga {
    background-position: 0 -5584px;
}
.at15t_xing {
    background-position: 0 -5600px;
}
.at15t_yahoobkm {
    background-position: 0 -5616px;
}
.at15t_yahoomail {
    background-position: 0 -5632px;
}
.at15t_yammer {
    background-position: 0 -5648px;
}
.at15t_yardbarker {
    background-position: 0 -5664px;
}
.at15t_yemle {
    background-position: 0 -5680px;
}
.at15t_yigg {
    background-position: 0 -5696px;
}
.at15t_yiid {
    background-position: 0 -5712px;
}
.at15t_yoolink {
    background-position: 0 -5728px;
}
.at15t_yorumcuyum {
    background-position: 0 -5744px;
}
.at15t_youblr {
    background-position: 0 -5760px;
}
.at15t_youbookmarks {
    background-position: 0 -5776px;
}
.at15t_youmob {
    background-position: 0 -5792px;
}
.at15t_youtube {
    background-position: 0 -5808px;
}
.at15t_yuuby {
    background-position: 0 -5824px;
}
.at15t_zakladoknet {
    background-position: 0 -5840px;
}
.at15t_zanatic {
    background-position: 0 -5856px;
}
.at15t_ziczac {
    background-position: 0 -5872px;
}
.at15t_zingme {
    background-position: 0 -5888px;
}
.at15t_zooloo {
    background-position: 0 -5904px;
}
.at15t_zootool {
    background-position: 0 -5920px;
}
.at15t_zukmo {
    background-position: 0 -5936px;
}
.at15t_compact {
    background-position: 0 -3392px;
}
.at15t_expanded {
    background-position: 0 -3392px;
}
.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {
    margin-right: 4px;
}
#at16clb {
    font-family: "verdana bold",verdana,arial,sans-serif;
    font-size: 16pt;
}
#at_share .at_item {
    border: 1px solid #FFFFFF;
    margin-right: 2px;
    padding: 4px;
    width: 123px !important;
}
#at16pm {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px solid #CCCCCC;
    height: 380px;
    position: static;
    text-align: left;
    width: 298px;
}
#at16pcc {
    color: #4C4C4C;
    font-size: 10px !important;
    left: 0;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000001;
}
* html #at16pcc {
    position: absolute;
}
#at16abifc {
    border: 0 none;
    height: 355px;
    left: 10px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 492px;
}
#at16abifc iframe {
    border: 0 none;
    height: 380px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 516px;
}
* html div#at16abifc.atiemode2 {
    height: 374px;
    width: 482px;
}
* html #at16abifc iframe {
    height: 368px;
    left: -10px;
    overflow: hidden;
    top: -10px;
}
#at16p {
    background: url("//s7.addthis.com/static/t00/atbkg.png") repeat scroll 0 0 transparent;
    z-index: 10000001;
}
#at16p, #atie6ifh, #atie6cmifh {
    color: #5E5E5E;
    font-family: arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 12px;
    left: 50%;
    margin: -185px auto 0 -155px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 300px;
}
#atie6ifh {
    height: 381px;
    margin-left: -165px;
    padding: 0;
    width: 322px;
    z-index: 100001;
}
#atie6cmifh {
    height: 225px;
    margin: 0;
    padding: 0;
    width: 240px;
    z-index: 100001;
}
#at_share {
    margin: 0;
    padding: 0;
}
#at16ps {
    height: 304px;
    overflow-y: scroll;
    padding: 5px;
}
a#at16pit {
    background: url("//s7.addthis.com/static/t00/tab00.gif") no-repeat scroll 0 0 transparent;
    color: #3366BB;
    display: block;
    height: 20px;
    line-height: 19px;
    margin-right: -17px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 37px;
    width: 16px;
}
#at16pi {
    -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 repeat scroll 0 0 #E5E5E5;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    text-align: left;
}
#at16pi a {
    color: #3366BB;
    text-decoration: none;
}
#at16p #at16abc {
    margin-left: 2px !important;
}
#at16pi a:hover {
    text-decoration: underline;
}
#at16pt {
    background: none repeat scroll 0 0 #F2F2F2;
    height: 13px;
    padding: 5px 10px;
    position: relative;
}
#at16pt h4, #at16pt a {
    font-weight: bold;
}
#at16pt h4 {
    color: #4C4C4C;
    cursor: default;
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#at16pt a {
    color: #4C4C4C;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 5px;
}
#at16pc form {
    margin: 0;
}
#at16pc form label {
    display: block;
    float: none;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: left;
}
#at16pc form label span {
    color: #4C4C4C;
    display: inline;
    font-weight: normal;
}
#at_email form .abif {
    width: 272px !important;
}
#at_email textarea {
    height: 55px !important;
    word-wrap: break-word;
}
* html #at_email textarea {
    height: 42px !important;
}
:first-child + html #at_email textarea {
    height: 42px !important;
}
#at_email label {
    width: 220px;
}
#at_email input, #at_email textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #333333;
    font-family: arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0 0 8px;
    padding: 3px !important;
    width: 272px !important;
}
#at_email form .atfxmode2 {
    width: 279px !important;
}
#at16pc form .at_ent {
    color: #333333 !important;
}
#at16pc textarea {
    height: 48px;
}
#at16pc form input:focus, #at16pc textarea:focus {
    background: none repeat scroll 0 0 #FFFFF0;
    color: #333333;
}
#at16p .atbtn, #at16recap .atbtn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B5B5B5;
    color: #333333;
    cursor: pointer;
    font-size: 11px !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 2px !important;
    margin-top: 0;
    padding: 2px 4px;
    width: 60px !important;
}
#at16p .atbtn:hover, #at16recap .atbtn:hover {
    border-color: #444444;
    color: #0066CC;
}
#at16p .atrse, #at16recap .atrse {
    color: #666666;
    font-weight: normal !important;
    margin-left: 2px !important;
}
#atsb .atbtn {
    margin: 0 !important;
    width: 78px !important;
}
#at_email #ateml {
    color: #999999;
    font-size: 10px;
    text-align: right;
}
#at16pc {
    color: #4C4C4C;
    font-size: 11px;
    height: 343px;
    text-align: left;
}
#at_email {
    padding: 5px 10px;
}
#at16pc .tmsg {
    padding: 4px 2px;
    text-align: right;
}
#at16psf {
    background: url("//s7.addthis.com/static/t00/atf02.gif") no-repeat scroll center center #F2F2F2;
    border-bottom: 1px solid #CCCCCC;
    height: 20px;
    padding: 4px 10px;
    position: relative;
    text-align: center;
}
* html #at16psf input, *:first-child + html #at16psf input {
    padding: 0;
}
#at16psf input, #at16psf input:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #666666;
    font-family: arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin: 2px 0 0;
    outline-style: none;
    outline-width: 0;
    padding: 2px 0 0;
    width: 220px;
}
#at16pcc .at_error, #at16recap .at_error {
    background: none repeat scroll 0 0 #F26D7D;
    border-bottom: 1px solid #DF5666;
    color: #FFFFFF;
    padding: 5px 10px;
}
#at16pcc #at_success {
    background: none repeat scroll 0 0 #D0FBDA;
    border-bottom: 1px solid #A8E7B7;
    color: #4C4C4C;
    padding: 5px 10px;
}
#at15pf, #at16pf {
    background: none repeat scroll 0 0 #F2F2F2;
    border-top: 1px solid #E5E5E5;
    height: 12px;
    position: relative;
}
#at15pf a, #at16pf a, #at15pf span, #at16pf span {
    color: #4C4C4C;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 10px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
}
#at15pf a:hover, #at16pf a:hover {
    text-decoration: underline;
}
#at15pf a.at-settings, #at16pf a.at-settings {
    left: 75px;
    width: 65px;
}
#at15pf a.at-settingsclose, #at16pf a.at-settingsclose {
    left: 8px;
}
#at15pf a.at-whatsthis {
    left: 8px;
}
#at16pf a.at-whatsthis {
    left: 10px;
}
#at16pf a#at-privacy, #at16pf a.at-privacy, #at16pf a.at-privacy-close {
    left: 140px;
    width: 39px;
}
#at_complete {
    color: #47731D;
    font-size: 13pt;
    height: 208px !important;
    padding-top: 130px;
    text-align: center;
    width: 472px;
}
#at_s_msg {
    margin-bottom: 10px;
}
.atabout {
    left: 55px;
}
.ac-about {
    right: 20px;
}
#at20mc a.ac-logo:hover {
    text-decoration: none !important;
}
#at15pf .ac-logo, #at16pf .ac-logo {
    background: url("//s7.addthis.com/static/t00/ac12.gif") no-repeat scroll left center transparent;
    padding-left: 10px;
    right: 2px;
    top: 0;
}
#at15pf a.at-logo, #at16pf a.at-logo {
    background: url("//s7.addthis.com/static/t00/logo88.gif") no-repeat scroll left center transparent;
    padding-left: 10px;
    right: 10px;
    width: 50px;
}
.at_baa {
    display: block;
    outline: medium none;
    overflow: hidden;
}
#at15s #at16pf a {
    top: 1px;
}
#at16pc form #at_send {
    width: 80px !important;
}
#at_feed {
    display: none;
    height: 300px;
    padding: 10px;
}
#at_feed span {
    font-size: 12px;
    margin-bottom: 10px;
}
#at_feed div {
    float: left !important;
    height: 26px !important;
    line-height: 26px !important;
    margin-right: 68px;
    width: 102px !important;
}
#at_feed div.at_litem {
    margin-right: 0;
}
#at_feed a {
    height: 17px;
    line-height: 17px;
    margin: 10px 0;
}
#at_feed.atused .fbtn {
    background: url("//s7.addthis.com/static/r05/feed00.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    text-indent: -9000px;
    width: 102px;
}
#at_feed .fbtn.bloglines {
    background-position: 0 0 !important;
    height: 20px !important;
    line-height: 20px !important;
    margin-top: 8px !important;
    width: 94px;
}
#at_feed .fbtn.yahoo {
    background-position: 0 -20px !important;
}
#at_feed .fbtn.newsgator, .fbtn.newsgator-on {
    background-position: 0 -37px !important;
}
#at_feed .fbtn.technorati {
    background-position: 0 -71px !important;
}
#at_feed .fbtn.netvibes {
    background-position: 0 -88px !important;
}
#at_feed .fbtn.pageflakes {
    background-position: 0 -141px !important;
}
#at_feed .fbtn.feedreader {
    background-position: 0 -172px !important;
}
#at_feed .fbtn.newsisfree {
    background-position: 0 -207px !important;
}
#at_feed .fbtn.google {
    background-position: 0 -54px !important;
    width: 104px;
}
#at_feed .fbtn.winlive {
    background-position: 0 -105px !important;
    height: 19px !important;
    line-height: 19px;
    margin-top: 9px !important;
    width: 100px;
}
#at_feed .fbtn.mymsn {
    background-position: 0 -158px !important;
    height: 14px !important;
    line-height: 14px !important;
    margin-top: 12px !important;
    width: 71px;
}
#at_feed .fbtn.aol {
    background-position: 0 -189px !important;
    height: 18px !important;
    line-height: 18px !important;
    width: 92px;
}
#at16pp {
    color: #4C4C4C;
    font-size: 11px;
    position: absolute;
    right: 12px;
    top: 12px;
}
#at16pp label {
    font-size: 11px !important;
}
#at16ppc {
    padding: 10px;
    width: 179px;
}
#at16pph {
    padding: 5px 0 10px;
}
#at16pph select {
    margin: 5px 0 8px;
}
#at16pp .atinp {
    width: 156px;
}
html > body #at16pp .atinp {
    width: 176px;
}
#at16ppb {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 274px;
}
#at16ep {
    height: 16px;
    padding: 8px;
}
#at16ep a {
    display: block;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    padding-left: 22px;
}
#at16ep a.at_gmail {
    background: url("//s7.addthis.com/static/t00/gmail.gif") no-repeat scroll left center transparent;
}
#at16ep a.at_hotmail {
    background: url("//s7.addthis.com/static/t00/hotmail.gif") no-repeat scroll left center transparent;
}
#at16ep a.at_yahoo {
    background: url("//s7.addthis.com/static/t00/yahoo.gif") no-repeat scroll left center transparent;
}
#at16ppf p#atsb {
    font-size: 10px;
    padding-top: 20px;
}
#at16abr {
    margin-top: 10px;
}
#at16abr input {
    margin: 0 5px 0 0;
    padding: 0;
}
#at16ppso {
    display: none;
    margin-top: 2px;
    text-align: right;
}
#at16ppa {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 228px;
    overflow: auto;
    width: 178px;
}
#at16ppa a {
    display: block;
    font-size: 12px !important;
    padding: 4px 8px;
    white-space: nowrap;
}
#at16eatdr {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 0 none;
    left: 21px;
    max-height: 110px;
    overflow: auto;
    position: absolute;
    top: 129px;
    width: 277px;
    z-index: 500;
}
* html #at_email #at16eatdr {
    top: 115px !important;
    width: 272px !important;
}
:first-child + html #at_email #at16eatdr {
    top: 115px !important;
    width: 272px !important;
}
html > body #at_email form #at16eatdr.abif {
    top: 137px;
    width: 278px !important;
}
#at16eatdr a {
    border-bottom: 1px dotted #EEEEEE;
    display: block;
    overflow: hidden;
    padding: 4px 8px;
}
#at16eatdr a:hover, #at16eatdr a.hover {
    background: none repeat scroll 0 0 #E0EEFA;
    color: #333333;
    text-decoration: none;
}
#at_pspromo {
    height: 130px;
    padding-top: 10px;
}
#at_pspromo, #at15psp {
    padding-left: 5px;
    width: 205px;
}
#at_testpromo {
    display: none;
    font-size: 12px;
    width: 220px;
}
.atm-i #at_pspromo {
    height: 150px;
}
.atm-i #at_testpromo, .atm-i #at_pspromo {
    width: 140px;
}
#at_testpromo input {
    width: 200px;
}
#at_promo .at-promo-content, #at_testpromo .at-promo-content {
    margin-top: 12px;
}
#at_promo .at-promo-btn, #at_testpromo .at-promo-btn {
    padding-top: 10px;
}
#at_promo h4, #at_testpromo h4 {
    background: none repeat scroll 0 50% transparent;
    font-family: arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
    padding: 0;
}
#at_testpromo h4 {
    font-size: 13.5px;
}
#at_promo h4 sup {
    color: #EE6A44;
    font-size: 11px;
}
#at_promo span {
    display: block;
}
#at_testpromo .at-promo-btm-ffx, #at_promo .at-promo-btm-ffx {
    background: url("//s7.addthis.com/images/60x60_at_firefox_toolbar.jpg") no-repeat scroll 0 0 transparent;
    padding: 6px 0 0 70px;
}
#at_promo .at-promo-btm-ch {
    padding: 6px 0 0 64px;
}
#at_promo .at-promo-btm-ie {
    padding: 6px 0 0 64px;
}
#_atssh {
    border: 0 none !important;
    height: 1px !important;
    width: 1px !important;
}
.at-promo-single {
    line-height: 1.5em;
    padding: 2px 10px 10px;
}
.at-promo-single img {
    padding: 3px;
}
#at20mc {
    display: none;
}
#at20mc.ipad #at15s {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid #B7B7B7;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 0 10px #000000;
    padding: 6px !important;
    width: 244px !important;
}
html > body #at20mc.ipad #at15s {
    width: 244px !important;
}
#at20mc.ipad #at15s .at_item {
    line-height: 32px !important;
    padding: 10px 15px !important;
}
#at20mc.ipad #at15pfpro, #at20mc.ipad #at15s_head {
    display: none !important;
}
#at20mc.ipad #at_hover {
    padding: 0 0 4px;
}
#at20mc.ipad #at_hover .at_item {
    border-bottom: 1px solid #E0E0E0;
    font-size: 18px;
    margin-bottom: 0;
    width: 210px !important;
}
#at20mc.ipad #at_hover .at_item:hover {
    background: none repeat scroll 0 0 #424242 !important;
    color: #FFFFFF !important;
}
#at20mc.ipad #at_hover .at15t {
    background-color: transparent !important;
    height: 32px !important;
    line-height: 32px !important;
    padding-left: 42px !important;
    padding-top: 0 !important;
    width: 200px !important;
}
#at20mc.ipad #at16pf {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-top: medium none;
    line-height: 12px;
}
.addthis_textshare {
    background: url("//s7.addthis.com/static/t00/atsh00.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    height: 37px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 28px;
    text-decoration: none;
    width: 44px;
}
.addthis_textshare:hover {
    background-position: 0 -37px;
    text-decoration: none;
}
.at_img_share {
    background: url("//s7.addthis.com/static/t00/glogo2321.gif") repeat-x scroll center bottom transparent;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 23px;
    z-index: 1000;
}
.at_img_share:hover {
    border-color: #8B8B8B;
}
.at_img_share .addthis_toolbox {
    margin: 0 auto;
    width: 180px;
}
.atm {
    background: url("//s7.addthis.com/static/t00/atbkg.png") repeat scroll 0 0 transparent;
    color: #444444;
    font-family: arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 12px;
    margin: 0;
    padding: 4px;
    width: 160px !important;
}
.atm-i {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D6D6;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 5px #CCCCCC;
    margin: 0;
    padding: 4px 0 0;
}
.atm-s {
    margin: 0 !important;
    padding: 0 !important;
}
.atm-s a, #at_hover.atm-s a {
    color: #235DAB !important;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
}
#at_hover.atm-s .at_bold {
    color: #235DAB !important;
}
.atm-s a:hover, #at_hover.atm-s a:hover {
    background: none repeat scroll 0 0 #3879D9;
    color: #FFFFFF !important;
    text-decoration: none;
}
#at_hover.atm-s .at_bold {
    font-weight: bold;
}
#at_hover.atm-s a:hover .at_bold {
    color: #FFFFFF !important;
}
.atm-s a span {
    padding-left: 20px;
}
.atm-i #at15pf.atm-f-iemode2, .atm-i #at16pf.atm-f-iemode2 {
    height: 24px !important;
}
.atm-i #atic_settings {
    -moz-border-bottom-colors: none !important;
    -moz-border-image: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: #D5D6D6 -moz-use-text-color -moz-use-text-color !important;
    border-right: medium none !important;
    border-style: solid none none !important;
    border-width: 1px medium medium !important;
    padding-top: 6px !important;
    top: 4px;
}
.atm-f {
    -moz-border-bottom-colors: none !important;
    -moz-border-image: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 transparent !important;
    border-color: #D5D6D6 -moz-use-text-color -moz-use-text-color !important;
    border-right: medium none !important;
    border-style: solid none none !important;
    border-width: 1px medium medium !important;
    font-size: 9px;
    padding: 5px 10px;
    position: relative;
    top: 4px;
}
.atm-f a {
    color: #939292 !important;
    margin-right: 4px;
    text-decoration: none !important;
    top: 4px !important;
}
.atm-f a:hover {
    color: #4F4F4F !important;
}
.atm-f .atm-f-logo {
    background: url("//s7.addthis.com/static/t00/logo88.gif") no-repeat scroll left center transparent;
    padding-left: 10px;
    position: absolute;
    right: 6px;
    top: 5px;
}
.at_a11y {
    left: -9999em;
    position: absolute;
}
.at_a11y_container {
    margin: 0;
    padding: 0;
}
.addthis_overlay_container {
    position: absolute;
}
.addthis_overlay_toolbox {
    background-color: rgba(0, 0, 0, 0.6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
}
.linkServiceDiv {
    background-color: #AAAAAA;
    border: 1px solid black;
    height: 200px;
    width: 400px;
}
#cart_block {
	/*display:inline;*/
	}
	
	.nyroModalBg {background-color: none!important;background: none; background: -webkit-gradient(linear, left top, left bottom, from(#4eacc5), to(#cce7ee))!important;background: -moz-linear-gradient(top,  #4eacc5,  #cce7ee)!important;}
.nyroModalBg {-moz-opacity:0.6!important; -khtml-opacity:0.6!important;opacity:0.6!important;}
.nyroModalCont #mc_modal_title {color:#374853!important;border-color:#374853!important;}
.nyroModalCont #mc_modal_title {font-size:16px!important;}
.nyroModalCont {border:4px solid #7cae04;}
.nyroModalCont {-webkit-border-radius:24px!important; -moz-border-radius:24px!important;border-radius:24px!important;behavior: url(/modules/pm_modalcart/js/PIE.htc);}
#mc_cart_summary {height:250px!important;}
.nyroModalBg {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eacc5', endColorstr='#cce7ee') filter: alpha(opacity=60)!important;}

.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index:4500!important;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -24px;
	right: -24px;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
	z-index:4503!important;
	background: url(/modules/pm_modalcart/img/close.png);
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
#TB_ajaxContent {overflow-x: hidden!important;}
.nyroModalCont {
	overflow-x: hidden!important;
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
	z-index:4502!important;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 100px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(/modules/pm_modalcart/img/ajaxLoader.gif) no-repeat center;
	padding: 0;
	z-index:4503!important;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(/modules/pm_modalcart/img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(/modules/pm_modalcart/img/next.gif);
}

.modalcart_confirm p {
	margin:5px 0 !important;
	padding:0!important;
}
.modalcart_confirm h3 {text-align:left!important;border-bottom:1px solid #000;}
#TB_load {z-index:4503;}
#TB_overlay {z-index:4500;}
#TB_window {z-index:4502;}
#mc_cart_summary {overflow:auto!important;overflow-x:hidden!important;height:200px;margin-bottom:10px;}
#pm_mc_content {margin-bottom:15px;}
#mc_modal_button {margin:15px 0;}

form.cfsh input {	
font-size:12px;
padding:4px 2px;
border:solid 1px #BDC2C9;
margin:2px 0 10px 10px;
}

form.cfsh select {	
font-size:12px;
padding:4px 2px;
border:solid 1px #BDC2C9;
margin:2px 0 20px 10px;
}


form.cfsh textarea {	
font-size:12px;
padding:4px 2px;
border:solid 1px #BDC2C9;
margin:2px 0 10px 10px;
}

table.cfsh {
width:720px;
padding-left:10px;
padding-top:10px;
	}

table.cfsh td.right {
width:35%;
	}
	
form.cfsh fieldset {	
width:738px;
background:url("/themes/purepro/img/form_bg.jpg") repeat-x scroll left top #D0D1D5;
}

table.cfsh td.scaptcha{
	padding:10px;
}

form.cfsh label.cferror, label.cferror {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: red;
    font-style: italic;
    padding: 0;
}

table.cfsh td{
	margin:0px;
}

form.cfsh .submit {
	border: 0px;
	padding: 4px;
	margin-right: 20px;
	float: left;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
	margin-bottom:10px;
	background:url(/themes/purepro/img/envoyer_05.png) no-repeat; height:30px; width:80px;
}


form.cfsh .submit:hover {
	border: 0px;
	padding: 4px;
	margin-right: 20px;
	float: left;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
	margin-bottom:10px;
}

.separator{
font-size:14px;
font-weight:bold;
font-style:italic;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #C9DCA6;
padding-top:5px;
padding-bottom:10px;
}

.indic{
	color:#00C;	
}

div.productscategory_h2 {
background: url("/themes/purepro/img/fond-titre_03.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 36px;
    line-height: 1.6em;
    margin: 17px 0 8px;
    padding: 8px 0 0 12px;
    text-transform: uppercase;
    width: 743px;
}

#cart_voucher p {
	float: left;
    margin: 0;
	display:block;
	margin-top:6px;
	}
	
#cart_voucher h4 {
    margin: 0;
	margin-top:6px;
	}
	
#cart_voucher p.submit {
	float: left;
    margin: 0;
	display:block;
	}
	
.bordure-slider { width:712px !important; border:1px solid #969696;}