
/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          {
	text-align: center;
}

img           { border:0; vertical-align:top; }

a             { outline: none;}
a:hover       { outline: none; }
:focus        { outline:0; }
a:active {
outline: none;
}
/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:130%;  }


/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left;  }

/* Content */
p             { margin:0 0 10px; }
strong        {  }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     {  }
/*sup           {  vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.sp { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; height:0 !important; overflow:hidden !important; clear: both;}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	min-width: 990px;
}
.page {}
.page-print { background:#ffffff; padding:25px 30px; text-align:left; }
.page-empty { background:#ffffff; padding:20px; text-align:left; }
.page-popup { background:#ffffff; padding:20px; text-align:left; }
.main-container { background:transparent;}
.main { width:990px; margin:0 auto; min-height:400px; padding:0px 0px 0px 0px; text-align:left; }

/* Base Columns */
.col-left {
	float: left;
	width: 195px;
	padding: 0 0 1px;
}
.col-main {
	float: left;
	width: 717px;
	padding: 0 0 1px;
}
.col-right {
	float: right;
	width: 195px;
	padding: 0 0 1px;
}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }

/* 3 Columns Layout */
.col3-layout .col-main {
	width: 507px;
	margin-left: 15px;
}
.col3-layout .col-wrapper { float:left; width:717px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; }
input.input-text,textarea { padding:1px; }
select { padding:0px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; cursor:pointer; }
button.button span { display:block; height:19px; border:0; padding:0 8px;  text-align:center; white-space:nowrap;  }
button.button span span { border:0; padding:0; }
button.disabled span { border:0;  }

/*
button.btn-checkout.no-checkout span { background-position:0 100%;  }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
*/
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
p.control.hidden { display:none; }

/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left;  position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; position:absolute; top:0; right:-8px; }
.form-list li.control { padding:2px 0 4px 0; background:#474747;}
.form-list li.control label { float:none;  color:#ffffff !important; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list label.required em{ color:#F00; font-size:14px !important; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px;  }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px;  }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left;  border:1px solid; background-color:#0099ff; color:#FFF;  margin:-33px 0 0 -10px; padding:5px 8px; position:relative; }

/* Form Validation */
.footer-middle .validation-advice { clear:both; min-height:13px; margin:3px 0 0;line-height:13px; }
.footer-middle .validation-failed {	width: 100px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6666666;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_bk_subscribe.png) no-repeat 0 0;}
.validation-passed {}
p.required {text-align:right;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success {   }
.error { }
.notice {  }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid; border-width:1px; min-height: 16px; padding:4px 8px 4px 8px; }

/* BreadCrumbs */
.breadcrumbs {line-height:1.25; margin:0 0 5px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong {  }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 15px; }
.page-title h1,
.page-title h2 { margin:0;  }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0;   margin:0 0 6px;  }

/* Pager */
.pager {padding:4px 8px; text-align:center; }
.pager .amount { float:left; margin:0; }


/* Sorter */
.sorter {padding:3px 8px;  font-family:Tahoma, Geneva, sans-serif; }
.sorter .view-mode { float:left; margin-top:-6px; padding: 1px 10px 1px 20px; color:#363344;}

.sorter .view-mode a.grid {
	float:left;
	display:block;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-grid-list.png) no-repeat  bottom left;
	width:25px;
	height:24px;
	margin:2px;
}
.sorter .view-mode .grid {
	float:left;
	display:block;
	width:25px;
	height:24px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-grid-list.png) no-repeat  top left;
	margin:2px;
}
.sorter .view-mode a.list {
	float:left;
	display:block;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-grid-list.png) no-repeat top right;
	width:25px;
	height:24px;
	margin:2px;
}
.sorter .view-mode .list {
	float:left;
	display:block;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-grid-list.png) no-repeat bottom right;
	width:25px;
	height:24px;	
	margin:2px;
}

.sorter .limiter { float:left; 	color:#363344; padding:0px 0px 0px 20px; border-right: 1px solid #9a99a1; }
.sorter .limiter label { vertical-align:middle;  color:#363344; }
.sorter .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter  .pages { float:left; padding: 0px 0px 2px 5px; margin-top:-2px; }
.sorter  .pages ol { display:inline; }
.sorter  .pages li { display:inline; margin:0 2px; }
.sorter  .pages .current {}


.sorter .sort-by { float:left; color:#363344; padding:0 20px 0 0; border-right: 1px solid #9a99a1; }
.sorter .sort-by label { vertical-align:middle; 	 }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px;  }
.toolbar .sorter {  }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%;  }
.data-table .odd  { }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px;  }
.data-table td { padding:3px 8px; }

.data-table thead th { padding:2px 8px;  white-space:nowrap; 
vertical-align:middle; }
.data-table thead th span.nobr { color:#ffffff; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover {  }
.data-table thead th {  }
.data-table thead th .tax-flag {white-space:nowrap; }

.data-table tfoot {  }
.data-table tfoot tr.first td {}
.data-table tfoot tr {  }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0;  }
.data-table tfoot strong {  }

.data-table tbody th,
.data-table tbody td {}
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}

.data-table tbody td .option-label {  font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { padding:12px 15px; 
margin:0 0 15px; }
.info-box h2 {   }

.info-table th {  padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; 
background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}

tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_collapse.gif) 100% 5px no-repeat; 
cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important;  }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */


.std h1{
	font-family: Arial, Helvetica, sans-serif;
}

.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt {  }
.std dl dd { margin:0 0 10px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }


.link-rss { background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; 
background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; 
background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; 
background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid; border-width:0 0 1px;  line-height:1.25; text-align:center; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; }
.noscript p { margin:0; }

/* DEMO NOTICE */
.demo-notice {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.15;
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	position: absolute;
	top: 0;
	bottom: 0;
}
/* ======================================================================================= */


/* Header ================================================================================ */

.header-container { }
.header { width: 100%; margin:0 auto; padding:0px; text-align:right; position:relative; z-index:10; }
.header .logo { text-decoration:none !important; margin:0; padding:0; float:left;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; 
text-indent:-999em; overflow:hidden; }
.header h1.logo, .header h2.logo { margin:0; }
.header .quick-access { float:right; }
.header .welcome-msg { }
.header .form-search {

}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text {
	float: left;
}
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; padding:0 0 0 0px;  }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:20px; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid; border-bottom: 0;}
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right;  }

.header .form-language { text-align:right;  }
.header .form-language label {  padding-right:5px;  vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right;  }
.header .links li { float:right; }
.header .links a {  }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { }


/* ======================================================================================= */
/********** < Navigation */
.nav-container {
	
}
#nav {
	width: 990px;
	margin: 0 auto;
	padding: 0 0px;
}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block;  }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { }
#nav ul li.parent li a { }

/* 0 Level */
#nav li { float:left; }
#nav li.active a {  }
#nav a { float:left;    }
#nav li.over a,
#nav a:hover {  }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; }
#nav ul li.last {  padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; }
#nav ul li a {  }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px;  }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { }
#nav ul li a:hover { }
#nav ul li a,
#nav ul li a:hover {  }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }

/*1.4.1.0*/
/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

