

.cat_box {
	height: 230px;
	width: 170px;
	position: relative;
	float: left;
}


.cat_img {
	width: 141px;
	height: 151px;
	position: relative;
	margin-left: 3px;
}

.cat_img_border {
	width: 141px;
	height: 151px;
	position: relative;
	background: url(../gfx/acme/img2.png) no-repeat 4px 0;
}

.cat_desc {
	top: -10px;
	position: relative;
	padding: 0 20px 0 20px;
	text-align: left;
}

.cat_box2 {
	width: 230px;
	padding: 0 5px 0 25px;
	float: left;
	min-height: 160px;
	text-align: left;
}

select {
	font: 12px Tahoma;
	
}