/* 
 * Copyright (c) 2007 Copyright (c) Octolys Development
 * Ce template a été réalisé par http://www.scopika.com & http://www.fblackodo.com
 * Il est soumis à la licence GPL
 */

/* Ce fichier définit le style visuel pour les différents éléments des pages.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - Eléments HTML en général
 * - Page
 * - Entête
 * - Chemin
 * - Produit petit & grand
 * - Pied de page
 * - Menu général
 * - Signature
 * - Nombre de pages
 * - les styles particuliers pour les pages intérieures
 */


/* Eléments HTML en général
-------------------------------------------------------- */
@import url(style_editeur.css);


/* Rest CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Eléments HTML en général
-------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	font-family:"MS Sans Serif", Arial;
	background-color: #DDDDDD;
	color: black;
	font-size:14px;
	font-weight:100;
}

#wrapper {
	width: 1020px;
	text-align: left;
	overflow: visible;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 15px 0 30px 0;
}
#subwrapper {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 1020px;
	background-color: white;
}

a {
	color:black;
}

a, a:visited {
	color:black;
	text-decoration: none;
}
 a:hover  {
	color: black;
	text-decoration: underline;
	cursor:pointer;
}

img {
	border: 0;
	float:left;
}

.left {
	float:left;
}

.hide {
	display:none;
}

.clear {
	clear:both;
}

.top10 {	
	margin-top:10px;
}

.wrap_select {
	width:230px;
	margin-right:10px;
	height:40px;
	float:left;
	cursor:pointer;
}

td {
	vertical-align:middle;
}

th {
	vertical-align:middle;
	height:20px;
}

.obligatoire {
	color:black;
}

#contenu {
	float: left;
	width:1000px;
	margin: 0 auto;
	padding: 10px;
}

#contenuProduit {
	width:980px;
	margin: 0 auto;
	padding: 0 20px;
}

#contenuPageRubrique {
	width: 1000px;
	margin: 20px auto 0 10px;
	float: left;
}

#contenuPageRubrique h2 {
	border-bottom: 4px solid black;
	color: black;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 24px;
}

#contenuPageRubrique .sous-categories {
	float: left;
	width: 1000px;
	border: 1px solid black;
	margin-bottom: 20px;
}

#contenuPageRubrique .sous-categories h4 {
	background-color: black;
	color: white;
	padding: 5px;
}

#contenuPageRubrique .sous-categories .contenu {
	float: left;
	width: 90px;
	margin: 10px;
}

/* typographie
---------------------------------------------------------------*/
@font-face {
	font-family: 'WCManoNegraBtaRegular';
	src: url('WCManoNegraBta-webfont.eot');
	src: url('WCManoNegraBta-webfont.woff') format('woff'), url('WCManoNegraBta-webfont.ttf') format('truetype'), url('WCManoNegraBta-webfont.svg#webfont6vaH4Fi7') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1.fontface {
	font-family:'WCManoNegraBtaRegular', arial, serif;;
	font-size:36px;
	letter-spacing: 0;
	color:black;
}

h2.fontface {
	font-family:'WCManoNegraBtaRegular', arial, serif;;
	font-size:30px;
	letter-spacing: 0;
	color:#ffffff;
}

h2 {
	font-family:"MS Sans Serif", Arial;
	font-size:16px;
	font-weight: bold;
}



/* Dossiers
-------------------------------------------------------- */

#dossier {
	margin:0;
	padding:0;
}

#dossier .image {
	margin:10px 10px 10px 0;
	padding:1px;
	border:solid 1px #bbbdbf;
	float:left;
}

/* Langues
-------------------------------------------------------- */

ul#langues {
	float: left;
	width:980px;
	text-align:right;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	background-color:#3f3f43;
	border-top: solid 3px #313135;
	list-style:none;
}

ul#langues li {
	float:right;
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}

ul#langues li a, ul#langues li a:visited {
	display:block;
	width:34px;
	height:24px;
	overflow:hidden;
}

ul#langues li a.fr {
	background-image:url(_gfx/drapeaux.gif);
	background-position: 0 -24px;
}

ul#langues li a.uk {
	background-image:url(_gfx/drapeaux.gif);
	background-position: -34px -24px;
}

ul#langues li a.spa {
	background-image:url(_gfx/drapeaux.gif);
	background-position: -68px -24px;
}

ul#langues li a:hover.fr, ul#langues li a.frSelection {
	background-image:url(_gfx/drapeaux.gif);
	background-position: 0 0;
}

ul#langues li a:hover.uk, ul#langues li a.ukSelection {
	background-image:url(_gfx/drapeaux.gif);
	background-position: -34px 0;
}

ul#langues li a:hover.spa, ul#langues li a.spaSelection {
	background-image:url(_gfx/drapeaux.gif);
	background-position: -68px 0;
}

 
/* Chemin
-------------------------------------------------------- */
#chemin {
	float: left;
	width:980px;
	color: #515053;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 8px 10px;
}

#chemin a:link, #chemin a:visited {
	color: #515053;
	text-decoration: none;
}

#chemin a:hover {
	color: #515053;
	text-decoration: underline;
}

/* Etapes de commande
-------------------------------------------------------- */

#etapesDeCommande {
	float: left;
	width:1020px;
	color: #515053;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding:0;
	background-color:#fff;
}

#etapesDeCommande ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:708px;
	border-right:solid 1px #d8d9da;
}

#etapesDeCommande ul li {
	color:#c7c9ca;
	width:176px;
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	float:left;
	border-left:solid 1px #d8d9da;
	border-bottom:solid 1px #d8d9da;
	border-top:solid 1px #d8d9da;
}

