h2 {
	margin-bottom: 20px;
}

img.productImage {
	float: left;
}

p.productDesc, p.productPrice {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

p.productPrice {
	margin-top: 15px;
	font-weight: bold;
}

p.productPrice span {
	color: #BF0000; font-weight: bold; 
}

.detail {
	float: left;
	text-align: center;
	margin: 5px 10px;
	width: 108px;
	border: 1px solid #D8D8D8;
	padding: 5px;
}

.detail p.detailPrice { font-weight: bold; margin-top: 5px; }
.detail p.detailPrice span { color: #CD0000; }

.det {
	margin: 0px 0px 0px 10px;
	_margin: 0px;
}

