#productBlock{
	width: 550px;
}


.productInfoArea{
	width: 240px;
	float: left;
	margin-right: 40px;
}

.productInfoArea2{
	width: 240px;
	float: left;
	margin-right: -3px;
}

.productImageArea{
	width: 240px;
	padding: 7px;
	background-color: #D2D2D2;
	margin-bottom: 10px;
}

head:first-child+body  .productInfoArea { margin-right: 50px; }
head:first-child+body  .productInfoArea2 { margin-right: 0px; }

.productImageArea  img { border: solid 1px #5A5A5A; }

.productTitleArea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000080;
	width: 255px;
	padding: 3px;
	padding-left: 10px;
	border-top: solid 1px #929292;
	border-bottom: solid 1px #929292;
}

head:first-child+body  .productTitleArea { width: 243px; }

.productDescArea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000080;
	width: 255px;
	background-color: #E9E9E9;
	padding: 3px 3px 5px 10px;
	border-bottom: solid 1px #929292;
	height: 90px;
}

head:first-child+body  .productDescArea { width: 243px; }

.productPriceArea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000080;
	width: 255px;
	padding-left: 10px;
	background-color: #DEDEDE;
}

head:first-child+body  .productPriceArea { width: 246px; }

.productPriceArea  img { border: none; }

.priceTxt{ 
	font-weight: bold; 
	padding: 5px 5px 0px 0px; 
	float: right; 
}

.productBreaker{
	font-size: 0.7em;
	clear: left;
	
}

.productPreview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

.productPaging {
	font-weight: bold;
}

.productPaging a {
	font-weight: normal;
	text-decoration: none;
}.productImageAreaPreview {

	width: 110px;
	padding: 7px;
	background-color: #D2D2D2;
	margin-bottom: 10px;
}