/* Sidebar =============================================================================== */
.block { margin:0 0 15px; }
.block .block-title { }
.block .block-title strong { display:block; min-height:16px; padding:1px 0 1px;  }
.block .block-title strong span {}
.block .block-title a {  }
.block .block-subtitle { margin:0; padding:5px 9px;  }
.block .block-content {   }
.block .block-content li{ font-weight:normal !important;   }
.block .block-content li.item { padding:7px 9px 0 5px !important; }
.block .block-content li a:hover, .block .block-content li a:focus, .block .block-content li.odd a:hover, .block .block-content li.odd a:focus  { color:#0099ff !important; text-decoration:underline !important; }
.block .block-content li.odd { color:#0099ff !important; }
.block .block-content .product-name {  }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions {padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0;  }



/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:0px; } 

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border:1px solid #9a99a1; background:#FFFFFF;  }
.block-account .block-title { border:0; padding:3px 10px; }
.block-account .block-title strong {  }
.block-account .block-content {  padding:7px 10px 7px; }
.block-account .block-content li a { display:block; padding:3px 0;  }
.block-account .block-content li a:hover {  }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { padding:3px 0; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0;  padding: 0px; height:auto; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 0px; }
.block-currency .block-title strong {  }
.block-currency .block-content { background:none; padding:6px 0px 6px 0px; }
.block-currency .block-content select { width: auto; padding:0; display: block; margin:0; }

/* Block: Layered Navigation */
.block-layered-nav, .block-viewed, .block-reorder, .block-compare{ border:1px solid #9a99a1; display:block; background:#FFFFFF;  }
.block-layered-nav dt {  padding:7px 0px 0 0px; }
.block-layered-nav dd {   }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li {  padding:4px 0px 4px 0px; }
.block-layered-nav .currently .label {  }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions {padding:4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title {  }
.block-cart .block-title strong {  }
.block-cart .summary { padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a {  }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
.block-cart .subtotal .price {  }
.block-cart .actions {  }

/* Block: Wishlist */

.block-wishlist { border:1px solid #9a99a1; }
.block-wishlist .block-content { background:#FFFFFF;   }
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong {  }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {  }
.block-compare button.button span {  }
.page-popup .link-print { background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;  }
.compare-table { border:0; min-width:600px !important; }
.compare-table tbody th { background:#2c293a; color:#dedede;}


.compare-table thead tr.first th,
.compare-table thead tr.first td { border:1px solid #CCC; background:#2c293a; padding:0; font-size:0; line-height:0; }
.compare-table td.a-right { padding: 5px 0 !important; }
.compare-table a.btn-remove-compare { float:right;	height: 30px; width: auto; line-height:30px; font-size:12px; color:#dedede !important; z-index:1000; margin-right:10px;}
.compare-table tbody th,
.compare-table tbody td { position:relative; border:0;/* border-top:1px solid;*/ border-left:1px solid #CCC; width:300px !important;}
.compare-table tbody td.last { /*border-right:1px solid #CCC;*/ }
.compare-table tbody tr { width: 100%;}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #CCC; }
.compare-table tr.add-to-row td { }
.compare-table tr.first td { }
.compare-table tbody tr.tdcolor td{ background:#e9e5fd !important;  }

.compare-table .pourcent-promotion{
	float:left;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette.png) 0 0 no-repeat;
	height:52px;
	width:52px;
}

.compare-table .pourcent-promotion p{

	padding:16px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.compare-table .reduc-promotion{
	float:left;	
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette-reduc.png) 0 0 no-repeat;
	height:52px;
	width:52px;
		
}

.compare-table .reduc-promotion p{
	padding:16px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}


.compare-table .cadeau {
	position:relative;
	float:left;
	bottom:0;
/*	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bg_cadeau.png) 0 0 no-repeat;*/
	color:#FFFFFF;
	width:50%;
	height:60px;
	border:1px solid #d4480d;
	padding:5px;
	background:#ec5f24;
	margin-top:10px;
}

.compare-table  .cadeau .marque{
	font-size:16px !important;
	font-weight:bold !important;
	color:#ffffff;
	text-align:left;
	border-bottom:1px solid #d4480d;
	margin-bottom:10px;	
}

.compare-table  .cadeau .marque .icon-cadeau{
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_cadeau_orange.png) no-repeat !important;
	height:30px !important;
	width:30px !important;	
}

.compare-table .cadeau .offert{
	color:#ffffff;
	font-size:10px !important;
	text-align:left;
	text-transform:uppercase;	
}
.compare-table .product-shop-row.first.odd img.photo  { float:right; }
.compare-table .product-shop-row.first.odd img.logo  { float:left; }
.compare-table .product-shop-row.first.odd .panier {float:left; width:50%; margin-top:5px; }

.compare-table .availability{ margin:5px 0 5px; float:left; width:50%; text-align:left; font-size:16px; }

.compare-table .price-box { float:left; height:25px; width:50%; margin:0px 10px 0px 0; }
.compare-table .price-box .old-price  { float:left; height:25px; line-height:25px; margin:0 8px; }
.compare-table .price-box .old-price span { text-decoration:line-through; font-size:12px; color:#999 !important; }
.compare-table .price-box .special-price  { float:left;  height:25px; line-height:25px; }
.compare-table .price-box .special-price span { font-weight:bold; font-size:22px; color:#F00 !important; }
.compare-table .price-box .regular-price span { float:left;  height:25px; line-height:25px !important;  font-weight:bold !important; font-size:22px !important; }
.compare-table .price-box .old-price span, .compare-table .price-box .special-price span { height:25px; line-height:25px; }

.compare-table tr.first td .product-name {   margin:5px 0 5px; float:left; width:50%; }
.compare-table tr.first td h2.product-name a { color:#2c293a !important; }
.compare-table tr.first td .ratings { width:50%; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table div.std ul { margin-left:5px;}
.compare-table div.std ul li{ list-style:disc; }
.compare-table div.std tr.even td, .compare-table div.std tr.odd td { border:0px !important; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {  }

/* Block: Recently Compared */
.block-compared .block-title strong {  }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle {  }
.block-poll label {   }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {  }
.block-poll .answer {  }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content ul {  padding:0px 5px 0px 5px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
/*.block-subscribe .block-content { padding:5px 10px; }*/
.block-subscribe .block-title strong {  }
.block-subscribe label {   }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { }

/* Block: Reorder */
.block-reorder .block-title strong {  }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong {  }
.block-login .block-content { padding:5px 10px; }
.block-login label {   }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span {  }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}


.category-description { margin:0 0 10px; padding:10px; border:1px solid #c2c1c7; text-align:justify; background-color:#dedcd1; color:#2c2a28; }
.category-description ul li { list-style:disc; margin-left:20px; }
.category-products { background:#ffffff; border:1px solid #ccc; padding:10px 0px 10px 0px;}



.encart-lien-descriptif { position:relative; height:20px; margin-bottom:10px; }
a.lien-descriptif { width:100%; text-align:right; float:right; color:#363344; font-size:14px; text-decoration:underline; }
a.lien-descriptif:hover { color:#0099ff;}
.category-products .pourcent-promotion{
	position:absolute;
	margin:-15px 0 0 -20px;
	float:left;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette.png) 0 0 no-repeat;
	height:52px;
	width:52px;
}

.category-products .pourcent-promotion p{
	padding:18px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.category-products .reduc-promotion{
	position:absolute;
	margin:40px 0 0 -20px;
	float:left;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette-reduc.png) 0 0 no-repeat;
	height:52px;
	width:52px;
		
}

.category-products .reduc-promotion p{
	padding:18px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}


.category-products .compare{
	float:left;
	margin:5px 0 0 5px;
	height:20px;
	line-height:16px;
	padding: 2px 5px;
	width:140px;
	background:#999;
	border:1px solid #838383;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;	
	
}


.category-products .compare .idcompare,
.category-products .compare .button{
		float:left;
		margin-top:2px;
		
}

.category-products .compare .button{
	width:100px;
	margin-left:10px;
	
}

.category-products .products-grid .availability{
 line-height:15px; padding:3px 0;	 margin-left:-1px; width:135px; height:15px;
}

/* View Type: Grid */
.products-grid {  position:relative;}
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left;   }
.products-grid .product-image { display:block; }
.products-grid .product-name { margin:3px 0 5px;    }
.products-grid .product-name a { }
.products-grid .price-box { margin-left:auto; margin-right:auto; position:relative; height:20px;}
.products-grid .price-box .regular-price .price { font-size: 14px; font-weight: bold; font-family:Tahoma, Geneva, sans-serif; }
.products-grid .availability {  float:left;  }
.products-grid .availability.out-of-stock span { position:relative; color:#9f9f9f; font-size:11px !important; }
.products-grid .availability.in-stock span { position:relative; color:#5d9908; font-size:13px !important; }




.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:727px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item {   position:relative; padding:12px 10px; background-color:#FFF; border-bottom:1px solid #ccc; }
.products-list li.item.last {/* border-bottom:0;*/ }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name {    }
.products-list .product-name a { }
.products-list .price-box { float:left; height:25px; margin:0px 10px 0px 0; }
.products-list .price-box .old-price { float:left; height:25px; line-height:25px; text-decoration:line-through; font-size:12px; margin:0 8px; }
.products-list .price-box .special-price { float:left;  height:25px; line-height:25px;  font-weight:bold; font-size:22px; color:#F00; }
.products-list .price-box .regular-price { float:left;  height:25px; line-height:25px !important;  font-weight:bold !important; font-size:22px !important; }
.products-list .price-box .old-price span, .products-list .price-box .special-price span { height:25px; line-height:25px; }

.products-list .ratings{ height:15px !important;}

.products-list .encart_cadeau{ float:right; width:180px; height:50px; font-size:14px; font-weight:normal; margin-top:10px; color:#ec5f24; font-weight:bold; }
.products-list .encart_cadeau .icon-cadeau{ float:left; background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_cadeau_orange.png) no-repeat; height:30px; width:30px; margin-top:-13px;   }
.products-list .encart_cadeau .offert{ display:block; min-height:30px; vertical-align:central; background:#ec5f24; padding:2px 0 2px 2px; color:#ffffff; font-weight:normal; font-size:9px; }

.products-list .availability { float:left; text-align:left; height:30px; line-height:30px; width:140px; }
.products-list .availability span{ height:30px; line-height:30px; }
.products-list .availability.in-stock{ font-size:15px; }
.products-list .availability.out-of-stock { font-size:11px; }
 
.products-list .desc { float:left; height:auto; width:320px; margin:0 10px 0 0; line-height:1.35; }
.products-list .desc .link-more {}
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

.products-list .icons{ position:absolute; bottom:0; height:30px; margin-top:2px; margin-left:-20px; padding:2px 0; }
.products-list .icons .icon_retour{float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_retour.png) 0 0 no-repeat; height:30px; width:91px; margin-right:5px; }
.products-list .icons .icon_livraison_offerte{float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_livraison.png) 0 0 no-repeat; height:30px; width:91px; margin-right:5px;}
.products-list .icons .icon_paiement.deux{float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_paiement2x.png) 0 0 no-repeat; height:30px; width:91px;}
.products-list .icons .icon_paiement.trois{float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_paiement3x.png) 0 0 no-repeat; height:30px; width:91px;}
.products-list .icons .icon_paiement.quatre{float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_paiement4x.png) 0 0 no-repeat; height:30px; width:91px;}
.products-list .icons .icon_compatible_cefareasy{float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_compatible_cefareasy.png) 0 0 no-repeat; height:30px; width:91px;}


.products-list .compare{ background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_fond.png) 0 0 no-repeat; height:30px; width:91px; border:0px; margin:0 0 0 5px;  }
.products-list input{  position:relative; margin-top:8px !important;  }
.products-list button.button{ width:50px !important; background:transparent !important; color:#333 !important; margin:0;  }
.products-list button.button span, .products-list button.button span span{ margin:3px 0 0 -5px !important;   background: transparent !important; color:#333 !important; font-size:10px !important;  text-decoration:underline;   }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings {line-height:1.25;  margin:3px 0 0 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings .rating-links a,
.no-rating a{
	font-size:11px;
	color:#9a99a1;		
}

.ratings .rating-links a:hover {
	color:#0099ff;
	text-decoration:underline;
}
.ratings dt {}
.ratings dd {}
.rating-box { 	
	width: 75px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_rating.gif) 0 0 repeat-x;
	text-indent: -999em; 
	overflow: hidden; }
.rating-box .rating {	float: left;
	height: 15px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td {line-height:1.15; padding:3px 0; }
.ratings-table th {  padding-right:8px; }

/* Availability */
.availability { margin:0; text-align:center;  }
.availability span { font-weight:bold;  }
.availability.in-stock span { color:#99ba26; }
.availability.out-of-stock span { position:relative; color:#9a99a1; }

.availability-only { margin:10px 0 7px; line-height:16px; display:none; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02;  cursor:help; }
.availability-only a { cursor:pointer;  }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th {  font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid;padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {   }

.product-view .product-shop .availability {}
.product-view .product-shop .availability span { font-size:14px; color:#363344;}

/* Email to a Friend */
.email-friend { margin:0; background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/enveloppe.png) 0 100% no-repeat;  }
.email-friend a{ position:relative;  color:#363344; margin-left: 20px; top:1px; }
/* Alerts */
.alert-price { margin:0;}
.alert-stock { margin:0;}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price {   }

/* Regular price */
.regular-price {  }
.regular-price .price {   }
.block .regular-price,
.block .regular-price .price {  }

/* Old price */
.old-price { margin:0; text-align: }
.old-price .price-label { white-space:nowrap;  }
.old-price .price {  text-decoration:line-through; }

/* Special price */
.special-price { margin:0; }
.special-price .price-label {   white-space:nowrap;  }
.special-price .price {  }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label {  white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price {  }

/* Excluding tax */
.price-excluding-tax { display:block;  }
.price-excluding-tax .label { white-space:nowrap;  }
.price-excluding-tax .price { }

/* Including tax */
.price-including-tax { display:block;  }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price {  }

/* FPT */
.weee { display:block; }
.weee .price {}

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block;  }

/* Price range */
.price-from { margin:0; }
.price-from .price-label {  white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label {  white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price {  }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label {  white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price {  }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; border:1px solid; }
.tier-prices li { line-height:1.4;  padding:2px 0 2px 0px; }
.tier-prices .benefit { font-style:italic; }
.tier-prices .price {  }

.tier-prices-grouped li { padding:2px 0; }
.tier-prices-grouped li .price {  }

/* Add to Links */
.add-to-links {margin:0px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left;  margin:0 7px; }
.add-to-box .add-to-links { float:left; margin:0;  line-height:1.25; text-align:left; }
.add-to-box .add-to-links li { display:block; }
.add-to-box .add-to-links li .separator { display:none !important; }




.product-essential { padding:25px 25px 10px 25px;  }
.product-essential h2 {  }

.product-collateral { padding:0px 25px 10px 25px; }
.product-collateral h2 { padding:0 0 1px; margin:0 0 5px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice {margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { margin:0 0 8px;  }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav {  text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label {   margin:0 0 10px;  }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0;  }
.product-view .product-shop .availability { margin:0px 0; }
.product-view .product-shop .short-description { margin:20px 0;/* background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_divider1.gif) 0 0 repeat-x;*/ padding:10px 0 0; }
.product-view .short-description-bottom {  padding:0 30px 0 30px;  }
.product-view .short-description-bottom .std { border-top:1px solid #9a99a1; }
.product-view .product-shop .price-box {  margin:5px 0 0 0px; }


.block-left{
		float:left;
		width:300px;
}


.block-right{
		float:right;
		width:200px;
}
.block-right .block-elements,
.block-right .add-to-box
{
	display:inline;
}

.block-right .add-to-box .add-to-cart{
	margin-top:10px;
	padding-left:30px;
}

.block-right .add-to-box .add-to-links,
.block-elements .add-to-links{
	text-align:center;
	color:#363344;
	font-size:11px;	
}


.block-right .comparer{
	margin-left:25px;
    padding-top:5px;
}

.block-elements .add-to-links .separator{
	display:none !important;
}


.product-view .product-shop .block-elements {
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bk_bg_green_middle.png) 0 0  repeat-y;
	height:auto;
	width:200px;
	float:right;	
}
.product-view .product-shop .block-elements-top {
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bk_bg_green_top.png) 0 0 no-repeat;
	height:17px;
	width:200px;
	float:right;	
}

.product-view .product-shop .block-elements-bottom {
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bk_bg_green_bottom.png) 0 0 no-repeat;
	height:17px;
	width:200px;
	float:right;
	display:inline;
}

.product-view .product-shop .block-left .compare{
		float:left;
		width:300px;
		margin-bottom:5px;
		height:23px;
		line-height:23px;
		padding:2px 2px 4px 2px;
}

.product-view .product-shop .block-left .ratings a{
	font-size:10px;
}

.product-view .product-shop .block-elements .pourcent-promotion{
	margin:-35px -20px 0 0;
	float:right;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette.png) 0 0 no-repeat;
	height:52px;
	width:52px;
}

.product-view .product-shop .block-elements .pourcent-promotion p{
	padding:16px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.product-view .product-shop .block-elements .reduc-promotion{
	margin:-35px 0px 0 0;
	float:right;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette-reduc.png) 0 0 no-repeat;
	height:52px;
	width:52px;
		
}

.product-view .product-shop .block-elements .reduc-promotion p{
	padding:16px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}





.product-view .product-shop .block-elements .pourcent-promotion-euros{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	padding:0 2px 0 2px;
	font-size:12px;
	font-weight:bold;
	color:#ff6633;
	text-align:center;

}

.product-view .product-shop .block-elements .pourcent-promotion-euros span{
	font-size:14px;
}




.product-tabs-content .box-up-sell .products-grid{
	width: 900px !important;	
}




.product-tabs-content .box-up-sell .products-grid .product-name{
	position:relative;
	width: 150px !important;	
	margin-left:auto;
	margin-right:auto;
}

.product-tabs-content .box-up-sell .products-grid .availability {
	height:10px;
	width:100% !important;
	text-align:center;
	
}


.product-tabs-content .box-up-sell .products-grid .availability span{
	float:left;	

}

.product-tabs-content .pourcent-promotion{
	position:absolute;
	margin:-15px 0px 0 150px;
	float:right;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette.png) 0 0 no-repeat;
	height:52px;
	width:52px;
}

.product-tabs-content .pourcent-promotion p{
	padding:15px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}


.product-tabs-content .old-price{
	margin-left:35px;	
}

.product-view .product-shop .block-elements .mensualite{
	text-align:center;
	color:#FFF;
	width:200px;
	display:block;
	font-weight:bold;
}


.product-view .product-shop .block-elements .old-price .price{
	padding-left:90px;
}

.product-view .product-shop .block-elements .special-price .price{
	padding-left:65px;
}

.product-view  .bandeau {/* background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bandeau.png) 0 0 no-repeat;*/ margin-top:5px; height:181px; width:194px; float:right; }
.product-view  .bandeau .icons { }
.product-view  .bandeau .icons .icon_retour { float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_retour.png) 0 0 no-repeat; height:30px; width:91px; margin-right:5px; margin-top:4px;}
.product-view  .bandeau .icons .icon_livraison_offerte { float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_livraison.png) 0 0 no-repeat; height:30px; width:91px; margin-right:5px;  margin-right:5px; margin-top:4px;}
.product-view  .bandeau .icons .icon_paiement.deux { float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_paiement2x.png) 0 0 no-repeat; height:30px; width:91px;  margin-right:5px; margin-top:4px;}
.product-view  .bandeau .icons .icon_paiement.trois { float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_paiement3x.png) 0 0 no-repeat; height:30px; width:91px;  margin-right:5px; margin-top:4px;}
.product-view  .bandeau .icons .icon_paiement.quatre { float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_paiement4x.png) 0 0 no-repeat; height:30px; width:91px;  margin-right:5px; margin-top:4px;}
.product-view .bandeau .icons .icon_compatible_cefareasy{float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_compatible_cefareasy.png) 0 0 no-repeat; height:30px; width:91px; margin-right:5px; margin-top:4px;}
.product-view  .bandeau .tel {  float:left; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icons/icon_tel.png) 0 0 no-repeat;  height:94px; width:194px;   margin-right:5px;}




.product-view .encart_cadeau {
	float:right;
}


.product-view  .cadeau {
/*	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bg_cadeau.png) 0 0 no-repeat;*/
	color:#FFFFFF;
	width:295px;
	height:86px;
	margin-right:50px;
	margin-top:30px;
	position:relative;
	border:1px solid #d4480d;
	padding:20px;
	background:#ec5f24;
}

.product-view  .cadeau .marque{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	border-bottom:1px solid #d4480d;
	margin-bottom:10px;	
}

.product-view  .cadeau .marque .icon-cadeau{
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_cadeau_blanc.png) no-repeat;
	height:30px;
	width:30px;
	margin-top:-15px;	
	margin-left:-15px;	
}

.product-view .cadeau .offert{
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	
}

/*.product-view  .cadeau .marque{
	float:left;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bg_cadeau_marque.png) 0 0 no-repeat;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	width:179px;
	height:56px;
	padding:30px 0 0 10px;	
}

.product-view  .cadeau .offert{
	float:left;
	font-weight:bold;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bg_cadeau_offert.png) 0 0 repeat-x;
	height:66px;
	padding:20px 0 0 10px;	
	margin-left:-10px;
}

.product-view  .cadeau .fin_cadeau{
	float:left;
	font-weight:bold;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bg_fin_cadeau.png) 0 0 repeat-x;
	width:14px;
	height:86px;
}*/

.product-view  .cadeau .offert ul{
	list-style:disc;	
}









.category-products .vignette_cadeau, .bestsellers .vignette_cadeau{
	position:absolute;
	margin:0 0 0 -5px;
	float:right;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette_cadeau.png) bottom left no-repeat;
	height:39px;
	width:57px;
}

.product-view  .vignette_cadeau{
	position:absolute;
	margin:15px 0 0 -7px;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette_cadeau.png) top left no-repeat;
	height:54px;
	width:80px;
}


.product-view  .vignette_dates_promos{
	position:absolute;
	margin:250px 0 0 0;
	background:#e6274a;
	height:17px;
	width:266px;
	color:#ffffff;
	text-align:center;
}





.product-view .product-shop .block-elements .availability  {
	display:block;
	width:100px;
	font-size:16px;
}

.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links {   }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a {  }

/* Product Options */
.product-options { }
.product-options dt { padding:0px 0 0;  }
.product-options dt label {   }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px;  }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label {  }


.product-options .input-box{ padding:5px 0 0 8px; }


.product-options .validation-advice { position:absolute; margin-top:-20px;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0;}
.product-options p.required { display:none; margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { padding:0px 0px 0px 0; border:0px solid; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { }
.product-options-bottom .price-box { float:left; margin:0; padding:0;  display:none !important; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; }
.product-view .box-up-sell .products-grid td { width:25%; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { }
.product-view .box-up-sell .products-grid td.last { }
.product-view .box-up-sell .products-grid .product-image { text-align:center; border: 0; }
.product-view .box-up-sell .products-grid .product-image img { border: 1px solid; }
.product-view .box-up-sell .products-grid td.empty { border-right:0;}
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; display:none; }
.product-view .box-tags h3 {  }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block;   margin:0 0 5px; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; padding:0 0 0 0px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 0px;}

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {  }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 {   }
.product-view .box-reviews .form-add h3 span {  }
.product-view .box-reviews .form-add h4 {  }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0;line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0;   }
.product-name a {  }

/* Product Tags */
.tags-list { display:block;  border:1px solid; padding: 5px;  }
.tags-list li { display:inline !important; margin:0 4px 0 0; font-size: 14px;}
.tags-list li a { }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong {  }
.advanced-search-summary p { clear:both;  margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a {  position:relative; }
.page-sitemap .links a:hover {  }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {  }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0;  }
.page-sitemap .sitemap li.level-0 a {  }

/* RSS */
.rss-title h1 { background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name {  margin:0 0 5px;  }
.cart-table .item-msg { margin:5px 0; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .product-name a{ color:#363344 !important;}
.cart-table .encart_cadeau{ margin-top:10px; }
.cart-table .cadeau{ float:left; color:#ec5f24; font-size:12px; font-weight:bold; }
.cart-table .offert { color:#ec5f24; font-size:11px; font-weight:normal; }
.cart-table .icon-cadeau{ float:left; background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_cadeau_orange.png) no-repeat !important; height:30px !important; width:30px !important; margin-top:-10px;	}
.cart-table .cadeau ul { float:left; margin-top:5px;}
.cart-table .cadeau li { list-style:disc; margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid; padding:12px 15px; }
.cart .crosssell h2 {   }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name {  }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare {  }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #9a99a1; margin:0 0 18px; }
.cart .discount { padding:13px 15px 50px 15px; }
.cart .shipping { padding:13px 15px 10px 15px;  }
.cart .discount h2,
.cart .shipping h2 {  padding:0; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;  }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; border:1px solid #9a99a1; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {  }
.cart .totals .checkout-types {  padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
.cart .totals a:hover {  color:#0099ff !important; text-decoration:underline; }

/* Options Tool Tip */
.item-options dt {  font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; 
padding:8px; border:1px solid; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px;  }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label {   }
.sp-methods .price {  }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this {cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 {   }
.gift-messages p.control { }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {   }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0;  text-align:center;  }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {   margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link {background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row {  }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */

.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; border:1px solid; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label {  }
.checkout-agreements textarea {  width:550px; background-color:#e6e6e6; border:1px solid #c5c5c5; }

.opc .checkout-agreements { border:1px solid; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid;}
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { border:1px solid; margin:0 0 25px; padding:20px; }
.info-set h2 {   margin:0 0 10px; }
.info-set h3,
.info-set h4 {  }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {  }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; border-bottom:1px solid; position:relative; }
.info-set h3.legend { margin:0 0 10px;  }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { }
.info-set .data-table .product-name {    }
.info-set .data-table .product-name a { }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong {  }
.block-progress .block-content { background:none; }
.block-progress dt {   line-height:1.35;  border:1px solid; margin:0 0 6px; padding:2px 8px;  }
.block-progress dd { border:1px solid; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a {  }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left;  border:1px solid; padding:0 4px; margin:4px 5px 0 0;   }
.opc .step-title h2 { float:left; margin:0;   }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { border:1px solid; border-bottom:0; cursor:pointer; }
.opc .allow .step-title .number {   }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { border:1px solid; padding-bottom:5px;  cursor:default; }
.opc .active .step-title .number {  }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid; border-top:0;  padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {  border-bottom:1px solid; padding-bottom:2px;  }
#opc-login h4 {   margin:0; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; border:1px solid; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid; padding:2px 0 0;  text-align:center;  }
.checkout-progress li.active {   }

.multiple-checkout h2 {   margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {  }
.multiple-checkout .data-table .product-name {  }
.multiple-checkout .data-table .product-name a { }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {border:1px solid; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; border-bottom:1px solid; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px;  }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {  }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 0px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 0px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { }
.multiple-checkout .place-order .grand-total button.button span {  }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {  }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span {  }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; border:1px solid; border-bottom:0; }
.account-login .content h2 {   margin:0 0 14px; padding:0 0 5px 0px; border-bottom:1px solid; 
background-position:0 1px; background-repeat:no-repeat;   }
.account-login .new-users h2 { }
.account-login .registered-users h2 { }
.account-login .buttons-set { border:1px solid; border-top:0; margin:0; padding:8px 13px; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { border:1px solid; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0;}

.dashboard .box .box-title {  padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left;   margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {  }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {  }
.dashboard .box-info h4 { }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {  }
.dashboard .box-reviews .number { float:left; font-size:10px;  line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {  }
.dashboard .box-tags .number { float:left; font-size:10px;  line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {  }
.addresses-list h3 {   }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a {  }
.addresses-list .link-remove {  }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border:1px solid; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p {  }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { border:1px solid; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current {  }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { border:1px solid; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 {   }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th {  padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 {   }
.order-items .product-name {  }
.order-items .link-print { float:right;  }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { }
.gift-message dd { margin:5px 0 0;  }

.order-about { margin:15px 0; }
.order-about dt {  }
.order-about dd {  margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th {  white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th {  white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 {   }
.page-print h2,
.page-print h3 {   }
.page-print h2.h2 {   }
.page-print .order-date { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }

#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label {margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name {   margin:0 0 10px; }
.product-review h3 {  margin:0 0 3px; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt {  }
.product-review dd {  margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption {   }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { }
.footer { width:990px; margin:0 auto; padding:0px 0px 0px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0;  }
.footer .store-switcher label {  vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a {  }
.footer a:hover {  }
.footer .bugs { margin:13px 0 0; }
.footer .bugs a {   }
.footer .bugs a:hover {  }
.footer address { margin:0 0 0px;  }
.footer address a {   }
.footer address a:hover {  }
/*.footer ul { display:inline; }*/
.footer ul.links { display:block; }
.footer ul.links { display:inline; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0;}
.best-selling table { border-top:1px solid; }
.best-selling tr.odd {  }
.best-selling tr.even {  }
.best-selling td { width:50%; border-bottom:1px solid; padding:8px 10px 8px 8px;}
.best-selling .product-img { float:left; border:2px solid; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {  }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */



/**************** Block Marque Logo


/* Css MarqueLogo HomeMade */
div.block-marque {
	float:left;
	margin:0px 0 25px 0;
	border:1px solid #c2c1c7;
	background-color:#ffffff;
}

div.block-marque-content {
	background:url("http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/marquelogo/fond.gif") repeat-y scroll 0 0 transparent;
	padding:0 5px 10px 5px;
	text-align:right;
	width:200px;
}

div.block-marque-content .conteiner-img {
	height:50px;
	position:relative;
	text-align:center;
	width:100px;
}

div.block-marque-content .conteiner-img .hold {
	display:table;
	height:100%;
	width:100%;
}

/* Pour IE */
div.block-marque-content .conteiner-img a {
/*	margin-top: expression(this.parentNode.offsetHeight > this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");*/
	display:block;
}

div.block-marque-content .conteiner-img a {
	display:table-cell;
	vertical-align:middle;
}

div.block-marque-content a {
	color:#363344;
	text-decoration:underline;
	margin:0 30px 0 0;
	display:block;
}

div.block-marque-content a:hover {
	text-decoration: none;
}
div.block-marque-content ul {
	margin:0 0 15px 0;
	float:left;
}

div.block-marque-content ul li {
	background-color:#FFFFFF;
	float:left;
	height:50px;
	margin:0 0px 5px 0;
	text-align:center;
	width:100px;
}

div.block-marque-header {
	width:200px;
	height:14px;

/*	background: url("http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/marquelogo/header.gif") no-repeat;*/
}

div.block-marque-footer {
	width:200px;
	height:13px;
/*	background: url("http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/marquelogo/footer.gif") no-repeat;*/
} 




.description-marque {
	background-color:#dedcd1;
	border:1px solid #c2c1c7;
	padding:10px;
	margin-bottom:10px;
}

.description-marque li{
	list-style:disc;
	margin-left:10px;
	
}

.addthis_toolbox {
	position:relative;
	height:30px !important;	
}


.lien_paiement{
	background-color:#474747;
	width:97%;
	height:25px;
	line-height:20px;
	text-align:center;	
}

.lien_paiement a{
	text-align:center;
	color:#ffffff;
	text-decoration:underline;		
}

#checkout-progress-wrapper  .complete { background-color:#FFF !important;}
#checkout-progress-wrapper  dt { color:#0072ff !important;  background-color:#FFF; }
#checkoutSteps h2 { color:#333333 !important; }
.col-container-index .category-products{
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
	width:718px !important;	
	border:1px solid #9a99a1 !important;
}

.col-container-index .products-grid .product-name, .col-container-index .products-grid .product-name a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.col-container-index .products-grid .old-price, .col-container-index .products-grid .special-price
{	float:right;
	width:90px;
	margin-left:auto !important;
	margin-right:auto !important;

}

.col-container-index .products-grid .old-price
{
	float:right;
    width:90px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.col-container-index .products-grid .special-price .price{
	margin-left:auto !important;
	margin-right:auto !important;
	width:90px;
}

.col-container-index .products-grid button.button{
	width:150px;
	font: 11px Tahoma, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_ajout_panier.png) no-repeat right -64px;
	height: 30px !important;
}

.col-container-index .products-grid button.button span span {
	padding:6px 0px 7px 0px;
	width:150px;
	text-align:center;
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_ajout_panier.png) no-repeat left top !important;
	border: 0 !important;
	color: #ffffff;
	font: 13px Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
}

.col-container-index .products-grid button.button:hover, .col-container-index .products-grid button.buttonHover { /* the redundant class is used to apply the hover state with a script */
/*	background-position: right -96px;*/
}
.col-container-index .products-grid button.button:hover span span, .col-container-index  .products-grid button.buttonHover span span {
/*	background-position: 0 -32px !important;*/
}

.product-view .box-up-sell .col-container-index .products-grid {
	width: 642px !important;
	margin-bottom: 10px;
}
.product-view .box-up-sell .col-container-index .products-grid td {
	padding:15px 5px 12px 0px;
}

.col-container-index .products-grid a.link-wishlist, .col-container-index .products-grid a.link-compare {
	padding-left: 0;
	background: none;
}
.col-container-index .products-grid .add-to-links {
	line-height: 11px;
	font-size: 10px;
}




/**********************************************************BACKGOUNDS*****************************************************/
/*background-transparent*/


.product-view .box-up-sell .col-container-index  .products-grid td{
	background:#99ba26;
}

/*border-non*/
 .product-view .box-up-sell  .col-container-index .products-grid td, .product-view .box-up-sell .col-container-index  .products-grid td img{
	border: none;
	
}

.col-container-index .products-grid .product-image, .product-view .box-up-sell  .col-container-index .products-grid .product-image img{
	 border:1px solid #c2c1c7; 
}


.col-container-index .products-grid .actions {
	position: absolute;
	bottom: 10px;
}
.col-container-index .products-grid .actions li {
	padding: 0 !important;
}
.col-container-index .products-grid .actions .add-to-links {
	padding-top: 0;
}



/****************************************************CATALOG*******************************/



.col-container-index .products-grid .product-image {
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	width:89px !important;
	height:87px !important;
}



.col-container-index .products-grid .item {
	margin-left:auto;
	margin-right:auto;
	height:auto !important;
	width:98px !important;
	padding:0 !important;	
}

.col-container-index .products-grid .item.first {
	position:relative;
	margin-left:3px;
}
.col-container-index .products-grid .product-name {
	width:89px !important;
	margin-left:auto;
	margin-right:auto;
}
 .col-container-index .products-grid .product-name a{
	text-align:center;
	text-transform:capitalize !important;
	font-size:11px;
}

 .col-container-index .products-grid .action{
	margin-left:auto !important;
	margin-right:auto !important;
}



.col-container-index ul.products-grid {
	margin-top:10px;
	width: 730px !important;
	height:auto !important;
}
.tabs_block .col-container-index ul.products-grid {
	width: 692px !important;
}
.tabs_block .col-container-index  ul.products-grid, .tabs_block .col-container-index  ul.products-grid * {
	margin-bottom: 0 !important;
	padding-bottom: 2px !important;
}


.col-container-index ul.products-grid li * {
	text-align: center;
	line-height: 12px;
}


.col-container-index .products-grid .ratings .rating-box {
	margin-top:4px;
	position:absolute;
}
.col-container-index .products-grid .ratings .amount {
	display: none;	
}



/*column count 6*/
.col-container-index .category-column-count-6 ul.products-grid li {
	width: 110px;
	padding: 0px 5px 0px 5px;
}


.col-container-index .category-column-count-6 .products-grid .actions {
	width: 110px;
}

/*column count 7*/
.col-container-index .category-column-count-7 ul.products-grid li {
	width: 110px;
	padding: 0 !important;
	margin: 0 !important;	
}


.col-container-index .category-column-count-7 .products-grid .actions {
	width: 110px;
}




.cms-bg05 .col-container-index .products-grid button.button {
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/light_btn_split_green.gif) no-repeat right -64px;
}
.cms-bg05 .col-container-index .products-grid button.button span span {
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/light_btn_split_green.gif) no-repeat left top !important;
}



.cms-bg05 .col-container-index .products-grid button.button span span, .cms-bg05 .col-container-index .products-grid button.button:hover span span, .cms-bg05 .col-container-index .products-grid button.buttonHover span span {
	color: #fff;
}


/*COLOR*/
.col-container-index .products-grid .product-name a:hover {
	color: #0099ff;
}



/*vignette*/
.col-container-index .category-products .pourcent-promotion{
	position:absolute;
	margin:-10px 0 0 40px;
	float:right;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette.png) 0 0 no-repeat;
	height:52px;
	width:52px;
}

.col-container-index .category-products .pourcent-promotion p{
	padding:20px 0px 0 0;
	color:#FFFFFF;
	font-stretch:extra-condensed;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}



/* CSS Document */

div.col-gauche {
	float: left;
	width: 674px;
	/* background-color: #33FF99; */
}

div.col-droite {
	float: right;
	width: 265px;
	/* background-color: #FF6600; */
}

div.prod_home {
	width: 720px;
	/* background-color: #0066FF; */
}

div.titre {
	height: 40px;
}

div.bestsellers div.titre a{
	float:right;
	position:relative;
	height:34px;
	line-height:34px;
	color:#363344;
	margin-right:5px;
	text-decoration:underline;
}

div.contenu {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/prodhome/fond-small-box.gif) repeat-y top left;
}

div.pied {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/prodhome/footer-small-box.gif) no-repeat top left;
	height: 9px;
}


div.prod_home.bestsellers ul {
	padding: 7px 0 0;

}

div.prod_home.bestsellers ul li.produit {
	display: block;
	float: left;
	width: 90px;
	height:200px;
	padding-bottom:5px;
	z-index:1;
	/* border: 2px solid red; */
}

div.prod_home.bestsellers .moins_infos {
	height:200px;	
}



div.prod_home.bestsellers img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c2c1c7;
}


div.prod_home.bestsellers .produit_name {
	color:#363344;
	text-align:center;
}

div.prod_home.bestsellers .produit_name:hover {
	color:#0099ff;
}

div.prod_home.bestsellers div.see_more {
	text-align: right;
	/* background-color: #FFFF00; */
	padding-right: 10px;
	clear: both;
}

div.prod_home.bestsellers div.see_more a {
	color: #FE4800;
	text-decoration: underline;
}

div.prod_home.bestsellers div.see_more a:hover {
	text-decoration: none;
}

div.prod_home.bestsellers div.produit_prix span.prix {
	font-weight: bold;
	color: #FE4800;
}

div.prod_home.bestsellers div.produit_prix span.prix_barre {
	text-decoration: line-through;
}

div.prod_home.bestsellers li.produit a {
	display: block;
}



div.bestsellers {
	width: 720px;
	clear: both;
	border:1px solid #9a99a1;
	background-color:#ebeaec;
	height:auto;
}


div.bestsellers {
	font-family:Tahoma, Geneva, sans-serif;
	
}
div.bestsellers .old-price .price {
	color:#666666;
	text-decoration:line-through;
	font-size:11px;	
}

div.bestsellers .special-price .price {
	color:#d13511;
	font-size:14px;
	font-weight:bold;
}

div.bestsellers div.titre {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header-bestsellers.gif) no-repeat top left;
	width:720px;
}

div.bestsellers div.contenu {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/prodhome/fond-big-box.gif) repeat-y top left;
}

div.bestsellers div.pied {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/prodhome/footer-big-box.gif) no-repeat top left;
	height: 7px;
}

div.bestsellers ul {
	height: 120px;
}

div.bestsellers li.right {
	float: right;
}



div.bestsellers .pourcent-promotion{
	position:absolute;
	margin:-10px 0 0 0px;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette_mini.png) 0 0 no-repeat;
	height:32px;
	width:32px;
}

div.bestsellers .pourcent-promotion p{
	padding:11px 0px 0 0;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	text-align:center;
}

div.bestsellers .reduc-promotion{
	position:absolute;
	margin:23px 0 0 0px;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette-reduc_mini.png) 0 0 no-repeat;
	height:32px;
	width:32px;
}

div.bestsellers .reduc-promotion p{
	padding:11px 0px 0 0;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	text-align:center;
}

div.bestsellers .reduc-promotion p.sup100{
	padding:12px 0px 0 0;
	color:#FFFFFF;
	font-size:8px;
	font-weight:bold;
	text-align:center;
}


.plus_infos{
	position: absolute;	
	display: none;
	width:358px;
	height:auto;
	border:1px solid #999;
	margin-top:-130px;
	margin-left:-120px;
	background-color:#FFF;	
	clear: both;
}

 
.moins_infos:hover + .plus_infos, .plus_infos:hover {
    display: block;
	z-index:100;
	transition: height 1.0s;
}


div.bestsellers .plus_infos img{
	float:left;
	margin-top:5px;
	border:0px;
	z-index:0;
}

div.bestsellers .plus_infos .produit_name{
	margin-left:5px;
	float:left;
	color:#363344;
	
}

div.bestsellers .plus_infos .produit_name:hover{
	color:#0099ff;
}


div.bestsellers  .plus_infos  .price-box{
	width:200px;
	float:left;
	height:20px;
}


div.bestsellers .plus_infos  .old-price, div.bestsellers .plus_infos .special-price, div.bestsellers .plus_infos  .regular-price  {
	float:left;
	padding:0 5px;
	margin-left:5px;
	line-height:20px;
}



div.bestsellers .plus_infos .availability.in-stock, div.bestsellers .plus_infos .availability.in-stock span, div.bestsellers .plus_infos .availability.out-of-stock, div.bestsellers .plus_infos .availability.out-of-stock span{
		float:left;
		width:200px;
		text-align:left;
		margin-left:2px;
		height:20px;
		line-height:20px;
}


div.bestsellers .plus_infos .marque, div.bestsellers .plus_infos .offert {
	float:left;
	margin-left:5px;
	font-size:9px;
	color:#767676;
	height:45px;	
}

div.bestsellers .plus_infos .marque{
	float:left;
	font-weight:bold;
	height:20px;
	line-height:20px;	
}

div.bestsellers .marque .icon-cadeau{
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_cadeau.png) no-repeat;
	height:20px;
	width:20px;
	margin-bottom:2px;
}


div.bestsellers .plus_infos .pourcent-promotion{
	position:absolute;
	margin:0px;
	float:left;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette.png) 0 0 no-repeat;
	height:52px;
	width:52px;
	z-index:1;
}

div.bestsellers .plus_infos .pourcent-promotion p{
	padding:15px 0px 0 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
		z-index:1;
}



div.bestsellers .plus_infos .reduc-promotion{
	position:absolute;
	margin-top:55px;
	float:left;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette-reduc.png) 0 0 no-repeat;
	height:52px;
	width:52px;
		z-index:1;
}

div.bestsellers .plus_infos .reduc-promotion p{
	padding:15px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
		z-index:1;
}


div.bestsellers .plus_infos .reduc-promotion p.sup100{
	padding:17px 0px 0 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	z-index:1;
}



div.bestsellers .plus_infos #comparelist{
	position:absolute;
	bottom:0;
	right:0;
	margin:80% 5px 5px 0;
	height:20px;
	line-height:16px;
	padding: 2px 5px;
	width:100px;
	background:#999;
	border:1px solid #838383;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;	

	
}

div.bestsellers .plus_infos .ratings{
	position:relative;
	width:185px;
	height:10px;
	font-size:9px;
	top:-10px;
	
}

div.bestsellers .plus_infos .ratings .rating-box{
	float:left;	
}
div.bestsellers .plus_infos .ratings a{
	float:left;	
}

div.prod_home.bestsellers .regular-price{
	font-weight:bold	
}
/* CSS Document */



div.promos {
	width: 720px;
	clear: both;
	border:1px solid #9a99a1;
	background-color:#ebeaec;
	margin-bottom:10px;
}


div.promos {
	font-family:Tahoma, Geneva, sans-serif;
	
}

div.promos img {
	float:left;
	border:1px solid #c2c1c7;
	
}

div.promos .produit_name{
	margin-left:5px;
	float:left;
	color:#363344;
	
}

div.promos .produit_name:hover{
	color:#0099ff;
}

div.promos .marque, div.promos .offert {
		float:left;
		width:190px;
				
}


div.promos .marque{
		color:#363344 !important;
		line-height:23px;
}

div.promos .marque .icon-cadeau{
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_cadeau.png) no-repeat;
	height:20px;
	width:20px;
	margin-bottom:2px;
}



div.promos .offert {
/*		background-color:#cbeb65;
		border:1px solid #90bb22;*/
		padding:2px;	
		color:#363344 !important;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		
		
}




div.promos #comparelist{
	float:left;
	margin:5px 0 0 5px;
	height:20px;
	line-height:16px;
	padding: 2px 5px;
	width:185px;
	background:#999;
	border:1px solid #838383;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;	
	
}

div.promos .ratings{
	float:right;
	width:50px;
	height:10px;
	
}

div.promos .ratings .amount, div.promos  .ratings a{
	display:none;	
}


div.promos .rating-box{
	margin-left:-20px;	
}

div.promos  .ratings a.rate
{
	display:block;
}


div.promos .actions {
	position: absolute;
	bottom: 10px;
	width:200px;
}
div.promos .actions li {
	padding: 0 !important;
}


div.promos .price-box{
	width:auto;
	float:left;
	height:20px;
}


div.promos .old-price, div.promos .special-price, div.promos .regular-price  {
	float:left;
	padding:0 5px;
	margin-left:5px;
	line-height:20px;
}



div.promos .availability.in-stock, div.promos .availability.out-of-stock{
		float:left;
		width:50%;
		text-align:left;
		margin-left:2px;
		height:20px;
		line-height:20px;
}


div.promos .marque, div.promos .offert {
	margin-left:5px;
	font-size:9px;
	color:#767676;	
}

div.promos .marque{
	font-weight:bold;
	
	}






div.promos .old-price .price {
	color:#666666;
	text-decoration:line-through;
	font-size:11px;	
}

div.promos .special-price .price {
	color:#d13511;
	font-size:14px;
	font-weight:bold;
}

div.promos div.titre {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header-promos.gif) no-repeat top left;
	width:720px;
	height:34px;
}

div.promos div.titre a{
	float:right;
	position:relative;
	height:34px;
	line-height:34px;
	color:#363344;
	margin-right:5px;
	text-decoration:underline;
}

div.promos div.contenu {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/prodhome/fond-big-box.gif) repeat-y top left;
	height:auto;
	overflow:hidden;
}

div.promos div.contenu li.produit{
	float:left;
	width:49.7%;
	height:165px;
	background:#ffffff; /*e6e6e6*/
	border:1px solid #c9c9c9;
}


div.promos div.contenu li.produit:hover{
	background:#c9c9c9;	
}

div.promos div.contenu li.produit img{
	position:relative;
	margin-top:5px;
	border:0px;
	z-index:0;
}


div.promos div.pied {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/images/hm/prodhome/footer-big-box.gif) no-repeat top left;
	height: 7px;
}



div.promos li.right {
	float: right;
}



div.promos .pourcent-promotion{
	position:absolute;
	margin:0px;
	float:left;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette.png) 0 0 no-repeat;
	height:52px;
	width:52px;
	z-index:1;
}

div.promos .pourcent-promotion p{
	padding:15px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
		z-index:1;
}

div.promos .reduc-promotion{
	position:absolute;
	margin-top:55px;
	float:left;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/vignette-reduc.png) 0 0 no-repeat;
	height:52px;
	width:52px;
		z-index:1;
}

div.promos .reduc-promotion p{
	padding:15px 0px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
		z-index:1;
}

div.promos .regular-price{
	font-weight:bold	
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.mon-electrostimulateur.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*to remove numbers delete  / * * / below */
/*
.stripNav {
    display: none;
}*/

/*to remove arrows delete / * * / below */
/*.stripNavL, .stripNavR {
    display: none;
}*/
.clear {
	height: 0;
}
/********************************************************************/
p#cross-links {
    text-align: center
}
p#cross-links {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px
}
noscript p, noscript ol {
    color: #a00;
    font-size: 13px;
    line-height: 1.4em;
    text-align: left
}
noscript a {

}
noscript ol {
    margin-left: 25px;
}
a:focus {
    outline:none
}
img {
    border: 0
}

.stripViewer .panelContainer .panel ul {
    text-align: left;
    margin: 0;
}
.slider-wrap {
    margin: 0px 0px 0px 0px;
    position: relative;
	width:200px;
	 z-index: 0;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bk_testamonials.png) no-repeat;
}

.slider-wrap h4 {
	text-align:center;
	margin-top:5px;
	height:30px;
	color:#363344;	
}

.slider-wrap .slider-wrap {
    width: 95%;
    height: 100%;
    margin: -10px 0px 0px 5px;
}
.csw {
    width: 95%;
    height: 280px;
    background: #fff;
    overflow: hidden;
    $display: none;
}
.csw .loading {
    margin: 200px 0 300px 0;
    text-align: center;
    $display: none;
}
.stripViewer {
    position: relative;
    overflow: hidden;
    border: 0px solid #000;
    margin: auto;
    width: 950px;
    height: 280px;
    clear: both;
    background: #ffffff;
}
.stripViewer .panelContainer {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    list-style-type: none;
        }
.stripViewer .panelContainer .panel {
    float:left;
    height: 100%;
    position: relative;
    width: 950px;
}
.stripViewer .panelContainer .panel .wrapper {
    padding: 0px !important;
    width: 950px !important;
    min-width: 950px !important;
    background: #ffffff !important;
}
.stripViewer .panelContainer .panel .wrapper p {
    margin: 0 !important;
    padding: 0 !important;
}
.stripNav {
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}
.stripNav ul {
    list-style: none;
	 	 background: #dadada;
	 width: auto;
}
.stripNav ul li {
    float: left;
    margin-right: 2px;
}
.stripNav a {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 12px;
	background: #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 2px;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	float: left;
	margin-right: 2px;
}
.stripNav a:hover {
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	color: #fff !important;
}
.stripNav a.activeSlide {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a:hover {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a.current {
	
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 120px;
	text-indent: -9000em;
	z-index: 120;
	width: 20px;
	opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 32px;
	width: 20px;
	margin: 0;
	padding: 0;
}
.stripNavL:hover, .stripNavR:hover {
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.stripNavL {
	left: 0px;
}
.stripNavR {
	right: 0px;
}
.stripNavL {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/css/webandpeople/images/slider/arr_right.png) no-repeat center;
}
.stripNavR {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/css/webandpeople/images/slider/arr_left.png) no-repeat center;
}

/*sidebar slider*/
.sidebar .stripNav a {
	font-size: 6px;
	line-height: 6px;
	width: 6px;
	height: 6px;
}
.sidebar .stripNav {
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    z-index: 100;
}

/*COLOR*/
.stripNav a.activeSlide, .stripNav a.activeSlide:hover  {
	background: #89a700;
	color: #89a700  !important;
	border: 1px solid #89a700;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}






/******** footer *********/

.footer .slider-wrap {
     margin: 10px 0px 0px 0px;
     position: relative;
	 top:-10px;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 background:#ffffff !important;
}

.footer .slider-wrap h4 {
	float:left !important;
	height:30px !important;
}
/* siteFeature CSS */

/* ----------------------------------------------------------------------
    In the name of Progressive Enhancement, this is the default style for 4 "tabs" that will be seen by users with Javascript turned off.
    Notice that the width/height match the plugin defaults.
 ---------------------------------------------------------------------- */
#preFeature {
    overflow:hidden;
	
}
#preFeature * {
    padding:0px;
    margin:0px;
    border:none;
}
#preFeature div {
    width:24.8%;
    height:99.25%;
    float:left;
    background:#606060;
    color:#ffffff;
    font-size:11px;
    line-height:15px;
	 display: none !important;
	}
#preFeature div.clear {
    float:none;
    clear:both;
    width:auto;
    border:none;
}
#preFeature div h3 {
    font-size:1.1em;
    padding:0.5em 1em;
    font-weight:normal;
    background:#333333;
}
#preFeature div p {
    font-size:1em;
    margin: 0.5em 1em 1em 1em;
}
#preFeature div img {
    width:100%;
    display:block;
}
#preFeature div a:link {
    font-size:1em;
    margin:1em;
    text-decoration:none;
}
#preFeature div a:visited {
    font-size:1em;
    margin:1em;
    padding:0.25em;
    text-decoration:none;
}
#preFeature div a:hover {
    background:#333333;
}

