@charset "UTF-8";
/* CSS Document */

#news_header{
	background:#ECECEC;
	height:25px;
	padding:15px 20px 0px 20px;
	margin-bottom:2px;
}

.news_item{
	height:82px;
	margin:0px 0px 2px 0px;
	border-bottom:#ECECEC solid 1px;
}

.news_item a{
	color:#333;
	text-decoration:none;
}

.news_item a:hover{
	color:#333;
	text-decoration:underline;
}

#our_offers_header{
	background:#333;
	height:25px;
	width:272px;
	padding:15px 20px 0px 20px;
	margin-bottom:2px;
}

#our_offers_footer{
	background:#ECECEC;
	height:28px;
	width:272px;
	padding:12px 20px 0px 20px;
	margin:2px 0px;
}

#news_data_content{
	width:606px;
	padding-left:20px;
	float:right; 
	border:#000000 solid 0px;
	display:inline;
}