

#productDetailsLayoutTable {
	width: 602px;
	margin-top:10px;
	
}

#productDetailCol1 {
	margin: 2px;
	width: 325px;
	vertical-align: top;
}
#productDetailCol2 {
	margin: 2px;
	vertical-align: top;

}
#productDetailCol2 td {
	font-size:0.8em;
}
#productImage {
    width: 266;
}
#productImage img
{
    clear: all;
    *margin-left:25px; /*IE ONLY. IE wouldn't center image. Margin makes image appear centered*/
}

#productImageDescription {
    float: left;
}

#productImageZoom {
    float: right;
}

#brandImage {
    margin-top: 55px;
    margin-bottom: 30px;
}

#productName {
	/*font-size: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;*/
	text-align: left;
	padding: 0px 10px 0px 10px;
}

#productName span{
	font-size:0.8em;
}

table#communityConnection,
table#productPriceAndOptions
{
	margin: 10px 0px 10px 0px;
	border-collapse: collapse;
	width: 235px;
}

table#communityConnection td,
table#productPriceAndOptions td
{
	border: 1px solid #BBBBBB;
	padding: 5px 5px 5px 2px;
}

div.tabbertab p
{
	font-size: 10pt;
}

.table-bottom-decoration img
{
	width: 602px;
}

.reviewEntry,
.reviewEntryHidden
{
	margin: 10px 10px 5px 10px;
	clear: both;
}

.reviewEntry .rating,
.reviewEntryHidden .rating
{
	float: left;
	width: 100px;
	vertical-align: top;
}

.reviewEntry .review,
.reviewEntryHidden .review
{
	margin-left: 100px;
	vertical-align: top;
}

.reviewEntry .review h5,
.reviewEntryHidden .review h5
{
	font-size: 10pt;
	margin-bottom: 0px;
}

.reviewEntry .review h6,
.reviewEntryHidden .review h6
{
	font-size: 8pt;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 10px;
}

#jiveCreateRating
{
	margin: 50px 10px 5px 10px;
}

#jiveCreateRating #review_form_title
{
	font-size: 12pt;
	font-weight: bold;
}

#jiveCreateRating #review_subject_input label,
#jiveCreateRating #review_comment_input label
{
    margin-top: 5px;
    display: block;
}

#jiveCreateRating #review_subject_input input,
#jiveCreateRating #review_comment_input textarea
{
    width: 100%;
}

#jiveCreateRating #review_rating_input
{
    float: left;
}

#jiveCreateRating #review_buttons
{
    float: right;
}

#jiveCreateRating #review_bottom
{
    clear: both;
}
