.category-box{
	width: 152px;
	height: 161px;
	float:left;
	margin: 2px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
    background:transparent url(../images/categorybak.jpg) no-repeat;
	color: #dc408f;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	line-height: 0.9em !important;
}
.category-box p{
	padding-top: 10px;
	line-height: 1em !important;
}

.category-box a:link, .category-box a:visited{
	color: #dc408f;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	line-height: 0.9em !important;
}
.category-box a:hover{
	color: #a3125b;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	line-height: 0.9em !important;	
}

