/*
 * ai-dev CSS
 */

* {
	padding: 0;
	margin: 0
}
body
{
	background-color: #eeeeee;		
	color: #5d717e;
	font-size: 13px;
	font-family: 'Comic sans MS', Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center
}

H1.title {
	background: none;
	font-size: 1.6em;
	height: auto;
	text-align: center;
}

/* 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: 10px;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	list-style-type: none;
	height: 45px;
	margin-top: 1em
}
ul.idTabs li {
	float: left;
	margin: 0 0 0 2px;
}

ul.idTabs li.first
{
	margin-left: 0;
}

ul.idTabs li.last
{
	margin-right: 0;
}

.idTabs a {
	background-image: url('../img/tab_bg.jpg');
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853
}
.idTabs .selected {
	background-image: url('../img/tab_bg_selected.png');
	color: white
}

/* IdTabs Short*/
.idTabsShort a {
	background-image: url('../img/tab_bg_short.png');
	width: 138px
}
.idTabsShort .selected {
	background-image: url('../img/tab_bg_selected_short.png');
	color: white
}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}

/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.png') no-repeat top left;
	height: 21px
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.png') no-repeat top left;
	height: 21px
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	width: 1046px;
	margin: 0 auto;
	text-align: left
}

#header
{
	background: url(../img/ai_banner.png) 22px 15px no-repeat;
	float: left;
	height: 344px;
	width: 100%;
}

#header div.logo_container
{
	float: none;
	position: relative;	
}

#header_logo {
    display: block;
	float: none;
    left: 30px;
    position: absolute;
    top: 25px;
    width: 264px;
}
img.logo {
	float: left;
	margin-top: 62px;
	font-size: 2em;
	font-weight: bold
}
#header_right {
	float: right;
	width: 73%;
	text-align: right
}
#left_column, #center_column, #right_column { float: left }
#left_column {
	clear: left;
	width: 0px;
	margin-right: 0;
	overflow: hidden
}

#center_column
{
	margin: -9px 0 0 -11px;
	overflow: hidden;
	width: 1002px;
}

#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: 0px;
	margin-left: 21px;
	overflow: hidden
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: black
}
body.mceContentBody {
	margin: 10px;
	width: 982px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing='0'' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, 
 .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom: 6px;
	margin: 0 auto 1em;
	width: 541px
}
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 tbody tr.first_item td
{
	border-top: none;	
}

.std thead th {
	background-color: transparent;
	background-image: url('../img/table_header.gif');
	background-repeat: no-repeat;
	color: #374853;
	font-weight: bold;
	height: 24px;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { background-position:-5px 0 }
.std th.last_item { background-position: -5px 0 }
.std th.item { background-position: -5px 0 }
table#cart_summary tfoot TD
{
	color: #595A5E;
	text-align: right;
	white-space: nowrap
}

table#cart_summary tfoot tr.total_price TD, table#cart_summary tfoot tr.total_price td.price
{
	color: #7D82DD;
	font-size: 14px;
}

table#cart_summary tfoot td.price-discount 
{
	color: #E7F8E5;
}

/* /global table style */

/* global form style */
form.std 
{ 
	background: #ffffff;
	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: 'Comic sans MS', Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select { border: 1px solid #bdc2c9 }
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}

#right_column #search_query_block
{
    border: 1px solid #595A5E;
    color: #595A5E;
    float: left;
    margin-right: 3px;
    margin-top: 5px;
    padding: 2px;
    width: 125px;
}

.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,
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!important;
	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,
{
	padding-bottom: 2px
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_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,
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 */
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: url('../img/button-mini.png') transparent;
}
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: url('../img/button-small.png') transparent;
}
input.button, input.button_disabled, input.exclusive, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background: url('../img/button-medium.png') transparent;
}
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: url('../img/button-large.png') transparent;
}

/* exclusive button */
input.exclusive, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_smalld, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, a.exclusive_large, span.exclusive_large { 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: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}

.price.free
{
	color: #0fda00;
}

/* errors */
.error {
	background-color: #ffffff;
    color: #DA0F00;
    padding: 0.3em 0.8em 1em;
    width: 100%;
}
.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: #F8E1A0;
	border: none;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1em;
	color: #888
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #5d717e
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { padding: 1.5em 0 }
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 3px;
}

ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853
}
ul.pagination a, ul.pagination span {
	padding: 0 2px;
	display: block;
	line-height: 17px;
}
ul.pagination a { text-decoration: none }
ul.pagination .current {
	background: url('../img/pagination_active.png') no-repeat transparent;
	height: 31px;
	line-height: 33px;
	text-indent: 12px;
	width: 38px;
}

ul.pagination .page 
{
	background: url('../img/pagination_inactive.png') no-repeat transparent;
	color: white;
	height: 31px;
	line-height: 33px;
	text-indent: 12px;
	width: 38px;
}