#etapesDeCommande ul li.selection {
	color:#d8d9da;
	border-left:solid 1px #d8d9da;
	border-bottom:solid 1px #d8d9da;
	border-top:solid 1px #d8d9da;
	background-color:#515053;
}

#etapesDeCommande ul li span {
	color:#fff;
	font-size:18px;
	margin:0 3px 0 0;
	padding:0 5px;
	background-color:#d8d9da;
}

#etapesDeCommande ul li span.chiffreSelection {
	color:#d8d9da;
	background-color:#515053;
	border-right:solid 1px #d8d9da;
}


/* Bloc "adresse de livraison" & "adresse de facturation" 
-------------------------------------------------------- */

.adresseDeLivraison {
	float: right;
	margin: 0 0 20px 0;
	width:345px;
}

.adresseDeLivraisonRecap {
	float: left;
	margin: 0 0 20px 0;
	width:1020px;
}

.adresseDeFacturation {
	float: left;
	margin: 0 0 20px 0;
	width:345px;
}

.adresseDeLivraison h3, .adresseDeFacturation h3, .adresseDeLivraisonRecap h3 {
	color:#515053;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
	background-color: #bbbdbf;
}

.adresseDeLivraison h4 {
	color:#515053;
	width:335px;
	margin:5px 0 0 0;
	padding: 5px 0 7px 10px;
	background-color: #bbbdbf;
	float:left;
}

.adresseDeLivraison .contenu, .adresseDeFacturation .contenu {
	float:left;
	width: 325px;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
}

.adresseDeLivraisonRecap .contenu {
	float:left;
	width: 1020px;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
}

.adresseDeLivraison ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 345px;
	float:left;
}

.adresseDeLivraisonRecap ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 710px;
	float:left;
}

