.ProductRow {
	float: left;
	width: 100%;
	border: 0px solid #FF0000;
	padding: 0px;
}
.PImageL {
	padding: 10px;
	border: 0px solid #FFFFFF;
	float: left;
}
.PImageR {
	padding: 10px;
	border: 0px solid #FFFFFF;
	float: right;
}
.PImageC {
	position:relative;
	padding: 10px;
	float: none;
	text-align: center;
	border: 0px solid #FFFF00;
}
.PTextL {
	position: relative;
	top: 20px;
	border: 0px dashed #FF66CC;
	bottom: 0px;
	float: left;
	width: 200px;
}
.PTextR {
	position: relative;
	top: 50px;
	border: 0px dashed #99CC66;
	text-align: right;
	float: right;
	width: 200px;
}
.OrgPrice {
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
}.OfferPrice {
	font-size: 14px;
	color: #FFFF00;
	background-color: #000000;
	font-weight: bold;
}
.ProductDetails {
	border: 0px solid #00CCFF;
	margin: 0px;
	padding: 0px;
	float: left;
}
.ProductDetailsText {
	border: 0px solid #00FF00;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