ul.pagination .current SPAN
{
	-sand-transform: rotate(-20deg);
	height: 31px;
	line-height: 33px;
	text-indent: 12px;
	width: 38px;
}

ul.pagination .page A
{
	-sand-transform: rotate(-20deg);
	color: white;
	height: 31px;
	line-height: 33px;
	text-indent: 12px;
	width: 38px;
}

ul.pagination li.truncate {
	padding: 3px;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	border: none;
	line-height: 19px;
}
#pagination_previous {
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
	padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
	color: #888;
}
form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 3px;
}
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: url('../img/icon/panier_debut.png') no-repeat 25px 20px transparent;
    height: 50px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 5px 0 5px 90px;
    width: 450px;
}

ul.step LI 
{
	height: 34px;
	float: left;
	padding-top: 16px;
	width: 90px;
	text-align: center;
	background: url('../img/icon/panier_resume_off.png') no-repeat center 16px transparent;
}

ul.step li#order_step_login
{
	background: url('../img/icon/panier_connexion_off.png') no-repeat center 16px transparent;
}	

ul.step li#order_step_address
{
	background: url('../img/icon/panier_adresse_off.png') no-repeat center 16px transparent;
}	

ul.step li#order_step_shipping
{
	background: url('../img/icon/panier_livraison_off.png') no-repeat center 16px transparent;
}	

ul.step li#order_step_payment
{
	background: url('../img/icon/panier_paiement_off.png') no-repeat center 16px transparent;
}	

ul.step li.step_done
{
	font-weight: bold;
}

ul.step li.step_todo { font-style: italic }
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
{
	border-top: none;
	float: left;
	width: 100%;
}

#footer .middleCenter
{
	background: #d9d9d9;
    height: 308px;
    padding-top: 10px;
}

#footer .middleLeft
{
	background: url('../img/opaqueMaxFooter/ml.png') repeat-y scroll 0 0 transparent;
}

#footer .middleRight
{
	background: url('../img/opaqueMaxFooter/mr.png') repeat-y scroll 0 0 transparent;
}

#footer .bottomLeft
{
	background: url('../img/opaqueMaxFooter/bl.png') no-repeat scroll 0 0 transparent;
}

#footer .bottomCenter
{
	background: url('../img/opaqueMaxFooter/bc.png') repeat-x scroll 0 0 transparent;
}

#footer .bottomRight
{
	background: url('../img/opaqueMaxFooter/br.png') no-repeat scroll 0 0 transparent;
}

div.facebook_like_box_block, div.advertising_block, div#ai_text, div#informations_block_left
{
	float: left;
}


/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 191px
}
#left_column div.block,
 #right_column div.block {
	padding-bottom: 30px;
	background: url('../img/block_footer.png') no-repeat bottom left #ffffff;
}

div#new-products_block_right P, div#best-sellers_block_right P
{
    padding: 0 0 0 2px;
}

div.block h4 {
	text-transform: uppercase;
	font-family: 'Comic sans MS', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 0.5em;
	padding-top: 26px;
	line-height: 1.3em;
	color: #374853;
	height: 19px;
	background: url('../img/block_header_summer.png') no-repeat top left #ffffff;
	font-style: italic;
}

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: none; }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
	background-color: #ffffff;
	padding: 0 0.7em;
	min-height: 16px
}
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.png') no-repeat bottom left
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em }
#center_column div.block
{ 
	margin: 0 10px; 
	width: 982px; 
}

#center_column div.block h4 {
	background: transparent url('../img/block_header_large.png') no-repeat top left;
	height: 17px;
	color: white
	margin: 0 10px;
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	margin-top: 5px;
	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;
	clear: none;
	float: left;
	margin-bottom: 5px;
}

/* 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: none;
	padding: 0
}
#center_column .products_block ul li {
	cursor: default;
	float: left;
	margin-top: 0;
	padding: 0 0 5px 0;
	width: 173px;
}

#center_column .products_block ul li.clear 
{
	margin-left: 2px;
}

#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p
{
	margin: 0;
	padding: 0
}

#center_column div.products_block ul li p.price_container
{
	background: none;
}

#center_column div.products_block div.product_desc 
{
	color: #595a5e;
	height: 90px;
	overflow: hidden
}

#center_column div.products_block div.product_picture 
{
    height: 137px;
    margin: 10px auto 0;
    width: 129px;
}

#center_column div.products_block div.product_price 
{
    height: 60px;
}

#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 129px;
	height: 129px
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 0 5px }

#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
  #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc { 
	margin-right: 0;
	height: 150px; 
	border-right: 1px solid #d0d3d8 
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* shopping cart */
.cart_last_product { 
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0 #E4E5E7;
	text-align: left;
}
.cart_last_product_header .left {
	background-color:#E4E5E7;
	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; margin-left: 1em;}
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
 p.cart_navigation .exclusive_large_disabled { float: right; margin-right: 1em;}
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 
{ 
	border-top: 2px solid #BDC2C9;
}