.adresseDeLivraison ul li, .adresseDeLivraisonRecap ul li {
	margin: 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.adresseDeLivraison ul li a, .adresseDeLivraisonRecap ul li a,
.adresseDeLivraison ul li a:visited, .adresseDeLivraisonRecap ul li a:visited {
	color:#fff;
	display:block;
	background-color:white;
	border-top:solid 1px #FFF;
	padding:3px 0 3px 10px;
}

a.modifierOuAjouter, a.modifierOuAjouter:visited {
	font-size:12px;
	font-weight:bold;
	border-top:solid 1px #FFF;
	color:#fff;
	display:block;
	clear:both;
	background-color:black;
	padding:3px 0 3px 10px;
}

.adresseDeLivraison ul li a:hover, .adresseDeLivraisonRecap ul li a:hover, a.modifierOuAjouter:hover {
	text-decoration:none;
	background-color:#00529a;
}



/* Bloc "Mode de livraison" 
-------------------------------------------------------- */

.choixDeLaLivraison, .choixDuReglement {
	float: left;
	width:710px;
	margin: 0;
	padding:0;
}

.choixDeLaLivraison ul, .choixDuReglement ul {
	margin: 0;
	padding:0;
	list-style:none;
	width: 710px;
}

.choixDeLaLivraison ul li, .choixDuReglement ul li {
	margin: 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

.choixDeLaLivraison span.modeDeLivraison, .choixDuReglement span.modeDeReglement,
.choixDeLaLivraison span.choisir, .choixDuReglement span.choisir {
	color:#515053;
	line-height:37px;
	width:355px;
	margin:0;
	padding:0;
	background-color:#bbbdbf;
	float:left;
	text-indent:10px;
	height:40px;
}

.choixDeLaLivraison span.choisir, .choixDuReglement span.choisir {
	background-color:transparent;
	color:#FFFFFF;
}

.choixDeLaLivraison ul li a, .choixDeLaLivraison ul li a:visited, .choixDuReglement ul li a, .choixDuReglement ul li a:visited {
	height:40px;
	color:#fff;
	display:block;
	background-color:black;
	border-top:solid 1Px #FFFFFF;
}

.choixDeLaLivraison ul li a:hover, .choixDuReglement ul li a:hover {
	text-decoration:none;
	background-color:#00529a;
}

/* Bloc Mozaïque (utilisé en page d'accueil et en page produit)
-------------------------------------------------------- */

.blocMozaique {
	float: left;
	margin: 0 0 20px 0;
	padding:0;
}

.blocMozaique h3 {
	width: 700px;
	font-weight: bold;
	margin:0;
	padding: 5px 0 7px 10px;
	background-color: #bbbdbf;
	height: 20px;
}

.blocMozaique .contenu {
	float:left;
	width: 690px;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
}

.blocMozaique .contenu ul.image {
	margin: 0;
	padding:0;
	list-style:none;
	border:none;
	width: 690px;
	float:left;
}

.blocMozaique .contenu ul.image li {
	margin:0;
	padding:0;
	border:none;
	float:left;
}

.blocMozaique .contenu ul.image li a, .blocMozaique .contenu ul.image li a:visited  {
	border: 1px solid #bbbdbf;
	margin:0 1px 0 0;
	_margin:0;
	padding:1px;
	height: 81px;
	width:81px;
	float:left;
	display:block;
	background-color:#fff;
	overflow: hidden;
	zoom:0;
	text-align:center;
}


.blocMozaique .contenu ul.image li a:hover {
	border: 2px solid #88888b;
	background-color:white;
	padding:0;
}

/* Bloc nouveauté (utilisé en page index_page.html + rubrique.html)
-------------------------------------------------------- */

.blocNouveaute {
	float: left;
	margin: 0 0 20px 0;
	width:345px;
}

.blocNouveaute h3 {
	margin:0;
}

.blocNouveaute h3 a, .blocNouveaute h3 a:visited {
	color:#515053;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
	background-color: #bbbdbf;
}

.blocNouveaute h3 a:hover {
	color:#515053;
	text-decoration:none;
	background-color:#a9abad;
}

.blocNouveaute h4 a, .blocNouveaute h4 a:visited {
	color:#00529a;
}

.blocNouveaute h4 a:hover {
	text-decoration:underline;
}

.blocNouveaute .contenu {
	float:left;
	width: 325px;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
}

.blocNouveaute .contenu a.image, .blocNouveaute .contenu a.image:visited {
	border: 1px solid #bbbdbf;
	margin: 0;
	padding:1px;
	height: 140px;
	width:140px;
	float:left;
	text-align:center;
	display:block;
	background-color:#fff;
	overflow: hidden;	
}

.blocNouveaute .contenu a.image:hover {
	border: 2px solid #88888b;
	background-color:white;
	padding:0;
}

.blocNouveaute .contenu .description {
	float:right;
	font-size: 12px;
	padding: 0;
	width: 173px;
}

.blocNouveaute .contenu .description .chapo {
	color:#626164;
	font-weight:normal;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.blocNouveaute .contenu .description .prixProduit {
	color:#ff0000;
	font-weight:bold;
	text-align: left;
	font-size: 18px;
	margin:5px 0 0 0;
	padding: 0;
	display:block;
}

.blocNouveaute .contenu .description p {
	margin:0;
	padding: 0;
}

.blocNouveaute a.acheter, 
.blocNouveaute button.acheter { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:5px 0 0 0; 
    padding:0;
	font-size:13px;
	font-weight:bold;
	black-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.blocNouveaute a.acheter span, 
.blocNouveaute button.acheter span { 
    position:relative; 
    float:left; 
    padding:0 0 0 5px; 
    vertical-align:middle;
	background-color:black;
	border:solid 1px #FFFFFF;
} 

.blocNouveaute a.acheter span span, 
.blocNouveaute button.acheter span span {
	color:#fff;
    height:24px; 
    padding:0 5px 0 0; 
    line-height:23px; 
    background-color:black;
	border:none;
} 
 
.blocNouveaute a.acheter:hover span, 
.blocNouveaute button.acheter:hover span {
	background-color:#00529a;
	text-decoration:none;
}

.blocNouveaute a.toutesLesNouveautes, .blocNouveaute a.toutesLesNouveautes:visited {
	display:block;
	float:left;
	width:100%;
	margin: 1px 0 0 0;
	padding:5px 0;
	color:#515053;
	font-weight:bold;
	text-indent:10px;
	background-color:#bbbdbf;
}

.blocNouveaute a.toutesLesNouveautes:hover {
	color:#515053;
	text-decoration:none;
	background-color:#a9abad;
}

/* Bloc promotion (utilisé en page index_page.html + rubrique.html)
-------------------------------------------------------- */

.blocPromo {
	float: right;
	margin: 0 0 20px 0;
	width:345px;
}

.blocPromo h3 {
	margin:0;
}

.blocPromo h3 a, .blocPromo h3 a:visited {
	color:#515053;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
	background-color: #bbbdbf;
}

.blocPromo h3 a:hover {
	color:#515053;
	text-decoration:none;
	background-color:#a9abad;
}

.blocPromo h4 a, .blocPromo h4 a:visited {
	color:#00529a;
}

.blocPromo h4 a:hover {
	text-decoration:underline;
}

.blocPromo .contenu {
	width: 325px;
	float:left;
	_float:none;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
}

.blocPromo .contenu a.image, .blocPromo .contenu a.image:visited {
	border: 1px solid #bbbdbf;
	margin: 0;
	padding:1px;
	height: 140px;
	width:140px;
	display:block;
	float:left;
	background-color:#fff;
	overflow: hidden;
	text-align:center;
}

.blocPromo .contenu a.image:hover {
	border: 2px solid #88888b;
	background-color:white;
	padding:0;
}

.blocPromo .contenu .description {
	float:right;
	font-size: 12px;
	padding: 0;
	width: 173px;
	_width: 158px;
}

.blocPromo .contenu .description .chapo {
	color:#626164;
	font-weight:normal;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.blocPromo .contenu .description .prixProduit {
	color:#ff0000;
	font-weight:bold;
	text-align: left;
	font-size: 18px;
	margin:5px 0;
	padding: 0;
	display:block;
}

.blocPromo .contenu .description p {
	margin:0;
	padding: 0;
}

.blocPromo a.acheter, 
.blocPromo button.acheter { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:5px 0 0 0; 
    padding:0;
	font-size:13px;
	font-weight:bold;
	black-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.blocPromo a.acheter span, 
.blocPromo button.acheter span { 
    position:relative; 
    float:left; 
    padding:0 0 0 5px; 
    vertical-align:middle;
	background-color:black;
	border:solid 1px #FFFFFF;
} 

.blocPromo a.acheter span span, 
.blocPromo button.acheter span span {
	color:#fff;
    height:24px; 
    padding:0 5px 0 0; 
    line-height:23px; 
    background-color:black;
	border:none;
} 
 
.blocPromo a.acheter:hover span , 
.blocPromo button.acheter:hover span {
	background-color:#00529a;
	text-decoration:none;
} 

.blocPromo a.toutesLesPromos, .blocPromo a.toutesLesPromos:visited {
	display:block;
	float:left;
	width:100%;
	margin: 1px 0 0 0;
	padding:5px 0;
	color:#515053;
	font-weight:bold;
	text-indent:10px;
	background-color:#bbbdbf;
}

.blocPromo a.toutesLesPromos:hover {
	color:#515053;
	text-decoration:none;
	background-color:#a9abad;
}

/* Petit bloc produit (utilisé en page rubrique.html)
-------------------------------------------------------- */

.petitBlocProduit {
	float: left;
	margin: 0 12px 20px 0;
	width:186px;
}

.separation {
	float: left;
	margin:0;
	height:1px;
	width:1020px;
}

.petitBlocProduit h3 {
	margin:0;
	font-size: 12px;
}

.petitBlocProduit h3 a, .petitBlocProduit h3 a:visited {
	color: black;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 12px;
}

.petitBlocProduit h3 a:hover {
	text-decoration:none;
}

.petitBlocProduit .contenu  {
	float:left;
	width: 186px;
	margin:1px 0 0 0;
	padding: 10px;
}

.petitBlocProduit .contenu a.image, .petitBlocProduit .contenu a.image:visited  {
	margin: 0;
	padding: 2px;
	width: 180px;
	display:block;
	float:left;
	overflow: hidden;	
}

.petitBlocProduit .contenu a.image:hover {
	border: 2px solid #88888b;
	padding:0;
}

.petitBlocProduit .contenu .description {
	float:right;
	font-size: 12px;
	padding: 0;
	width: 186px;
}

.petitBlocProduit .contenu .description .chapo {
	color:#626164;
	font-weight:normal;
	text-align: left;
	font-size: 12px;
	padding: 0;
	text-decoration: line-through;
}

.petitBlocProduit .contenu .description .prixProduit {
	color: #EC8000;
	font-weight:bold;
	text-align: left;
	font-size: 18px;
	margin:5px 0;
	padding: 0;
	display:block;
}

.petitBlocProduit .contenu .description p {
	margin:0;
	padding: 0;
}

.petitBlocProduit a.acheter, 
.petitBlocProduit button.acheter { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:5px 0 0 0; 
    padding:0;
	font-size:13px;
	font-weight:bold;
	black-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.petitBlocProduit a.acheter span, 
.petitBlocProduit button.acheter span { 
    position:relative; 
    float:left; 
    padding:0 0 0 5px; 
    vertical-align:middle;
	background-color: white;
	border:solid 1px white;
} 

.petitBlocProduit a.acheter span span, 
.petitBlocProduit button.acheter span span {
	color:#fff;
    height:24px; 
    padding:0 5px 0 0; 
    line-height:23px; 
    background-color: white;
	border:none;
	font-weight: normal;
} 
 
.petitBlocProduit a.acheter:hover span , 
.petitBlocProduit button.acheter:hover span {
	background-color:#00529a;
	text-decoration:none;
} 

/* Contenu d'une fiche produit (produit.html)
-------------------------------------------------------- */

.blocProduit {
	float: left;
	margin:0 0 20px 0;
	padding:0;
	width:1000px;
}

.blocProduit .blocDImages {
	float: left;
	margin:0 0 20px 0;
	padding:0;
	width:346px;
}



.blocProduit a.grandeImage, .blocProduit a.grandeImage:visited {
	border: 1px solid #bbbdbf;
	margin:0;
	padding:1px;
	width:342px;
	float:left;
	background-color:#fff;
}

.blocProduit a.grandeImage:hover {
	border: 2px solid #88888b;
	background-color: #white;
	padding:0;
}

.blocProduit a.cloud-zoom, .blocProduit a.cloud-zoom:visited {
	border: 1px solid #bbbdbf;
	margin:0;
	padding:1px;
	width:342px;
	float:left;
	background-color:#fff;
}

.blocProduit a.cloud-zoom:hover {
	border: 2px solid #88888b;
	background-color:white;
	padding:0;
}

.blocProduit ul.vignettes {
	margin: 8px 0 0 0;
	padding:0;
	list-style:none;
	text-align:center;
	border:none;
	width:690px;
	float: left;
}

.blocProduit ul.vignettes li {
	margin:0;
	padding:0;
	border:none;
}

.blocProduit ul.vignettes li a, .blocProduit ul.vignettes li a:visited {
	border: 1px solid #bbbdbf;
	margin:0 8px 1px 0;
	padding:1px;
	height: 81px;
	float:left;
	display:inline;
	background-color:#fff;
	overflow: hidden;
}

.blocProduit ul.vignettes li a:hover {
	border: 2px solid #88888b;
	background-color: white;
	padding:0;
}

.blocProduit .introProduit {
	float: left;
	margin:0 20px 20px 20px;
	padding:0;
	width:392px;
	overflow: hidden;
}

.blocProduit .introProduit .chapo {
	font-size: 14px;
	font-weight:bold;
	padding: 0;
	margin:0 0 20px 0;
}

.blocProduit .introProduit .prixProduit {
	color:#ff0000;
	font-weight:bold;
	text-align: left;
	font-size: 24px;
	margin:5px 0 0 0;
	padding: 0;
}

.blocProduit a.acheter, 
.blocProduit button.acheter { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:10px 0 0 0; 
    padding:0;
	font-size:16px;
	font-weight:bold;
	black-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.blocProduit a.acheter span, 
.blocProduit button.acheter span { 
    position:relative; 
    float:left; 
    padding:0 0 0 10px; 
    vertical-align:middle;
    background-color:black;
	width: 160px;
} 

.blocProduit a.acheter span span, 
.blocProduit button.acheter span span {
	color:#fff;
    height:40px; 
    padding:0 10px 0 0; 
    line-height:38px; 
    background-color:black;
} 
 
.blocProduit a.acheter:hover span, 
.blocProduit button.acheter:hover span { 
    background-color:#00529a;
	text-decoration:none;
} 

.blocProduit .description {
	clear: both;
	float: left;
	font-size: 12px;
	padding: 0;
	width: 392px;
}

.blocProduit .infos {
	margin: 20px 0 0 0;
	padding:0;
	list-style:none;
	text-align:center;
	border:none;
	width:730px;
	float: left;
}


.blocProduit .telechargements , .blocProduit .contenusAssocies {
	float: left;
	margin: 0 20px 20px 0;
	width: 1000px;
}

.blocProduit .contenusAssocies h3, .blocProduit .telechargements h3 {
	color:#515053;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
	background-color: #bbbdbf;
}

.blocProduit .contenusAssocies ul, .blocProduit .telechargements ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 1000px;
	float:left;
	background:#d8d9da;
}

.blocProduit .contenusAssocies ul li, .blocProduit .telechargements ul li {
	margin: 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.blocProduit .contenusAssocies ul li a, .blocProduit .telechargements ul li a,
.blocProduit .contenusAssocies ul li a:visited, .blocProduit .telechargements ul li a:visited {
	border-top:solid 1px #FFF;
	color:#fff;
	display:block;
	background-color:black;
	padding:3px 0 3px 10px;
}

.blocProduit .contenusAssocies ul li a:hover, .blocProduit .telechargements ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#00529a;
}

/* Player video dans description
-------------------------------------------------------- */
div.descrition iframe {
	width: 392px;
}
/* PrixProduit
-------------------------------------------------------- */
.PrixProduit {
	float: right;
	width: 200px;
	height: 400px;
	padding: 10px;
	border: 1px solid black;
}




/* Personnalisation du zoom de la fiche produit (produit.html)
-------------------------------------------------------- */

#superbox-overlay {
	width: 100%;
	overflow: visible;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	background:#e0e4cc;
}

#superbox-container .loading {
	width:32px;
	height:32px;
	text-indent:-9999px;
	background-image:url(_gfx/loader.gif);
	background-position:center 0;
	background-repeat:no-repeat;
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 100%;
}

#superbox .close a {
	float:right;
	padding:0 5px;
	line-height:20px;
	color:#fff;
	background:#00529a;
	cursor:pointer;
}

#superbox .nextprev a {
	float:left;
	margin-right:5px;
	padding:0 5px;
	line-height:20px;
	background:#00529a;
	cursor:pointer;
	color:#fff;
}

#superbox .nextprev .disabled {
	background:#ccc;
	cursor:default;
}

#superbox .close a:hover {
	color:#fff;
	background:#00529a;
	text-decoration:none;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: left;
	color:#626164;
	width: 980px;
	text-align: right;
	font-size: 11px;
	padding: 5px 10px 5px 0;
	margin: 10px 0;
	background-color:#d8d9da;
}

#pages a, #pages a:visited {
	color:#626164;
	text-decoration: none;
	font-weight: bold;
}

