@charset "utf-8";
/* CSS Document */

#hContent{
	width: 717px;
	padding: 9px 9px 0px 9px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	min-height: 350px;
}
#hCategoryTitle{
	height: 38px;
	background: url(../images/plus_big_yellow_line.gif) repeat-x;
	width: 690px;
}
#hCategoryTitle span.title{
	display: block;
	background: url(../images/plus_big.jpg) no-repeat;
	padding: 3px 0px 0px 37px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	height: 38px;
}
#hSearchResults{
	padding: 0px;
	margin: 30px 0px 0px 14px;
	list-style: none;
	width: 675px;
}
#hSearchResults li{
	margin: 0px 0px 10px 0px;
}
#hSearchResults a{
	padding: 0px 0px 0px 15px;
	background: url(../images/bullets/bullet4.gif) no-repeat 0px 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	text-decoration: none;
}
#hSearchResults a:hover{
	color: #000;
}
#hSearchResults span.title{
	color: #000;
	font-weight: bold;
}
#paging{
	text-align: center;
	padding: 30px 0px 30px 0px;
	
}
#paging a{
	text-decoration: none;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	background: #c9c9c9;
	padding: 0px 3px 0px 3px;
	margin: 1px;
}
#paging a:hover{
	color: #fcc900;
	background: #4b4b4b;
}
#paging a:active{
	color: #fcc900;
	background: #4b4b4b;
}
