/* BLOCK CMS */
#blockcms {
	position:relative;
	top:10px;
	left:0px;
	margin-bottom:20px;
}

	#blockcms .block_content_header {
		position:relative;
		top:0px;
		left:0px;
		height:22px;
		width:193px;

		background: transparent url('../../img/modules/blockcms/header.png') no-repeat top left;
	}

		#blockcms .block_content_header h4,
		#blockcms .block_content_header h4 a {
			position:relative;
			top:4px;
			left:10px;

			font-family: Helvetica, Sans-Serif;
			font-size:11px;
			font-weight:bold;
			letter-spacing:0px;
			text-decoration:none;
			color:#F1F1F1;
			text-transform:uppercase;
			line-height:1.3em;
		}

	#blockcms .block_content_bg {
		position:relative;
		top:0px;
		left:0px;
		min-height:20px;
		width:191px;

		background: #BDC2C9 url('../../img/modules/blockcms/bg.png') repeat-x bottom left;
		border-left: 1px #BDC2C9 solid;
		border-right: 1px #BDC2C9 solid;

		text-align:left;
		padding-top:5px;
	}

		#blockcms .block_content_bg ul {
			width:140px;
			background: transparent url('../../img/modules/blockcms/keys.png') no-repeat top center;
			padding:50px 10px 10px 30px;
		}

		#blockcms .block_content_bg ul li a {
			text-align:left;
			color:#000;
			font-size:12px;
			font-weight:bold;
		}

		#blockcms .block_content_bg ul li a:hover {
			color:#ffbd00;
		}

	#blockcms .block_content_footer{
		position:relative;
		top:0px;
		left:0px;
		height:6px;
		width:193px;

		background: #222 url('../../img/modules/blockcms/footer.png') no-repeat bottom left;
	}