/* ----------------------------------------------------------------------
    The default output id is "siteFeature". If you changed this in the $.makeFeature() call you'll need to update the CSS below.
    As a general rule, I tried to clump like-declarations.  Because of the tab side (left/right) and text layout options (horizontal/vertical) inheritance can get messy.
    FireBug - http://getfirebug.com/ (Joe Hewitt / Firebug Working Group) is strongly recommended.
 ---------------------------------------------------------------------- */
#siteFeature {
	position: relative;
	overflow: auto;
	border: 1px solid #b1b1b1;
	height: 321px;
	overflow: hidden;
	z-index: 0;
}
#siteFeature * {
    padding:0px;
    margin:0px;
    border:none;
}
#siteFeature * a {
    opacity: 1 !important;
    filter: alpha(opacity=100)!important;
}
#siteFeature #imgBgContainer {
    position:absolute;
}
.left #imgBgContainer, .left #imgBgContainer div {
    right:0px;
}
.right #imgBgContainer, .right #imgBgContainer div {
    left:0px;
}


#siteFeature #txtBoxContainer div span {
  left: 0;
}

#siteFeature #imgBgContainer div {
    position:absolute;
}
#siteFeature #txtBoxContainer {
	position: absolute;
	height: 321px  !important;
	width: 100%;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
#siteFeature.left #txtBoxContainer {
    right:0px;
}
#siteFeature.right #txtBoxContainer {
    left:0px;
}
#siteFeature #txtBoxContainer div {
    position:absolute;
    overflow:hidden;
}
#siteFeature #txtBoxContainer div span {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
}
#siteFeature #txtBoxContainer div div {
}
#siteFeature #txtBoxContainer div.horizontal div h3 {
    font-size:24px;
    line-height:normal;
    margin:5px 0px 0px 0px;
}
#siteFeature.left #txtBoxContainer div div h3 {
    padding:0px 0.5em 0px 0.5em;
}
#siteFeature.right #txtBoxContainer div div h3 {
    padding:0px 0.5em 0px 0.5em;
}
#siteFeature.right #txtBoxContainer div.horizontal div h3 {
    padding:0px 0.5em 0px 0.5em;
}
#siteFeature #txtBoxContainer div.horizontal div p {
    width:320px;
    margin:0px 0px 0px 0px;
}
#siteFeature.left #txtBoxContainer div div p {
    padding:0px 1em 0px 1em;
}
#siteFeature.right #txtBoxContainer div div p {
    padding:0px 1em 0px 1em;
}
#siteFeature.right #txtBoxContainer div.horizontal div p {
    padding:0px 1em 0px 1em;
}
#siteFeature #txtBoxContainer div.horizontal div a:link {
    position:absolute;
    right:25px;
    bottom:10px; /*IE6|7*/
