#page #mid #right #category h1
{
	padding-left:1em;
	color:#FAFAFA;
	text-transform:uppercase;
	font-size:90%;
	line-height:40px;
	background-color:#CCCCCC;
	background-image:url("../images/pur.png");
}

#page #mid #right #category li
{
	margin:1px;
	margin-left:0;
	float:left;
	width:242px;
	height:200px;
	text-align:center;
	border:1px solid #993399;
	overflow:hidden;
}

#page #mid #right #category li a:hover
{
	font-weight:bold;
}

#page #mid #right #category li.first
{
	margin-left:1px;
}

#page #mid #right #category li.last
{
	float:right;
	width:242px;
	*margin-right:0;
}

#page #mid #right #category li label
{
	clear:both;
	display:block;
	width:90%;
	margin-top:0.5em;
	font-size:80%;
	font-weight:lighter;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:0.5em;
	cursor:pointer;
}