.prodbox {
	float: left;
	height: 125px;
	width: 325px;
	background-image: url(common/box_background.jpg);
	background-repeat: repeat-x;
	border: 1px dashed #006;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.title {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-weight: bold;
	height: 14px;
	text-decoration: none;
	width: 312px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}
.thumbnail {
	float: left;
	width: 80px;
	height: 88px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9FF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.catDescription {
	float: right;
	width: 190px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

