/* -- product_info.php -- */

@import url(jquery.fancybox-1.3.1.css);

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

div#productImage {
  float: right;
  width: 180px;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  margin: -1px 4px 0px 10px;
  padding: 4px;
}

div#productInfoSpec {
  clear: right;
  float: right;
  width: 180px;
  text-align: center;
  border: 1px solid #000;
  background: #eee;
  margin: -1px 4px 4px 10px;
  padding: 4px;
}

div#productImage p,
div#productInfoSpec p {
  margin: 0;
}

#productInfoSpec .productPrice {
  font-weight: bold;
  font-size: large;
}

div#productDescription p {
  text-align: justify;
}

div#productInfo form#cart_quantity {
  clear: both;
  border-top: 1px solid #000;
  margin-top: 20px;
}

div#productInfo .formBt {
  float: right;
  padding: 4px 0 4px 4px;
  vertical-align: middle;
}

div#productOptions label {
  float: left;
  width: 120px;
  line-height: 23px;
  margin-right: 10px;
  text-align: right;
}

p#productDateAdded {
  clear: both;
  border-top: 1px solid #000;
  margin-top: 20px;
  text-align: center;
}

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

div#reviews {
  text-align: center;
}

div#currentReviews { 
  width: 440px;
  display: block;
  font: 1em  Georgia, Arial, sans-serif; color:#000;
  margin: 2em auto 1em auto;
}

div#currentReviews p.currentReviews { 
  float: left;
  margin: 0;
}

div#currentReviews p.averageReviews { 
  text-align: right;
  margin: 0;
}

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

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

blockquote.review p.review {
  color: #fff;
  padding: 5px 30px;
  margin: 2px 0;
  background: transparent url(../images/review_bottom.gif) bottom right no-repeat;
}

blockquote.review cite {
  display: block;
  font-size: 0.8em;
}

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

blockquote.review p {
  margin: 0;
}

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

textarea#review {
  width:420px;
  height: 120px;
}

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

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

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

#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: #FFDEAD;
}

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