#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}

#cart_summary .price-discount
{
	color: #0000ff;
	font-weight: bold;
}

tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em 0 0}
td.cart_product a img {
	border: none;
	width: 45px;
	height: 45px
}

tr.cart_discount
{
	color: #0000ff;
}

td.cart_discount_delete
{
    padding: 0.4em 0 0.5em;
}

td.cart_product a.cart_quantity_delete, td.cart_discount_delete A
{
	float: left;
	/*height: 65px;*/
	/*margin: auto 2px:*/
}

td.cart_product a.cart_quantity_delete IMG 
{
	border: none;
	height: 11px;
	margin: 0;
	width: 11px;
}

td.cart_product a:hover img { border: 1px solid #888 }

td.cart_product a.cart_quantity_delete:hover IMG 
{
	border: none;
}

td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity 
{
	width: 7.5em;
	text-align: center;
}
.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: none;
	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.8em;
    padding: 0.5em 0;
}

#order form#voucher p
{
	background: none;
    float: left;
    margin-left: 60px;
    padding: 0.5em 0;
}

#order form#voucher p input.button
{
    margin: 0;
}

#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: none;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	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; margin: 0 10px;}

/* 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;
}

/* Ajout pour centrer Paypal dans la colonne de droite */
div.advertising_block P
{
	margin-top: 0;
	text-align: center;	
}

/* Semi transparent (Max shadow) bidouile pour I.E. */
div.opaqueMax div.topLeft
{
	background: url(../img/opaqueMax/tl.png) no-repeat;
}

div.opaqueMax div.topRight
{
	background: url(../img/opaqueMax/tr.png) no-repeat;			
}

div.opaqueMax div.bottomLeft
{
	background: url(../img/opaqueMax/bl.png) no-repeat;			
}

div.opaqueMax div.bottomRight
{
	background: url(../img/opaqueMax/br.png) no-repeat;			
}

div.opaqueMax div.topCenter
{
	background: url(../img/opaqueMax/tc.png) repeat-x;
}

div.opaqueMax div.bottomCenter
{
	background: url(../img/opaqueMax/bc.png) repeat-x;
}

div.opaqueMax div.middleLeft
{
	background: url(../img/opaqueMax/ml.png) repeat-y;
}

div.opaqueMax div.middleRight
{
	background: url(../img/opaqueMax/mr.png) repeat-y;
}

div.opaqueMax div.middleCenter
{
	background: url(../img/opaqueMax/mc.png) repeat;
}

/* Transparent  (Max shadow) */
div.transparentMax div.topLeft
{
	background: url(../img/transparentMax/tl.png) no-repeat;
}

div.transparentMax div.topRight
{
	background: url(../img/transparentMax/tr.png) no-repeat;			
}

div.transparentMax div.bottomLeft
{
	background: url(../img/transparentMax/bl.png) no-repeat;			
}

div.transparentMax div.bottomRight
{
	background: url(../img/transparentMax/br.png) no-repeat;			
}

div.transparentMax div.topCenter
{
	background: url(../img/transparentMax/tc.png) repeat-x;
}

div.transparentMax div.bottomCenter
{
	background: url(../img/transparentMax/bc.png) repeat-x;
}

div.transparentMax div.middleLeft
{
	background: url(../img/transparentMax/ml.png) repeat-y;
}

div.transparentMax div.middleRight
{
	background: url(../img/transparentMax/mr.png) repeat-y;
}

div.transparentMax div.middleCenter
{
	background: url(../img/transparentMax/mc.png) repeat;
}

/* Min & Max specific */
div.top, div.bottom
{
	float: left;
	height: 26px;
	width: 100%;
}

div.topLeft, div.topRight, div.bottomLeft, div.bottomRight
{
	float: left;
	height: 100%;
	width: 33px;
}

div.topCenter, div.bottomCenter, div.middleCenter
{
	float: left;
	height: 100%;
	width: 980px;
}

div.middle
{
	float: left;
	width: 100%;
}

div.middleLeft, div.middleRight
{
	float: left;
	height: 318px;
	width: 33px;		
}

/*	Shop container */

div#header_left
{
	background: url('../img/ai_banner_summer.png') no-repeat scroll 22px 15px transparent;
	float: left;
	height: 220px;
    width: 746px;
}

div#header_left div.topCenter, div#header_left div.middleCenter, div#header_left div.bottomCenter
{
	width: 680px;
}

div#header_left div.middleLeft, div#header_left div.middleCenter, div#header_left div.middleRight
{
	height: 154px;
}

div#header_right
{
	height: 240px;
    width: 254px;
}

div#header_right div.topCenter, div#header_right div.middleCenter, div#header_right div.bottomCenter
{
	width: 234px;
}

