@charset "utf-8";
/* CSS Document */

.anunturi_content{
	position:relative;
	float:left;
	clear:left;
	margin-top:10px;
	width:100%;
}
.anunturi .field_content{
	margin:0px;
}
	.anunturi_title{
		margin-left:10px;
		margin-top:10px;
		_margin-left:5px;
	}
	.anunturi_categ{
		display:block;
		position:relative;
		width:211px;
		height:80px;
		float:left;
		text-align:left;
		padding-left:20px;
		background:url(../images/anunturi_tab.jpg) top left repeat-x transparent;
		border:solid 1px #e9e8e8;
	}
	.anunturi_categ:hover{
		background:url(../images/anunturi_tab_on.jpg) top left repeat-x transparent;
	}
	.anunt_subtitle{
		margin-top:14px;
		color:#3277b2;
		font-size:1.7em;
		display:inline-block;
		position:relative;
	}
	.anunt_subtitle small{
		color:#81b1db;
		font-size:0.7em;
	}
	.anunt_subtitle:hover{
		color:#1d354b;
	}
	.anunt_cat_content{
		margin-top:5px;
		width:200px;
	}
		.anunt_cat_content a{
			color:#768e9b;
			font-size:1.2em;
		}
		.anunt_cat_content a:hover{
			color:#4e626d;
		}
		