*bottom:5px;
}
#siteFeature #txtBoxContainer div.horizontal div a:visited {
    position:absolute;
    right:25px;
    bottom:10px; /*IE6|7*/
*bottom:5px;
}
#siteFeature.left #txtBoxContainer div {
    right: 0px;
}
#siteFeature.left #txtBoxContainer div.horizontal div {
    left:25px;
    height:100%;
}
#siteFeature.right #txtBoxContainer div.horizontal {
    left:0px;
    bottom:0px;
}
#siteFeature.right #txtBoxContainer div {
    left:0px;
}
#siteFeature.right #txtBoxContainer div.horizontal div {
    left:0px;
    height:100%;
    width:100%;
}
#siteFeature #tabContainer {
    position:absolute;
	  background: #f4f4f4;
	  padding-top: 0px;
 }
#siteFeature.left #tabContainer {
    left:0px;
}
#siteFeature.right #tabContainer {
    right:0px;
}
#siteFeature #tabContainer a:link,  #siteFeature #tabContainer a:visited {
	display: block;
	width: 100%;
	position: relative;
	opacity: 0.95;
}
/*
#siteFeature #tabContainer a:hover {
    background:#e9e9e9;
    opacity: 1;
}*/
#siteFeature #tabContainer a:active {
    outline:none;
}
#siteFeature #tabContainer a:focus {
    outline:none;
}
#siteFeature-nav #SF-n-prev {
    position:absolute;
    top:0px;
    display:block;
    width:156px;
    height:29px;
	margin-top:2px;
    background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/tab-nav-arrows-top.png) 0px 0px no-repeat;
 /*   border:1px solid #b1b1b1;
    outline:none;
    z-index:1337;
    border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;*/
}
#siteFeature-nav #SF-n-prev i {
    display:none;
}
#siteFeature-nav #SF-n-next {
    position:absolute;
    top:-2px;
    display:block;
    width:156px;
    height:29px;
    background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/tab-nav-arrows-bottom.png) 0px 0px no-repeat;
 /*   border:1px solid #b1b1b1;
    outline:none;
    margin:-1px 0px 0px 0px;
    z-index:1337;
    border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;*/
}
#siteFeature-nav #SF-n-next i {
    display:none;
}
/* ----------------------------------------------------------------------
    The 2 declarations below style the text in the tabs. If you have more/less than the default 4 tabs, you'll likely need to tweak the padding.
    Be aware of the IE6,7 specific padding on the h4.
 ---------------------------------------------------------------------- */
#siteFeature #tabContainer a h4 {
    padding:3em 1em 0px 1em;
    position:relative;
            /*IE6|7*/ *padding:10px 11px 0px 11px;
    font-size: 13px;
    text-align: left;
	
}
#siteFeature #tabContainer a p {
    padding:2px 1em 0px 1em;
    position:relative;
    text-align: left;
}
#siteFeature #tabContainer a span {
    display:none;
}
#siteFeature #tabContainer a.selected span {
    overflow:hidden;
    display:block;
    position:absolute;
    top:0px;
}
#siteFeature #tabContainer a.selected span span {
    height:100%;
}
#siteFeature.left #tabContainer a.selected span {
    left:0px;
}
#siteFeature.right #tabContainer a.selected span {
    right:0px;
}
#siteFeature #tabContainer a span img {
    /*height:100%;*/
    position:relative;
    top:0px;
}

#siteFeature #tabContainer a span img:hover {
    background:#ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/arrow-right-hover.png) 0px 0px no-repeat;
}

#siteFeature.left #tabContainer a span img {
    left:0px;
}
#siteFeature.right #tabContainer a span img {
    left:0px;
}
/*COLORS*/
#siteFeature #tabContainer a.selected span span {
    /*background:#e9e9e9;*/
}
#siteFeature #txtBoxContainer div span {
   background:#fff; /*right conteiner*/
}
#siteFeature.right #tabContainer,
#siteFeature.left #tabContainer,
#siteFeature #tabContainer
 {border-color: #b1b1b1}

#siteFeature #tabContainer a:link,  #siteFeature #tabContainer a:visited {
display: block;
	border-bottom: 1px solid #0b0a0e;
	font-size: 11px;
	text-decoration: none;
    background: #575563; /* Old browsers */
background: -moz-linear-gradient(top,  #575563 0%, #363344 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575563), color-stop(100%,#363344)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #575563 0%,#363344 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #575563 0%,#363344 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #575563 0%,#363344 100%); /* IE10+ */
background: linear-gradient(top,  #575563 0%,#363344 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575563', endColorstr='#363344',GradientType=0 ); /* IE6-9 */


border-right: 0px solid #b1b1b1;
}
#siteFeature #tabContainer a:hover {
     background:#575563;
}
/*left tabs text*/
#siteFeature #tabContainer a h4 {
    color:#333333;
    font-size: 14px;
    text-align: left;
	 margin: 0;
	 padding: 15px 0px 0px 10px;
}
#siteFeature #tabContainer a p {
    text-align: left;
}
/*right tabs text*/
#siteFeature #txtBoxContainer div div h3 {
	font-size: 20px;
	line-height: 18px;
	margin: 25px 0px 15px 0px;
	text-align: left;
	color: #333333;
}
#siteFeature #txtBoxContainer div div p {
	margin: 0px 0px 15px 0px;
	text-align: left;
}
#siteFeature #tabContainer a p {
	color: #333333;
}

/* link */
#siteFeature #txtBoxContainer div div a:link, #siteFeature #txtBoxContainer div div a:visited {
    color: #FFFFFF;
    margin: 0 0 0 1em;
    padding: 2px 5px;
    text-decoration: none;
	 border-radius: 3px;
	 float: left;
	 position:relative;
}

#siteFeature #txtBoxContainer div div a:hover {
    color: #FFFFFF;
}

/*COLOR*/
#preFeature div a:link,
#preFeature div a:visited,
#siteFeature #tabContainer a h4
{
 color: #ffffff;
}   
#siteFeature #txtBoxContainer div div a:link, 
#siteFeature #txtBoxContainer div div a:visited,
#siteFeature #txtBoxContainer div div a:hover  {
	background: #ffffff;
}
.slides-wrapper, .dc-widget-postslider {
	z-index: 0 !important;
}
.slides-wrapper a:hover {
	opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dc-widget-postslider {
	padding-bottom: 0px;
	background-color: transparent;
	position: relative;
	margin-bottom: 10px;
}
.dc-widget-postslider img {
	border: 0 !important;
}
.dc-widget-postslider .slides-wrapper {
	background-color: transparent;
}
.dc-widget-postslider .slide {
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	display:none;
	background: #fff;
}
.dc-widget-postslider .slide:hover {
	text-decoration:none;
}
.dc-widget-postslider .btn-bar {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.dc-widget-postslider .slide .desc {
	display:block;
	position:absolute;
	left:10px;
	padding:2px 8px 3px 8px;
	font: bold 12px Tahoma;
	background-color:#ffffff;
	z-index:20;
	opacity:0.9;
	filter: alpha(opacity=90);
	color:#333333;
	border-radius: 5px;
}
.dc-widget-postslider .slide .desc:hover {
	opacity:1;
	filter: alpha(opacity=100);
}
.dc-widget-postslider .btn-active, .dc-widget-postslider .btn {
	width:5px;
	height:5px;
	line-height: 5px;
	text-align:center;
	font-size: 0px;
	margin-right:2px;
	display:block;
	float:left;
	border-radius: 2px;
}
.dc-widget-postslider .btn {
	border:1px solid #aaa8a8;
	background-color:#e7e7e7;
	cursor:pointer;
}
.dc-widget-postslider .btn:hover {
	text-decoration:none;
}
.dc-widget-postslider .btn-active {
	cursor:pointer;
	color:#FFF;
}
.dc-widget-postslider .btn-active:hover {
	text-decoration:none;
}
/*sidebar slider*/
.sidebar .dc-widget-postslider {
	padding-bottom: 18px !important;
	background-color: transparent;
	position: relative;
	margin-bottom: 0px;
}
.sidebar .block-content .dc-widget-postslider {
	margin-bottom: 0 !important;
}
.sidebar .dc-widget-postslider .slides-wrapper {
	background-color: transparent;
}
.sidebar .dc-widget-postslider .slide {
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	display:none;
}
.sidebar .slide .desc {
	font: bold 10px/14px Verdana;
	border-radius: 3px;
}
.sidebar .dc-widget-postslider .slide:hover {
	text-decoration:none;
}
.sidebar .dc-widget-postslider .btn-bar {
	width: 210px;
	height: 15px;
	position: absolute;
	bottom: 0px !important;
	left: 5px !important;
}
/*FONT SIZE*/
.slides-wrapper h2 {
	font-size: 26px !important;
	font-family: georgia;
	font-weight: normal;
	font-style: normal;
}
.slides-wrapper p {
	font-size: 13px;
	line-height: 130%;
}
.sidebar .sidebar .slides-wrapper h2 {
	font-size: 14px;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
}
.sidebar .sidebar .slides-wrapper p {
	font-size: 11px;
	line-height: 100%;
}
/*COLOR*/
.dc-widget-postslider .btn-active {
	 background-color:#9dae1e;
    border:1px solid #9dae1e;
}
.dc-widget-postslider .slide .desc {
	font: bold 12px Arial;
	background-color:#fff;
	color: #000;
}

.slider-a-container {
	overflow:hidden;
	position:relative;
	border: 0;
	border-bottom: 0;
	z-index: 0;
}
.sidebar .slider-a-container{
		margin-bottom: 10px;
}
.slider-a-container .async-img {
	background-position:center center;
	display:block;
}
.slider-a-container .slide {
	position:absolute;
	left:0px;
	display:block;
	background-color: #fff;
	text-align: left;
}
.slider-a-container .slide:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-a-container .slide img {
	border:none;
}
.slider-a-container .prev {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:70px;
	display:block;
	background-color:transparent;
	background-image:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/prev.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .prev:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .next {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:20px;
	display:block;
	background-color:transparent;
	background-image:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/next.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .next:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .play {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:45px;
	display:block;
	background-color:transparent;
	background-image:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/play.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
	display: none;
}
.slider-a-container .play:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .pause {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:45px;
	display:block;
	background-color:transparent;
	background-image:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/pause.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .pause:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .thumb-bar {
	position:absolute;
	bottom:0px;
	padding-left:0px;
	left:0px;
	z-index:16;
}
.slider-a-container .thumb {
	display:block;
	background-color: transparent;
	margin-top:5px;
	margin-right:5px;
	float:left;
	cursor:pointer;
	overflow: hidden;
	position: relative;
}
.slider-a-container .thumb.first {
	margin-left: 20px;
}
.sidebar .slider-a-container .thumb.first {
	margin-left: 5px;
}
.slider-a-container .thumb .color {
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	display:none;
	overflow: hidden;
}
.slider-a-container .thumb .black {
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.slider-a-container .desc {
	z-index:10;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0.80;
	filter:alpha(opacity=80);
}
.slider-a-container .desc p {
/*margin-bottom: 0;*/
}
.slider-a-container .desc .btn-bar {
	height:22px;
	background-color:transparent;
	margin-top:3px;
}
.slider-a-container .desc .btn-left {
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	height:18px;
	display:block;
	float: left;
	margin-right:3px;
	text-align: center;
	text-decoration: none;
	font: normal 11px Arial;
}
.slider-a-container .desc .btn-right {
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	height:18px;
	display:block;
	float: right;
	margin-left:3px;
	text-align: center;
	text-decoration: none;
	font: normal 11px Arial;
}
.slider-a-container .desc .head {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	display:table-cell;
	border-radius: 5px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom:0px;
}
.slider-a-container .desc .foot {
	text-align: left;
	padding:15px;
	padding-top:10px;
	padding-bottom:10px;
	width:140px;
	margin-top:3px;
	border-radius: 5px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.slider-a-container .desc .foot h3 {
	margin-bottom:5px;
	margin-top:0px;
	padding:0px;
}
.slider-a-container .desc .x, .slider-a-container .desc .y, .slider-a-container .desc .width, .slider-a-container .desc .hbgcolor, .slider-a-container .desc .hcolor {
	display:none;
}
/*FONT*/
.adv_left .slider-a-container .head {
	font-size:24px;
	line-height:20px;
	font-family: georgia;
}
.catalog-category-view .slider-a-container .head {
	font-size:22px;
	line-height:20px;
	font-family: georgia;
}
.sidebar .slider-a-container .head {
	font-size:14px;
	line-height:14px;
}
.sidebar .slider-a-container h3.shortDescription {
	font-size: 12px;
}
.catalog-category-view h3.shortDescription {
	font-size: 13px;
}
.sidebar h3.shortDescription {
	font-size: 11px;
	line-height:11px;
}
.slider-a-container .desc .foot .text {
	font: normal 14px Arial;
}
.catalog-category-view .slider-a-container .desc .foot .text {
	font: normal 12px Arial;
}
.sidebar .slider-a-container .desc .foot .text {
	font: normal 11px Arial;
	line-height:11px;
}
/*COLOR*/
.slider-a-container .desc {
	color: #000;
}
.slider-a-container .desc .foot {
	background-color:#fff;
}
.slider-a-container .desc .btn-left:hover, .slider-a-container .desc .btn-right:hover {
	background-color:#f5f5f5;
}
.slider-a-container .desc .btn-right, .slider-a-container .desc .btn-left {
	background: #fff;
	color: #333;
}
.slider-a-container .thumb-bar, .slider-a-container .async-img {
	background-color: #f1f1f1;
}
.slider-a-container .thumb {
	border: 1px solid;
	border-color: #dadada !important;
}

div.tabs_block {
    font-size: 11px;
    line-height: 1.5;
    color: #565d65;
  /*  border: 1px solid #d5d4d2;*/
    border-collapse:collapse;
    background-color: transparent #ffffff;
	z-index: 0;
}
div.tabs_info {
/*	border:1px solid #9a99a1 !important;*/
    height: auto;
}
div.tabs_ul li {
    float: left;
	margin-right:5px;
}
div.tabs_ul li.last {
    float: left;
}
.ui-tabs-hide {
    display: none;
}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
* html .ui-tabs-nav {
    display: inline-block;
}
*:first-child+html .ui-tabs-nav {
    display: inline-block;
}
div.tabs_block {
    width: 716px;
    font-size: 11px;
    line-height: 1.5;
    color: #333333;
/*    border: 1px solid #9c9c9c;*/
    border-collapse:collapse;
}
div.tabs_block h5 {
    font-family: Arial, Tahoma, sans-serif;
    margin: 0 0 5px 0;
}
div.tabs_block h5 a:link, div.tabs_block h5 a:active, div.tabs_block h5 a:visited {
    text-decoration: none;
}
div.tabs_block h5 a:hover {
    text-decoration: underline;
}
div.tabs_block p {
    padding: 0;
}
div.tabs_ul li {
    float: left;
}

div.tabs_info a:hover {
    text-decoration: none;
}
div.tabs_ul a:link, div.tabs_ul a:visited {
    display: block;
    height: 25px;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    color: #ffffff;
	font-weight:bold;
	font-style:normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    padding: 12px 15px 0px 15px;
  /*  border-right: 1px solid #9a99a1;*/
}
div.tabs_ul a:hover {
    background: transparent;
}

.tabs_trisha li{
    color: #363344 !important;
	font-family:Tahoma, Geneva, sans-serif;
    font-weight: bold !important;
    background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_off.gif) repeat-x; 
    border: 1px solid #9a99a1;
	margin-right:5px;

}



li.ui-tabs-selected  a, li.ui-tabs-selected  a:hover{
   color: #363344 !important;
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold !important;
   font-style:normal !important; 
   background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_on.gif) repeat-x; 


}
.ui-tabs-hide {
    display: none;
}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
* html .ui-tabs-nav {
    display: inline-block;
}
*:first-child+html .ui-tabs-nav {
    display: inline-block;
}

/*product-grid*/
.home-tabs.products-grid li.item {
    padding: 0 5px 5px 0;
    width: 80px;
}
.home-tabs.products-grid li.item .product-image {
     width: 80px;
     height: 80px;
}
.home-tabs {
    background: none !important;
    border: 0 !important;
}
.home-tabs h2.product-name, .home-tabs .product-name a {
	font-size: 11px !important;
	font-family: Arial;
	line-height: 100%;

}
.home-tabs .product-name a:link, .home-tabs .product-name a:visited {
	color: #000;
}
/*COLOR*/
div.tabs_block h5,
div.tabs_block h5 a:link, 
div.tabs_block h5 a:active, 
div.tabs_block h5 a:visited,
div.tabs_info a:link, 
div.tabs_info a:active, 
div.tabs_info a:visited
{
    color: #96a814;
}
.tabs_ul {
    /*background-color: #8ea02c;*/
}

/*div.tabs_ul a:link {
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_on.gif) repeat-x; 
}*/

.wp_block_link {
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 7777777!important;
    background: #000;
    opacity: 0;
    -moz-opacity: 0; /* older Gecko-based browsers */
    filter:alpha(opacity=0); /* For IE6&7 */
}

.wp_block_html {
    position: relative;
    width:100%;
    height:100%;
}

#custommenu {
	position: relative;
	font-size: 12px; 
	padding: 14px 0px 0px 5px;
	width: 945px;
}
/*IE7 fix*/
*:first-child+html #custommenu { 
 z-index: 998;
}
div.menu {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	height: 35px;
	_width: 0px; /*IE6*/
	_padding: 0px 0px 0px 0px;
	_background: none;
}
div.menu a:link, div.menu a:visited {
	display: block;
	height: 27px;
	padding-left: 15px;
	padding-right: 15px;
}
div.menu a span {
	font-weight:bold;
	display: block;
	height: 25px;
	padding-right: 0px;
	padding-top: 6px;
}
div.menu a span:hover {
	cursor: pointer;
}
div.wp-custom-menu-popup {
	position: absolute;
	z-index: 3000;
	display: none;
	text-align: left;
	padding: 0px 10px 10px 15px;
	_width: 0px; /*IE6*/
	_margin-top: -3px;
	margin-top:5px;
	border-radius:  0px 0px 3px 3px;
	border-top: 0;
}
div.menu a, div.wp-custom-menu-popup a {
	text-decoration: none;
	display:block;
	cursor: pointer;
	_height: 0;
	height: auto;
	line-height:13px;
	padding: 2px 0px 2px 0px;
}

div.level1 {
	margin-bottom: 5px;
}
div.level2 {
	margin-bottom: 5px;
}
div.level3 {
	margin-bottom: 5px;
	padding: 5px;
}
div.block2 {
	display: block;
	padding-top: 10px;
}
div.block2 p {
margin-bottom: 3px;
line-height: 120%;
color: #000;
font-size: 11px;
}
div.block2 p a {
	display: inline;
}
div.block2 a img {
		opacity: .9;
filter: alpha(opacity=90);
}
div.block2 a:hover img {
	opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.wp-custom-menu-popup hr {
	margin: 0px 0px 3px 0px;
}
div.column {
	float: left;
	width: 250px; /* column width */
	padding: 0px;
	margin: 0px 10px 0px 0px;
	
}
div.itemSubMenu {
	margin-left: 0px;
}
.clearBoth {
	clear:both;
	height: 0;
	overflow: hidden;
}

a.level1:link, a.level1:visited {
	margin-top: 10px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/menu_puce.gif) no-repeat;	
	padding-left:10px;
}


div.level1 {
	margin-bottom: 5px;

}

/*BG*/
#custommenu {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/menu_bg.png) repeat-y;
}
div.wp-custom-menu-popup {
	border: 3px solid #9dae1e;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5, #ededed);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ededed));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ededed');
}
div.menu a:hover, div.menu.active a {
background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/menu_bg_imp.gif) repeat-x !important;	
	
/*background: #b4c918;  Old browsers */
/*background: -moz-linear-gradient(top,  #b4c918 1%, #899b00 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b4c918), color-stop(100%,#899b00));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  #b4c918 1%,#899b00 100%); /* Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  #b4c918 1%,#899b00 100%); /* Opera 11.10+ 
background: -ms-linear-gradient(top,  #b4c918 1%,#899b00 100%); /* IE10+ 
background: linear-gradient(top,  #b4c918 1%,#899b00 100%); /* W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c918', endColorstr='#899b00',GradientType=0 ); /* IE6-9 */
}
div.level3 {
	background: #fff;
}

/*FONTS*/
div.menu {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Tahoma;
}
a.level1:link, a.level1:visited {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
a.level2:link, a.level2:visited {
	font-weight: normal;
	font-size: 12px;
}
a.level3:link, a.level3:visited {
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
}

/*COLOR*/
div.menu a:link, div.menu a:visited,
div.menu a:hover, div.menu.active a  {
	color: #fff;
}
div.menu a:hover {
	color: #ffffff;
}
a.level3:link, a.level3:visited {
	color: #333333;
}
a.level3:hover {
	color: #0099ff;
}
a.level2:link, a.level2:visited {
	color: #333333;
}
a.level2:hover {
	color: #768507;
}
a.level1:link, a.level1:visited {
	color: #454545;
}

a.level1:hover, div.wp-custom-menu-popup a.act  {
	color: #0099ff !important;
}







/* Reset ================================================================================= */
* {
	margin:0;
	padding:0;
}
body {
	background: #ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/h_bg.png) fixed center top repeat-x; /* sans noel background: #a0d6f4 url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/h_bg.png) center top repeat-x; */
	background-size:auto !important;
	font: 12px Tahoma, Helvetica, sans-serif;
	color: #697073;   /* sans noel 697073 */
	text-align: center;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
a {
	color: #96A814;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#0099ff;
}
.slides-wrapper a {
	opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.sp, .clear {
	clear: both;
	margin:0;
	padding: 0;
	height: 0;
	overflow: hidden;
}
.sp span, .clear span {
	display: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
h2, h3, h4, h5, h6 {
	color: #333333;
}
h1, .page-title h1, .page-title h2 {
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: normal;
}

.product-view .product-shop .product-name h1 {
	 font-family:Tahoma, Geneva, sans-serif;
	 font-weight:bold;
	 color:#363344;
	 font-size:20px;
	 
}

h2 {
	font-size:16px;
	font-weight:bold;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
}
p {
	margin:0 0 10px;
}
/*any pages styles*/
.col-main dl dt {
	font-size: 14px;
	font-weight: normal;
}
.col-main h2 {
/*font-size: 20px;*/
}
.h2_big {
	font-size: 24px !important;
	color: #333333 !important;
}
.col-main h3 {
	font-size: 14px;
}
ul.bullet, ol.bullet {
	margin-bottom: 10px;
}
.col-main dl {
	padding: 20px;
}
ul.bullet li, dl.bullet dt {
	padding-left: 10px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/pager_arrow_right.gif) no-repeat 0px 5px;
}
hr {
	clear: both;
	position: relative;
	border: 1px solid #e4e4e4;
}
.pic-right {
	float: right;
	position: relative;
	margin: 0px 0px 10px 10px;
}
.pic-left {
	float: left;
	position: relative;
	margin: 0px 10px 10px 0px;
}
/* Layout ================================================================================ */
.wrapper {
	min-width: 950px;
}
.cms-home .wrapper {
	background: transparent;
}
.page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
/*	background: #ffffff;*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.main-container {
	background:transparent;
	clear: both;
}
.main {
	width: 950px;
	padding: 4px 0px 10px 0px;
/*	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/main_bg.gif) repeat-x 0 0;*/
}
.wishlist-index-index .main {
	padding-top: 15px;
}
.cms-index-index .main, .cms-home .main {
	padding: 10px 0px 10px 0px;
	width: 949px;
}
.home_page_header_block {
	margin: 2px 0px 0 0px;
	clear: both;
}
.cms-index-index .home_page_header_block p, .cms-home .home_page_header_block p {
	margin: 0;
}
/* Base Columns */
.col-left {
	float: left;
	width: 210px;
	padding: 5px 0 0px;
}
.cms-index-index .col-left, .cms-home .col-left {
	padding: 0 0 1px;
}
.col-main {
	float: left;
	width: 720px;
	padding: 0 0 1px;
	border:0px;

}
.checkout-onepage-index .col-main {
	float: left;
	width: 720px;
	padding: 0 0 1px;
}
.col2-right-layout .col-main {
	float: left;
	width: 720px;
	margin-top:7px;
	padding: 10px 0 10px 10px !important;
	background:#ffffff;
}
.col-right {
	float: right;
	width: 210px;
	padding: 0 0 0px;
}
.col2-right-layout .col-right {
	float: right;
	width: 210px;
	margin-top: 5px;
	padding: 0 0 0px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout {
	background: transparent;
}
.col2-right-layout {
}
.cms-index-index .col2-left-layout .col-main, .cms-home .col2-left-layout .col-main {
	width: 720px;
}
.col2-left-layout .col-main {
	width: 720px;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 490px;
	margin-left: 0px;
}
.col3-layout .col-wrapper {
	float: left;
	width: 720px;
}
/* Global Styles ========================================================================= */

/*header*/
.header-container {
	border: 0px;
	padding: 0px;
}
.header {
	padding: 0px;
	text-align: right;
	width: 100%;
	position: relative;
	height:100px;
}
.header a.logo {

	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.sub-header{
	padding-bottom:20px;
	display:block;
	height:315px;
	
}
.sub-header .banner-slider{
	float:left;	
}
.sub-header .sub-header-encart{
	float:right;	
}
.sub-header .sub-header-encart .encart-lrp{
	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/encart_lrp.png) no-repeat;
	width:235px;
	height:160px;
	margin-bottom:5px;
}

.sub-header .sub-header-encart .encart-guides-conseils{
	position:absolute;
	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/encart_guides&conseils.png) no-repeat;
	width:235px;
	height:160px;			
}


.sub-header .sub-header-encart .encart-guides-conseils .tableau_comparatif{

	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_tableau_comparatif.png) no-repeat;
	width:147px;
	height:42px;
	margin-top:50px;
	margin-left:5px;
		
}


.sub-header .sub-header-encart .encart-guides-conseils .astuces_utilisations{
	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_astuces_utilisation.png) no-repeat;
	width:147px;
	height:42px;
	margin-top:20px;
	margin-left:5px;	
}



div.block-cart-top .cart-link {
	display: none;
}
div.block-cart-top {
	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_cart_bg.png) no-repeat;
	width:172px;
	height:40px;
	color: #808080;
	float: right;
	position: relative;
	text-align: left;
	padding: 6px 0px 0px 0px;
	line-height: 11px;

}
	
