body, html,
h1, h2, h3, h4, h5,  h6, p,
div, span,
form, select, option, button, ul, li {
	margin: 0;
	padding: 0;
}

:focus {
	
}
select:focus {
	
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
}

h1 {
	
}
h2 {
	margin: 15px 0;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", serif;
	color: #039;
}
h3 {
	/* font-size: 13px; */
	font-size: 14px; /* ### */
}
h4 {
	
}

img {
	border: 0;
}

input {
	border: 0;
}
input.txt {
	padding: 2px;
	background: #fff;
	border: 1px solid #a9cfe5;
}
input.chkbx {
	vertical-align: middle;
}
select {
	border: 1px solid #a9cfe5;
	background: #fff;
}
select.fix {
	width: 120px;
}
option {
	padding: 2px;
}
label {
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}
input.sbmt {
	padding: 3px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", serif;
	background: #002b80;
	color: #fff;
	border: 1px solid #365eaf;
	cursor: pointer;
}
button {
	display: block;
	color: #fff;
	border: 0;
	background: transparent;
	cursor: pointer;
}
button span {
	display: block;
	padding: 5px 0 10px 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	line-height: 140%;
	background: #039;
	border-bottom: 5px solid #d2d2d2;
}
textarea {
	padding: 2px;
	background: #fff;
	border: 1px solid #a9cfe5;
}


th {
	text-align: left;
}
td.lbl {
	font-weight: bold;
}

.clr:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

body {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Georgia, "Times New Roman", serif; /* ### */
	font-size: 11px;
	font-size: 12px; /* ### */
	background: #fff;
}

#wrap {
	width: 980px;
}

/* #header */
#header {
	position: relative;
	width: 980px;
	height: 230px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	background-image: url(../img/bg-header.jpg);
}
.hu-eng #header {
	background-image: url(../img/bg-header-en.jpg);
}
#help.hu #header {
	background-image: url(../img/bg-header-help.jpg);
}
#help.hu-eng #header {
	background-image: url(../img/bg-header-help-en.jpg);
}
	#header h1 {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 240px;
		height: 87px;
		text-indent: -999em;
	}
	#header h1 a {
		display: block;
		width: 240px;
		height: 87px;
		text-indent: -999em;
	}
	#header h2 {
		margin: 0;
		text-indent: -999em;
	}
	#classLinks {
		position: absolute;
		top: 140px;
		left: 20px;
		width: 100px;
	}
	#header #classLinks li {
		margin-bottom: 5px;
	}
	#header #classLinks a {
		padding-left: 12px;
		font-size: 14px;
		color: #fff;
		background: url(../img/bg-classlinks-bullet.gif) no-repeat left 3px;
	}
	#header #classLinks a:hover {
		background: url(../img/bg-classlinks-bullet.gif) no-repeat left -10px;
	}
	#header p {
		position: absolute;
		top: 205px;
		left: 705px;
	}
	#header a {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 11px;
		font-weight: bold;
		color: #a2bdf2;
	}
	#header a:hover {
		text-decoration: none;
	}
	
	#moreInfoRequest {
		/*display: none;
		position: absolute;
		top: 0;
		left: 666px;
		width: 260px;
		height: 210px;
		padding: 10px;
		background: #039 url(../img/bg-moreinforequest.gif) repeat-x left 35px;
		color: #fff;*/
	}
	#moreInfoRequest h3 {
		margin: 0 0 35px 0;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 12px;
		font-weight: normal;
	}
	#moreInfoRequest td {
		padding: 2px;
	}
	#moreInfoRequest label {
		/* font-size: 10px; */
		font-size: 11px; /* ### */ 
	}
	#moreInfoRequest a {
		/* font-size: 10px; */
		font-size: 11px; /* ### */
		line-height: 200%;
	}
	#moreInfoRequest .sbmt {
		float: right;
	}
	
	#helpItems {
		
	}
	#helpItems li {
		position: absolute;
		width: 27px;
		height: 27px;
	}
	#helpItems a {
		display: block;
		width: 27px;
		height: 27px;
	}
	#helpItems a:hover {
		background: transparent url(../img/bg-helplink-hover.gif) no-repeat left top;
	}
	#helpItems a span {
		display: none;
		position: relative;
		top: -40px;
		left: 13px;
		text-align: left;
		white-space: nowrap;
		color: #039;
		background: #eee;
	}
	#helpItems a:hover span {
		float: left;
		display: block;
		padding: 0;
		background: transparent url(../img/bg-helpbubble.gif) no-repeat left top;
	}
	#helpItems a:hover span em {
		float: left;
		display: block;
		margin-bottom: 12px;
		padding: 8px 8px 9px 8px;
		font-style: normal;
		background: transparent url(../img/bg-helpitem-border.gif) no-repeat right top;
	}
	#helpUnderHood {
		top: 106px;
		left: 365px;
	}
	#helpTestDrive {
		top: 77px;
		left: 493px;
	}
	#helpBody {
		top: 123px;
		left: 505px;
	}
	#helpInnerSpace {
		top: 83px;
		left: 544px;
	}
	#helpTyres {
		top: 133px;
		left: 574px;
	}
	#helpExhaust {
		top: 113px;
		left: 626px;
	}
	
