div.home
{
	width: 611px;
	text-align: justify;
	color: #227700;
	font-weight: bold;
	overflow: hidden;
}

div.home div.news
{
	width: 301px;
	border: 1px solid #515151;
	/*margin-top: 5px;*/
	float: left;
	clear: left;
	background-color: #9b9b9b;
}

div.home div.news div.newsitem
{
	width: 289px;
	height: auto;
	padding: 0px;
	margin: 0px auto 5px auto;
	clear: both;
	border: 1px solid #515151;
	overflow: visible;
	text-align: center;
	background-color: #cccccc;
}


div.home div.news div.newsitem img
{
	clear: both;
	display: block;
}

div.home div.news div.newsitem div.text
{
	clear: both;
	width: 279px;
	margin: 5px auto 5px auto;
	font-size: 11px;
	text-align: justify;
	text-indent: 20px;
}

div.home div.topoffers
{
	width: 301px;
	border: 1px solid #515151;
	/*margin-top: 5px;*/
	float: left;
	text-align: center;
	background-color: #9b9b9b;
}

div.home div.topoffers div.offer
{
	width: 289px;
	height: 100px;
	padding: 0px;
	/*padding-top: 5px;*/
	margin: 0px auto 5px auto;
	clear: both;
	border: 1px solid #515151;
	background-color: #cccccc;
}

div.home div.topoffers div.offer img
{
	float: left;
	clear: left;
	display: block;
	width: 100px;
	height: 100px;
}

div.home div.topoffers div.offer div.info
{
	float: left;
	width: 184px;
	height: 90px;
	margin: 5px auto 5px 5px;
	font-size: 11px;
	text-align: left;
}

div.home div.title
{
	width: 301px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	float: left;
	clear: left;
	background-color: #227700;
	color: #ff5500;
	border-bottom: 1px solid #515151;
	margin: 0px 0px 5px 0px;
}