div.block-cart-top .block-content{
	padding-left:50px;
}

div.block-cart-top a.title {
	color:#ffffff;
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
	text-transform:capitalize;
	padding-bottom: 3px;
}

div.block-cart-top span {
	color:#99ba26;
}


div.block-cart-top p {
	margin-bottom: 0;
}
div.block-cart-top .actions {
	height: 14px;
	position: relative;
	padding-top: 2px;
}
div.block-cart-top button {
	background: none;
	border: 0;
	line-height: 14px;
	height: 14px;
	position: relative;
	padding: 0;
	overflow: visible;
}
div.block-cart-top button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
.button-small:hover {
	display:none;
	cursor: pointer;
}
.button-small span {
	display:none;
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/btn_small.gif) no-repeat 0 0;*/
	padding: 0px 0px 0px 12px;
	line-height: 14px;
	height: 14px;
	margin: 0;
	position: relative;
	display: block;
	white-space: nowrap;
}
.button-small span span {
	display:none;
	line-height: 14px;
	height: 14px;
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/btn_small.gif) no-repeat 100% 100%;*/
	color: #fff;
	font-size: 10px;
	padding: 0px 12px 0px 0px;
	text-transform: lowercase;
	margin: 0;
}

.header .b-right{
	width:200px;
	float:right;
	margin-top:15px;
}

.header .b-right .upper-header {
}

.header .b-right .b-links{
	float:right;
	max-width:187px;
}

.header .b-right .b-links .links-cart {
	float:left;
	position: relative;
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/top_sp.gif) no-repeat 100% 50%;*/
/*	height: 38px;
	padding-right: 10px;*/
	padding: 5px 0;
}
.header .b-right .b-links .links-cart li a:link, .header .b-right .b-links .links-cart li a:visited {

	color: #333333;
	text-decoration: none;
	font-size:11px;
	font: 11px Arial, Helvetica, sans-serif;
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header_links_sp.png) no-repeat 0% 50%;*/
	padding: 5px 5px 5px 5px;
	margin-left:5px;
	text-transform:capitalize;
/*	display: block;*/
/*	height: 34px;
	line-height: 34px;
	margin-left: 10px;*/
	/*background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/wishlict_top.png) no-repeat 0% 100%;*/
/*	padding-left: 30px;
	padding-top: 4px;*/
}
.header .b-right .b-links .links-cart li a:hover {
	text-decoration: none;
	color: #0099ff;
}

.header .b-right .b-links .links {
	float:left;
	position: relative;
	margin: 0;
	padding: 2px 0;
}
.header .b-right .b-links .links li {
	padding:5px 10px 5px 0px;
	margin-top: -1px;
/*	height: 19px !important;*/
/*	line-height: 16px !important;*/
	float:left;
	font-size:11px;
}
.header .b-right .b-links .links a:link, .header .b-right .b-links .links a:visited {
	color: #333333;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header_links_sp.png) no-repeat 0% 50%;*/
	padding: 0px 10px 0px 5px;
	border-right:1px solid #333333;
	text-transform:capitalize;	
}
.header .b-right .b-links .links a:hover {
	text-decoration: none;
	color: #0099ff;
}
.header .b-right .b-links .links li.last a:link, .header .b-right .b-links .links li.last a:visited {
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header_links_sp.png) no-repeat 0% 50% !important;*/
}
/*switchers*/
.header .b-right .switchers {
	text-align: right;
	padding-top: 11px;
	float: left;
	position: relative;
	clear: both;
	height: 29px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header_links_bg.png) repeat-x 0% 100%;
}




.head_phone_block {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/top_sp.gif) no-repeat 100% 50%;
}
.head_phone_block small {
	color: #697073;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 8px;
}
.head_phone_block strong {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/phone_top.gif) no-repeat 0% 50%;
	font-weight: normal;
	padding-left: 12px;
	display: block;
	font: normal 24px Times New Roman, Helvetica, sans-serif;
	line-height: 20px;
}
.chat_top {
	float: right;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/top_sp.gif) no-repeat 100% 50%;
	height: 38px;
}

/*Form-search*/
div.search {
	float: right;
	position: relative;
	margin: 0px 0px 0px 14px;
	width: 260px;
}
#search_mini_form {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	position: relative;
	float: right;
	width: 270px;
	clear: both;
}
.header .form-search {
	float:left;
	padding-top: 0px;
	width: 260px;
	height: 30px;
	position: relative;
	top: 0px;
	right:0px;
	background-image: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/menu_bk_search.png);
	background-repeat: no-repeat;
	margin-top:10px;
}
.header .form-search label { display: none;float:left; font-size:12px; font-weight:bold; padding:0 5px 0 0;  }
.header .form-search .search_btn { float: right;padding-right: 0px;	}
/*.form-search input.input-text { float:left; width:125px;padding-left: 5px;border:none; background: transparent; }*/
.header .form-search input.input-text {
	float:left;
	width:200px;
	padding-left: 5px;
	background: transparent;
	margin-top:6px;
	margin-left:10px;
	border:none;
}
.header .form-search button.button { float:right; background:none; margin:0px; padding:0px; }
.header .form-search button.button span { height:28px !important; margin:1px 0 0 0; left:-1px;  width:40px !important;  background-image: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/menu_bt_bk_search.png) !important;  line-height:21px;  }



ul.links-advanced {
	font-size: 10px;
	line-height: 10px;
	text-transform: lowercase;
	margin-bottom: 4px;
	clear: both;
}
ul.links-advanced a:link, ul.links-advanced a:visited {
	color: #808080;
	padding-right: 7px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header_links_sp.png) no-repeat 100% 70%;
}
/*************************************************HEADER links*/

.header .b-middle{
	position:absolute;
	float:right;
	margin-top:15px;
	margin-left:470px;
}

.header .b-middle .contact {
	position: relative;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/menu_num_tel.png) no-repeat;
	width:290px;
	height:35px;
	top:0px;
}


.header .b-middle .quick-access {
	position:relative;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}



.header .welcome-msg {
	float: right;
	text-align: right;
	color: #999999;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 10px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/top_sp.gif) no-repeat 100% 50%;
	margin: 0;
	width: 200px;
	height: 38px;
}
.header .welcome-msg span {
	color: #6a4e1f !important;
	font: 30px "Times New Roman", Times, serif;
}
div.top_static {
	text-align: right;
	margin: 0px 0px 4px 0px;
}
div.top_static p {
	margin:0;
	padding:0;
}
div.top_static a:link, div.top_static a:visited {
	color: #5d5d5d !important;
	font: 11px Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	text-decoration: none !important;
	padding: 0px 14px 0px 10px !important;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/top_static_links_sp.gif) no-repeat 100% 50% !important;
}
div.top_static a:hover {
	color: #7b7b7b !important;
}
div.top_static a.last {
	background: none !important;
	padding: 0px 0px 0px 10px !important;
}
div.top_static a:hover {
	text-decoration: underline !important;
}

.sw_bg_l {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header_links_left_bg.png) no-repeat 0 0;
	height: 29px;
}
.sw_bg_r {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/header_links_right_bg.png) no-repeat 100% 0%;
	height: 29px;
}
.header .switchers label {
	display: none;
}
div.store-switcher {
	float: right;
	position: relative;
	max-width: 120px;
	padding: 5px 10px 0px 10px;
}
div.store-switcher select {
	float: right;
	padding: 0 !important;
	max-width: 120px;
$width: 120px;
}
.header .form-language {
	float: right;
	position: relative;
	padding: 5px 10px 0px 0px;
}
/*NAvigation*/
.nav-container {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/menu_bg.png) no-repeat 0 0;
	margin: 0 0 0 0;
	clear: both;
}
#nav {
	padding:0px 0px 0px 1px;
	width: 949px;
	height: 34px;
	margin:0 auto;
	font-size:13px;
}
#nav li a, #nav li a:hover {
	padding: 3px 30px 6px 18px;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li a {
	color: #fff;
}
#nav ul {
	background: #f5f5f5;
	margin-top: 1px;
	border: 1px solid #d3d3d3;
	border-top: 0;
}
#nav ul ul {
	background: #f5f5f5;
	padding-top: 0px;
	border: 1px solid #d3d3d3;
}
#nav ul li a {
	padding: 0px 0px 0px 0px !important;
	text-transform: none !important;
	font-size: 11px !important;
	font-weight: normal !important;
	background: none !important;
	color: #050000;
}
#nav ul li.parent a {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_nav2.gif) no-repeat 97% 50% !important;
}
#nav ul li.parent li a {
	background: none !important;
}
#nav ul li a:hover, #nav ul ul li a:hover {
	color: #fff;
}
/*submenu*/
.submenu {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/submenu_bg.gif) no-repeat 50% 100%;
	padding-bottom: 4px;
	width: 949px;
}
.submenu .block {
	background: none;
	width: 270px;
	margin: 4px 4px 0px 0px;
	padding: 0;
	float: right;
}
.block-header-subscribe .block-content {
	width: 270px;
	height: 19px;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.submenu .block-header-subscribe .input-box {
	float: left;
	position: relative;
	height: 19px !important;
	width: 239px !important;
}
.submenu .block-header-subscribe .input-box input {
	width: 235px !important;
	height: 19px !important;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/subscribe_input_top.gif) no-repeat 0 0;
	border: 0;
	padding: 0px 0px 0px 4px !important;
	font-size: 11px;
	font-weight: normal;
}
.submenu .block-header-subscribe .actions {
	float: left;
	position: relative;
	width: 29px;
	margin: 0;
	padding: 0;
}
.submenu .block-header-subscribe button.button {
	width: 29px;
	height: 19px !important;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/subscribe_input_top_btn.gif) no-repeat 0 0;
}
.submenu .block-header-subscribe button.button:hover {
	opacity: 0.9;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.submenu .block-header-subscribe button.button span {
	display: none;
}
div.promo_sting {
	width: 632px;
	float: left;
	position: relative;
	padding-top: 4px;
	padding-left: 4px;
}
.shipping_info {
	width: 312px;
	float: left;
	position: relative;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/submenu_sp.gif) no-repeat 100% 50%;
	text-align: left;
}
.shipping_info p {
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 34px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/shipping_icon.gif) no-repeat 0 0;
	text-transform: uppercase;
	font-family: arial;
	font-size: 12px;
	font-weight: 700;
}
.shipping_info p a:link, .shipping_info p a:visited {
	color: #808080;
	padding-right: 10px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/arr_grey.png) no-repeat 100% 20%;
}
.shipping_info p a strong {
	font-weight: 700;
}
.promo {
	width: 316px;
	float: left;
	position: relative;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/submenu_sp.gif) no-repeat 100% 50%;
	text-align: center;
}
.promo p {
	margin: 0;
	padding: 0;
}
.promo a:link, .promo a:visited {
	padding-right: 10px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/arr_green.png) no-repeat 100% 50%;
	color: #333;
	font-size: 11px;
}
/*breadvrumbs*/
.breadcrumbs {
	clear: both;
	margin-bottom: 4px;
	padding: 0px 0 20px 4px;
}
.breadcrumbs li {
	margin-right: 5px;
	color: #5d5d5d; /* sans noel 5d5d5d*/
	
}
.breadcrumbs strong {
	font-weight:bold !important;
}
.breadcrumbs li strong {
	color: #5d5d5d;  /* sans noel 5d5d5d*/
}
.breadcrumbs span {
	display: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #5d5d5d; /* sans noel 5d5d5d*/
	padding-right: 14px;
	text-decoration:underline;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/breadcrumbs_sp.gif) no-repeat 100% 63%;
}



/*------------------*****************************FOOTER-------------------*/
.footer-container {
	border-top: 0;
	background: #fff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_links_block.jpg) no-repeat 0 0;
}
.footer {
	width:952px;
	padding: 0;
}


.footer-top {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_top.png) no-repeat 0 0;
	width:952px;
	height:75px;	
}

.footer-middle {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_bk.png) repeat-x;
	width:952px;
	height:170px;
	border-bottom: 1px solid #ababab;
}

.footer-middle .block-1,
.footer-middle .block-2,
.footer-middle .block-3,
.footer-middle .block-4{
	font-style:normal;
	margin-top:10px;
	float:left;
	display:block;
}


.footer-middle .block-1,
.footer-middle .block-2,
.footer-middle .block-3{
	width:230px;
}

.footer-middle .block-4{
	width:auto;
}

.footer-middle .block-1 {
	margin-left:15px;
	
}

.footer-middle .block-1 .contact-lien{
	color:#0099ff;
	margin-top:10px;
}

.footer-middle .block-1 .contact-lien ul{
	list-style:none;
}

.footer-middle .block-1 .contact-lien ul li{
	padding:0px 0px 7px 0px;
}

.footer-middle .block-1 .contact-lien strong{
	color:#0099ff;
}

.footer-middle .block-1 .contact-lien a{
	text-decoration:underline;
	color:#0099ff;
}

.footer-middle .block-1 .contact-lien .tel {
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-footer.png) no-repeat top !important;
	width:30px;
	height:19px;
}

.footer-middle .block-1 .contact-lien .email {
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-footer.png) no-repeat center !important;
	width:30px;
	height:19px;
}

.footer-middle .block-1 .contact-lien .point_retrait {
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-footer.png) no-repeat bottom !important;
	width:30px;
	height:19px;
}

.footer-middle .block-4 .social .title {
	float:left;
	font-weight:bold;
	text-transform:capitalize;
	font-size:11px;
	margin-right:5px;
	margin-top:6px;
}

.footer-middle .block-4 .social a.facebook {
	float:left;
	display:block;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-social2.png) no-repeat top left;
	height:37px;
	width:35px;
	margin-left:5px;
}

.footer-middle .block-4 .social a.twitter {
	float:left;
	display:block;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-social2.png) no-repeat top center;
	height:37px;
	width:35px;	
	margin-left:5px;
}

.footer-middle .block-4 .social a.youtube {
	float:left;
	display:block;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-social2.png) no-repeat top right;
	height:37px;
	width:35px;	
	margin-left:5px;
}


.footer-middle .block-4 .social a.facebook:hover {

	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-social2.png) no-repeat bottom left;


}

.footer-middle .block-4 .social a.twitter:hover {

	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-social2.png) no-repeat bottom center;

}

.footer-middle .block-4 .social a.youtube:hover {

	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon-social2.png) no-repeat bottom right;

}




.footer-middle .title {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

.footer-middle ul {
	list-style-type:disc;
}

.footer-middle ul li a:hover{
	text-decoration:underline;
	color:#0099ff;
}

.footer-bottom{
	margin-top:3px;
	position:absolute;
}

.footer-bottom .footer-bottom-1 {
	width:952px;
	height:80px;
	border-bottom: 1px solid #ababab;
	padding-bottom:5px;
	background-color:#FFF;
}

.footer-bottom .footer-bottom-1 .encart-reassurance{
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bg-logos-reassurance.png) center no-repeat;
	width:560px;
	height:80px;
	border-right:1px dotted #333333;
}

