/*	CSS Nishikidôri Market
	Création Agence Grain de Sel le 29/10/2008 */


ol,ul{
margin-left:20px;
}

.titreProduit{
	position:relative;
	width:551px;
	/*width:618px;*/	
	color:#fff;
	font-weight:bold;
	font-size:1em;
	/*top:143px;*/
	left:153px;
	height:33px;
	top:9px;
	overflow:hidden;
	}

#imgRubrique {	
	position:absolute;
	/*top:184px;*/
	left:153px;
	}
/** Recherche **/
#votreRecherche {
	position:absolute;
	top:184px;
	left:466px;
	margin:0;
	padding:3px;
	width:297px;
	height:54px;
	overflow:auto;
}
/** menu right **/
#menuRight{
	position:relative;
	left:466px;
	list-style-type: none;
	margin:0;
	padding:0;
	/*width:303px;*/
	width:285px;
	border-top:1px solid #fff;
	min-height:300px;
	_height:435px;
}
	
#menuRight li {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	/*width:303px;*/
	width:285px;
	display:block;
	}

#menuRight a {	
	text-decoration:none;
	color:#fff;
	text-align:left;
	/*width:293px;*/
	width:275px;
	display:block;
	padding:2px 5px;

}

#menuRight a:hover {
	background-color:#c01b21;
}

#zoneProduit {	
	position:relative;
	/*background-color:#000;*/
	width:617px;
	padding:0 0 5px 5px;
	/*top:184px;*/
	left:153px;
	overflow:visible;
	min-height:300px;
	_height:435px;
}

#zoneLeft {
float:left;
width:274px;
}

.separateur{ 
	 display: block;
	 height: 0;
	 margin: 0;
	 _margin: -7px 0;
	 padding: 0;
	 border: 0;
	 visibility: hidden;
	 clear:both;
}

/** menu produit **/
#menuProduit{
	list-style-type: none;
	margin:0;
	padding:0;
	width:274px;
	border-top:1px solid #fff;
	margin-left:-3px;
}
	
#menuProduit li {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	width:270px;
	display:block;
	}

#menuProduit a {	
	text-decoration:none;
	color:#fff;
	text-align:left;
	width:260px;
	display:block;
	padding:2px 5px;
	font-size:0.8em;
}

#menuProduit a:hover {
	color:#c01b21;
}

#menuProduit h1 {	
	text-align:left;
	width:260px;
	display:block;
	padding:2px 5px;
	color:#c01b21;
	font-size:0.8em;
	font-weight:normal;
}

#zoneDescription {	
	float:right;
	/*width:302px;*/
	width:332px;
	overflow:visible;
}

#zonePrix {
	float:right;
	width:180px;
	padding-bottom:7px;
}
.prixProduit {	
	width:136px;
	display:block;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin:12px 0 0 5px;
}
.matiere {	
	width:156px;
	display:block;
	color:#fff;
	margin:7px 0 0 5px;
	height:20px;
	overflow:hidden;
}
.matiere select {
	font-size:0.7em;
	border:1px solid #fff;
	height:19px;
}

.btnAjouter {	
	text-decoration:none;
	color:#000;
	text-align:center;
	width:135px;
	height:20px;
	display:block;
	background:url("../images/nishiki/btn_panier.gif") 0 0 no-repeat;
	font-size:0.8em;
	padding-top:4px;
	margin:7px 0 0 5px;
}
.btnAjouter:hover {
	color:#c01b21;
}

#zoneImage {
	display:block;
	float:left;
}
#imgProduit {	
	padding-right:10px;
	padding-bottom:7px;
}
.btnZoom {
	text-decoration:none;
	color:#fff;
	text-align:center;
	display:block;
	background:url("../images/nishiki/btn_zoom.jpg") 0 0 no-repeat;
	font-size:0.8em;
	padding-left:20px;
	height:16px;
	width:63px;
}
.btnZoom:hover {
	text-decoration:underline;
}

.description , #infoSup {	
	margin-top:45px;
	display:block;
	color:#fff;
	font-size:0.8em;
	text-align:justify;
}
#infoSup {	
	width:260px;
}