
.cat-row {
	width: 630px;
	margin: 15px 0;
	float: left;
}

.cat {
	width: 170px;
	float: left;
	border: 0px solid #999;
	padding: 7px;
	margin: 0px 10px;
	text-align: center;
	font-size: 14px;
	color: #000;
}

#main a img, #main a:hover, #main img {
	border: 0;
	margin: 0;
	padding: 0;
}

.type-row {
	width: 630px;
	margin: 15px 0;
	float: left;
}

.type {
	width: 300px;
	float: left;
	border: 0px solid #999;
	padding: 2px;
	margin: 0px 5px;
	text-align: center;
	font-size: 14px;
	color: #000;
	text-align: center;
}

.type p.description {
	text-align: left;	
}

.type p.price {
	text-align: middle;
}

.type h4 {
	margin-top: 5px;
}

.item {
	width: 600px;
	border: 0px solid #999;
	padding: 2px;
	margin: 0px 5px;
	text-align: left;
	font-size: 14px;
	color: #000;
}

.item .description {
	
}

.item p.description {

}

.item .top {
	width: 570px;
	margin: 5px 15px 20px 15px;
	float: left;
}

.item .top .img {
	width: 250px;
	float: left;
}

.item .top .quote {
	width: 200px;
	margin-top: 80px;
	float: right;
}

.item h3 {
	margin-top: 10px;
}