.footer-bottom .footer-bottom-1 .encart-temoignages{
	float:right;
	width:380px;
}

.footer-bottom .footer-bottom-1 .encart-temoignages .title{
	display:block;
	margin-bottom:3px;
	font-weight:bold;
}

.footer-bottom .footer-bottom-1 .encart-temoignages .texte{

	font-style:italic;
	font-size:11px;
}

.footer-bottom .footer-bottom-1 .encart-temoignages .texte span{
	font-size:16px;
	font-weight:bold;
}

.footer-bottom .footer-bottom-1 .encart-temoignages .lien-temoignage{
	margin-top:-25px;
	position:absolute;
	width:350px;
}

.footer-bottom .footer-bottom-1 .encart-temoignages .lien-temoignage a{
	text-align:right;
	float:right;
	color:#0099ff;
	text-decoration:underline;
	font-weight:bold;
}



.footer-bottom .footer-bottom-2 {
	width:952px;
	padding:10px;
	text-align:center;
	font-size:11px
}










.footer ul.links {
	padding-bottom: 2px;
}
.footer ul.links li {
	margin-right: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}
.footer address {
	margin-bottom: 0;
	color: #697073;
}
.footer a {
	color: #697073;
}
.footer .footer_block {
	margin-left: 0px;
	padding: 23px 20px 5px 20px;
}
.footer_block .links_block {
	clear: both;
	margin-bottom: 30px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_links_dots.gif) repeat-y 50% 0%;
}
.footer_block .links_block div {
	float: left;
	width: 220px;
	margin-right: 118px;
}
.footer_block .links_block div.last {
	margin-right: 0;
	margin-left: 0px;
}
.footer_block .links_block div a.title {
	display: block;
	color: #353535;
	font: bold 11px Tahoma, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}
.footer_block .links_block div ul {
	display: block;
}
.footer_block .links_block div ul li {
	display: block;
	text-align: left;
}
.footer_block .links_block div ul li a {
	color: #2f3135;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer_block .icons {
	clear: both;
	width: 911px;
	padding: 8px 0 0 0;
	margin-left: 0px;
	margin-right: 0px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_links_block_line.gif) no-repeat 0 0;
}
.footer_block .icons .icons_left {
	float: left;
}
.share_this {
	display: block;
	float: right;
	position: relative;
}
.footer_block .icons .icons_right {
	float: right;
	padding-right: 0px;
}
.footer_block .icons img {
	margin-right: 2px;
}
.footer_block .icons .icons_right a:hover, .footer_block .icons .icons_left a:hover {
	opacity: 0.9;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.footer .seotext {
	padding: 10px 20px 1px 20px;
	text-align: left;
}
.footer .seotext p {
	color: #808080;
	font: normal 11px Arial, Helvetica, sans-serif;
}
.footer .design-by {
	padding-bottom: 10px;
}




/*-------------------------------------------------------SUBSCRIBE-----------*/

.block-subscribe .block-title {
	border-bottom: 0px;
	background:  #ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/newsletter-bk-top.png) no-repeat;
	height:28px;
	width:232px;
}


.block-subscribe .block-title strong {
	color: #808080;
	font: bold 12px Tahoma, sans-serif;
	width:232px;
	margin-left:-12px;
/*	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/newsletter-bk-top.png) no-repeat !important;
	height:28px;*/
}

.block-subscribe .block-content {
	color: #333333;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/newsletter-bk-bottom.png) no-repeat;
	height:52px !important;
	width:232px !important;
}


/*-------------------------------------------------------SIDE BARS-----------*/
.block {

	margin: 0 0 10px;
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/block_bg.gif) repeat-y 0 0;*/
}
.col-left .block .block-title,
.col-right .block .block-title  {
	border-bottom: 1px solid #9a99a1;
	padding: 0px 0px 0px 0px;
	background:  #ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/head_sidebar.png) no-repeat;
	width:208px;
	height:34px;

}

.block .block-title strong {
	color: #363344;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding: 10px 10px 6px 10px;
	margin-bottom: 0px;
/*	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/newsletter-bk-top.png) no-repeat !important;*/
	height:28px;
}

.block-cart .block-title strong, .block-popular .block-title strong, .block-subscribe .block-title strong, .block-account .block-title strong, .news_left .block-title strong {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #363344;
}
.cms-home .block-cart .block-title strong, .block-account .block-title strong {
	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/head_sidebar.png) no-repeat 50% 0% !important;
}
.block .block-content {
	color: #333333;
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/newsletter-bk-bottom.png) no-repeat;
	padding: 6px 12px 12px 12px;*/
}


.block-cart .block-content {
	color: #474747;
}
.block-content .block-subtitle {
	margin: 0;
	padding: 0px 0px 5px 0px;
}
.block-cart .actions {
	padding-right: 60px;
}
.block-payment-options .block-content {
	padding-left: 9px;
}
.block li.odd {
	background: transparent;
}
.block-progress dt {
	font-size:11px;
	color: #333333;
}
.sidebar_banner {
	margin-bottom: 10px;
}
.block-service .block-title {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/customer_service_head.gif) no-repeat 0 0 !important;
	height: 33px;
}
.block-service .block-title strong {
	display: none;
}
.block-service .block-content {
	padding-top: 0 !important;
}
.block-service dt {
	font-weight: bold;
	font-size: 12px;
}
.block-service dt strong {
	color: #333333;
}
.block-service dd {
	margin-bottom: 10px;
	font-size: 11px;
	color: #333333;
}

.block-layered-nav dt {
	background: none;
	font-weight: bold;
	width:195px;
	padding: 6px 0px 2px 0px;
	text-transform:none;
	border-bottom:1px solid #c2c1c7;
}

.block-layered-nav hr{
	width:150px;
	border: 0.1em solid #c2c1c7;
	margin :5px auto;
}

.block-layered-nav li {
	padding-bottom: 2px;
}

.block-layered-nav a:link, .block-layered-nav a:visited {
	font:  11px/16px Tahoma, Helvetica, sans-serif;
	color: #363344;
	text-decoration: none;
}

.block-layered-nav .block-content {
	border: 0;
	padding-bottom: 5px;
	margin-left:5px;
}

/*shop by, category*/
/*.block-layered-nav .block-subtitle {
	display: none;
}
.block-layered-nav .block-title {
	text-indent:0em;
	height: 29px;
}
.block-layered-nav .block-title strong {




.block-layered-nav dd {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/block_line.gif) no-repeat 0% 100%;
}
.block-layered-nav .currently .label {
	background:none;
	font-weight:bold;
	padding-left:0px;
	text-transform:none;
}
.block-layered-nav .currently .label span {
	font-weight:normal;
	color: #5d5d5d;
}}*/
.block-cart .block-title, .block-popular .block-title, .block-account .block-title, .block-service .block-title {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/block_head_line.gif) no-repeat 0 100%;
}
/*blocks*/
.block-account .block-content li a, .block-account .block-content li.current strong, .block-account .block-content li.current {
	border: 0 !important;
}
.block-cart .block-title strong span {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_cart.gif) no-repeat 0% 40%;
	padding-left: 20px;
}
.block-popular .block-title strong span {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_asterick.gif) no-repeat 0% 50%;
	padding-left: 20px;
}
.block-subscribe .block-title strong span {
/*	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_news.gif) no-repeat 0% 60%;*/
	padding-left: 10px;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;

}
/*.block-subscribe .block-content {
	padding-top: 0px;
}*/
.block-subscribe label {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	display: none;
}
.block-subscribe input.input-text {
	float:left;
	position: relative;
	width: 135px !important;
	height: 30px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6666666;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_bk_subscribe.png) no-repeat 0 0;
	border: 0;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 40px;
}


.block-subscribe input.input-text:focus {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_bk_subscribe.png) no-repeat 0 0;
}

.block-subscribe  button.button {
	float: right;
	width: 41px !important;
	height: 30px !important;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_bt_bk_subscribe.png) no-repeat;
}
.block-subscribe  button.button:hover {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/footer_bt_bk_subscribe.png) no-repeat;
}
.block-subscribe  button.button span {
	display: none;
}






.block-subscribe .input-box {
	float: left;
	margin: 0px 0px 7px 0px;
	padding: 8px 0px 0px 0px;
}
.block-subscribe .actions {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
/*side-bar items*/
.block .block-content li.item {
	padding:0px 0px 5px 0px;
}
.block .block-content li.item .product {
	padding-bottom: 0px;
}
.block .block-content li.last .product {
	padding-bottom: 8px;
	border-bottom: 0;
}
/*reccently view*/

#recently-viewed-items li {
	padding-top: 1px;
	padding-bottom: 2px;
}
#recently-viewed-items a {
	font-weight: normal;
	text-decoration: none;
}
/*most popular, related */
.product-name a {
	text-decoration: none;
	font-style:normal !important;
	
}
.block-content .old-price .price-label {
	display: none;
	color: #696969;
	font-weight: bold;
}
.block-content .special-price .price-label {
	display: none;
}
.block-content .old-price .price, .block-content .special-price .price, .block .regular-price, .block .regular-price .price {
}
.old-price .price {
	text-decoration: none;

}
/*****************************************************************************CATALOG****************/




/*product name*/
.products-list .product-name, .products-list .product-name a {
	color:#363344;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 8px;
}
.products-grid .product-name, .products-grid .product-name a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/*product decription*/
.products-list .desc {
	font:11px Arial, Helvetica, sans-serif;
}
.mini-products-list p.product-name, .mini-products-list .link-wishlist {
	padding-left: 0px !important;
	line-height: 100%;
	font-size: 11px;
}
.mini-products-list .price-box {
	margin: 0;
}
.mini-products-list .product-image {
	width: 50px;
}
.mini-products-list .product-details {
	margin-left: 62px;
}
/*price*/
.regular-price {
	color: #666;
}


.data-table td .price {
	font-size: 14px;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
}



.price-box{
	text-align:center;
	font-style:normal !important;
	
}
.products-grid .old-price, .products-grid .special-price {	
	float:left;
	font-size: 11px;
	line-height: 100%;
	color: #666;
}


.products-grid .old-price{
	margin-left:20px;
	}

.products-grid .old-price
.cart-cell .old-price{
	text-decoration:line-through;
	margin-top:5px;
	padding:0px 5px 0px 5px;
	font-size: 11px;

}

.products-grid .special-price .price{
	float:right;
	font-weight: bold;
	font-size: 14px;
	font-family:Tahoma, Geneva, sans-serif;
}
.minimal-price-link {
	color: #000;
	font-size: 11px;
	line-height: 100%;
	font-weight: bold;
}
.minimal-price-link .label {
	font-weight: normal;
}
.mini-products-list .price-label {
	display: none;
}
#checkout-review-table .price {
	font-size: 12px;
}
.block-content .old-price .price {
	text-decoration: line-through;
	float: left;
	padding-top: 4px;
	margin-right: 2px;
}
/* Form Elements */
input {
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	font-weight: bold;
}
select, textarea {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#808080;
	font-weight: normal;
}
input.input-text, select, textarea {
	background:#f8f8f8;
	border:1px solid #dfdfdf;
}
select.multiselect option {
}
.sort-by select {
	width: 128px;
}
/* Form */
.form-list label {
}
label.required em {
	margin-right: 5px;
	font-style:normal;
	padding-left: 5px;
}
.form-list label.required em {
	right: -10px;
}
/* REQUIRED BUTTON STYLES: */
button.button {
	position: relative;
	border: 0 !important;
	cursor: pointer;
	padding: 0;
	overflow: visible; /* removes extra side padding in IE */
}
 button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
	height:17px;
	padding: 0;
	margin: 0;
}
button.button span span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button.button span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */


.qtyswitcher-add-to-cart-box button.button, .qtyswitcher-add-to-cart-box button.button:hover,
.cart-cell button.button{
	padding: 0 10px 0 0 ;
	font: 14px bold Tahoma, Helvetica, sans-serif !important;
	text-align: center;
	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_ajout_panier.png) no-repeat right -64px  !important;
    height: 30px !important;
	
}
.qtyswitcher-add-to-cart-box button.button span, .qtyswitcher-add-to-cart-box button.button:hover span,
.cart-cell button.button span span, .cart-cell button.button:hover span span
  {
	background:url("http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_ajout_panier.png") no-repeat scroll left top  !important;
	border:0 none !important;
	color:#ffffff;
	font:14px bold Tahoma, Helvetica, sans-serif !important;
	padding:6px 14px 0 5px;
	text-transform:uppercase;
	height:30px;	
	text-align: center;
}



button.button {
	padding: 0 11px 0 0;
	font: 11px Tahoma, Helvetica, sans-serif;
	text-align: center;
	background:  url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/light_e_btn_split.gif) no-repeat right -64px;
	height: 17px !important;
}
button.button span span {
	background:url("http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/light_e_btn_split.gif") no-repeat scroll left top  !important;
	border:0 none !important;
	color:#ffffff;
	font:11px Tahoma, Helvetica, sans-serif;
	height:17px;
	padding:2px 0 0 11px;
	text-transform:uppercase;
}
button.button:hover, button.buttonHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -96px;
}
button.button:hover span span, button.buttonHover span span {
	background-position: 0 -32px !important;
	color: #ffffff;
}
/*.products-grid button.button, .products-list button.button, .add-to-cart button.button, .cart-cell button.button{
	width:150px;
	font: 11px Tahoma, Helvetica, sans-serif;
	text-align: center;

	height: 30px !important;
}
.products-grid button.button span span, .products-list button.button span span, .add-to-cart button.button span span, .cart-cell  button.button span span  {
	padding:6px 0px 7px 0px;
	width:150px;
	text-align:center;

	border: 0 !important;
	color: #ffffff;
	font: 13px Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
}*/

.cart-cell p {
	padding-top:10px;
}

.products-grid button.button:hover, .products-grid button.buttonHover, .products-list button.button:hover, .products-list button.buttonHover, .add-to-cart button.button:hover, .add-to-cart button.buttonHover { /* the redundant class is used to apply the hover state with a script */
/*	background-position: right -96px;*/
}
.products-grid button.button:hover span span, .products-grid button.buttonHover span span, .products-list button.button:hover span span, .products-list button.buttonHover span span, .add-to-cart button.button:hover span span, .add-to-cart button.buttonHover span span {
/*	background-position: 0 -32px !important;*/
}

.checkout-types button.button span, button.btn-checkout span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
	height:27px;
	font: 14px/27px Tahoma, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    .checkout-types button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button.btn-checkout span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
.checkout-types button.button, button.btn-checkout {
	padding: 0 13px 0 0;
	font: 14px/27px Tahoma, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/big_btn_split.gif) no-repeat right -47px;
	height: 27px !important;
}
.checkout-types button.button span span, button.btn-checkout span span {
	padding: 4px 0 0 13px;
	height: 27px;
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/big_btn_split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #fff;
	font: bold 13px Tahoma, Helvetica, sans-serif;
	text-transform: none;
}
.checkout-types button.button:hover, .checkout-types button.buttonHover, button.btn-checkout:hover, button.btn-checkoutHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -141px;
}
.checkout-types button.button:hover span span, .checkout-types button.buttonHover span span, button.btn-checkout:hover span span, button.btn-checkoutHover span span {
	background-position: 0 -94px !important;
	color: #fff;
}
.product-view .box-tags .form-add .input-box {
	margin-right: 8px;
}
.product-view .box-tags .form-add .input-box input {
	height: 14px;
	background: #ffffff;
	border: 1px solid #cecece;
}
div.toolbar div.pager {
	padding: 3px 0 3px 0;
}
div.toolbar div.sorter {
	padding: 3px 10px 11px 0;
}
.toolbar-bottom {
	margin-top: 30px;
}
div.toolbar-bottom div.sorter {
	display: block;
}
div.toolbar-bottom .view-mode {
	padding-right: 20px;
	
}
div.toolbar-bottom .limiter {
	float: left;
}
.short-description {
	font-size: 11px;
}
/*catalog list*/
.products-list .product-image {
	width: 160px;
	height: 160px;
}
.products-list .product-shop {
	margin-left: 180px;
	padding-top: 10px;
}
/**************************************************************PRODUCT******************/
.product-view {
	margin-top: 0px;
	border: 1px solid #cecece;
	padding: 0px 0 0 0;
	background:#FFF;
}
.product-essential {
	padding-top: 0;
	text-align: left;
}
.product-view .product-shop {
	width: 338px;
	margin-top:20px;
	text-align: left;
}
.product-view .product-img-box {
	margin-top: 10px;
}
.more-views {
	padding-top: 4px;
}
.product-view .product-img-box .product-image {
	margin-bottom: 5px;
}
.product-view .product-img-box .zoom #track {
	background:#dadada;
}
.product-view .product-shop .availability {
	font-size: 11px;
}
.product-view .product-img-box .more-views li {
	margin:0 0 8px 12px;
}
.product-view .product-img-box .more-views li a {
	border: 0px solid #ffffff !important;
}

.product-link-top{
	float:right;
}

.product-link-top a{
	font-size:14px;
	color:#333333;
	text-decoration:none;
	padding:5px 0;
}


.product-link-top a:hover{
	text-decoration:underline;
}


.add-to-cart {
	margin-right: 10px;
}
.add-to-cart label {
	color: #363344;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
.add-to-cart .qty {
	padding: 1px 4px;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 28px;
	height: 19px;
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/qte.png) no-repeat;
}

.add-to-cart .qty:focus {
	padding: 1px 4px;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 28px;
	height: 19px;
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/qte.png) no-repeat;
}