#pages a:hover {
	text-decoration: underline;
}

/* Pied de page
-------------------------------------------------------- */

/* Pied de page
-------------------------------------------------------- */

#footer {
	float: left;
	width: 1020px;
	color: #9a9b9d;
	font-size: 11px;
	font-weight:normal;
	padding:5px 0 20px 0;
	background-color: white;
	border-top:dotted 1px black;
	border-bottom:dotted 1px black;
	}
	
#footer .colonne {
	float: left;
	width: 310px;
	margin:0;
	padding:0 10px;
	}
	
#footer .colonne p {
	font-size:11px;
	margin:0;
	padding:0;
	}
	
#footer h4 {
	font-size:11px;
	color: #626164;
	background-image:none;
	padding:0;
	margin:3px 0 0 0;
	}
			
#footer a, #footer a:visited  {
	font-weight:normal;
	color: #9a9b9d;
	text-decoration: none;
	padding:0 5px;
	border-right:solid 1px #9a9b9d;
}

#footer h4 a, #footer h4 a:visited {
	font-weight:bold;
	border:none;
	}

#footer a:hover {
	text-decoration: underline;
	color: #FFBE00;
}

#footer .colonne p.validator {
	float:left;
	margin:5px 0 0 0;
	}
	
#footer .colonne p.validator a, #footer .colonne p.validator a:visited {
	border:none;
	}
	


