/* -- product_info.php -- */

div#productInfo h1 { margin: 0; text-align:center;}


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

#productInfoSpec {
 float:left;
 width:136px;
 text-align:center;
}

#productDescription {
 float:right;
 border:1px solid #000000;
 border-width: 0 0 0 1px;
 padding: 0 0 1em 4px;
 width:50%;
}

div#productInfo form#cart_quantity {
 width:136px;
 text-align:center;
 margin: 0;
}

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

#productDateAdded { }

div#productInfo select{
 width:150px;
}

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

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

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

/* ---------------------------------- 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(../images/review_top.gif) top no-repeat;
}

blockquote.review p.review {
        color: #fff;
        padding: 1em 1em 1em 2em;
        margin: 0;
        background: transparent url(../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(../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 #778;
border-bottom: none;
background: white;
}

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

#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 black;
}

.tabcontent{
display:none;
}

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

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

/* -------------------------------------- Begin Cross Sell ------------------------------------------- */
div.productCrossSell {
	padding: 50px 0px 50px 0px;
}
/* -------------------------------------- End Cross Sell ------------------------------------------- */
