#productInfo #productInfoBack {
	clear: right;
	margin-top: 50px;
}
#productInfo .unregister {
	font-style: italic;
	text-align: right;
	font-size: 0.8em;
}
#productInfo #currentReviews {
    clear: both;
    display: block;
    width: 490px;
    margin: 2.5em auto 1em auto;
    padding: 0 0 8px 0;
    height: 20px;
    /*background: transparent url(../images/separator_1.gif) bottom no-repeat;*/
    border-top: 1px solid #000;
}

#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: 440px;
    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: 440px;
    height: auto;
}

form#product_reviews_write fieldset {
    margin: 0 auto;
	width: 440px;
    border: 0px;
}
form#product_reviews_write fieldset h4 {
	display: inline;
}
#productInfo #reviews {
	margin-bottom: 20px;
}
#productInfo .alsoPurchased,
#productInfo .alsoPurchased2 {
	margin-bottom: 15px;
}
#productInfo .alsoPurchased h4,
#productInfo .alsoPurchased2 h4,
#productInfo .xselling h4 {
	font-size: 1.3em;
}
/* -------------------------------------- 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;
}