body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body,td,th {
	color: #333333;
}

.ProductName {
	font-size: 36px;
	text-align: center;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ProductDescription {  font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; color: #666666}

.ModelNumber, .MenModelNumber {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	height: 150%;
	display: block;
}

.ModelNumber {
	background-color: #FFCCCC;
}

.MenModelNumber {
	background-color: #CC9999;
}

.Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;

}
.ProductDescriptionSmall {
font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #999999
}

.ProductAttribute {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	background-position: left;
}

.ProductAttribute ul{
	padding: 0px;
	margin: 0px;
}

.ProductAttribute ul li {
	padding: 0 0 0 7px;
	background-image: url(../images/gray.png);
	background-repeat: no-repeat;
	display: list-item;
	list-style-type: none;
}


.ProductAttributeLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.ProductThumbnail {
	padding: 3px;
	clear: both;
	height: 100px;
	border: thin solid #999999;
	margin-right: 5px;
}
