/* CSS Document */

#productGeneral {
	position:relative;
	border:1px solid #990000;
	margin:5px auto 10px auto;
	padding:0;
	width:600px;
}
#produitAReglerEnLigne {
	position:absolute;
	right:0;
	top:0;
	width:167px;
	height:80px;
	background:url(../images/produitAreglerEnLigne.gif) no-repeat;
}
#productGeneral form {
	margin:0;
	padding:0;
}
#productImagesWrapper {
	margin:5px;
}
#ficheProduitCommentaires {
	margin:10px auto;
	width:300px;
	height:80px;
}
#ficheProduitCommentaires textarea {
	width:300px;
	height:50px;
}
.attribsSelect {
	font-weight:bold;
}
#productNameAndPrice {
	margin:5px;
	width:590px;
	background:#FFF;
}
.productImageForm {
	/*width:120px;*/
	/*height:120px;*/
	overflow:hidden;
}
#productNameAndPrice ul {
	list-style:none;
	margin:0;
	padding:0;
}
#productNameAndPrice li {
	display:block;
}
#productNameAndPrice_title {
	color:#CB021B;
	font-size:28px;
	font-weight:bold;
	text-align:left;
	float:left;
	margin:2px;
}
#productNameAndPrice_price {
	text-align:right;
	color:#CB021B;
	font-size:18px;
	float:right;
}
#productNameAndPrice_prices_listing {
	background:#FFFFFF;
}
#productNameAndPrice_prices_listing li {
	display:block;
	height:5px;
	padding:5px;
	font-size:13px;
	height:100%;
}
#productAdditionnalImages {
	float:left;
	width:300px;
}
#productDescription {
	margin:5px;
	color:#000000;
	text-align:justify;
}
#boutonsFicheProduit {
	bottom:0;
	height:30px;
}
#boutonsFicheProduitRetour {
	display:block;
	float:left;
	width:290px;
	height:30px;
	background:url(../images/ficheProduitRetourBoutique.jpg) repeat-x center;
}
#boutonsFicheProduitAcheter {
	display:block;
	border:0;
	float:right;
	width:310px;
	height:30px;
	background:url(../images/ficheProduitAcheter.jpg) repeat-x center;
	cursor:pointer;
}
#boutonsFicheProduitAcheter:hover {
	background:url(../images/ficheProduitAcheter_hover.jpg) repeat-x center;
}
#boutonsFicheProduitReserver {
	display:block;
	border:0;
	float:right;
	width:310px;
	height:30px;
	background:url(../images/ficheProduitReserver.jpg) repeat-x center;
	cursor:pointer;
}
#boutonsFicheProduitReserver:hover {
	background:url(../images/ficheProduitReserver_hover.jpg) repeat-x center;
}