/* formulaire
-------------------- */

#contenu form {
	padding:0;
	margin:0 0 20px 0;
}

#contenu form p {
	margin: 0;
	padding: 4px 0;
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	font-size: 12px;
	border-bottom:1px solid #ccc;
	clear:both;
	float:left;
	width:100%;
}

#contenu form p.derniereLigne {
	border:none;
}

#contenu form p label {
	float: left;
	width: 290px;
	padding:0 10px 0 0;
	margin: 0;
	line-height:24px;
}

#contenu form p label.codeDeblackuction {
	width: 180px;
}

#contenu form p label.petit {
	width: 80px;
}

#contenu form p input, #contenu form p select, #contenu form p textarea {
	float:left;
	margin: 0;
	width: 190px;
	padding: 3px;
	border:solid 1px #a9abad;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626164;
	font-weight:bold;
	background-color:#d8d9da;
}

#contenu form p input.codeDeblackuction {
	width: 50px;
	background-color:#fff;
	padding: 4px;
}

#contenu form p select {
	width: 198px;
}

#contenu form p textarea {
	width: 300px;
}

#contenu form p input.radio, #contenu form p input.checkBox {
	float:left;
	margin: 5px 0;
	width: 20px;
	padding: 0;
	background-color:transparent;
	border: none;
}
#contenu form p .labelRadio, #contenu form p .labelCheckBox {
	float:left;
	margin: 5px 10px 0 0;
	padding: 0;
	background-color:transparent;
	border: none;
	font-weight:bold;
}
	
#contenu form button.bouton,
#contenu form button.boutonMemeLigneQuInput { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0 0 0 300px; 
    padding:0; 
    black-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
	border:none;
    background:none;
	font-size:13px;
	font-weight:bold;
}

#contenu form button.boutonMemeLigneQuInput { 
    margin:0 0 0 10px; 
}
	
