﻿/* Module - Advert area */

/* -- Structure -- */
#advert-wrapper-start {
	width:					972px;
	margin:					0 auto;
	position:				relative;
	overflow:				hidden;
	margin-bottom:			11px;
	min-height:				300px;
}
#advert-wrapper {
	width:					972px;
	/*margin:					0 auto;*/
	margin-left:			-5px;
	position:				relative;
	overflow:				hidden;
	min-height:				200px;
}
#module-advert-area {
	float:					left;
	width:					972px;
	height:					182px;
	background:				url(../images/sprite-backgrounds.gif) no-repeat;
	background-position:	0 -348px;
	margin-right:			14px;
	margin-left:			1px;
}
#module-advert-area-start {
	float:					left;
	width:					724px;
	height:					182px;
	background:				url(../images/sprite-backgrounds.gif) no-repeat;
	background-position:	0 -166px;
	margin-right:			0;
	margin-left:			17px;
}
#module-advert-area.image,
#module-advert-area-start.image {
	height:					125px;
}
#advert-item-left {
	width:					217px;
	float:					left;
	margin-left:			11px;
	padding-right:			4px;
}
#advert-item-middle {
	width:					219px;
	float:					left;
	margin-left:			16px;
	padding-right:			4px;
}
#advert-item-right {
	float:					left;
	background:				url(../images/sprite-backgrounds.gif) no-repeat;
	width:					214px;
	height:					146px;
	background-position:	-239px 0;
	margin:					23px 0 0 9px;
	padding:				11px 0 0 3px;
}
#advert-item-1 {
	width:					222px;
	float:					left;
	margin-left:			11px;
	padding-right:			4px;
}
#advert-item-2,
#advert-item-3,
#advert-item-4 {
	width:					219px;
	float:					left;
	margin-left:			16px;
	padding-right:			4px;
}
#advert-item-map {
	position:				absolute;
	top:					5px;
	left:					607px;
	width:					127px;
	height:					290px;
}
#advert-item-info {
	clear:					both;
	float:					left;
	width:					566px;
	margin:					37px 0 0 15px;
}
#advert-item-short {
	float:					right;
	width:					231px;
	margin-top:				12px;
}
/* -- Content -- */
#module-advert-area-start h2,
#module-advert-area h2 {
	margin:					0 0 4px 2px;
}
#module-advert-area-start a:link,
#module-advert-area-start a:visited,
#module-advert-area-start a:active,
#module-advert-area a:link,
#module-advert-area a:visited,
#module-advert-area a:active {
	color:					#fff;
	font-size:				12px;
	margin-left:			2px;
}
#advert-item-right h2 {
	margin:					0 40px 11px 5px;
	line-height:			19px;
	position:				relative;
	z-index:				10;
}
#advert-item-right p 
{
	margin:					0 5px;
	line-height:			13px;
}
#advert-item-right form 
{
	margin-left:			5px;
}
#advert-item-right label {
	color:					#d7d7d7;
	font-size:				13px;
	margin-bottom:			5px;
	position:				relative;
	z-index:				10;
}
#advert-item-right input.input 
{
	width:					111px;
	display:				block;
	position:				relative;
	z-index:				10;
}
/*#advert-item-right ul {
	width:					131px;
}
#advert-item-right a:link,
#advert-item-right a:visited,
#advert-item-right a:active {
	display:				block;
	border-top:				1px solid #616465;
	border-bottom:			1px solid #4a4d4e;
	background:				url(../images/icon-arrow.png) no-repeat 2px center;
	padding:				3px 15px 6px 21px;
	line-height:			16px;
}
#advert-item-right a.last:link,
#advert-item-right a.last:visited,
#advert-item-right a.last:active {
	border-bottom:			0;
}*/
#advert-item-info {
	color:					#a7a7a7;
	font-size:				11px;
	font-family:			Arial;
	line-height:			13px;
}
#advert-item-info h1 
{
	/*color:					#fff;*/
	font-size:				11px;
	font-weight:			bold;
	/*margin-bottom:			5px;*/
}
#advert-item-short {
	font-family:			Arial;
	font-size:				11px;
}
#advert-item-short h2 {
	margin:					15px 0 1px 0;
	color:					#fff;
}
#advert-item-short p {
	color:					#a7a7a7;
	line-height:			13px;
}
#advert-item-short h2 a:hover,
#advert-item-short h2 a:focus 
{
	text-decoration: underline;
}