/* #header */

/* #mainMenu */
#mainMenu {
	position: relative;
	height: 51px;
	background: transparent url(../img/bg-mainmenu.gif) repeat-x left top;
}
	#mainMenu ul {
		float: left;
		margin-left: 10px;
		padding-left: 1px;
		background: transparent url(../img/bg-mainmenu-ul.gif) repeat-x left top;
	}
	#mainMenu li {
		float: left;
		height: 51px;
		margin-right: 1px;
		background: transparent url(../img/bg-mainmenu-tab-right.gif) no-repeat right top;
	}
	#mainMenu li:hover {
		
	}
	#mainMenu li a {
		display: block;
		float: left;
		height: 34px;
		padding: 17px 10px 0;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 11px;
		font-weight: bold;
		background: transparent url(../img/bg-mainmenu-tab-left.gif) no-repeat left top;
		color: #fff;
	}
	#mainMenu li a:hover, 
	#mainMenu li:hover a, #mainMenu li.active a, 
	#mainMenu li.sfhover a, #mainMenu li.activesfhover a {
		text-decoration: none;
		color: #039;
		background: #fff url(../img/bg-mainmenu-tab-active.gif) repeat-x left top;
	}
	#mainMenu li ul {
		/*width: 160px;*/
		width: 180px;
		position: absolute;
		top: 51px;
		left: -999em;
		margin-left: 0;
		background: transparent;
	}
	#mainMenu li:hover ul,
	#mainMenu li.sfhover ul, #mainMenu li.activesfhover ul {
		left: auto;
	}
	#mainMenu li li {
		/*width: 160px;*/
		width: 180px;
		height: 30px;
		margin-right: 0;
		line-height: 20px;
		background-image: none !important;
		background-color: #515151;
		border-bottom: 1px solid #999;
	}
	#mainMenu li li a {
		float: none;
		/*width: 150px;*/
		width: 170px;
		height: 20px;
		padding: 5px;
		color: #000;
		background: transparent;
	}
	#mainMenu li:hover li a, #mainMenu li.active:hover li a,
	#mainMenu li.sfhover li a, #mainMenu li.activesfhover li a 
	{
		background-color: #515151;
		background-image: none !important;
		color: #ccc;
	}
	#mainMenu li:hover li:hover a:hover, #mainMenu li.active:hover li:hover a:hover, 
	#mainMenu li.sfhover li.sfhover a:hover, #mainMenu li.activesfhover li.sfhover a:hover {
		background-color: #515151;
		background-image: none !important;
		color: #fff;
	}
	
	#langSelector {
		display: block;
		position: absolute;
		/*top: 17px;
		left: 933px;
		width: 22px;
		height: 15px;*/
		top: 12px;
		left: 920px;
		width: 33px;
		height: 24px;
		text-indent: -999em;
	}
	.hu #langSelector {
		background: transparent url(../img/bg-flag-unitedkingdom1.png) no-repeat left top;
	}
	.hu-eng #langSelector {
		background: transparent url(../img/bg-flag-hungary1.png) no-repeat left top;
	}
	
/* #mainMenu */

#content {
	background: #fff url(../img/bg-content.gif) repeat-y right top;
}

#mainCont {
	float: left;
	width: 665px;
	padding: 0 10px 0;
	color: #504f53;
}
#mainCont h2 {
	padding: 10px 0 10px 20px;
	border-bottom: 2px solid #039;
}
#mainCont h3 {
	padding: 0 20px;
}
#mainCont p {
	margin: 10px 0;
	padding: 0 20px;
	line-height: 160%;
}

#mainCont ul {
	margin-left: 20px;
}
#mainCont li {
	padding-left: 12px;
	background: transparent url(../img/bg-pager-goforward.gif) no-repeat left 5px;
}

#breadcrumb {
	margin: 0 !important;
	border-bottom: 1px solid #dbdbdb;
}
#breadcrumb li {
	float: left;
	padding: 10px 15px 10px 10px;
	font-size: 10px;
	background: transparent url(../img/bg-breadcrumb-bullet.gif) no-repeat right 14px;
}
#breadcrumb li.last {
	background-image: none;
}
#breadcrumb a {
	color: #787878;
}

