body {
	font-family: "Times New Roman", Times, serif;
}
.TitlePrice {
	height: 20px;
	width: 500px;
}
.product {
	height: 325px;
	width: 100%;
}
.pTitle {
	height: 25px;
	width: 240px;
	font-weight: bold;
	text-align: left;
	float:left;
}
.pPrice {
	height: 25px;
	width: 240px;
	font-weight: bold;
	text-align: right;
	float:right;
}
.pDescription {
	float:left;
	width:500px;
}
.image {
	float: left;
	height: 325px;
	width: 244px;
}
.thumbnail {
	width: 157px;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
}
.fineline {
	border-bottom: 1px solid #666666;
	margin-bottom: 12px;
	position:relative;
}

