.categoryhomelist {
	float: left;
	text-align: center;
}

.categoryhomeitem {
	float: left;
	text-align: center;
	margin: 2px 4px 20px 4px;
	padding: 5px 0px 0px 0px;
	border: 1px solid #F6CDFC;
}

.categoryhomeimage {
	width: 180px;
	height: 165px;
	text-align: center;
}

.categoryhomelink  {
	width: 180px;
	background-color: #F6CDFC;
	color: #ef037e;
	height: 50px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}


.categoryhomelink a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #ef037e;
	line-height: 16px;
}

.categoryhomelink a:hover {
	text-decoration: underline;
	color: #ef037e;
}

.categoryhometext  {
	width: 175px;
	background-color: #FFFFFF;
	color: #ef037e;
	vertical-align: middle;
	height: 55px;
	text-align: center;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
}

