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

.clear
{
	clear:both;
}


.special-offers
{
	float:left;
	width:540px;
	margin-right:20px;
	height:230px;
}

	#abs
	{
		position:absolute;
		height:30px;
		width:540px;		
	}

	#offer-head
	{
		height:30px;
		width:540px;	
		background-image:url(../../img/design/offer_bg.png);
		background-repeat:no-repeat;
	}
	
	.special-offers #round_corner
	{
		position:absolute;
		/*padding-top:114px;*/
		padding-top:214px;
	}
	
	.noscript-offer
	{
		height:80px;
		text-align:center;
		border: 1px solid #E1E1E1;
		background:#F3F3F3;
		padding-top:55px;
	}	
	
	.special-offers #abs #offer-head #offer-title
	{
		color:#FFFFFF;
		padding-left:10px;
		padding-top:7px;
		float:left;
	}
	
	.special-offers #abs #offer-head #offers
	{
		float:right;
		padding-top:5px;
		padding-right:6px;
		color:#FFFFFF;
	}
	
		.special-offers #abs #offer-head #offers .offer
		{
			float:left;
			height:17px;
			width:20px;
			background-color:#505050;
			margin-left:4px;
			text-align:center;
			padding-top:3px;
		}
		
		.special-offers #abs #offer-head #offers .offer a 
		{
			background: #505050;
			text-decoration: none;
			color:#FFFFFF;
			text-align:center;
		}
		
		.special-offers #abs #offer-head #offers .offer_active
		{
			float:left;
			height:17px;
			width:20px;
			background-color:#ff6600;
			margin-left:4px;
			text-align:center;
			padding-top:3px;
			color:#FFFFFF;
		}
		
		.special-offers #abs #offer-head #offers .offer_active a 
		{
			text-decoration: none;
			color:#FFFFFF;
			text-align:center;
		}					
	


.special-info
{
	position: relative;
	width:400px;
	float:left;
}

	.special-info ul
	{
		list-style:square;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:25px;
		padding-right:15px;
		margin:0px;
		line-height:25px;		
		border: 1px solid #E1E1E1;
		background:#F3F3F3;
	}

.whatcar-news
{
	float:left;
	width:540px;
	margin-right:20px;
	margin-top:28px;
}

	.whatcar-news .whatcar-news-item
	{
		padding-bottom:25px;
	}
	
		.whatcar-news .whatcar-news-item .news-image
		{
			float:left;
			padding-right:15px;
			width:80px;
			height:80px;
		}
		
		.whatcar-news .whatcar-news-item .news_contetn
		{
			float:left;
			width:445px;
		}
		
			.whatcar-news .whatcar-news-item .news_title
			{
				
			}				
		
	.whatcar-news .whatcar-news-arhive
	{
		float:right;
		padding-top:8px;
	}
	
	.whatcar-news .whatcar-news-arhive a
	{
		padding-right:15px;
		background: transparent url(../../img/design/link_arrow_rigth.gif) no-repeat center right;
	}
	
	
	

.lizings-news
{
	width:400px;
	float:left;
	margin-top:28px;
}

	.lizings-news .lease-news-item
	{
		padding-bottom:25px;
	}
	
		.lizings-news .lease-news-item .new-date
		{
			float:left;
			padding-right:15px;
		}
		
		.lizings-news .lease-news-item .new_contetn
		{
			float:left;
			width:320px;
		}
		
	.lizings-news .lizings-news-arhive
	{
		float:right;
	}
	
	.lizings-news .lizings-news-arhive a
	{
		padding-right:15px;
		background: transparent url(../../img/design/link_arrow_rigth.gif) no-repeat center right;
	}		
	

				