div#header_right div.middleLeft, div#header_right div.middleCenter, div#header_right div.middleRight
{
	height: 154px;
}

div#columns
{
	float: left;
    width: 100%;
}

div#columns div.topCenter, div#columns div.middleCenter, div#columns div.bottomCenter
{
	padding: 0 33px;
	width: 980px;
}

div#columns.opaqueMax div.middleCenter
{
	background: url(../img/opaqueMax/middle.png) repeat;
}

div#columns div.middleLeft, div#columns div.middleCenter, div#columns div.middleRight
{
	/*height: 100%;*/
}

/* Colonne centrale */
div#center_column H1
{
	background: none;
	border-bottom: 1px solid #595A5E;
	margin-bottom: 0;
}

div#center_column H3
{
	background: none repeat scroll 0 0 #E4E5E7;
	margin: 0;
	padding: 1em 0 0 1em;
}

div#center_column div.rte H3
{
   	background: url('../img/block_header_cms.png') no-repeat scroll left top transparent;
    color: white;
    height: 22px;
    line-height: 1.3em;
    padding: 0 0 0 0.5em;
}

div#center_column div.align_center, div#center_column div.cat_desc
{
	background: none repeat scroll 0 0 #E4E5E7;
}

div#center_column div.cat_desc
{
	font-size: 1.1em;
	font-weight: bold;
    margin: 0;
    padding: 1em 0 0.5em 1em;
}

div#center_column div#subcategories
{
	background: none repeat scroll 0 0 #E4E5E7;
	height: 210px;
}

div#center_column div#subcategories H3
{
	border-bottom: 1px solid #595A5E;
	margin: 0 15px 0 15px;
	padding: 10px 0 5px 0;
}

div#center_column ul#product_list 
{
	background: none #transparent;
	margin: 0;
}

div#center_column div#pagination
{
	background: none;
	float: right;
	margin: 0 6px 0 0;
}

div#center_column p 
{
	background: none repeat scroll 0 0 #E4E5E7;
	margin: 0;
	padding: 0.5em 0.7em 0.5em 0.7em;
}

div#center_column p.compare
{
	background: transparent;
}

