@CHARSET "UTF-8";
#main_stiri {
	width: 580px;
}

.cell {
	width: 275px;
	display: block;
	height: 222px;
	float: left;
	padding-right: 15px;	
}

.cell_top {
	height: 26px;
	width: 275px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
}

.cell_body {
	height: 172px;
	width: 275px;
	float: left;
	font-size: 12px;
	color: #404040;
}

.cell_body img {
	padding: 4px;
	border: 1px solid #D6D6D6;
	display: block;
	float: left;
	margin-right: 4px;
}

.cell_body a {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
	padding-left: 4px;	
	
}

.cell_footer {
	height: 20px;
	width: 275px;
	float: left;
	font-size: 12px;
	text-align: right;
}

.cb {
	clear: both;
}

.breadcrumb { 
	height: 23px;
	display: block; 
	font-size: 14px;
	border-bottom: 1px #99ffCC solid;
}

.breadcrumb .button {
	height: 22px;
	line-height: 22px;
	color: #456AB0;
	text-decoration: none;
	float: left;
}

.breadcrumb .button a {
	text-decoration: none;
	color: #456AB0;
	float: left;
}

.breadcrumb_title {
	height: 22px;
	line-height: 22px;
	color: #555;
	float: left;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

.news_prev {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #AAAAAA;
	height: 70px;
	margin-bottom: 10px;
}

.news_prev img {
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

.news_prev .prev_cont {
	float: left;
	padding-left: 15px;
	padding-top: 6px;
	height: 68px;
}

.news_prev .prev_cont .title {
	font-size: 16px;
	color: #456AB0;
}

.news_prev .prev_cont .options {
	padding-top: 10px;
}

.news_prev .prev_cont .options a {
	font-size: 11px;
	color: #456AB0;
}

.news_body {
	background:url('http://127.0.0.1/test/images/gradient.png') repeat-x;
	width: 554px;
		
}

.news_list {
	width: 560px;
	border: 0px;
}
 
.news_list .news {
	height: 150px;
	width: 560px;
	border: 0px;
}

.news_list .news img {
	padding: 4px;
	border: 1px solid #D6D6D6;
	margin-top: 8px;
	margin-left: 10px;
	display: block;
	float:left;
}


