html {overflow-y: scroll;} /* FF scrollbar trigger */

/* LISTE DES PRODUITS
----------------------------------------------------  */
#itemList {
	padding-top: 10px;
}
#itemList a img {border: none;}
ul.item {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
li.itemThumb {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
li.itemTb span {display: block;}
li.itemLabel {
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 3px;
	width: 100%;
}

/* CUSTOM
-------------------------- */
ul.item {
	height: 200px; /* hauteur maximum d'une vignette */	
	width: 33.3%; /* 33.3% = 3 produits par ligne, 25% = 4, 50% = 2 */
	margin-bottom: 45px; /* hauteur pour la zone texte/lien */
}
/* style des bordures de vignette */
#itemList li.itemThumb img {
	border-width: 3px;
	border-style: solid;
/*	border-color: #000;*/
}
/* style des liens texte */
li.itemLabel a {
	font-weight: bold;
	text-decoration: none;
/*	color: #000;*/
}
li.itemLabel a:hover {color: #000;}




/* FICHE PRODUIT
----------------------------------------------------  */
#itemSingle {}
#itemSingle a img {border: none;}
#viewer {
	display: inline;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#otherView {float: right;}
#otherView ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#otherView ul li {padding-bottom: 10px;}

/* CUSTOM
-------------------------- */
#viewerImg, #otherView ul li img {
	border-width: 3px;
	border-style: solid;
	border-color: #000;
}
/*#viewer {width: 650px; } /* = 770[largeur de la zone de contenu effective] - 10[#viewer.margin-right] - 90[#otherView.width]*/
#viewer {width: 500px; } /* = 770[largeur de la zone de contenu effective] - 10[#viewer.margin-right] - 90[#otherView.width]*/
/*#otherView {width: 90px;}*/
#otherView {width: 150px;}

/* itemInfo
----------- */
#itemInfo {text-align: left;}
#itemInfo h3 {
	margin: 0;
	font-size: 16px;
}
ul#itemMeta {
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	list-style: none;
}
ul#itemMeta li#links {float: right;}
ul#itemMeta li#links a {
	font-weight: bold;
	text-decoration: none;
}
ul#itemMeta li#links span {padding: 0 5px;}
ul#itemMeta li#price {
	float: left;
	padding: 0;
	font-size: 14px;
}
