body {
	background-color: #ffffff;
}

p.prodname {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p.proddesc {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

p.text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}


.product {
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-bottom: 1px solid black;
	width: 500px;
	height: 300px;
	background-color: #ECECEC;
	border: 1px solid black;
}

.product p {
	width: 300px;
}

.product input {
	margin-top: 25px;
}

.product img.prodimg {
	border: 1px solid black;
	float: right;
}

