.categorybox{
	width: 355px;
	float: left;
	margin: 25px 0 0 15px;
}
.categorybox h1{
	font-size: 13px;
	margin: 0px;
	padding: 0;
	float: left;
}
.categorybox .title{
	font-size: 13px;
	width:225px;
	font-weight: bold;
	margin: 0 0 0 5px;
	color: #7f7f7f;
	padding: 0 0 0 0px;
	text-decoration: none;
	float: left;
}
.categorybox .catimage{
	background-image: url(../images/frame-80x80.gif);
	background-repeat: no-repeat;
	float:left;
	width:80px;
	height:80px;
}
.categorybox img{
	float:left;
	border: 0px;
	margin: 2px 0 0 2px;
}
.categorybox .html{
	background-image: url(../images/line_product.gif);
	background-repeat: no-repeat;
	float:left;
	width:243px;
	height: 52px;
	margin: 2px 0 0 5px;
	font-size: 11px;
	color: #858585;
	overflow: hidden;
	padding: 2px 10px 0 0;
}
.categorybox .html p{
	margin: 0px;
}
.categorybox .more{
	float: right;
	font-size: 9px;
	margin-right: 20px;
}
.categorybox .more a{
	text-decoration: none;
	color: #eb6f0f;
}
.categorybox .more a:hover{
	text-decoration: underline;
}