#contenu form button.bouton span,
#contenu form button.boutonMemeLigneQuInput span { 
    position:relative; 
    float:left; 
    padding:0 0 0 8px;        /* Largeur du côté gauche */ 
	margin:0;
    vertical-align:middle;
	background-color:black;
}

#contenu form button.bouton span span,
#contenu form button.boutonMemeLigneQuInput span span {
    padding:0 8px 0 0;/* Largeur du côté droit */ 
	color:#FFF;
	height:24px;
	line-height:24px; /* Alignement vertical du texte */ 
	border: none;
}

.obligatoire {
	font-size: 12px;
	color: #FF0000;
	clear:both;
	margin:10px 0;
}

/* Tableaux
-------------------------------------------------------- */

#contenu table, #contenu table tr {
	padding:0;
	margin:0;
}

#contenu table th {
	font-weight: bold;
	background-color: #d8d9da;
	border-bottom:solid 1px #FFFFFF;
}

#contenu table td {
	font-weight: bold;
	background-color: transparent;
	border:none;
}

#contenu table td.ligne {
	font-weight: bold;
	background-color: transparent;
	border-bottom:solid 1px #d8d9da;
}

#contenu table th.total {
	font-weight: bold;
	color:#FFF;
	background-color: #00529a;
	border-bottom:solid 1px #dedce6;
}

/* Liens internes au site
-------------------------------------------------------- */

.queFaire {
	margin:20px 0 20px 0;
	padding:0;
	width:100%;
	float:left;
	text-align:right;
}

.queFaire a.bouton, 
.queFaire button.bouton { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:10px 0 0 0; 
    padding:0;
	font-size:14px;
	font-weight:bold;
	black-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.queFaire a.bouton span, 
.queFaire button.bouton span { 
    position:relative; 
    float:left; 
    padding:0 0 0 7px; 
    vertical-align:middle;
    background-color:black;
} 

.queFaire a.bouton span span, 
.queFaire button.bouton span span {
	color:#fff;
    height:24px; 
    padding:0; 
    padding:0 7px 0 0; 
    line-height:22px; 
    background-color:black;
} 
 
.queFaire a.bouton:hover span, .queFaire a.bouton:hover span span, 
.queFaire button.bouton:hover span, .queFaire button.bouton:hover span span { 
    background-color:#00529a;
} 
 
/*  général
-------------------------------------------------------- */

#moteurEtCatalogue {
	float: left;
	width:200px;
	padding: 0;
	margin:25px 0 0 0;
}

#moteurEtCatalogue h3 {
	display:none;
}

#accueil, #menuCatalogue {
	float: left;
	padding: 0;
	margin:0 0 18px 0;
	width:100%;
}

#accueil ul, #menuCatalogue ul {
	padding: 0;
	margin:0;
	list-style:none;
	color:#FFFFFF;
}

#accueil ul li, #menuCatalogue ul li {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 0 1px 0;
}

#accueil ul li a, #menuCatalogue ul li a  {
	text-decoration:none;
	color:#fff;
	border-left:solid 3px #0068b2;
	display:block;
	background-color:black;
	padding:5px 0 5px 10px;
}

#accueil ul li a:hover, #menuCatalogue ul li a:hover {
	text-decoration:none;
	background-color:#00529a;
	color:#FFF;
	border-left:solid 3px #02407a;
}

#menuCatalogue ul li ul {
}

#menuCatalogue ul li ul li {
	font-size:12px;
	margin:1px 0 0 0;
	text-indent:8px;
}

#menuCatalogue ul li ul li a {
	border-left:solid 3px #7ca3c5;
	background-color:white;
}


#menuCatalogue ul li a.selection {
	color:#fff;
	background-color:#00529a;
	border-left:solid 3px #02407a;
}

/* Recherche
-------------------------------------------------------- */

#moteurDeRecherche {
	margin: 0;
	padding-top: 7px;
	width: 155px;
	display:block;
	float: right;
}

#moteurDeRecherche form {
	margin: 0;
	padding:0;
	border:none;
}

#moteurDeRecherche form p {
	margin: 0;
	padding:0;
	float:right;
}

#moteurDeRecherche form input {
	margin: 0;
	padding:2px;
	width:120px;
	border:solid 1px #00529a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#fff;
	color:#626164;
	float:left;
}

#moteurDeRecherche form button.bouton { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0; 
    padding:0; 
    black-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:none; 
    background:none;
	font-size:13px;
	font-weight:bold;
	color: white;
}

#moteurDeRecherche form button.bouton span { 
    position:relative; 
    float:left; 
    padding:0 0 0 8px;        /* Largeur du côté gauche */ 
	margin:0;
    vertical-align:middle;
	background-color:#00529a;
	border:solid 1px #fff;
}

#moteurDeRecherche form button.bouton span span {
	padding:0 8px 0 0;
	border:none;
	color:#FFF;
	height:18px;
	line-height:18px; /* Alignement vertical du texte et largeur du côté droit*/
}
	
/* Moyens de paiement
-------------------------------------------------------- */

.moyensDePaiement {
	float:left;
	margin: 0;
	padding:0 10px;
	width:1000px;
	background-color: white;
}

.moyensDePaiement h4 {
	margin:32px 0 0 0;
	float:left;
	color: black;
 
}

.moyensDePaiement ul, .moyensDePaiement ul li {
	list-style:none;
	margin: 0;
	padding:0;
	border:none;
}

/* Correction des bug Internet Explorer
-------------------------------------------------------- */

* html button {width:1%; overflow:visible;} 
*:first-child+html button {overflow:visible;}


/* Entête
-------------------------------------------------------- */

#entete {
	float: left;
	background-color: white;
	width: 1020px;
	margin: 0;
	padding: 0 0 10px 0;
	color: black;
}

