/* -- product_info.php -- */

div#productInfo h1 { 
 margin: 0; 
 text-align:center;
 background: url('../images/produit_jaune.png') no-repeat center;
}

#productImage { 
 margin: 0 0 10px 0; 
 text-align:center; 
/* border:0px solid #e1d9de; */
 border-width: 1px 1px 1px 1px; 
}

#productInfoSpec {
 /* float:left; */
 width:/*136px;*/47%;
 text-align:center;
 /* border: 0px solid #e1d9de; */
}

#productDescription {
 float:right;
 border:1px solid #e1d9de;
 border-width: 1px 1px 1px 1px;
 padding: 0 0 1em 4px;
 width:50%;
 height:137px;
 overflow:auto;
}

div#productInfo form#cart_quantity {
 width:47%;
 min-height:150px;
 background:#f6f6f6;
 text-align:center;
 border: 1px solid #e1d9de;
}

div#productInfo .submitBt {
  margin: 15px 0 0 0;
  width:auto;
  font-size:10px;
}

#productDateAdded {
	font-size:9px;
	width:100%;
	position:relative;
	/* float:left; */
	margin-top:50px;
}

div#productInfo select{
 width:150px; 
 /* border:1px solid #000; */
}

#productUrl {
 margin:0 0 0 150px;
}

#productInfoBack {
 clear: both;
 margin: 2em 2em 2em 0;
}

#zoneAchat {
	vertical-align:middle;
}

/* ---------------------------------- reviews --------------------------------- */

#currentReviews {
 clear: both;
 display: block;
 width: 70%;
 margin: 2em auto 2em auto;        padding: 0 0 8px 0;
 height: 20px;
 /*background: transparent url(../images/separator_1.gif) bottom no-repeat;*/
 border-top : 1px solid #000;
}

#productInfo legend {
  font-weight: bold;
}

#currentReviews p.currentReviews {
 float: left;
}

#currentReviews p.averageReviews {
 float: right;
}

#currentReviews p img {
 vertical-align:middle;
}

blockquote.review cite {
        display: block;
        line-height: 1.5;
}

blockquote.review {
        width: 70%;
        margin: 1em auto;        padding: 0 5px;
        background: #C1C19E url(../../Oasis/images/review_top.gif) top no-repeat;
}

blockquote.review p.review {
        color: #fff;
        padding: 1em 1em 1em 2em;
        margin: 0;
        background: transparent url(../../Oasis/images/review_bottom.gif) 97% 100% no-repeat;

}

blockquote.review p cite {
        color: #666;
        display: block;
        text-align: right;
        padding: 1px 6px 6px 6px;
        margin: 0 -5px;
        background: #CCCC99 url(../../Oasis/images/review_cite.gif) bottom left no-repeat;
        border-top: 1px solid #FFF;
}

span.reviewRate img{
  vertical-align: middle;
}

span.reviewDate {
    padding-left: 5px;
}

textarea#review {
 width: auto;
 height: auto;
}

form#product_reviews_write fieldset {
 width: auto;
 margin: 0 auto;
 border:0px;
}



/* -------------------------------------- tab ------------------------------------------- */

#tablist{
	padding: 3px 0;
	margin: 0.1em 0 0 0;
	font-weight: bold;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #eceded;
	border-bottom: none;
	background: #eceded;
}

#tablist li a:link, #tablist li a:visited{
	color: #87888a;
}

#tablist li a.current{
	background: lightyellow;
}

#tabcontentcontainer{
	/*width: 400px; */
	/* Insert Optional Height definition here to give all the content a unified height */
	padding: 5px;
	border: 1px solid #eceded;
}

.tabcontent{
	display:none;
}

/* -------------------------------------- tab ------------------------------------------- */

#manufacturerInfoTab, #tellAFriendTab {
   text-align:center;
}

div.centrage {
	margin-top:40px;
}

p.productModel {
	color:#e2007a;
	font-weight:bold;
	background-color:#F6F6F6;	
	/* border-top:1px solid #e1d9de;
	border-left:1px solid #e1d9de; */
}
p.productPrice {
	color:#e2007a;
	font-weight:bold;
	background-color:#F6F6F6;	
	/* border-left:1px solid #e1d9de; */
}
