/* category list  */

#category-list-block 
{
	width: 215px;
	height: 38px;
	background-color: #ffffff;
	position: relative;
	
}

#category-list-block-odd
{
	width: 215px;
	height: 38px;
	background-color: #ebf2f8;
	position: relative;
}

#category-listTitle
{
	width: 215px;
	height: 38px;
	font-size: 10px;
	font-family: Verdana;
	color: black;
	background-image: url('../images/category-list-search.jpg'); 
	background-position:top center; 
	background-repeat:no-repeat;
}

#category-listName
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: black;
	padding-left: 15px;
	padding-top: 3px;
	/*position: absolute;*/
}

#category-listName a
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: black;
	/*position: absolute;*/
}


#category-listDescription
{
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
	padding-left: 15px;
	padding-top: 3px;
	/*position: absolute;*/
}

#category-listJobCount
{
	display:inline;
	font-size: 10px;
	font-family: Verdana;
	color: #cc3333;
}


.category-list-box
{
	margin-top: 12px; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	float: left;
}

/* -category list */