#pieddepage {
	float: left;
	background-color: white;
	width: 1020px;
	margin: 0 0 50px 0;
	padding: 10px 0 10px 0;
	color: black;
}

#pieddepage img {
    border: 0 none;
    float: none;
    vertical-align: bottom;
}

#pieddepage .colonne {
	float: left;
	width: 310px;
	margin:0;
	padding:0 10px;
	}
	
#pieddepage .colonne p {
	font-size:11px;
	margin:0;
	padding:0;
	}
	
#menufooter {
	float: left;
	background-color: black;
	margin-bottom: 10px;
	width: 1000px;
	height: 35px;
	line-height: 35px;
	color: white;
	font-weight: bold;
	padding: 0 10px;
}

#menufooter a {
	color: white;
	font-weight: bold;
}

.logo {
	float: left;
	width: 270px;
	height: 140px;
	margin: 0;
	padding: 10px;
	color: black;
}
a.LIEN_logo:link, a.LIEN_logo:visited, a.LIEN_logo:hover {
	font-size: 25px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Cedarville Cursive', cursive;
}
a.LIEN_logo:hover {
	font-size: 25px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#PubGoogle {
	float: left;
	width: 728px;
	height: 90px;
	margin: 1px 0 10px 1px;
}

#Social {
	float: right;
	height: 40px;
}

#monCompte {
	float: right;
	width: 330px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: white;
	padding: 0 0 0 10px;
}
.formMonCompte {
	float: left;
	padding: 5px 5px 5px 0;
	margin: 0 0 0 0;
}
.blocMonCompte {
	float: left;
	padding:0;
	margin: 0;
}
.champFormMonCompte {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	color: black;
	background-color: white;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
.menuMonCompte {
	float: left;
	color: white;
	width: 100%;
	padding: 0;
}
.recherche {
	float: left;
	margin: 20px 0 0 10px;
	width: 175px;
}
.recherchebtn {
	margin: 5px 0 0 13px;	
	float: right;

}
.rechercheform {
	float: left;
	width: 170px;
	margin: 0 0px 0 0;
}
#monPanier {
	float: right;
	width: 200px;
	height: 34px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: white;
	padding: 0 0 0 60px;
	background: white url(_gfx/panier_noir.jpg) no-repeat left; 
}
.boutonMonCompteEntete {	
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
}
a.LIEN_entete:link, a.LIEN_entete:visited  {
	font-size: 0.8em;
	color: black;
	text-decoration: none;
}
a.LIEN_entete:hover {
	font-size: 0.8em;
	color: #FFBE00;
}

/* Menu Horizontale
-------------------------------------------------------- */
#menuH 
{
        font-weight : bold; 
        font-family : Arial; 
        font-size : 12px;
		float: left;
	    width:100%;
	    background-color: black;
		margin : 0; 
		z-index: 99999; 
		height: 35px;
		
}	
	
#menuH ul 
{
        padding : 0; 
        margin : 0; 
        list-style : none; 
        line-height : 35px; 
        text-align : center;
		z-index: 99999; 
}



#menuH a 
{
        display : block; 
        padding : 0; 
        background-color : black;       
        color : #FFBE00; 
        text-decoration : none; 
		padding : 0 5px;
		z-index: 99999; 
}

#menuH a:hover {
		background-color: grey;
		color: #FFBE00;
}

#menuH li 
{ 
        float : left;  
		z-index: 99999; 
}


#menuH div {
	position: absolute;
	padding: 10px;
	top: 205px;
	left: 0;
	width: 998px;
	background-color: grey;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

/* Masque le DIV de sous menu */
#menuH li div {
	display: none;
}

/* Affiche le DIV de sous menu */
#menuH li:hover div {
	display: block;
	z-index: 999;
}

#menuH ul ul {
	line-height: 20px;
}

#menuH ul li ul li
{
        width: 180px;
        text-align: left;
}

#menuH ul li ul li a
{
        color: white;
        background: grey;
        font-size: 12px;
}

#menuH ul li ul li a:hover
{
        color: #FFBE00;
        background: grey;
}

/* sous sous menu */
#menuH ul ul ul
{
        line-height: 16px;
}

#menuH ul li ul li ul li a
{
        color: white;
        background: grey;
        font-size: 12px;
        font-weight: normal;
        margin-left: 10px;
}


