/* -- product_info.php -- */
#productInfo .productImageMain {
	float:left;
	width:300px;
	height:360Px;
	text-align:center;
}

#productInfo .prodimagemainclass{
	border:1px solid #d0d1d5;
	width:300px;
	height:300px;
	line-height: 300px; /* pour centrer l'image */
}

#productInfo .prodimagemainclass img {
	vertical-align: middle;
}

#productInfo #productInfoSpec{
	float:left;
	width:370px;
	height:315px;
}

#productInfo #productImages {
	float:left;
	width:300px;
	margin-bottom: 10px;
	text-align:center;
}

#productInfoSpec {
	float:left;
	width:370px;
	height:300px;
}

#productInfoSpec .description{
	float:left;
	width:370px;
	height:130px;
	background-color:#faeaea;
	border:1Px solid #f5d0f0;
	margin-left:20px;
	padding:5px;
}

#productInfoSpec2{
	float:left;
	width:370px;
	height:129px;
	background-color:#faeaea;
	border:1Px solid #EA6BA1;
	margin-left:20px;
	margin-top:20px;
	padding:5px;
}

#cartproduct {
	margin-top:5px;
	float:left;
	margin-left:2px;
}

.productQty{
	float:right;
	width:170px;
	text-align:right;
}

.productImage {
	float:left;
	width:200px;
	margin:0px;
}

.productContenance{
	float:left;
	width:200px;
}

.productStock {
	float:left;
	width:200px;
}

.rose {
	color:#EA6BA1;
}

#productInfo #productImages div {
	float:left;
	overflow: hidden;
	margin: 4px;
	text-align: center;
}
#productInfo .productBuy {
	color: #9BA439;
	clear: left;
	font-size: 14px;
	margin-left:200px;
	margin-top:30px;
}
#productInfo .productBuy .productPrice {
	padding-top: 12px;
}
#productInfoSpec .productPrice {
	color:#EA6BA1;
	font-size:14px;
	font-weight:bold;
	float:right;
	width:170px;
	text-align:right;
}

#productInfo .productBuy .submitBt {
	height:38px;
	width:140px;
	background: #FFF url(../images/ajoutpanier.png) no-repeat top left;
	font-size:9px;
	/*text-decoration: underline;*/
	padding-left: 40px;
	color: #FFF;
	margin: 0;
	float: right;
	margin-right:74px;
}
#productInfo #productOptions {

}
#productInfo #productOptions h4 {
	display: none;
}
#productInfo #productOptions p input {
	vertical-align:bottom;
}
#productInfo #productOptions p label {
	/*text-decoration: underline;*/
}
#productInfo #productOptions p input#products_quantity {
	vertical-align: middle;
	margin-left:5px;
	width:25px;
	text-align: center;
}
#productInfo #productTellAFriend,
#productInfo #productDescription {
	margin:20px 0;
}
#productInfo .availability {
	position: relative;
	top: 10px;
}
#productInfo #availability {
	font-weight: bold;
}
#productInfo #reviews {
	border-top:1px solid #F1F1F1;
	margin-bottom: 30px;
}
#productInfo .productOptionsImage {
	display: none;
}

#Page_product_info .xselling .splitPageTop,
#Page_product_info .xselling .splitPageBottom {
	display: none;
}

/* menu à onglets */
#productInfo .details {
	clear: both;
	/*background: #FFF url(../images/onglet_fond.png) no-repeat left top;*/
	width: 700px;
}
#productInfo .details ul li div.info {
    position: absolute;
    left: -5000px;
    z-index: 1;
    width: 670px;
	margin: 0;
	padding: 15px;
}
#productInfo .details ul {
    position: absolute;
    height: 35px;
	margin: 0;
	padding: 0;
}
#productInfo .details ul li.current div.info {
    left: -5000px;
	margin-top:-1px;
	background:#F7F7F7 url(../images/bottom_description.png) no-repeat center bottom;
}
#productInfo .details ul li.current div.info {
    left: 0;
}
#productInfo .details ul li:hover div.info {
	z-index: 2;
}

#productInfo .details li {
	float: left;
	display: block;
	height: 35px;
	width:175px;
}
#productInfo .details li a {
	color: #5DAC00;
	text-decoration: none;
	display: block;
	padding: 11px 0 7px 0;
	text-align: center;
	cursor: default;
	font-size:1.1em;
	background: transparent url(../images/onglet.png) no-repeat center top;
}
#productInfo .details li.current a,
#productInfo .details li:hover a {
	color: #D3147B;
	font-weight:bold;
	background: transparent url(../images/onglet_hover.png) no-repeat center top;
	/*background: #F7F7F7;*/
}
#productInfo .details li.current.first a,
#productInfo .details li.first:hover a {
	background: transparent url(../images/onglet_hover.png) no-repeat left top;
}

#productInfo .details li.current.first .p a,
#productInfo .details li.first:hover .p a {
	background: none;
	text-align:left;
}

#productInfo .details li.current.last a,
#productInfo .details li.last:hover a {
	background: transparent url(../images/onglet_hover.png) no-repeat right top;
}
#productInfo .details li div.info a {
	background: none;
	cursor: pointer;
	cursor: hand;
	color:#052960;
	/*text-decoration: underline;*/
}
#productInfo .details li div.info a:hover {
	color:#000;
}
#productInfo .details li div.info li {
	float: none;
	height: auto;
}

.splitPageBottom .sP1, .splitPageTop .sP1 {
	display:none;
}

.splitPageBottom .sP2, .splitPageTop .sP2 {
	display:none;
}

.listingMoreinfo {
	background-color:white;
	float:left;
	font-size:12px;
	height:29px;
	width:110px;
}

.listingMoreinfo a{
	color:#B2CC25;
	text-decoration:none;
	font-weight:bold;
}
