/* 
    Document   : stylesheet.block.genres
    Created on : 6-mrt-2009, 17:40:44
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        Block Genres CSS
*/

/* GENRES BLOCK */
div.blockGenres
{
	border					: 1px solid #669acc;
    padding-bottom          : 10px;
}

ul.genres
{
	text-transform 			: none;

	margin					: 0 10px 0 10px;
	padding					: 0;

	border-bottom			: 1px solid #669acc;
	list-style-type			: none;
}

ul.genres li
{

	padding-bottom			: 4px;
	padding-left			: 5px;

	font-size				: 12px;
	font-weight				: bold;

	background-color		: #ffffff;

	border-color			: #669acc;
	border-style			: solid;
	border-width			: 1px 1px 0 1px;

}

ul.genres li a.genre
{
	display					: block;

	padding-top				: 5px;

	color					: #000000;
	text-decoration			: none;
}

ul.genres li.active a.genre
{
	color					: #000000;
}

ul.genres span.submenu {
	color					: #000000;
}

ul.genres span.submenu a
{
	color					: #000000;
	font-size				: 10px;
}

ul.genres span.submenu a:hover
{
	text-decoration			: underline;
}