#rapidsearch {
	height: 145px;
	margin: 10px 0;
	padding: 15px;
	background: transparent url(../img/bg-rapidsearch.png) no-repeat left top;
}
#rapidsearch table {
	width: 100%;
}
#rapidsearch td {
	padding: 5px;
	line-height: 10px;
}
#rapidsearch label {
	display: block;
	margin: 10px 0 0px 0;
}
#rapidsearch button {
	width: 120px;
	margin-top: 30px;
}

#advsearch .mainpart {
	margin: 10px 0;
	padding: 15px 15px 25px 15px;
	background: transparent url(../img/bg-advsearch.png) no-repeat left bottom;
	border-top: 1px solid #c1c1c1;
}
#advsearch .extras {
	margin: 10px 0;
}
#advsearch h3 {
	padding: 0;
}
#advsearch td {
	padding: 3px;
}
#advsearch td.lbl {
	width: 140px;
}
#advsearch td.lblrgt {
	width: 120px;
	padding-left: 40px;
}
#advsearch select.fix {
	width: 150px;
}
#advsearch button {
	float: right;
	width: 200px;
	text-align: left;
}
#advsearch button span {
	padding-left: 10px;
	padding-right: 10px;
}
#advsearch button span img {
	vertical-align: text-top;
}

a.backToSearch {
	float: right;
	margin-top: 25px;
	padding: 5px 30px 5px 5px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	background: #039 url(../img/bg-backtosearch.gif) no-repeat right center;
	border-bottom: 5px solid #dedede;
}
a.backToSearch:hover {
	text-decoration: none;
}

.searchFilters {
	margin: 10px 0;
	padding: 5px;
	background: #eee;
}
table.hitList {
	width: 660;
	/* border-bottom: 5px solid #ececec; */
}
.hitList tr.even {
	background: #eaeaea;
}
.hitList td {
	padding: 5px 1px;
	font-weight: bold;
	color: #313131;
}
.hitList td div.fulltype {
       width:120px;
       overflow: hidden;
}

.hitList th {
	padding: 5px 5px 15px;
	/* font-size: 10px; */
	font-size: 11px; /* ### */
	font-weight: normal;
	color: #039;
	background: transparent url(../img/bg-doubleborder01.gif) repeat-x left bottom;
}
.hitList a {
	color: #039;
}
.hitList a.img {
	float: left;
	display: block;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
}
.hitList img {
	display: block;
}
.hitList .mileage {
	padding-right: 15px;
	text-align: right;
	white-space: nowrap;
}
.hitList .price {
	/*text-align: right;*/
	text-align: left;
	white-space: nowrap;
}
.nowrap {
	white-space: nowrap;
}

#pager {
	float: right;
	margin: 10px 0;
}
#pager li {
	float: left;
}
#pager li.counter {
	margin-right: 10px;
	padding: 0;
	background-image: none;
}
#pager li.goBack {
	padding: 0 5px 0 15px;
	background: transparent url(../img/bg-pager-goback.gif) no-repeat left center;
	border-right: 1px solid #aaa;
}
#pager li.goForward {
	margin-left: 5px;
	padding: 0 15px 0 0;
	background: transparent url(../img/bg-pager-goforward.gif) no-repeat right center;
}

.colPrm {
	float: left;
	width: 310px;
}
.colSec {
	float: right;
	width: 335px;
}

table.datasheet {
	width: 100%;
	background: #eee;
}
.datasheet td {
	padding: 8px;
}
.datasheet td.price {
	font-size: 12px;
	font-weight: bold;
	color: #039;
}
.datasheet td.data {
	font-weight: bold;
}

#details  p.g2 {
	margin: 0;
	padding: 10px;
	background: #eee;
}

#content ul.links {
	margin: 0;
	padding: 10px;
	background: #eee;
}
ul.links li {
	/* display: inline; */
	margin-right: 10px;
	line-height: 160%;
}

#details ul.links li.offerReq a {
	padding: 5px 10px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	background: #039;
	border-bottom: 5px solid #dedede;
}

#details ul.links li.offerReq a:hover {
  text-decoration: none;
}

#details ul.links li.offerReq {
  background: none;
  padding: 0;
}


ul#galleryBox {
	margin: 0;
}
#galleryBox li {
	display: inline; /* ie double margin*/
	float: left;
	margin: 0 28px 20px 0;
	padding: 0 !important;
	background-image: none;
}
#galleryBox li.bigPic {
	margin: 0 0 20px 0;
}
#galleryBox li.last {
	display: inline; /* ie double margin*/
	float: right;
	margin-right: 3px !important;
}
#galleryBox a {
	display: block;
	float: left;
}
#galleryBox img  {
	display: block;
	padding: 2px;
	border: 4px solid #cecece;
}