div#center_column FORM P
{
	background: none repeat scroll 0 0 #E4E5E7;
	margin: 0;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

div#center_column FORM p.select
{
	background: none repeat scroll 0 0 #E4E5E7;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}

div#center_column p.cart_navigation
{
	height: 31px;
}

div#ai_cart_container p.clear
{
	padding-bottom: 0;
	padding-top: 0;
}

div#ai_cart_container div.order_delivery
{
	margin-left: 7px;
}

div#center_column form#productsSortForm p.select
{
	padding-right: 10px;
	padding-top: 4px;
}

div#center_column FORM input.button
{
	margin-right: 10px;
	margin-top: 4px;
}

div#center_column form#productsSortForm
{
    background: none repeat scroll 0 0 #ffffff;
    float: right;
    padding-top: 7px;
    width: 100%;
}

div#center_column form#products_compare_form
{
	background: none repeat scroll 0 0 #ffffff;
	float: right;
    width: 136px;
}

div#center_column ul.footer_links 
{
	background: none #ffffff;
    clear: both;
    height: 31px;
    list-style-type: none;
    margin: 0;
    padding: 1em;
}

div#center_column form.std fieldset {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

div#center_column form.std h3 
{
    margin: 0;
}

div#primary_block_container
{
	background: none #ffffff;
    float: left;
    width: 1002px;
}

div#primary_block_footer
{
    background: url('../img/block_footer_center.png') no-repeat scroll left bottom transparent;
    font-size: 0;
    height: 6px;	
}

div#primary_block div#pb-right-column, div#primary_block div#pb-left-column, div#more_info_block div#more_info_sheets
{
	background: none #ffffff;
}

div#primary_block div#pb-left-column
{
    float: right;
    margin: 0 20px 0 0;
    padding: 4px;
    width: 450px;
}

div#primary_block div#pb-left-column form#buy_block,
div#primary_block div#pb-left-column form#buy_block P
{
	background: none #ffffff;
}

div#primary_block div#pb-left-column form#buy_block p.unit-price
{
	font-size: 14px;
	text-align: right;	
}

div#primary_block div#short_description_block p.buttons_bottom_block
{
	background-color: transparent;
}

div#primary_block div#pb-left-column form#buy_block p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div#primary_block div#pb-left-column form#buy_block p.add_to_cart
{
	margin: 0;
}

div#more_info_sheets P
{
	padding: 2px;	
}

div#more_info_sheets UL
{
	margin-left: 20px;
}

div.ai_container
{
	background: none repeat scroll 0 0 #E4E5E7;
	padding: 1em;	
}

#order-confirmation div.ai_container
{
	background: #ffffff;
}

/* Edito container */
div#editorial_block_center
{
	background: url('../img/block_footer_edito.png') no-repeat scroll left bottom transparent;
	margin: 0 10px 10px;
    padding-bottom: 5px;
    width: 982px;
}

div#editorial_block_center H1
{
	background: url('../img/block_header_edito.png') no-repeat scroll left top transparent;
    border-bottom: 1px solid #595A5E;
    color: #374853;
    margin: 0;
    text-align: center;
}

div#editorial_block_center H2
{
	background: #e4e5e7;
    color: #374853;
    line-height: 2.5em;
    margin: 0;
	text-align: center;
}

div#editorial_block_center div.rte
{
    overflow: hidden;
}

div#editorial_block_center div.rte P
{
    margin: 0;
    padding: 1em;
}

div#featured-products_block_center
{
	background: url('../img/block_footer_featured.png') no-repeat scroll left bottom transparent;
    padding-bottom: 8px;
}

div#featured-products_block_center UL
{
	padding-top: 0;
}

div.ai_block_footer
{
	background: url('../img/block_footer_center.png') no-repeat scroll left bottom transparent;
	font-size: 0;
	height: 6px;
}

/* CMS */
div#center_column .rte h1
{
    background: url('../img/block_header_center.png') no-repeat scroll left top transparent;
    border-bottom: 1px solid #595A5E;
    color: #374853;
    font-size: 1.1em;
    font-weight: bold;
    height: 21px;
    line-height: 1.6em;
    margin: 0.5em 0;
    margin-bottom: 0;
    padding-left: 0.5em;
    text-transform: uppercase;
}

div#ai_container
{
	background: #e4e5e7;
    overflow: auto;
    padding: 10px;
}

div#ai_container_footer
{
	background: url('../img/block_footer_center.png') no-repeat scroll left bottom transparent;
	height: 6px;
}

div#short_description_content P
{
	background-color: transparent;
}

div#short_description_content UL
{
	margin-left: 30px;
}

/* CMS for labo */
div#ai_container.ai_labo
{
	text-align: center;
	width: 100%;
}

div#ai_container.ai_labo TABLE
{
	border: none;
	margin: 10px auto 20px;
	width: 650px;
}

div#ai_container.ai_labo TR
{
	border: none;
}

div#ai_container.ai_labo TD
{
	border: none;
	min-width: 200px;
	padding: 3px 0;
}

div#ai_container.ai_labo UL
{
	margin-left: 30px;
}

div#ai_container.ai_labo LI:hover
{
	background: none;
}


/* Cart */
div#ai_cart_container
{
	background: #ffffff;
}

div#ai_step_container
{
	background: #ffffff;
	clear: both;
	padding: 0;	
}

h4.ai_title
{
	background: #ffffff;
	padding: 20px 10px;
}

h2.ai_title
{
	margin-bottom: 0;
}

ul#order_step, #order #voucher fieldset
{
	background-color: #ffffff;
	margin-top: 0;
}

div#order-detail-content, div#cart_voucher
{
	background: none;
	margin: 0 auto;
	padding: 0;
}

div#block-order-detail table.std
{
	font-size: 11px;
}

table#cart_summary TH
{
	font-size: 14px;
	padding: 4px 2px;
	text-align: center;
}

table#cart_summary th.cart_description
{
	width: 170px;
}

table#cart_summary td.cart_description a.cart_desc_link 
{
	font-size: 10px;	
}

table#cart_summary td.cart_ref
{
	padding-left: 0.2em;
	padding-right: 0.2em;
}

table#cart_summary td.cart_unit, table#cart_summary td.cart_total
{
	font-size: 13px;
}

table#cart_summary td.cart_unit
{
	padding-right: 1px;
}

table#cart_summary td.cart_quantity
{
	width: 40px;
}

table#cart_summary td.cart_quantity DIV, table#cart_summary td.cart_quantity INPUT
{
	float: left;	
}

table#cart_summary td.cart_quantity img.icon 
{
    margin-right: 0;
}

table#cart_summary td.cart_quantity div#cart_quantity_button
{
	padding: 0 1px
}

table#cart_summary td.cart_quantity INPUT
{
	margin-right: 0;
}

table#cart_summary td.cart_total, table#cart_summary td.cart_unit
{
	width: 70px;
}

table#cart_summary td.price
{
	font-size: 13px;
}

table#cart_summary .price
{
	padding-right: 3px;
}

/* Ajout pour surbrillance des produits particuliers */
div.homefeatured_reduced, div.homefeatured_new, div.homefeatured_update, div.homefeatured_soon, div.homefeatured_beta
{
    background: url('../img/homefeatured_new.png') no-repeat center center transparent;
    color: #FFFFFF;
    float: none;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 129px;
}

div.homefeatured_reduced
{
    background: url('../img/homefeatured_reduced.png') no-repeat scroll center center transparent;
}

div.homefeatured_update
{
    background: url('../img/homefeatured_update.png') no-repeat scroll center center transparent;
}

div.homefeatured_soon
{
    background: url('../img/homefeatured_soon.png') no-repeat scroll center center transparent;
}

div.homefeatured_beta
{
    background: url('../img/homefeatured_beta.png') no-repeat scroll center center transparent;
}

div.homefeatured_update.lang_de
{
    font-size: 11px;	
}

div.product_reduced, div.product_new, div.product_update, div.product_soon, div.product_beta
{
    background: url('../img/product_new.png') no-repeat center center transparent;
    color: #FFFFFF;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 65px;
    margin: 5px -8px 0 0;
    text-align: center;
    width: 156px;
}

div.product_reduced
{
    background: url('../img/product_reduced.png') no-repeat scroll center center transparent;
}

div.product_update
{
    background: url('../img/product_update.png') no-repeat scroll center center transparent;
}

div.product_soon
{
    background: url('../img/product_soon.png') no-repeat scroll center center transparent;
}

div.product_beta
{
    background: url('../img/product_beta.png') no-repeat scroll center center transparent;
}

div.product_update.lang_de
{
    font-size: 11px;	
}

.what_beta
{
    background-color: #FF0000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    padding: 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

div.authentication_container
{
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 556px;
}

/*	Personnalisation des cartes */
div.customization_block
{
	background: none;
	text-align: center;
}

/* Liens description produit */
#more_info_sheets A
{
	color: #0000ff;
	font-weight: bold;
}

/* Saisons */
body.spring div.block h4
{
	background: url('../img/block_header_spring.png') no-repeat top left #ffffff;
}

body.spring #left_column div.block, body.spring #right_column div.block
{
	background: url('../img/block_footer_spring.png') no-repeat bottom left #ffffff;
}

body.autumn div.block h4
{
	background: url('../img/block_header_autumn.png') no-repeat top left #ffffff;
}

body.autumn #left_column div.block, body.autumn #right_column div.block
{
	background: url('../img/block_footer_autumn.png') no-repeat bottom left #ffffff;
}

/* Liste produits */
ul#product_list a.button_show, ul#product_list a.ajax_add_to_cart_button, div#short_description_block a.button_show
{
	float: right;
}

/* Block produits phares */
div#featured-products_block_center a.button_show, div#featured-products_block_center a.ajax_add_to_cart_button
{
	float: right;
	margin-right: 5px;
}

div#featured-products_block_center li.ajax_block_product IMG
{
	margin: 0 0 0 2px;
}

/* Block des paiements (en dessous de paypal sur l'accueil) */
div.other_payments_block
{
	margin-top: 5px;
	text-align: center;
}

/* Boutons */
p.button_show
{
	padding: 0;
	text-align: right;
}

input.button_search
{
	border: none;
}

/* Pagination */
p.cart_navigation .left
{
	float: left;
	margin-left: 10px;
}

p.cart_navigation .right, #submitAddress
{
	float: right;
	margin-right: 10px;
}

/* Tunnel de commande */
input#discount_name
{
	float: left;
	margin-top: 8px;	
}

input.button_show
{
	border: none;
}

input.button_show.right
{
	float: right;
}

div.authentication_container h3
{
	border: none;	
}

form#password P
{
	height: 31px;
	line-height: 31px;
}

form#password LABEL
{
	width: 35%;
}

form#password INPUT
{
	float: left;
}

form#password input#email
{
	margin-top: 8px;
}

form#password input.bouton_show
{
	border: none;
}

td.cart_description
{
	font-size: 10px;
}

.addresses p.address_delivery
{
	line-height: 31px;
	width: 90%;
}

.addresses p.address_delivery LABEL, .addresses p.address_delivery SELECT, .addresses p.address_delivery A
{
	float: left;
}

.addresses p.address_delivery SELECT
{
	margin-top: 8px;
}

.addresses p.address_delivery A
{
	margin-left: 10px;
}

.addresses p.checkbox
{
	clear: both;
}

#primary_block #add_to_cart input
{
	border: none;
	float: right;
	margin: 0;
}

div.table_block.margin
{
	margin-top: 10px;
}

/* Module guestbook */
#center_column div#guestbook_block, #center_column div#guestbook_form
{
	color: #374853;
	margin: auto auto 1em;
}

div#center_column div#guestbook_block H3
{
	background: #ffffff;
    color: #374853;
    line-height: 2.5em;
    margin: 0;
	text-align: center;
}

div#guestbook_form
{
	width: 556px;
}

div#guestbook_form H1
{
	background: none;
}

div#guestbook_block div#guestbook_content
{
	margin-left: 20px;	
}

div#guestbook_block P
{
	font-weight: bold;
	height: 31px;
	margin-left: 20px;	
}

div#guestbook_block a.right
{
	float: right;	
}

div.guestbook_message_block
{
	padding: 10px 20px;	
}

div.guestbook_message_block div.guestbook_date, div.guestbook_message_block div.guestbook_name
{
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	width: 84%;
}

div.guestbook_message_block div.guestbook_date
{
	float: right;
	text-align: right;
	width: 15%;
}

div#guestbook_button .right
{
	border: none;
    float: right;
    margin-right: 10px;
}

div#guestbook_form_content p.text
{
	float: left;
	padding: 5px 0;
	width: 556px;
}

div#guestbook_form .err_message
{
	color:#DA0F00;
	margin-top: -10px;
	padding-bottom: 5px;
	text-align: center;
}

#guestbook_mainContainer
{
	overflow: auto;
	width: 1002px;
}

/* Customized datas on shopping cart */
div.typedText div.customized_datas
{
	font-size: 14px;
}

/* Plus one container */
div.plusone_container
{
	float: right;
}

/* Homefeatured carrousel */
div#carrousel_homefeatured
{
	height: 380px;
    margin-top: 25px;
}

div#carrousel_homefeatured div.carrousel_images
{
    background-color: transparent;
    float: left;
    height: 380px;
    overflow: hidden;
    width: 905px;
}

div#carrousel_homefeatured div.carrousel_images UL
{
    float: left;
    height: 410px;
}

#center_column div#carrousel_homefeatured div.carrousel_images UL LI
{
	height: 370px;
	margin: 0 4px;
}

#center_column div#carrousel_homefeatured H3
{
    background: none repeat scroll 0 0 transparent;
    color: #374853;
    font-size: 13px;
    font-weight: bold;
    height: 42px;
    padding: 0;
    text-align: center;
}

div#carrousel_homefeatured div.carrousel_navigation
{
 	background: url('../img/carrousel_previous.png') no-repeat;
	float: left;
    height: 21px;
    margin: 175px 10px 0 9px;
    width: 19px;
}

div#carrousel_homefeatured div.carrousel_navigation.active
{
	cursor: pointer;	
}

div#carrousel_homefeatured div.carrousel_navigation.active:hover
{
 	background: url('../img/carrousel_previous_hover.png') no-repeat;
}

div#carrousel_homefeatured div.carrousel_navigation#navigation_homefeatured_next
{
 	background: url('../img/carrousel_next.png') no-repeat;
}
 
div#carrousel_homefeatured div.carrousel_navigation.active#navigation_homefeatured_next:hover
{
 	background: url('../img/carrousel_next_hover.png') no-repeat;
}

div#carrousel_homefeatured  div.prestashop_compatibility
{
	height: 36px;
	margin-top: 5px;
	width: 100%;
}

/* Google +1 */
li.plusone_container
{
	float: left;	
	margin: 15px 0 0 200px;
}

/* Footer */
#footer #informations_block_left LI, #footer #ai_text LI
{
	margin-top: 10px;
}

#footer div.block .block_content
{
	background-color: transparent;
}

#footer H4
{
    border-bottom: 1px solid #374853;
    padding-bottom: 5px;
}

/* Products tabs */
ul#more_info_tabs
{
	background: url('../img/tabs.png') no-repeat;
	height: 56px;
	margin-left: 10px;
	width: 975px;
}

/* Paypal */
div.paypalapi_container
{
	margin: 0 10px;
		
}

/* Add a comment */
input#addCommentButton, input#submitMessage
{
    background: url('../img/bouton_ajouter.png') no-repeat;
    height: 31px;
    width: 38px;	
}

input#submitMessage
{
    background: url('../img/bouton_valider.png') no-repeat;
}

/* Shop name */
div#shop_name
{
	/*background: url('../img/nom.png') no-repeat;*/
	float: left;
	height: 129px;
	margin: 120px 0 0 100px;
	width: 518px;
}

/* Made in France */
div#made_in_france
{
	float: left;
	visibility: hidden;
	width: 96px;
}

/*	Commentaires */
#idTab5 div.table_block
{
	width: 90%;
}

#idTab5 div.comment_title
{
	font-weight: bold;
}

#idTab5 div.comment_content
{
	margin: 10px 0 20px 20px;
}

/* Yotpo */
#siteReviews LI:hover,
#productReviews LI:hover 
{
	background: none !important; 
	border: none;
}

#yotpoTestimonials 
{
	display: none;
}

div.yotpo.bottomLine 
{
	background: none;
	float: left;
	text-align: center;
}

div.yotpo.bottomLine  SPAN 
{
	float: none;
	text-align: center;
}

body#product div.yotpo.bottomLine
{
	float: right;
    margin-right: 20px;
	margin-top: 10px;
    width: auto;
}

div.yotpo.ai_slider
{
	background: none;
	display: block !important;
    float: right;
    margin: 85px 10px 0 0;
    text-align: right;
}

div.yotpo.ai_slider .result_status
{
	float: right;
}

#yotpo_testimonials_btn {
	border-radius: 0 0 12px 12px;
}

#product #carrousel_productscategory div.yotpo.bottomLine,
#carrousel_homefeatured div.yotpo.bottomLine,
#carrousel_productscategory div.yotpo.bottomLine
{
	display: block !important;	
	float: none;
	height: 25px;
	line-height: 25px;
	width: 100%;
}

#product #carrousel_productscategory div.yotpo.bottomLine .result_status,
#carrousel_homefeatured div.yotpo.bottomLine .result_status,
#carrousel_productscategory div.yotpo.bottomLine .result_status
{
	text-align: center;
}

/* Yotpo widget */
div#y-embedded-widget
{
	display: none;
	width: 100%;
}

div#y-embedded-widget #embedded_widget
{
	margin-top: 0px;
	max-width: 100%;
}

div#y-embedded-widget #embedded_widget .embedded_widget_header
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #374853;
    color: #374853;
    font-family: 'Comic sans MS';
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 21px;
    line-height: 1.6em;
    margin: 0;
    padding: 12px 0 5px;
    text-align: left;
    text-indent: 10px;
    text-transform: uppercase;
}

div#y-embedded-widget #embedded_widget .embedded_widget_container,
div#y-embedded-widget #embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item
{
	border: none;
}

div#y-embedded-widget #embedded_widget .embedded_widget_container #reviews-embedded.embedded_widget_list .embedded_widget_list_item
{
	margin: 2% 0;
	padding: 1%;
}

div#y-embedded-widget #embedded_widget .embedded_widget_container #reviews-embedded.embedded_widget_list .embedded_widget_list_item strong
{
	font-weight: bold;
}

div#y-embedded-widget #embedded_widget .embedded_widget_reviews A
{
	margin-left: 1%;
}

div.yotpo-answer {
    color: #ff0000 !important;
    margin: 10px 0 !important;
    padding: 0 60px !important;
    text-indent: 10px;
}

div.yotpo-answer-title {
    color: #000000 !important;
    font-weight: bold;
    margin: 10px 0 0 !important;
    text-indent: 60px;
}

/* Bouton ajouter au panier */
#primary_block #add_to_cart input.add_to_cart_button
{
	background-color : #8fd233;
	border: solid 1px #39840d;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
    margin: 0 18px 5px 0;
    padding: 5px;
}

/* Editorial */
#editorial_block_center h1.editorial_block_center_title
{
	margin: 0 10px;
}

/* Price*/
#primary_block #buy_block #our_price_display
{
	margin-right: 18px;
}

/* Yotpo */
#adtm_menu_inner #aidev_testimonials_btn
{
	cursor: pointer;
    float: right;
    margin-right: 26px;
    margin-top: 10px;
}
	
	
div#y-embedded-widget #embedded_widget .embedded_widget_header {
	border: none;
	margin: 0 0 10px;
}

