h1
{
	color			: #000000;
	margin-bottom		: 20px;
	font-size		: 19px;
}


ul.blocks
{
	list-style-type	: none;
	float			: left;
	width			: 250px;
}

	ul.blocks li.support
	{
		margin-bottom		: 25px;
	}
	
	ul.blocks li.block
	{
		margin-bottom		: 25px;
	}

		ul.blocks li.block span.title
		{
			font-weight		: bold;
			font-size		: 17px;
			display		: block;
			padding		: 10px;			
			background-color	: #f2f4f3;
			color			: #494f57;
		}	

ul.items
{
	list-style-type	: none;
}

	ul.items li.item
	{
		border-style		: solid;
		border-color		: #a5a4b6;
		border-width		: 0;
		border-top-width	: 1px;
	}
		ul.items li.item a
		{
			color			: #000000;
			padding		: 10px;
			padding-top		: 5px;
			padding-bottom	: 5px;
			display		: block;
			text-decoration	: none;
		}
		
			ul.items li.item a:hover
			{
				background-color	: #f8f8f8;
			}		
		
			ul.items li.item span.item
			{
				font-weight		: bold;
				font-size		: 14px;	
				display		: block;
				color			: #d40300;
			}	
			
			ul.items li.item span.desc
			{	
				display		: block;
			}


ul.links
{
	margin-left		: 15px;
}

	ul.links li
	{
		margin-bottom		: 15px;
	}
	
	ul.links ul
	{
		display		: none;
	}

