html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	font-size: 11px;
	background-color:#FFFFFF;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#000000;
}

a {
	color: #029F02;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#page-content-wrapper {
	width: 940px;
	margin: 0 auto;
}

#page-header-container {
	width: 100%;
	overflow:auto;
	background: transparent url('/gfx/header_stripe.png') repeat-x;
}

#page-header {
	width: 900px !important;
	overflow: auto;
	margin:0 auto;
	padding-left: 0px;
	height:140px;
	background: transparent url('/gfx/claim.png') no-repeat 37px 0;
}

#page-content {
	width: 900px;
	margin: 0px auto 0 auto;
	clear: both;
	overflow: auto;
}


#left-bar {
	float:left;
	width: 220px;
}

#body-content {
	margin-left: 220px;
	padding: 5px;
}

#logo-link {
	background: transparent url('/gfx/logo.png') no-repeat;
	height:123px;
	width:155px;
	margin-right: 56px;
	display:block;
	float:right;
}


ul#main-menu {
	width: 
	display:block;
	float: left;
	height: 23px;
	z-index: 1000;
	width: 650px;
	white-space: nowrap;
	list-style-type: none;
	margin: 105px 0 0 0px;
	padding: 0 0 0 0;
}
	ul#main-menu li {
		padding: 0px 0 0 2px;
		float: left;
		overflow: hidden;
		background: transparent url("/gfx/menu_line.png") no-repeat right 8px;
	}
	
	ul#main-menu li:hover {
		background: #fff;
	}
		ul#main-menu li a {
			display: block;
			float: left;
			width: auto;
			height: 12px !important;
			height: 23px;
			height/**/:/**/12px;
			padding: 5px 5px 5px 5px;
			text-decoration: none;
			font-size: 12px;
			color: #555555;
		}

		ul#main-menu li:hover a {
			color: #9f9f9f;
			background-color: white;
			background-image: none;
			border-left: solid 1px #ebebeb;
			border-top: solid 1px #ebebeb;
			border-right: solid 1px #ebebeb;
			padding: 4px 4px 5px 4px;
		}

		ul#main-menu li ul {
			background: #fff;
			position: absolute;
			z-index: 1000;
			display: none;
			list-style-type: none;
			margin: 5px 0 0 0; 
			min-width: 100px; 
			padding: 7px 0 7px 0;
			border-left: solid 1px #ebebeb;
			border-bottom: solid 1px #ebebeb;
			border-right: solid 1px #ebebeb;
			float: none !important;
			height: auto;
		}
		ul#main-menu li:hover ul {
			display:block;
		}
			ul#main-menu li ul li {
				display: block;
				float:none;
				border: none;
				background: transparent url('/gfx/arrow_right.png') no-repeat 4px center;
				padding: 4px 12px 4px 16px;
			}
			ul#main-menu li ul li:hover {
				border: none;
				background:  #ebebeb url('/gfx/arrow_right.png') no-repeat 4px  center ;
				padding: 4px 12px 4px 16px;
			}
			ul#main-menu li:hover ul li a {
				border: none;
				padding: 0;
				color: #000;
			}
			ul#main-menu li:hover ul li:hover a {
				border: none;
				padding: 0;
				color: #4ba82e;
				background: transparent;
			}
#search-box {
	width:100px;
	display:block;
	margin: 105px 0 0 585px;
}
	#search-box input {
		width: 70px;
		height: 22px;
		border: none;
		margin: 0;
		padding: 0 4px;
		vertical-align: top;
		font-size: 10px;
		line-height: 22px;
		color: #666;
		background: transparent url('/gfx/search_field.gif') no-repeat;
	}

	#search-box input.search_bt {
		width: 21px;
		height: 22px;
		margin: 0;
		padding:0;
		border: none;
		background: transparent url('/gfx/search_btn.gif') no-repeat;
	}

.lang-selection {
	display:block;
	float: right;
	text-align: center;
	position: absolute;
	margin: 110px 0 0 850px;
	z-index: 1000;
	color: #a5a5a5;
	font-size: 11px;
}
	.lang-selection a {
		font-size: 11px;
		color: #a5a5a5;
		text-transform: uppercase;
		text-decoration: none;
	}
	lang-selection a:hover{
		text-decoration: none;
	}