#embedded_widget div.embedded-inner-header  {
	border-bottom: 1px solid #374853;
    box-sizing: content-box;
    color: #374853 !important;
    font-family: "Comic sans MS",Verdana,Arial,Helvetica !important;
    font-size: 16px !important;
    font-style: italic !important;
    font-weight: bold !important;
    height: 21px !important;
    line-height: 1.6em !important;
    padding: 12px 0 5px !important;
    text-align: left !important;
    text-indent: 10px !important;
}

/* Nombre de produits sur liste */
div.products_count {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    text-indent: 20px;
    width: 100%;
}

#buy_block .on_sale_img {
	display: none;
}

/* Ventes */
#ai_sells {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 74px;
    line-height: 14px;
    padding-top: 25px;
    text-align: center;
    width: 90px;
}

#ai_sells.sells_1000 {
	background: url('../img/sells_1000.png') no-repeat center center;
	color: #1e71b5;
}

#ai_sells.sells_500 {
	background: url('../img/sells_500.png') no-repeat center center;
	color: #009000;
}

#ai_sells.sells_250 {
	background: url('../img/sells_250.png') no-repeat center center;
	color: #d9701a;
}

#ai_sells.sells_100 {
	background: url('../img/sells_100.png') no-repeat center center;
	color: #c22c19;
}

#ai_sells.sells_50 {
	background: url('../img/sells_50.png') no-repeat center center;
	color: #ac2587;
}

#ai_sells.sells_25 {
	background: url('../img/sells_25.png') no-repeat center center;
	color: #5d1772;
}

#ai_sells.sells_10 {
	background: url('../img/sells_10.png') no-repeat center center;
	color: #0c174f;
}

.domgoogleone {
	list-style-type: none;
}

.domgoogleone:hover {
	background: none transparent !important;
}

.htmlcontent-home .item-img {
	width: 35%;
}

.htmlcontent-home .item-html {
	color: #3a3939;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	vertical-align: middle;
	width: 60%;
}
