/* winners.css */

/* Category List */
.category-list{
	margin:-10px 0 0;
	width:100%;
	overflow:hidden;
}
.category-list .list{
	margin:18px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	padding-bottom:24px;
	background:url(/img/line-bottom.gif) repeat-x 0 100%;
	overflow:hidden;
}
.category-list .list li{
	margin:0 10px 0 7px;
	float:left;
	display:inline;
	width:203px;
}
.category-list .list li h4{
	margin:0;
	font-size:12px;
	line-height:14px; 
}
.category-list .list li h4 a{
	padding-left:8px;
	background:url(/img/sep-link-list.gif) no-repeat 0 3px;
	color:#fff;
}
.category-list .list li h4 a:hover{
	text-decoration:none;
	color:#f9c0d4;
	background:url(/img/sep-link-list-on.gif) no-repeat 0 3px;
}
.category-list .list li .image{
	margin-top:10px;
	width:100%;
	overflow:hidden;
}
.category-list .list li .image img{
	vertical-align:top;
}