#extras h3 {
	margin: 0 0 5px 0;
	padding: 0;
}
#extras ul.extras {
	margin: 0;
}
#extras ul.extras li {
	float: left;
	width: 150px;
	margin: 0 5px 5px 0;
}

p#comment {
	margin: 15px 0 0 0;
	padding: 10px;
	background: #eee;
}

#creditCalc, #dealerData {
	margin: 20px 0;
	padding-top: 1px;
	background: transparent url(../img/bg-doubleborder01.gif) repeat-x left top;
}
#creditCalc h3, #dealerData h3 {
	margin: 15px 0 5px 0;
	padding: 0;
}
#creditCalc form {
	background: transparent url(../img/bg-gmac.png) no-repeat right top;
}
#creditCalc p, #dealerData p {
	padding: 0;
}

.newsListRow {
	margin-bottom: 15px;
	background: transparent url(../img/bg-doubleborder01.gif) repeat-x left bottom;
}
.newsListRow.last {
	margin-bottom: 0;
	background-image: none;
}
.newsListItem {
	float: left;
	width: 330px;
	padding-bottom: 10px;
}
.newsListItem h3 {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", serif;
	color: #039;
}
.newsListItem img, img.newsHead {
	display: inline; /* ie double margin*/
	float: left;
	margin: 15px 8px 5px 20px;
	padding: 1px;
	border: 3px solid #039;
}
img.newsHead {
	margin-top: 5px;
}
.newsListItem a.more {
	padding-right: 10px;
	background: transparent url(../img/bg-pager-goforward.gif) no-repeat right center;
}

p.head {
	font-style: italic;
}

#mainCont #sitemap li {
	margin: 5px 0;
	background-position: left 4px;
}
#mainCont ul#sitemap ul {
	margin-left: 5px;
}

#countyList {
	margin: 15px 0 35px;
}
#countyList li {
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
.dealerList {
	margin: 10px 0 10px 20px;
}
.dealerList td {
	padding: 3px;
}
.dealerName {
	font-weight: bold;
	font-size: 13px;
	color: #039;
}
.dealerImg {
	float: right;
	margin: 30px 30px 0 0;
}

#message {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #039 url(../img/bg-message.gif) no-repeat right top;
}
#message h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	border: none;
}
#message ul {
	list-style-type: disc;
}
#message li {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.mandatory {
	color: #f00;
}

#secCont {
	float: right;
	width: 275px;
	padding: 1px 10px 0;
}

#secCont h3 {
	margin: 10px 0;
	font-size: 14px;
	color: #039;
}
#secCont h4 {
	font-size: 11px;
	color: #fff;
}

.offerBox {
	width: 265px;
	height: 300px;
	margin: 10px 0;
	padding-top: 1px;
}
.offerBox a.offerImg {
	float: left;
	display: inline;
	width: 109px;
	margin: 16px 5px 0 16px;
}
.offerBox img {
	/* float: left; */
	/* display: block; */
	width: 107px;
	border: 1px solid #fff;
}
.offerBox h4 {
	margin: 15px 16px 5px 130px;
}
.offerBox h4 a {
	display: block;
	padding: 8px;
	background: #002672;
	color: #fff;
}
.offerBox h4 a:hover {
	text-decoration: none;
}
.offerBox ul {
	margin-left: 135px;
	font-size: 10px;
}
.offerPrice {
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}
a.offerDetails {
	font-weight: bold;
	color: #a2bdf2
}

.loginLink {
	margin: 15px 0;
	padding: 10px 0;
	width: 265px;
	text-align: center;
	background: #666;
}
.loginLink a {
	color: #fff;
	text-decoration: none;
}

#bannerBox {
	margin: 10px 0;
   text-align: center;
}

/* #footer */
#footer {
	margin: 30px 0 0;
	padding: 0 10px;
	font-size: 10px;
	color: #fff;
	background: #039;
}
#footer p {
	margin: 0;
	line-height: 50px;
}
#footer ul {
	float: right;
	display: inline;
	height: 50px;
	margin-right: 15px;
}
#footer ul li {
	float: left;
	height: 50px;
	margin-left: 15px;
	line-height: 50px;
}

#footer a {
	font-weight: bold;
	color: #fff;
}
/* #footer */

#oldcars a {
	padding: 0 3px;
	background-color: #039;
	color: #fff;
}

ul.wa_services  {
  width: 280px;
}

#serviceDetails { /* wa_services.php */
	position: absolute;
	left: 340px;
	width: 300px;
	padding: 10px;
	border:1px solid #dcdcdc;
	background-color:#fff;
}
