/* CSS Document */

#divProductInfoWrapper {
	margin: 10px;
}
#divProductText {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
.divImage {
	float: left;
	margin-right: 10px;
}
#divProductSpecs {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
	text-align: left;
	clear: both;
}

.divProductText {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	clear: both;
}
.divProductInfoWrapper {
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.divProductName {
	font-family: "Eras Bold ITC";
	font-size: 14px;
	color: #669900;
	text-align: center;
}
.divProductPrice {
	font-family: Verdana;
	color: #669900;
	text-align: center;
	margin-top: 10px;
}
.trProductRow {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.tdProductCell {
	border: 1px solid #333333;
}