ul#model-menu {
	display:block;
	position: relative;
	float: left;
	height: 29px;
	margin: 0px 0 0 20px;
	padding: 0 0 0 0;
	width: 900px;
	background-color: #4BA82E;
}
	ul#model-menu li {
		display:block;
		float: left;
		border-top: 1px solid #4BA82E;
		border-left: 1px solid #4BA82E;
		padding: 4px 18px 6px 5px;
		height: 18px;
		text-align:center;
	}
	
	ul#model-menu li:hover {
		background: #fff url('/gfx/arrow_down.png')  no-repeat right center;
		border-top: 1px solid #ebebeb;
		border-left: 1px solid #ebebeb;
	}
		ul#model-menu li a {
			color: #fff;
			font-size: 16px;
			text-decoration: none;
		}

		ul#model-menu li:hover a {
			color: #4ba82e;
			text-decoration: none;
		}

		ul#model-menu li div {
			display: none;
			width: 400px;
			z-index: 50;
		}

		ul#model-menu li:hover div {
			display: block;
			position: absolute;
			width: 400px;
			margin: 3px 0 0 -21px;
			background-color: #fff;
			border-bottom: 1px solid #ebebeb;
			border-left: 1px solid #ebebeb;
			border-right: 1px solid #ebebeb;
		}
			ul#model-menu li:hover div div {
				position: relative;
				text-align: left;
				width: 380px;
				margin: 0 auto;
				border: none;
			}
			ul#model-menu li:hover div div.border {
				overflow: hidden;
				position: relative;
				border-bottom: 1px solid #000;
			}

			ul#model-menu li:hover div div h3 {
				font-size: 16px;
				font-weight: normal;
			}

			ul#model-menu li:hover div div img {
				border: none;
				display:block;
			}

			ul#model-menu li:hover div div ul {
				display: block;
				float: right;
				width: 175px;
				border: none;
				background: none;
				padding: 0;
			}
			ul#model-menu li:hover div div ul li {
				float: none;
				display:block;
				border: none;
				background: none;
				text-align: left;
				padding: 0 0 0 14px;
				margin: 0;
				background: transparent  url('/gfx/arrow_right.png') no-repeat 4px center;
			}
			ul#model-menu li:hover div div ul li a { 
				color: #555555;
				font-size: 11px;
			}
			ul#model-menu li:hover div div ul li a:hover { 
				color: #299926;
				font-size: 11px;
			}
.main-banner {
	clear: both;
	margin-bottom: 2px;
}
	.main-banner img {
		border: none;
	}

ul.left-menu {
	display:block;
	background: #000;
	float: left;
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
	width: 100%;
}
	ul.left-menu li {
		margin-left: 10px;
		border-bottom: 1px solid #4d4d4d;
	}
	ul.left-menu li a {
		display:block;
		padding: 7px 5px 8px 10px;
		color: #fff;
		font-size: 11px;
		text-decoration: none;
	}
	ul.left-menu li a:hover, ul.left-menu li.active a {
		text-decoration: none;
		background-color: #fff;
		color: #9f9f9f;
	}

#footer {
	width: 900px;
	margin: 10px auto 5px auto;
	padding:0;
}
	#footer ul {
		list-style-type: none;
		width: 25%;
		float:left;
		margin: 0;
		padding:0;
	}

	#footer ul li {
		background: transparent url('/gfx/arrow_right.png') no-repeat center left;
		padding-left: 15px;
	}
	#footer ul li a {
		font-size: 12px;
		color: #555555;
		line-height: 22px;
	}
	#footer ul li a:hover {
		color: #299926;
		text-decoration: underline;
	}

	#footer p {
		float:left;		
		display: block;
		margin-top: 40px;
		color: #555555;
		font-size: 10px;
	}
#fb {
	float:right;		
	display: block;
	margin-top: 40px;
	color: #555555;
	font-size: 10px;
}
.gallery-images {
	padding: 0 0px;
	text-align: center;
	margin-top: 20px;
}
	.gallery-images p {
		float:left;
		display:block;
		width: 25%;
	}
	.gallery-images img {
		border: none;
	}
	.gallery-images img.large {
		border: none;
		margin: 10px 0;
	}

.clearer {
	clear: both;
}

.form-error,
.error {	
	color:#ff0000;
}