.product-view .product-shop .add-to-links a {
	color:#333333 !important;
	font-weight:normal !important;
	font:10px Arial, Helvetica, sans-serif  !important;
}
.product-view .product-shop .short-description {
	width:300px;
	line-height: 130%;
}
.product-collateral .box-collateral, .no-rating {
	margin-bottom: 15px;
}
.product-view .box-up-sell .products-grid {
	width: 642px ;
	margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid td {
	padding:15px 5px 12px 0px;
}
.product-shop .tier-prices, .product-shop .add-to-box, .product-options {
/*	border: 1px solid #DADADA;
	border-radius: 3px 3px 3px 3px;
	background: #f5f5f5;
	padding: 12px;*/

}
.product-shop .tier-prices {
	margin: 0;
	padding: 0px 10px !important;
}
.product-view .product-shop .regular-price .price {
	font-size: 30px;
	font-weight: normal;
}
.product-view .product-shop .special-price .price {
	float:right;
	font-size: 30px;
	color:#0099ff;
	font-weight: normal;
	margin-right:30px;
}

.product-view .product-shop .old-price .price {
	float:right;
	font-size: 20px;
	color:#363344;
	text-decoration:line-through;
	font-weight: normal;
	margin-right:30px;
}

/*product opions*/
.product-options dd {
	border-bottom: 1px dotted #DADADA;
}
.product-options {
	margin: -30px 0 0 0;
/*	padding: 5px 15px 5px 20px;*/
}
.product-options p.required {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
.product-options dl {
	margin: 0;
	padding: 0 !important;
}
.product-options dt {
	padding: 5px 0px 2px 0px;
	font-weight: bold !important;
	font-size: 11px;
}
.product-options dd {
	padding: 0px 10px 10px 0px;
	margin: 0 0 0px;
}
.product-view .product-shop .add-to-links li {
	padding-right: 10px;

}


.product-options-bottom .add-to-links {
	display:none;
}


/*product review*/
.dedicated-review-box ol li, .product-view .box-reviews dd {
	margin-bottom: 20px;
	border-bottom: 1px solid #9a99a1;
}
.dedicated-review-box ol li strong, .box-reviews dl dt a {
	font-size: 18px;
	font-weight: normal;
}
.box-reviews dl dt {
	color: #000;
}
table.ratings-list {
	margin-bottom: 10px;
}
table.ratings-list strong {
	font-size: 12px !important;
	font-weight: normal;
}
#product_tabs_review_tabbed_contents .form-add textarea, .box-reviews .form-add textarea {
	width: 646px !important;
}
/**/
.benefit {
	font-size: 18px;
	font-weight: normal;
}
.product-shop .add-to-box {
	text-align: center;
}
.add-to-cart button span {
	font-weight: bold !important;
}
.product-shop .add-to-links {
	width: 100%;
}
.product-shop .add-to-links li {
	font-size:10px;
}
.add-to-links a.link-wishlist {
	color:#9a99a1;
/*	padding-left: 15px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/wish.png) no-repeat 0 0;*/
}
.add-to-links a.link-compare {
	color:#9a99a1;
/*	padding-left: 15px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/comp.png) no-repeat 0 0;*/
}
.add-to-links a.link-wishlist:hover,
.add-to-links a.link-compare:hover{
	color:#0099ff;
} 


.products-grid a.link-wishlist, .products-grid a.link-compare {
	padding-left: 0;
	background: none;
}
.products-grid .add-to-links, .products-list .add-to-links {
	line-height: 11px;
	font-size: 10px  !important;
}
/*titles on product page*/
.product-collateral h2 {
	font:18px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.product-essential h2, .product-view .product-img-box .more-views h2 {
	font:11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin: 5px 0px 7px 0px;
	color: #666;
}
/*messages*/
.error-msg, .success-msg, .note-msg, .notice-msg {
	background: #ebeaec;
	min-height:24px !important;
	padding:4px 8px 2px 8px !important;
}
.add-to-box .or {
	color:#696969;
	font-weight:normal;
}
.product-collateral {
	padding: 0px 25px 25px 25px;
	background: #ffffff;
}
.product-view .box-tags .form-add label {
	color: #696969 !important;
	font-weight: normal !important;
	font-size: 11px;
}
.product-view .box-tags .form-add .input-box {
	padding:0;
}
.product-view .box-tags .note {
	padding:0;
}
.product-options p.required {
	padding-top: 0;
}
.product-options {
	padding-bottom: 5px;
}
/***************************************************************CART**********************************/
/* Tax Details Row */
tr.tax-total {
	cursor:pointer;
}
tr.tax-total .tax-collapse {
	float:right;
	text-align:right;
	padding-left:20px;
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bkg_collapse.gif) 0 5px no-repeat;
	cursor:pointer;
}
tr.show-details .tax-collapse {
	background-position:0 -52px;
}
.cart .page-title h1 {
	margin-top: 4px;
}
.cart .page-title .checkout-types li {
	margin-bottom: 0;
	margin-top: 5px;
}
.data-table thead th {
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cart .discount h2, .cart .shipping h2 {
	padding:0 0 0 0px;
	text-transform:none;
}
.cart .discount input.input-text {
	width: 126px;
	padding-left: 6px;
	float: left;
}
/*crossels*/
.crosssell h2 {
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
}
#checkout-review-table tfoot tr.last .price {
	font:16px "Georgia", Tahoma, Helvetica, sans-serif;
}
#shopping-cart-totals-table tfoot .price {
	font-weight: bold !important;
	font:12px Arial, Helvetica, sans-serif;
}
#shopping-cart-totals-table .price {
	font-weight: normal !important;
	font:12px Arial, Helvetica, sans-serif;
}
.cart .totals td {
	vertical-align: middle;
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.cart .totals tfoot td strong {
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cart .discount .buttons-set/*, .cart .shipping .buttons-set*/ {
	margin-top: 0;
	margin-left: 8px;
	float: left;
	clear: none;
}
.discounts {
	width: 50%;
	float: left;
	position: relative;
}
.form-list label {
	font:11px Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	font-weight: bold;
}
.form-list .input-box select {
	border: 1px solid #cecece;
}
.checkout-progress li.active {
	border-top-color: #313438;
	color: #333333;
}
.cart .crosssell {
	padding: 11px 15px 12px 15px;
}
.cart .crosssell .link-wishlist {
	color: #333333 !important;
}
.crosssell .product-name a {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
}
.crosssell .add-to-links {
	clear: none;
	padding-top: 5px;
	margin-top: 0;
	font-size: 11px;
}
.crosssell .add-to-links .link-wishlist, .crosssell .add-to-links .link-compare {
	padding-left: 0;
	background-image: none;
}
/* SMALL BUTTONS */
.cart .discount button.button, .cart .shipping button.button, #shopping-cart-table button.button, .my-wishlist .buttons-set button.button, .block-compare button.button {
	position: relative;
	border: 0 !important;
	cursor: pointer;
	padding: 0;
	overflow: visible; /* removes extra side padding in IE */
}
 .cart .discount button.button::-moz-focus-inner, .cart .shipping button.button::-moz-focus-inner, #shopping-cart-table button.button::-moz-focus-inner, .my-wishlist .buttons-set button.button::-moz-focus-inner, .block-compare button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
.cart .discount button.button span, .cart .shipping button.button span, #shopping-cart-table button.button span, .my-wishlist .buttons-set button.button span, .block-compare button.button span {

	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none;
	/*height:19px;*/
    padding: 0;
	margin: 0;

}
.cart .discount button.button span span, .cart .shipping button.button span span, #shopping-cart-table button.button span span, .my-wishlist .buttons-set button.button span span, .block-compare button.button span span {

	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .cart .discount button.button span {
 margin-top: -1px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .cart .shipping button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 #shopping-cart-table button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .my-wishlist .buttons-set button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .block-compare button.button span {
 margin-top: -1px;
}
}
/* custom look and feel: */
.cart .discount button.button, .cart .shipping button.button, #shopping-cart-table button.button, .my-wishlist .buttons-set button.button {
	padding: 0 15px 0 0;
	font: 11px Arial, Helvetica, sans-serif;
}
.cart .discount button.button span span, .cart .shipping button.button span span, #shopping-cart-table button.button span span, .my-wishlist .buttons-set button.button span span {
	padding: 2px 0 0 15px;
}
.crosssell-div {
	clear: both;
}
/***********************************************************CHECKOUT, ACCOUNT********************************/
.opc .step-title h2 {
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.opc .allow .step-title h2 {
	color: #999999;
}
.active .step-title h2 {
	font-weight: bold !important;
}
.opc .step-title .number {
	background: #fff;
	border: 1px solid #575757;
	color: #999999;
}
.opc .allow .step-title .number {
	background: #fff;
	border: 1px solid #999999;
	color: #999999;
}
.opc .active .step-title .number {
	background:#ffffff;
	border: 1px solid #96a814;
	color:#3a3c40;
}
.dashboard .box-reviews .number {
	background: #fff;
	border: 1px solid #999999 !important;
	color: #999999;
}
.dashboard .box-reviews .details {
	margin-left: 25px;
	padding-top: 3px;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	color: #333333;
}
.box-account .box-head h2, .account-login .new-users h2, .account-login .registered-users h2 {
	background: none;
	font-size:12px;
	padding-left:0px;
	text-transform:uppercase;
}


.my-account .box-info {
	color: #333333;
}
.title-buttons .button {
	margin-top: 5px;
}
.advanced-search-summary strong {
	padding-left: 0;
}
.block-progress {
	margin-top: 0;
}
.block-progress dt {
	font-size:12px;
	padding-left:12px;
	color: #333333;
}
.block-account .block-content li a, .page-sitemap .links a {
	text-decoration: none;
}
.opc .step-title, .opc .allow .step-title {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/table_th.png) repeat-x 0 0;
	border-width: 0 1px 1px 1px;
}
.checkout-onepage-index .data-table tfoot tr td, .subtotal td, .shipping td {
	background: #fcfcfc none !important;
}
.checkout-onepage-index .data-table tfoot tr.last td {
	background: #FFFFFF url("http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/table_tf.gif") repeat-x 0 0 !important;
}
/**************************************************************HOME PAGE***********************************/
div.four_banners {
	width: 100%;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/four_banners_bg.gif) repeat-y 0 0;
	clear: both;
	margin-bottom: 10px;
}
div.four_banners div.four_banners_bt {
	width: 100%;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/four_banners_bt.gif) no-repeat 0 100%;
	padding-bottom: 4px;
}
div.four_banners div.four_banners_bt div {
	float: left;
	width: 175px;
	padding: 0 0px 0px 0px;
	margin-right: 6px;
}
div.four_banners div.four_banners_bt div.b04 {
	margin-right: 0;
}
div.four_banners div.four_banners_bt div img {
	margin-left: 1px;
}
div.four_banners div.four_banners_bt div a.title {
	display: block;
	width: 175px;
	height: 20px;
	margin-bottom: 0px;
	padding: 5px 0 0px 10px;
	font: 13px Tahoma, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/banners_title.png) no-repeat 0% 0%;
}
div.four_banners div.four_banners_bt div a.title:hover {
	color: #ffffff;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/banners_title.png) no-repeat 0% 0%;
	cursor: pointer;
}
div.four_banners div.four_banners_bt div ul {
	padding-left: 10px;
	padding-top: 5px;
}
div.four_banners div.four_banners_bt div ul li {
	padding: 0 0 0 11px;
	line-height: 15px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/four_banners_menumar.gif) no-repeat 0 4px;
}
div.four_banners div.four_banners_bt div ul li a {
	color: #2f3135;
	font-size: 12px;
	text-decoration: none;
}
div.four_banners div.four_banners_bt div ul li a:hover {
	color: #555;
}
div.four_banners div.four_banners_bt div p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 120%;
	padding-bottom: 5px;
	margin-bottom: 0 !important;
}
div.best_sellers_title {
	margin: 8px 0 6px 0;
	padding: 3px 0 0 24px;
	height: 24px;
	font: bold 14px Tahoma, sans-serif;
	color: #333333;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/best_sellers_title.gif) no-repeat 0 0;
}
p.home_banner {
	margin: 0;
	padding: 0;
}
.block-service .block-content {
	padding: 13px 15px 5px 17px;
	font-size: 11px;
	color: #878787;
}
.block-service .block-content span {
	display: block;
	line-height: 35px;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
}
.block-service .block-content span span {
	display: inline;
	padding-left: 3px;
	font-weight: normal;
	font-size: 32px;
}
.social_main {
	width: 720px;
	height: 47px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/sicial_main_bg.gif) no-repeat 0 0;
	padding-top: 3px;
}
.col_left, .col_cent {
	float: left;
	position: relative;
	width: 240px;
	text-align: center;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/top_sp.gif) no-repeat 100% 50%;
}
.col_right {
	float: right;
	position: relative;
	width: 240px;
	text-align: center;
}
/**************************************************************TEXT COLORS*********************************************/



.block-account .block-content li a, .page-sitemap .links a {
	color: #5d5d5d;
	font-weight: normal !important;
}
/*medium grey text*/
.success-msg, .note-msg, .notice-msg, .sp-methods label, .product-options dt label {
	color: #0099ff !important;
	font-weight:bold;
}
/*dark grey - separators, lines*/
.products-list .add-to-links .separator {
	color: #666666;
}
/*grey*/
.block .block-subtitle, .product-name a, #opc-login h4, #opc-review .product-name, .back-link a, .my-account a, .page-sitemap .sitemap a, .product-view .product-shop .add-to-links a, .tags-list li a {
	color: #5d5d5d;
}


/*font normal*/
.link-wishlist, .link-compare, .old-price .price-label, .special-price .price-label {
	font-weight: normal;
}
/*font 11px*/
.old-price .price-label, .special-price .price-label {
	font-size: 11px;
}
.std ul.disc {
	list-style-type: circle;
}
/**********************************************************BACKGOUNDS*****************************************************/
/*background-transparent*/
.cart .crosssell/*, .block .actions*/, .block-cart .summary, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .order-info-box {
	background:#99ba26;
}

.cart-empty {
	background-color:#ffffff;
	border:1px solid #cecece;
	padding: 10px;
	height:300px;
	
}

.success-msg{
		background:#ebeaec;
}


.product-essential, .account-login .content, .cart .totals, .cart .discount, .cart .shipping, .block-reorder .block-content, .block-reorder .actions  {
	background:#ffffff;
}

/*border-non*/
.toolbar .pager, .product-view .product-img-box .more-views h2, .product-collateral h2, .product-view .box-up-sell .products-grid, .product-view .box-up-sell .products-grid td, .cart .crosssell, .cart .shipping .page-title, #opc-login h3, .box-account .box-head, .pager, .block-cart .summary, .block-cart .actions, .product-view .box-up-sell .products-grid td img, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .toolbar .sorter {
	border: none;
}
/*background- forms */
.tool-tip, .data-table, .data-table tfoot tr, .data-table .odd, .data-table .even, .opc .step, .advanced-search-summary, .data-table tbody.odd tr, .data-table tbody.odd tr td, .tags-list {
	background:#fff;
}
.opc .step {
	background:#fcfcfc;
}
/*background-title*/
 .box-account, .fieldset, .addresses-list li.item, .pager, .account-login .buttons-set, .block-cart .subtotal, .order-info {
	background: #fcfcfc;
	
}
/*background- foocus */
input.input-text:focus, select:focus, textarea:focus {
	background:#fff;
}
.opc .step-title, .opc .allow .step-title {
	border-width: 0 1px 1px 1px;
}
.opc .allow .step-title {
	border-width: 1px 1px 1px 1px;
}
.validation-failed {
/*	background:#cfcfd0 !important;*/
}
.validation-advice {
	padding-top:20px;
	color: #F00;
	z-index: 999;
}
/*border - forms */
.error-msg, .success-msg, .note-msg, .notice-msg, .buttons-set, .opc .allow .step-title, #opc-review .buttons-set, .box-account, .fieldset, .fieldset .legend, .addresses-list li.item, .advanced-search-summary, .account-login .content, .account-login .buttons-set, .account-login h2, .block-cart .subtotal, .order-info, .order-info-box, .tags-list, .opc .step, .opc .step-title, .opc .checkout-agreements {
	border-color: #ebeaec !important;
}
.data-table {
	border: 1px solid #cecece !important;
	border-collapse: collapse;
}
.data-table thead th {
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #ededed;
	border-left: 0px solid #e7e7e7;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/table_th.png) repeat-x 0 0;
	padding: 9px 12px 9px 12px;
	color: #5d5d5d;
}
.data-table td {
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 0px solid #cecece;
	background: #fcfcfc;
}

.data-table.cart-table th {
	padding:0px 5px;
	color:#ffffff !important;
	text-align:center !important;
	font-weight:bold !important;
}

.data-table.cart-table a {
	color:#363344;	
}

.data-table.cart-table a:focus, .data-table.cart-table a:hover {
	color:#0099ff !important;
	text-decoration:underline !important;
}
.data-table td .product-name a {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
}
.data-table td .product-name a:hover {
	text-decoration: none;
}
.data-table td input.qty {
	color: #333639;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #e0dbc7;
	background: #fcfcfc;
	padding-left: 6px;
}
.data-table tfoot {
	border-bottom: 1px solid #cecece !important;
}
.data-table tfoot tr td {
	padding: 12px 10px 12px 13px;
	border-top: 1px solid #c5c5c5 !important;
	border-right: 0px solid #ffffff !important;
	border-bottom: 0px solid #ffffff !important;
	border-left: 0px solid #ffffff !important;
	background: #ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/table_tf.gif) repeat-x 0 0;
}
.fieldset .legend {
	font-size: 13px;
}
/*returns*/
.form-alt .input-box {
	margin: 0 0 8px;
}
/*border blue  */
.mini-products-list .product-image, .products-list .product-image img, .product-view .product-img-box .more-views li a:hover {
	border: 0;
}

.products-grid .product-image, .product-view .box-up-sell .products-grid .product-image img, .cart .crosssell .product-image, .product-img-box img  {
	 border:1px solid #c2c1c7; 
}

/*border = background color*/
.block-account .block-content li a, .block-account .block-content li.current, .block-layered-nav .actions, .product-options dd {
	border-color: #dadee4;
}


/*Block poll*/
/* REQUIRED BUTTON STYLES: */
.block-poll button.button, .block-compare button.button {
	position: relative;
	border: 0 !important;
	cursor: pointer;
	padding: 0;
	overflow: visible; /* removes extra side padding in IE */
}
.block-poll button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
.block-compare button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
.block-poll button.button span, .block-compare button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none;
	padding: 0;
	margin: 0;
}
.block-poll button.button span span, .block-compare button.button span span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    .block-poll button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    .block-compare button.button span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
.block-poll button.button, .block-compare button.button {
	padding: 0 10px 0 0;
}
.block-poll button.button span span, .block-compare button.button span span {
	padding: 2px 0 0 12px;
}
/*Compare*/
.compare-table .btn-remove {
	height: 11px;
	width: 57px;
	margin: 3px 0px 3px 0px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/btn_remove2.gif) no-repeat 0 0;
}
.compare-table .btn-remove:hover {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/btn_remove2.gif) no-repeat 0 0;
}
.cart .totals .checkout-types li a {
	color: #000000;
	font-size: 11px;
}
.page-popup .link-print {
	color: #000000;
}
.link-cart {
	color: #575757 !important;
	font-weight: 700;
}
.addresses-list h2 {
	color: #333333;
}
/*demo notice*/
.demo-notice {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.15;
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	opacity: 0.7;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/*customer service*/

.customer_service p {
	padding-left: 12px;
	margin: 0px 0px 0px 0px;
}
p.phone {
	color: #333333;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
p.phone strong {
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
p.time {
	color: #5d5d5d;
}
/*brands*/
.brand {
	background: #fff;
	margin-top: 10px;
}
.brand td {
	background: #fff;
	text-align: center;
	padding: 1px 3px 10px 3px;
	vertical-align: middle;
}
.brand a:link, .brand a:visited {
	opacity: .8 !important;
	filter: alpha(opacity=80) !important;
}
.brand a:hover {
	opacity: 1 !important;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}
/******************* CLEARFIX ***********************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/*currency block fix*/

.block-currency {
	height: auto !important;
	padding: 0;
}
.block-currency .block-title {
	margin: 0;
}
.block-currency .block-content select {
	width: 184px !important;
	display: block !important;
	margin: 0px 0px 0px 0px !important;
}
.block-currency .block-content {
	padding: 6px 10px 6px 10px;
}
.block-content ol li p {
	padding-left: 0 !important;
}
#recently-viewed-items li {
	padding-left: 0;
}
.buttons-set .back-link a:link, .buttons-set .back-link a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.buttons-set .back-link a:hover {
	color: #000;
}
/*easy tabs*/

.add-to-links {
	clear: both;
	padding-top: 5px;
	
}
.tabs {
	width: 602px;
	border-bottom: 0 !important;
	margin: 15px 0 0 0 !important;
	overflow: hidden;
}
.tabs a:link, .tabs a:visited {
	color:#fff !important;
	font-size: 13px !important;
	font-weight:bold !important;
	display:block;
	text-align: center;
	padding: 8px 10px 8px 10px !important;
	text-decoration:none;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_off.gif) repeat-x 0 0;

}
.tabs a:hover {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_on.gif) repeat-x 0% 100%;
	color:#363344 !important;
}
/*
.tabs li {
	border-top:1px solid #ababab;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
}*/

.tabs li.active a, .tabs li.active a:hover {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_on.gif) repeat-x 0 0 !important;
	font-size: 13px !important;
	font-weight:bold;
	color:#363344 !important;
}
.padder {
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #c0c4c4;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
.products-grid .actions {
	position: absolute;
	bottom: 10px;
}
.products-grid .actions li {
	padding: 0 !important;
}
.products-grid .actions .add-to-links {
	padding-top: 0;
}
#slider-content {
	height: 323px;
}
/****************************************************CATALOG*******************************/
.products-grid .product-image {
	margin-bottom: 5px;
}
ul.products-grid {
	width: 720px !important;
	margin-bottom: 10px !important;
}
.tabs_block ul.products-grid {
	width: 692px !important;
}
.tabs_block ul.products-grid, .tabs_block ul.products-grid * {
	margin-bottom: 0 !important;
	padding-bottom: 2px !important;
}
/*pager*/
.toolbar .pager {
	border: none;
	background:none;
}


.sorter .limiter, .sorter, .sorter strong {
	font-weight: normal;
	color: #363344;
}

.pager .amount, .pager .amount strong{
	color:#363344;
	font-size:16px;
	font-weight:bold;

}

.sorter .pages li, .sorter .pages li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.sorter .limiter {
	width: 170px;
	text-align: left;
}
.sorter .limiter select, .sorter .sort-by select {
	background:none repeat scroll 0 0 #f8f8f8;
	border:1px solid #dcdfe5;
	color: #2c2f33;
}
.sorter .limiter select {
	margin-left: 12px;
	margin-right: 6px;
	width: 50px;
}
.sorter .sort-by select {
	margin-left: 12px;
	width: 96px;
}
.sort-by {
	float: right;
	position: relative;

}
.sorter .sort-by {
	width: 166px;
	text-align: left;
}
/*catalog toolbar*/
.sorter .pages {
	color: #000;
}
div.pages strong {
	font-weight: normal;
	 color:#363344;
}
div.pages a {
	color: #56A0AB;
}
div.pages .current {
	font-size: 13px;
	font-weight: bold;
}
.sorter .pages li {
	color: #0099ff;
	font-weight: bold;
}
.sorter .pages li a {
	color:#363344;
	padding-left: 4px;
	padding-right: 4px;
	background: #f5f5f5;
	border: 1px solid #dadada;
	border-radius: 3px;
}
.toolbar {
	margin-left:20px;
	font-size: 11px;
}
ul.products-grid li * {
	text-align: center;
	line-height: 12px;
}
.category-products ul.last {
	border-bottom: 0 none !important;
}