/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {
	float: left;
	width: 1000px;
	padding: 0 10px;
}
.produitPetit {
	float: left;
	width: 458px;
	height: 155px;
	margin: 10px;
	padding: 0;
}
.produitPetitRub {
	float: left;
	width: 335px;
	height: 155px;
	margin: 5px 10px 5px 0px;
	padding: 10px 10px 10px 10px;
	background-color:#EDF0F7;	
}
.contourImageNew {
	border: 1px solid #c2c2c2;
	margin: 0 5px 0 0 ;
	padding:0 ;
	float: left;
	height: 150px;
	width:150px;
	background-color: #FFFFFF;
	overflow: hidden;	
}
.contourImage {
	border: 1px solid #c2c2c2;
	margin: 2px;
	float: left;
	height: 150px;
	width:150px;
	background-color: #FFFFFF;
	overflow: hidden;	
}
.contourImage:hover {
	border: 3px solid black;
	padding: 0;
	margin: 0px ;
	float: left;
	height: 150px;
	width: 150px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.contourImageProd {
	border: 1px solid #c2c2c2;
	margin: 0 10px 0 0px;
	float: left;
	height: 300px;
	width:300px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.contourImageProd:hover {
	border: 3px solid black;
	padding: 0;
	margin: -2px 8px -2px -2px;
	float: left;
	height: 301px;
	width:300px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#docProd{
	height: 100px;
	width: 100px;
	float: left;	
}
.contourImageMozaique {
	border: 1px solid #c2c2c2;
	margin: 3px 3px 0px 3px;
	float: left;
	overflow: hidden;
}
.titreProduit {
	color:#ec8000;
	font-size:15pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	width: 170px;
	height:20px;
	overflow: hidden;
	font-size: 14px;
}
.chapoProduit {
	color: #123355;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	padding: 0 0 0 0;
	width: 170px;
	height:30px;
	overflow: hidden;
}
.descriptionProduit {
	text-align: left;
	margin: 5px 0 5px 0;
	height:30px;
	overflow: hidden;
}
.prixProduit {
	color: #EC8000;
	font-weight: bold;
	height:30px;
	overflow: hidden;
	margin-top: 5px;
}
.prixProduitRub {
	color: #EC8000;
	font-weight: bold;
	height:40px;
	overflow: hidden;
	margin-top: 5px;
}
.mettrepanier {
	width:120px;
	height:90px;
	float: left;
	margin: 0 63px 0 0;
}
.etiquetteindex {
	float:right;
	vertical-align:top;
	margin:-75px 0 0 0;
}
.ficheProduit {
	float:left;
	width: 350px;
	height: 4250px;
	margin-left: 10px;
}
.imagesProduit {
	float:left;
	width: 350px;
	height: 420px;
	margin: 10px 0 0 0px ;
}
a.LIEN_commander:link, a.LIEN_commander:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;	
	
}
a.LIEN_commander:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
.blocVignettes {
	float: none;	
	padding: 0;
	text-align: center;
	margin: 0;
	width: 320px;
	height: 120px;
}

.vignette {
	float: left;	
	border: 1px solid #c2c2c2;
	margin: -5px 10px 12px 0px;
	padding: 0;
	text-align: center;
	width: 92px;
	height: 92px;
	overflow: hidden;
	background-color:#FFFFFF;
	}
	
	
.vignette a {
	float: left;	
	margin: 5px 0px 5px 0px;
	padding: 0;
	text-align: center;
	width: 80px;
}
.vignette a:hover {
	float: left;	
	margin: 5px 0px 5px 0px;
	padding: 0;
	text-align: center;
	width: 80px;
}
.blocnouveaute{
	float: left;
	margin: 0 10px 0px 0;
}
.nouveaute {
	color: black;
	font-weight: bold;
	width: 470px;
	height: 20px;
	padding: 5px 0 7px 10px;
	background-color: #dfe1e8;
	clear:both;
}
.nouveauteProd {
	width: 478px;
	height: 208px;
	margin:2px 0 20px 0;
	padding: 0;
	background-color: #F6F6F6;
	border: 1px solid #E5E5E5;
	clear:both;
}
.nouveauteProd h2 {
	color: white;
	padding: 5px;
	font-weight: normal;
}
.mozaiqueProd {
	float: left;
	width: 964px;
	height:110px;
	margin:2px 0 20px 5px;
	padding:4px 12px 4px 12px;
	background-color: #F6F6F6;
	border: 1px solid #E5E5E5;
	clear:both;
}
.mozaiqueProd h2 {
	color: white;
	padding: 5px;
	font-weight: normal;
}
.tagsProd {
	padding:30px;
	width:295px;
	margin:2px 0 20px 0;	
	height:160px;
	text-align:justify;
	background-color: #edf0f7;
	clear:both;	
}

.nouveauteProd a.acheter, 
.nouveauteProd button.acheter { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:5px 0 0 0; 
    padding:0;
	font-size:13px;
	font-weight:bold;
	black-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.nouveauteProd a.acheter span, 
.nouveauteProd button.acheter span { 
    position:relative; 
    float:left; 
    padding:0 0 0 5px; 
    vertical-align:middle;
	background-color:black;
	border:solid 1px #FFFFFF;
} 

.nouveauteProd a.acheter span span, 
.nouveauteProd button.acheter span span {
	color:#fff;
    height:24px; 
    padding:0 5px 0 0; 
    line-height:23px; 
    background-color:black;
	border:none;
} 
 
.nouveauteProd a.acheter:hover span, 
.nouveauteProd button.acheter:hover span {
	background-color:#00529a;
	text-decoration:none;
}

#productSidebar {
   float: left;
    width: 200px;
}

#productSidebar .boxCheckout {
    background-color: #F0F0F0;
    margin: 0 0 10px;
    padding: 10px;
}

#productSidebar .boxPrice {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 10px 5px;
}

#productSidebar .boxPrice .priceLabel {
    font-weight: bold;
}
#productSidebar .boxPrice .price, #productSidebar .boxPrice .specialPrice, #productSidebar .boxPrice .specialPriceLable {
    font-size: 18px;
    line-height: 1.3em;
}
#productSidebar .boxPrice .oldPrice {
    font-size: 14px;
}

#productSidebar .boxPrice .overflow {
	margin-top: 5px;
}


.price, .savePrice {
    color: #404040;
    font-weight: bold;

}

#productSidebar .boxPrice .price, #productSidebar .boxPrice .savePrice  {
    float: right;
}

.oldPrice {
    text-decoration: line-through;
}
.specialPrice, .savePrice {
    color: #EC8000;
}

.trait2 {
	border-top:#CCCCCC 1px solid;
	border-bottom:#FFFFFF 1px solid;
}

.menu_in {
	margin:13px 0 0 0;
	float:right;
	font-size: 12px;
}

/* Carousel
------------------------*/
.list_carousel {
				background-color: black;
				padding: 0;
				width: 1020px;
				margin-bottom: 20px;
				display: block;
				float: left;
}
.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
}
.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: black;
				height: 34px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
}

