.productName { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14pt; color: #CC0000; font-weight: bold; }
.productDept { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; color: #cccc99; font-weight: bold; }
.productHead { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: bold; }
.productDesc { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-weight: normal; display: inline; }
.productDescHidden { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-weight: normal; display: none; }
.productImgCap {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	width: 200px;
}
.productTableHeadings {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: bold;
}
.productTableBlueRow { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold; }
.productTableText { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-weight: normal; }
.productFoot { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-weight: normal; }


#product-image {
	float: left;
	margin: 0px 0px 5px 5px;
}
.product-image-main {
	text-align: center;
}
#product-image-list {
	padding-top: 10px;
	text-align: center;
	width: 200px;
}
.product-image-thumbnail {
	border: 0px none;
	padding: 2px;
}

#product-available {
	color: #CC0000;
	font-weight: bold;
	margin: 10px 0px;
}

#product-information {
	float: left;
	padding-left: 10px;
	width: 400px;
}


#product-reviews {
	margin: 25px 0px;
}
#product-reviews h2 {
	border-bottom: 1px solid #CCCCCC;
}
#product-reviews .product-review {
	margin: 15px 0px 25px 0px;
}
#product-reviews .product-review div.reviewer-info {
	border-right: 1px solid #CCCCCC;
	float: left;
	width: 249px;
}
#product-reviews .product-review div.score-line {
	float: left;
	padding: 0px 0px 0px 5px;
	width: 245px;
}
#product-reviews .product-review div.desc {
	clear: both;
	margin: 2px 0px 2px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#product-reviews .more-link {
	text-align: right;
}
#product-reviews-summary {
	border: 1px solid #999999;
	margin: 10px 10px 10px 0px;
	padding: 5px;
	width: 300px;
}
#product-reviews .product-review div.desc-featured {
	clear: both;
	margin: 2px 0px 2px 0px;
}

#main-content {
	width: 800px;
}

/* Item Table */
table.products th {
	font-weight: bold;
	background-color: #999966;
	padding: 5px;
	text-align: left;
	color: #fff;
}

/* Customers who bought X also bought Y */
table.CrossSell {
	border: 1px solid #999966;
}

table.CrossSell th {
	font-weight: bold;
	background-color: #999966;
	padding: 5px;
	text-align: left;
	color: #fff;
}