ul.page-errors,
ul.page-messages {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.page-errors li{
		font-weight: bold;
		margin: 5px 0;
		color: #cc0000;
	}
	ul.page-messages li{
		font-weight: bold;
		margin: 5px 0;
		color: #000;
	}
.green-block {
	color: #fff;
	font-weight: bold;
	background: #3F9C35;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}
	.green-block p {
		margin: 0;
		padding: 0;
	}

.news-list {
	margin-top: 20px;
	padding-left: 70px;
}
	.news-list div {
		margin: 0 0 20px 0;
		width: 575px;
		overflow:auto;
		clear: both;
	}
		.news-list div img {
			border: none;
			float:left;
			display:block;
		}
		.news-list div p {
			display: block;
			border: 1px solid red;
			border: none;
			margin: 0;
			margin-left: 100px;
			clear: right;
			padding:0;
		}
		.news-list div span {
			font-size: 10px;
			display: inline-block;
			margin-right: 10px;
		}
		.news-list a.title {
			padding: 0 0 5px 0;
			display: inline-block;
			font-size: 12px;
		}
.news {
	width: 655px;
	padding-left: 10px;
}
	.news h3 {
		font-size: 11px;
	}
	.news span {
		font-size: 10px;
	}

	.news img.main-image {
		float: right;
		margin: 0 0 10px 10px
	}

.tabel {border:1px solid #E0E0DF;border-collapse:collapse;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;}

.tabel th {background:none repeat scroll 0 0 #F2F0EC;border-bottom:1px solid #E0E0DF;border-top:1px solid #E0E0DF;padding:4px 15px;text-align:center;white-space:nowrap;}

.tabel td {border:1px solid #E0E0DF;padding:4px;}

#left-files-container {
		float:right;
		width: 220px;		
		margin: 20px 0px 10px 0px;
	}
	#left-files-header {
		position:relative;
		background: #fff url('/gfx/sharebox_icon_2a.gif') no-repeat -2px top;
		width: 65px;
		height: 21px;
		z-index: 2;
		margin-left: 2px;

	}
	#left-files-body {
		position:relative;
		border: 1px solid #C7CCD0;
		padding: 10px;
		margin-top: -1px;
		z-index: 1;
	}
		#left-files-body img{
			border: none;
			vertical-align: middle;
			margin: 2px;
		}
		#left-files-body a{
			text-decoration: none;
			border-bottom: 1px dotted #029F02;
			font-size: 10px;
		}

div#searchContainer {text-align: center; background-color: #F2F0EC; margin-bottom: 25px; padding: 5px 0px;}
		table.searchFields td {padding: 2px;}
		table.searchFields td.name {padding-left: 10px;}
		table.searchFields td.value {padding-right: 10px;}
		table.searchFields input.text {width: 100px; padding: 1px;}
		table.searchFields .tdPrice input.text,
		table.searchFields .tdYear input.text {width: 50px;}
		table.searchFields select {width: 100px;}
		table.searchFields td.submit {text-align: center;}
		table.searchFields input.submit {font-size: 10px;}
		table.searchFields {margin: 0px auto;}

.detailContainer td{
vertical-align:top;
}
.auto24_mainTable { margin:10px 0;}

.auto24_mainTable td {text-align:left;vertical-align:top;}

.vehicles_list {padding:5px;}

.vehicles_list_img_cell {padding:5px; vertical-align:top;text-align:center;}

.vehicles_list_data_cell {padding:5px;font-size:12px;line-height:21px;text-align:left;}

.vehicles_list_data_cell a {font-weight:bold;vertical-align:top;}

.bargain_price {}

.vehicles_list_price_cell {padding:5px;text-align:right;vertical-align:top;font-size:12px;color:#336600;font-weight:bold;}

.vehicle_details {}

.vehicle_details td, .vehicle_details th {padding:5px;text-align:left;vertical-align:top;}

.make_and_model_title {width:150px;}

.price {font-weight:bold;}

.bargain_price_title {font-weight:bold;	color:#ff0000;}

.bargain_price {font-weight:bold;color:#ff0000;}

.pildile {padding:10px 0 5px 165px;}

.mdetail {display:none;}

span.fb {
	margin-left: 0px;	
}
span.fb a {
	font-weight: normal;
	color: #666 !important;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
span.fb a:hover {
	font-weight: normal;
	color: #333 !important;
	text-decoration: underline;
}
