/* Block tags */
div.tags_block .block_content { padding: 3px 6px 0 }
div.tags_block p {
	text-align: justify;
	font-size: 0.9em
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em
}
div.tags_block p a:hover {
	color: white!important;
	background-color: #5D717E;
	text-decoration: none
}
a.tag_level3 { font-size: 1.8em; font-weight: bold }
a.tag_level2 { font-size: 1.4em }
a.tag_level1 { font-size: 1em; color: #888!important }


#tags_block_left {
	
	position: relative;
}
#tags_block_image {

	background-image: url('../../../img/lc2_img_12.png'); 
	background-repeat: no-repeat;
	position:absolute; 
	top:-32px; 
	right:-24px;
	width:62px;
	height:80px;
	z-index:999;
}
div#tags_block_left.tags_block { 
	background-color: white;
	width:246px;
	background-image:none;
	margin-bottom:40px;
	}	
	

#tags_block_bottom {
	
	background-image: url('../../../img/lc2_bottom_left.png');
	height: 16px;
	position:relative;
	top:16px;	
}

#tags_block_left h4 { 
	/*position:relative; 
	top:-120px; 
	width:196px;*/
	text-align: left;
	background-image: none;
	color: red;
	}
#tags_block_left h4 a {
	color: red;
}

#tags_block_left .block_content { 
	position:relative; 
	/*top:-110px; 
	width:220px;*/
	padding-left: 2px;
	padding-right: 24px;
	background-image: none;
	background-color: white;
	border:0px;
	margin:0px;
	color: black;
	}