body
{
}
.ProductPageTable
{
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	height: 150px;
	width: 550px;
}

.ProductPagePrice
{
	height: 40px;
	display: block;
}

.ProductPagePriceTitle
{
	height: 18px;
	float: left;
	width: 140px;
	color: #6F732D;
}

.ProductPageAddToCart
{
	height: 38px;
	float: right;
	width: 38px;
	cursor: pointer;
}

.ProductPagePriceBlurp
{
	height: 18px;
	float: left;
	width: 140px;
}

.ProductPagePriceCell
{
	width: 180px;
	overflow: hidden;
	vertical-align:top;
}

.ProductPageProductName
{
	height: 17px;
}

.ProductPageProductLink
{
	height: 17px;
	display: block;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	color: Red;
}

.ProductPageReadMore
{
	height: 20px;
	display: block;
	text-align: right;
	vertical-align: text-bottom;
	padding-top: 4px;
}

.ProductPageReadMoreLink
{
	color: #6F732D;
	font-weight: bold;
}

.ProductPageProduct
{
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
}

.ProductPageProductText
{
	height: 110px;
	overflow: hidden;
	display: block;
}

.ProductPagePriceName
{
	float: left;
	width: 85px;
	overflow:hidden;
}
.ProductPagePriceValue
{
	float: left;
	width: 55px;
	text-align:right;
}

