@charset "utf-8";
/* CSS Document */
#categories_block{
	margin:0px;
	text-align:left;
	border-bottom:#a2b81f 1px solid;
	display:block;
	border: 2px solid #4e1412;
	width: 180px;
	overflow: hidden;
}
	#categories_block .block_content{
		
	}
	
	#categories_block h4 {
		background: #4e1412; 
		margin:0;
		font-size: 16px;
		text-transform: none;
		font-weight: normal;
		padding: 5px;
		color: #fff;
		font-family: Arial;
	}
	
		#categories_block .block_content ul{
			width: 180px;
		}
		
		#categories_block .block_content ul li{
			border-right:#a2b81f 1px solid;
			text-align:center;
			cursor:pointer;
			list-style-type: none !important ;
			overflow: hidden;	
			width: 180px;		
		}
		
			#categories_block .block_content ul li a {
				display: none;	
			}
			
			#categories_block .block_content ul li h2{
				margin:0px;
			}
			
			#categories_block .block_content ul li h2 a{
				background-color:#5e7900;
				height:30px;
				display:block;
				color:#FFF;
				text-decoration:none;
				font-size:13px;
				line-height:30px;
				margin:0;
				overflow: hidden;			
				padding:0;
				font-weight:normal;
				width: 160px;
				text-align:left;
				padding-left:20px;
				border-bottom: 1px solid #4e1412;
			}
			
			#categories_block .block_content ul li .container{
				display: none;
			}
			
				#categories_block .block_content ul li .container img{
					height:145px;
				}
				
				#categories_block .block_content ul li .container span{
					background-color:#FFF;
					height:20px;
					display:block;
					color:#4e1412;
					text-decoration:none;
					font-size:12px;
					font-weight:bold;
				}
		
		#categories_block .block_content ul li.last{
			border-right:0px;
		}
		
		
		/* HOVER */
		
		#categories_block .block_content ul li:hover,
		#categories_block .block_content ul li:hover h2 a{
			background-color:#9db51d;
		}
	
	
