@import "basic.css";

h1.head-news{
	font:normal 22pt Tahoma, Verdana, sans-serif;
	color:#fff;
	margin:0pt;
	padding:8px 20px;
	background:#888889 url(/img/block-news-bg.png) no-repeat top right;
}
h1.head-actions{
	font:normal 22pt Tahoma, Verdana, sans-serif;
	color:#fff;
	margin:0pt;
	padding:8px 20px;
	background:#de1920 url(/img/block-actions-bg.png) no-repeat top right;
}


div#big-img{
	width:909px;
	height:210px;
	overflow:hidden;
	margin-top:9px;
	padding-bottom:4px;
	background: url(/img/flash-bg.gif) no-repeat bottom left;
}

div#col-left{
	float:left;
	width:300px;
	padding-left:0px;
/*	border:solid 1px red;*/
	background:#cfcfcf;
}
div.news-item{
	width:260px;
	margin:13px 0px 13px 20px;
}
.news-name img{
	float:left;
	margin-right:10px;
	margin-top:3px;
}
.news-name a{
	font:9pt "Tribuchet MS", Tahoma, sans-serif;
	color:#3a3c3c;
	display:block;
	text-decoration:none;
}
.news-name a:hover{
	text-decoration:underline;
}
.news-preview{
	font:9pt "Tribuchet MS", Tahoma, sans-serif;
	color:#616565;
	clear:both;
}
.news-hr{
	height:1px;
	overflow:hidden;
	background:#fbfbfb;
}


div#col-right{
	width:606px;
	clear:right;
	float:right;
/*	border:solid 1px green;*/
}
div#block-actions{
	margin:13px 15px 0px 0px;
	clear:both;
}

.action-item{
	width:170px;
	float:left;
	padding-bottom:5px;
	padding-left:15px
}
.action-item a{
	font:9pt "Tribuchet MS", Tahoma, sans-serif;
	color:#3a3c3c;
	display:block;
	margin:5px 0px;
	text-decoration:none;
}
.action-item a:hover{
	text-decoration:underline;
}
.action-item .date{
	color:#a80e12;
}
.action-vl{
	padding-right:10px;
	border-right:solid 1px #dadadc;
}

div#banners-central{
	padding-top:20px;
	clear:both;
}

#banners-central div.banner{
	width:294px;
	height:185px;
	float:left;
	margin-left:5px;
}