.products-grid .ratings {
	position:relative;
	height:20px;
	line-height:20px;
	margin-top:10px;
	top:10px;
	margin-left:auto;
	margin-right:auto;
}

.products-grid .ratings .amount {
	display: none;	
}
/*135x135*/
.category-image-size-width135-height135 a.product-image {
	width: 135px;
	height: 135px;
}
.category-image-width135 a.product-image {
	width: 135px;
}
.category-image-height135 a.product-image {
	height: 135px;
}
/*column-count 3*/
.category-column-count-3 ul.products-grid li {
	width: 220px;
	padding: 0px 20px 58px 0px;
}
.cms-home .category-column-count-3 ul.products-grid li {
	padding: 0px 20px 32px 0px;
}
.category-column-count-3 a.product-image {
	width: 180px;
	margin-left: 25px;
}
.category-column-count-3 .products-grid .actions {
	width: 220px;
}
/*column count 4*/
.category-column-count-4 ul.products-grid li {
	width: 160px;
	padding: 0px 10px 45px 10px;
}
.cms-home .category-column-count-4 ul.products-grid li {
	padding: 0px 10px 32px 10px;
}
.category-column-count-4 a.product-image,
.category-column-count-4 .product-name{
	width: 135px;
	margin-left:auto;
	margin-right:auto;
}

.category-column-count-4 .products-grid .actions .button.btn-cart{
	display:none;
}
.category-column-count-4 .products-grid .actions {
	width: 155px;
}
/*column count 5*/
.category-column-count-5 ul.products-grid li {
	width: 135px;
	padding: 0px 4px 58px 4px;
}
.cms-home .category-column-count-5 ul.products-grid li {
	padding: 0px 4px 32px 4px;
}
.category-column-count-5 a.product-image {
	width: 135px;
}
.category-column-count-5 .products-grid .actions {
	width: 135px;
}
/*column count 6*/
.category-column-count-6 ul.products-grid li {
	width: 110px;
	padding: 0px 5px 58px 5px;
}
.cms-home .category-column-count-6 ul.products-grid li {
	padding: 0px 5px 32px 5px;
}
.category-column-count-6 a.product-image {
	width: 110px;
}
.category-column-count-6 .products-grid .actions {
	width: 110px;
}
/*column count 2*/
.category-column-count-2 ul.products-grid li {
	width: 320px;
	padding: 0px 20px 58px 20px;
}
.cms-home .category-column-count-2 ul.products-grid li {
	padding: 0px 5px 32px 5px;
}
.category-column-count-2 a.product-image {
	width: 220px;
	margin-left: 50px;
}
.category-column-count-2 .products-grid .actions {
	width: 320px;
}
/*testimonial page*/
.testim {
	background: #f5f5f5 url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/quote_b.gif) no-repeat 10px 10px;
	padding: 20px 20px 20px 70px;
	font-style: italic;
	line-height: 150%;
	font-family: "Times New Roman";
	font-size: 14px;
	margin-bottom: 20px;
}
.testim p.sign {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 100%;
	color: #808080;
}
.testim p.date {
	text-align: right;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	color: #808080;
}
.testimonial {
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/testimonials_top.gif) no-repeat 0 0;
	padding: 8px 0px 0px 0px;
	width: 210px;
}
.testimonial .block-title {
	background: #e8e8e8;
	padding-top: 0;
}
.testimonial .block-title strong {
	padding: 0px 12px 0px 12px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background: none !important;
	font: 18px/16px Times New Roman, Helvetica, sans-serif;
}
.testimonial .block-content {
	padding: 10px 10px 25px 10px !important;
	background: #e8e8e8 url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/testimonials_bt.gif) no-repeat 0% 100%;
	width: 190px;
	font-style: italic;
	color: #000000;
}
p.signt {
	font-style: normal;
	text-align: right;
}
p.link {
	font-style: normal;
	text-align: left;
	padding: 3px 0px 0px 0px;
	margin: 0;
	border-top: 1px dotted #999;
}
/*shipping price*/
.block-shipping-calculator .block-content {
	padding-top: 10px;
	text-align: center;
}
.shipping_price a, .block-shipping-calculator a {
	font-size: 12px;
	font-weight: normal;
	background: #f5f5f5 url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/calc.png) no-repeat 2px 50%;
	padding: 5px 5px 4px 18px;
	text-transform: none;
	border: 1px solid #dadada;
	color: #333333 !important;
	border-radius: 3px;
	font-weight: bold;
	font-size: 11px;
}
/*News Left col*/
.news_left {
	text-align:left;
}
.news_left .block-title strong span {
	background: url("http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/block_head_service.gif") no-repeat scroll 0% 50%;
	padding-left: 20px;
}
.news_left h2 strong {
	text-transform:uppercase;
	width: 196px;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.news_left h2 {
	color:#808080;
	font-size: 11px;
	font-weight: normal;
}
.news_left dl dt a {
	font:bold 12px/12px Arial;
}
.news_left dd {
	color:#808080;
	font:10.67px/10.67px Arial;
	line-height:14px;
}
.news_left dl {
	margin-top:0px;
	margin-bottom: 5px;
}
.news_left dt {
	margin:0 0 0px 2px;
}
.news_leftl dd {
	margin-bottom:10px;
	padding:2px 0 7px 4px;
	border-bottom:1px dotted #ababab;
	clear: both;
}
.news_left dl dt strong {
	color: #fff;
	height: 13px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/tabs_ul.gif) repeat-x 0 0;
	text-align: center;
	font: bold 10px Arial;
	padding: 0px 3px 1px 3px;
	margin-right: 5px;
	border-radius: 1px;
}
/*news page*/
.news {
	background: #f5f5f5;
	padding: 20px 20px 20px 20px;
	line-height: 150%;
	margin-bottom: 20px;
}
.news p.sign {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 100%;
	color: #808080;
}
.news p.date {
	text-align: left;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	color: #808080;
}
.news p.oview {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
a.more {
	clear: both;
	position: relative;
	border: 0;
	cursor: pointer;
	overflow: visible;
	display: block;
	text-align: center;
	background: whiteSmoke;
	padding: 0px 2px;
	border: 1px solid #DADADA;
	border-radius: 2px;
	float: left;
}
/*QuickShop*/
.quickshop-index-view {
	text-align: left;
}
.product-view .product-shop {
	text-align: left;
}
.quickshop-main {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
body.quickshop-index-view .product-view {
	background: #fff;
}
/*AW blog*/
.postTitle h2 a {
	font-family: Times New Roman;
	font-size: 36px;
	font-weight: normal;
}
.postTitle h3 {
	color: #9A9A9A;
	font-size: 11px !important;
	font-weight: normal !important;
	text-transform: none;
}
.block-blog .menu-categories {
	padding: 0;
}
.block-blog .menu-categories ul li {
	margin-left: 0px;
	font-weight: bold;
}
.block-blog .menu-tags UL LI {
	display: inline;
	margin-left: 0px;
	padding: 2px;
}
.menu-tags h5 {
	margin-bottom: 0;
	padding-top: 3px;
}
.blog {
	border: 0;
	margin: 0 0 10px;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/block_bg.gif) repeat-y 0 0;
}
.blog .head {
	border-bottom: 0px;
	padding: 0px 0px 1px 0px;
	background:  #ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/block_head_line.gif) no-repeat 50% 100%;
}
.blog .head h4 {
	color: #808080;
	font: bold 12px Tahoma, sans-serif;
	padding: 6px 10px 6px 10px;
	margin-bottom: 0px;
	text-transform: none;
	background: #ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/block_head.png) no-repeat 50% 0% !important;
}
li.blog {
	background: none;
}

/*search autocomplete fix*/
.form-search .search-autocomplete ul {
	border-color: #b1b1b1;
}
.form-search .search-autocomplete {
	background: #fff;
}
.form-search .search-autocomplete li:hover {
	cursor: pointer;
	color: #000;
}
.form-search .search-autocomplete {
	border-radius: 0px 0px 3px 3px;
	margin-left: 0px;
	margin-top: 0px;
}
.search-autocomplete .amount {
	float: right;
	font-weight: normal;
}
/*slider manager page*/
.adv_left {
	float: left;
	height: 323px;
	position: relative;
	width: 712px;
	background: #fff;
}
.adv_right {
	float: right;
	margin-bottom: 3px;
	width: 235px;
}
.adv_bt {
	float: right;
	width: 235px;
}
.slider_ex {
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.h2_big {
	clear: both;
}
/*DEMO backgrounds - remove this styles*/
.cms-bg01 {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/flower_bg01.jpg) repeat-y 50% 0%;
}
.cms-bg02 {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/flower_bg02.jpg) repeat-y 50% 0%;
}
.cms-bg03 {
	background: #000000 url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/flower_bg03.jpg) no-repeat 50% 0%;
}
.cms-bg04 {
	background: #fff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/flower_bg04.jpg) repeat 0% 0%;
}
.cms-bg05 {
	background: #212121 url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/flower_bg05.jpg) repeat-y 50% 0%;
}
.cms-bg06 {
	background: #c9d77c url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/neutral_bg01.jpg) repeat-x 0% 0%;
}
.cms-bg07 {
	background: #b5c658 url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/neutral_bg02.jpg) repeat-x 50% 0%;
}
.cms-bg05 .products-grid button.button, .cms-bg05 .products-list button.button, .cms-bg05 .add-to-cart button.button {
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/light_btn_split_green.gif) no-repeat right -64px;
}
.cms-bg05 .products-grid button.button span span, .cms-bg05 .products-list button.button span span, .cms-bg05 .add-to-cart button.button span span {
	background: transparent url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/light_btn_split_green.gif) no-repeat left top !important;
}
.cms-xmas .wrapper {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/xmas.png) repeat-x 0% 0%;
}
.cms-xmas {
	background: #ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/snow.png) repeat 0 0;
}
.cms-snow {
	background: #ffffff url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/snow.png) repeat 0 0;
}
.cms-bg05 .products-grid button.button span span, .cms-bg05 .products-list button.button span span, .cms-bg05 .add-to-cart button.button span span, .cms-bg05 .products-grid button.button:hover span span, .cms-bg05 .products-grid button.buttonHover span span, .cms-bg05 .products-list button.button:hover span span, .cms-bg05 .products-list button.buttonHover span span, .cms-bg05 .add-to-cart button.button:hover span span, .cms-bg05 .add-to-cart button.buttonHover span span {
	color: #fff;
}

/*COLOR*/
#checkout-review-table tfoot tr.last .price, #product_comparison .price, #shopping-cart-totals-table .price, #shopping-cart-totals-table tfoot .price, .block .regular-price .price, .block .regular-price, .block-account .block-content li a:hover, .block-account .block-content li.current, .block-layered-nav .currently .label, .block-poll .votes, .block-service .block-content span span, .block-service dt, /*.breadcrumbs a:hover,*/ .col-main dl dt, .crosssell .product-name a:hover, .data-table td.last .price, .footer_block .links_block div ul li a:hover, .head_phone_block strong, .news_left dl dt a, .news_left h2 strong, .page-title h2, .postTitle h2 a, .product-name a:hover, .products-grid .product-name a:hover, .products-list .product-name a:hover, .promo strong, .regular-price .price, .shipping_info p a strong, .toolbar .pager a, .toolbar .sorter a, h1, p.link a, p.phone strong {
	color: #0099ff;
}

.breadcrumbs li a:hover { /* supprimer apres noel */
	color: #bbe823; 
}

.page-title h1{
	color: #a9d12b; /*apres noel = supprimer*/
}


.page-title h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	
}

#recently-viewed-items a:hover, .block .btn-remove, .block .link-compare, .block .link-wishlist, .block .product-info, .block-layered-nav li a:hover, .block-progress dt.complete, .box-info a:link, .box-info a:visited, .error-msg{
	color: #0099ff !important;
}
.my-account a:hover{
	color: #0099ff !important;
	text-decoration:underline;
}



/*dark*/
.account-login .new-users h2, .account-login .registered-users h2, .box-account .box-head h2, .compare-table tr.first td .product-name a, .data-table tr td .product-name a, .sp-methods label .price {
	color: #9dae1e !important;
}

/*red*/
.special-price .price {
	color: #d13511;
}
#nav li a:hover {
	color:#f9ffca;
}
#nav ul li a:hover {
	background:#9dae1e !important;
	background: -moz-linear-gradient(top, #9dae1e, #bbcd33) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#9dae1e), to(#bbcd33)) !important;
}
#nav ul ul li a:hover {
	background:#9dae1e !important;
	background: -moz-linear-gradient(top, #9dae1e, #bbcd33) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#9dae1e), to(#bbcd33)) !important;
}
.add-to-cart .qty {
	border: 0px solid transparent;
}

/* index */

.main-index{
	width: 950px;
}

.main-index .col-left-index{
	float:left;
	width: 210px;
}



.main-index .col-container-index{
	float:right;
	width: 720px;
}




/*block statics*/


.bk_static{
	background-color:#FFFFFF;
	border:1px solid #ababab;
}

.bk_static_center{
	width:897px;
	margin: 25px auto;
}

.bk_static .encart_guides_astuces_static{
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/encart-guidesconseils-astuces.png);
	width:897px;
	height:200px;
}

.bk_static .bk_interne_static{
	width:770px;
	margin: 0px auto;
	
}

.bk_static .bk_interne_static .encart_intro_static{
	margin-top:25px;
	color:#ababab;	
}


.bk_static .bk_interne_static .g_titre_static{
	border-bottom:1px solid #ababab;
	margin: 25px 0 20px 0;
}

.bk_static .bk_interne_static .g_titre_static h2{
	color:#99ba26;
	font-size:16px;
	font-weight:bold;
}


.bk_static .bk_interne_static .g_titrefiche_static{
	border-bottom:1px solid #ababab;
	margin: 25px 0 10px 0;
}

.bk_static .bk_interne_static .g_titrefiche_static h3{
	color:#363344;
	font-size:16px;
	font-weight:bold;
}

.bk_static .bk_interne_static .p_titrefiche_static{
	color:#99ba26;
	border-bottom:1px solid #ababab;
	margin: 25px 0 10px 0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}


.bk_static .bk_interne_static .conteneur_static{
	width:770px;	
}

.bk_static .bk_interne_static .conteneur_static span{
	color:#99ba26;
	font-weight:bold;
	font-size:14px;
}

.bk_static .bk_interne_static .conteneur_static.texte{
	text-align:justify;
}
.bk_static .bk_interne_static .conteneur_static img{
	padding:5px;
}



.bk_static .bk_interne_static .conteneur_static ul{
	margin-left:20px;
	
}

.bk_static .bk_interne_static .conteneur_static ul li{
	list-style-image: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/i_pager-next.gif);
	padding:3px 0;

	
}

.bk_static .bk_interne_static .conteneur_static ul li a{
	color:#363344;
	
}

.bk_static .bk_interne_static .conteneur_static ul li a:hover,
.bk_static .bk_interne_static .conteneur_static ul li a:focus {
	color:#0099ff;
}



.bk_static .bk_static_center .fiches_header {
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bk_header_fiches.png) no-repeat;
	width:897px;
	height:50px;
	z-index:-1000;	
	padding:10px;
}

.bk_static .bk_static_center .fiches_header a.retour{
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_retour_fiches.png) no-repeat;
	width:92px;
	height:30px;	
	display:block;
	z-index:1000;
}

.bk_static .bk_static_center .fiches_header a.retour{
	float:left;
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/bt_retour_fiches.png) no-repeat;
	width:92px;
	height:30px;	
	display:block;
	z-index:1000;
}


.bk_static .bk_static_center .fiches_header .right{
	float:right;
	margin-top:5px;
}


a.imprimer span{
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_fiches_print.gif) no-repeat;
	width:16px;
	height:18px;
	padding-left:20px;

}


a.haut span{
	background: url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/icon_fiches_top.gif) no-repeat;
	width:17px;
	height:18px;	
	padding-left:20px;
}


a.imprimer,
a.haut
{
	color:#363344 !important;
	text-decoration:underline !important;
	font-size:12px !important;
	padding:15px 20px 15px 0;
}

.bk_static .bk_static_center .fiches_header h2{
	float:left;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	margin-left:20px;
}

/* Product Tabs */
.product-tabs { margin: 13px 0px; overflow:hidden; border-bottom:1px solid #9a99a1;  zoom: 1;}
.product-tabs li { float:left; font-family:Verdana, Geneva, sans-serif;  border-left:1px solid #8e8e8e; border-right:1px solid #8e8e8e; border-top:1px solid #8e8e8e; color:#ffffff !important; font-size:14px; line-height:1em;  background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_off.gif) repeat-x; margin-right:5px; }
.product-tabs li.first          { }
.product-tabs li.last           {  }
.product-tabs a                 { display:block; padding:13px 10px; color:#ffffff; text-decoration: none; }
.product-tabs a:hover           {  padding:13px 10px;  background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_on.gif) repeat-x;  text-decoration:none; color:#363344; text-decoration: none; font-size:14px !important;}
.product-tabs li.active a,
.product-tabs li.active a:hover {  padding:13px 10px;  /*background:#496778; font-weight:bold; */ color:#363344; background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/onglet_on.gif) repeat-x;  }


/* Encarts Produit */

.encarts_produit{
	float:right;
	width:260px;
	padding:10px;		
}

.encarts_produit li{
	list-style:disc;	
	margin-left:10px;	
}

.encarts_produit .h_encarts_plus_et_moins{
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/h_bg_plus_moins_produit.png) no-repeat; 
	margin:0 0 0px 10px;
	height:7px;

}
.encarts_produit .m_encarts_plus_et_moins{
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/m_bg_plus_moins_produit.png) repeat-y; 
	margin:0 0 0px 10px;
	padding: 0 10px;	
}
.encarts_produit .b_encarts_plus_et_moins{
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/b_bg_plus_moins_produit.png) no-repeat; 
	margin:0 0 20px 10px;
	height:7px;
}

.m_encarts_plus_et_moins .f_note{
 width:250px; 
 text-align:left; 
 color:#363344; 
 font-size:22px;
}

.m_encarts_plus_et_moins .f_titre_point{
 width:250px; 
 text-align:left; 
 color:#99ba26; 
 font-size:14px; 
 font-weight:bold; 
 padding:8px 0;	
}

.encarts_produit .h_encarts_a_savoir{
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/h_bg_a_savoir_produit.png) no-repeat; 
	margin:0 0 0px 10px;
	height:7px;

}

.encarts_produit .m_encarts_a_savoir{
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/m_bg_a_savoir_produit.png) repeat-y; 
	margin:0 0 0px 10px;
	padding: 0 10px;	
	color:#ffffff;
}

.encarts_produit .b_encarts_a_savoir{
	background:url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/b_bg_a_savoir_produit.png) no-repeat; 
	margin:0 0 0px 10px;
	height:7px;
}

.m_encarts_a_savoir .f_a_savoir{
	 font-size:22px;
}





/********  pour descriptif produit *********/

.product-tabs-content h2{
	color:#99ba26; font-size:14px; width:100%; font-weight:bold; border-bottom:1px solid #99ba26; margin-bottom:4px;
}

.product-tabs-content ul{
 list-style:disc; margin-left:20px;
}




/**********************
						MOBILE 
								********************************/
								
								
								
@media (max-width: 640px) {

/*	body{
		
	background: #5a5a5a url(http://www.mon-electrostimulateur.com/skin/frontend/default/lightshop_green/images/h_bg.jpg) fixed no-repeat;
	background-size:auto !important;
	background-size:30% 30%;
	text-align: center;	
	width: 100%;
	padding:0 300px;		
	}
	

	.wrapper{
	background-size:30% 30%;
	width:100%;
	}
		
	.page{
		padding:0 50px;
		margin-left:auto;
		margin-right:auto;	
		width: 100%;				
	}*/
}								
								

.amconf-image
{
    padding: 0px;
    margin-right: 5px; 
	border:1px solid #333333;
}

.swatch-title{
	font-weight: 600;
	position: absolute;
	padding-left: 3px;
}

.amconf-image-selected
{
    padding: 0px;
    border: 2px solid #f9a97a;
}

.amconf-image-outofstock
{
    padding: 0px;
    border: 3px solid #303030;
    opacity:0.6;
    filter:alpha(opacity=60);
}

.amconf-images-container
{
	position:relative;
	top:5px;
	padding:5px 0 3px 7px ;
    width: 98%;
    clear: both;
	background-color:#d2f754;
	border:1px solid #a7d411;
}

.amconf-image-container
{
    float:left;
    position:relative;
    text-align: center;
}

.amconf-image-title
{
    margin-bottom:5px;
	color:333333 !important;
	font-style:normal !important;
}

#amconf_price_clone_container 
{
    float: left;
}
#amconf_price_clone_container ul
{
    clear: both;
}
