
/* ITEM LIST OVERVIEW
*********************************************************/

/* default */
.item_list_overview{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


/*links*/
.item_list_overview a{
	color:#8e8e8e;
	text-decoration:none;
}
.item_list_overview a:hover{
	color:#000000;
	text-decoration:underline;
}


/* title */
.item_list_overview h2{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.item_list_overview h2 span{
	color:#8e8e8e;
}
.item_list_overview h2 a{
	color:#000000;
	text-decoration:none;
}
.item_list_overview h2 a:hover{
	color:#000000;
	text-decoration:none;
}




