@charset "utf-8";
/* CSS Document */
 
.catlist{
	float: left;
	width: 135px;
	height: 165px;
	margin: 15px 0px 0px 35px;
}

.catlist .image{
	width: 135px;
	height: 135px;
	text-align: center;
	border: 1px solid #aeaeae;
}

.catlist .image img{
	max-height: 135px;
	max-width: 135px;
}

.catlist .name{
	margin-top: 5px;
	width: 135px;
	height: 30px;
	text-align:center;
	overflow:hidden;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

.catlist .name a{
	text-decoration: none;
}
