/* CSS Document */

body, html, p, h1, h2, h3, h4, h5, h6, ul, li, ol, div, span
{ margin: 0; padding: 0; }
.clear { clear: both; }
img { border: 0; }
a { text-decoration: none; color: #05781e; }
a:hover { text-decoration: underline; }
p { margin-top: 8px; line-height: 18px; }
ul, ol, li { margin: 10px 16px 0; }
body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(login/uploaded/template/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.greentext { color: #208438; }
body.blue { background-image: url(login/uploaded/template/background-blue.gif); }
body.red { background-image: url(login/uploaded/template/background-red.gif); }
body.grey { background-image: url(login/uploaded/template/background-grey.gif); }
#pagewrap {
	width: 948px;
	margin: 0 auto 0;
}
#top {
	width: 932px;
	height: 125px;
	margin: 0 8px 0;
	position: relative;
}
.skodalogo {
	position: absolute;
	top: 36px;
	left: 276px;
}
#top h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#mid {
	width: 932px;
	min-height: 400px;
	padding: 8px 8px 60px;
	background-color: #ffffff;
}
#nav {
	width: 932px;
	height: 29px;
	background-image: url(login/uploaded/template/nav.gif);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
}
#nav div {
	text-align: center;
	position: relative;
	float: left;
	width: 115px; height: 29px;
}
#nav a {
	display: inline-block;
	float: left;
	width: 115px;
	border-right: 1px solid #4c4948;
	text-align: center;
	padding-top: 7px;
	height: 22px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}
#nav a.selected { background-color: #444444; }
#nav a.last, #nav div.last { border: none; width: 120px; }
#nav .sub {
	display: none;
	width: 170px;
	position: absolute;
	top: 29px;
	left: 0px;
	background-color: #ccc;
	z-index: 10;
	background: rgba(204, 204, 204, 0.95);
}
#nav div:hover .sub { display: block; }

#nav .sub a {
	width: 160px;
	height: 18px;
	padding: 6px 0 0 10px;
	font-size: 12px;
	border-top: 1px solid #bbb;
	text-align: left;
	border-right: none;
	color: #333333;
}


#banner {
	width: 932px;
	height: 170px;
	height: 200px;
	margin: 10px 0 20px;
	position: relative;
}
#bannerimage {
	width: 540px;
	height: 169px;
	height: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#bannerimage img {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	width: 540px;
	height: 169px;
	height: 200px;
	background-color: #ffffff;
}
#bannerblack {
	width: 932px;
	height: 170px;
	height: 200px;
	position: absolute;
	z-index: 2;
	background-image: url(login/uploaded/template/bannerblack.png);
	background-position: -400px 0px;
	background-repeat: repeat-y;
}

#bannerscroller {
	width: 442px;
	width: 396px;
	height: 169px;
	padding: 4px 26px 0px;
	background-color: #ffffff;
	z-index: 4;
	position: absolute;
	top: 13px;
	left: 10px;
}
#scroller {
	width: 442px;
	width: 396px;
	height: 169px;
	position: relative;
	overflow: hidden;
}
#scrollerinner {
	width: 10000px;
	height: 169px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.scrollcar {
	width: 212px;
	width: 198px;
	height: 126px;
	float: left;
	margin: 0 18px 0 0;
	cursor: pointer;
}
.scrollcar span {
	display: block;
	height: 28px;
	width: 162px;
	margin-top: 6px;
	padding-left: 18px;
	background-image: url(login/uploaded/template/play.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.scrollcar:hover span { text-decoration: underline; }
.scrollprev, .scrollnext {
	width: 15px;
	height: 25px;
	position: absolute;
	top: 52px;
	z-index: 6;
	cursor: pointer;
}
.scrollprev {
	background-image: url(login/uploaded/template/prev.gif);
	left: 10px;
}
.scrollnext {
	background-image: url(login/uploaded/template/next.gif);
	right: 10px;
}
.scrollimg {
	width: 212px;
	height: 136px;
	overflow: hidden;
	position: relative;
}
.scrollimg img {
	width: 180px;
	position: absolute;
	top: 0px;
}

.leftcol {
	width: 232px;
	float: left;
	margin-right: 19px;
	min-height: 200px;
}
.centrecol {
	width: 384px;
	width: 670px;
	float: left;
	min-height: 200px;
}
.rightcol {
	width: 278px;
	float: left;
	margin-left: 19px;
	min-height: 200px;
}
.fullrightcol {
	width: 681px;
	float: left;
	min-height: 200px;
}
.greybox {
	min-height: 100px;
	width: 232px;
	background-color: #b3b3b3;
	margin-bottom: 20px;
}
.lightgreybox {
	min-height: 40px;
	width: 212px;
	padding: 10px 10px 0;
	background-color: #cccccc;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
}
.greybox p {
	line-height: 16px;
}
.padding10 {
	padding: 10px 10px 0px;
}



/* ============================
	SLIDER BAR
   ============================ */
	.pricebar {
		width: 200px;
		height: 11px;
		background-color: #edeae8;	
		position: relative;
		padding: 9px 0 0 12px;
	}
	.pricebarline, #slider-range {
		width: 192px;
		height: 2px;
		background-color: #8d8d8d;
		text-align: left;
		color: #333333;
		border-radius: 0px;
		
		xposition: absolute;
		xtop: 9px;
		xleft: 4px;
		xheight: 0.8em;
		xposition: relative;
		xbackground: url("css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE;
		xborder: 1px solid #DDDDDD;
	}
	.pricebarred, #slider-range .ui-slider-range {
		background: none;
		border: none;
		background-color: #9f1a1a;
		border-radius: 0px;
		
		xposition: absolute;
		xtop: 9px;
		xleft: 100px;
		xwidth: 60px;
		xheight: 2px;
	
	}
	#slider-range .ui-slider-handle {
		width: 10px;
		height: 10px;
		background: none;
		border: none;
		background-color: #9f1a1a;
		border-radius: 9px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		cursor: pointer;
		
		xposition: absolute;
		xtop: -3px;
	}
	.minprice { float: left; }
	.maxprice { float: right; }
	.sliderprice {
		display: inline-block;
		width: 46px;
		background-color: #ffffff;
		color: #ff0000;
		font-weight: bold;
		padding: 0px 4px 0px;
	}

/* ============================
	END SLIDER BAR
   ============================ */

.dropdown {
	display: block;
	width: 100%;
	margin: 0 0 8px;
}
.blackbutton {
	width: 122px;
	height: 29px;
	padding: 12px 0 0 8px;
	margin: 10px 10px 0;
	display: block;
	background-image: url(login/uploaded/template/blackbutton.png);
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	float: right;
	cursor: pointer;
}
.blackbutton a {
	color: #ffffff;
}
.blackbutton:hover { text-decoration: underline; }
.blackbutton.smalltext {
	font-size: 12px;
	width: 124px;
	height: 27px;
	padding: 14px 0 0 6px;
	margin: 10px 0 0;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 3px;
	color: #666666;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px 2px;
	margin: 0 0 3px;
	background-color: #cccccc;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 8px;
}
h4 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 8px;
}


hr {
	border: 3px solid #bfa161;
	background: none;
	margin: 60px 0 20px;
}

.feature {
	width: 183px;
	float: left;
}
.feature:first-of-type {
	xmargin-right: 28px;
}
.feature h4 { margin-top: 8px; }

.more {
	display: block;
	padding: 2px 8px 2px;
	margin: 8px 0 8px;
	background-color: #bfa161;
	font-weight: bold;
	text-align: right;
	color: #000;
}

.special {
	Xwidth: 272px;
	width: 229px;
	height: 104px;
	border: 2px solid #85b524;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-position: right top;
	background-repeat:  no-repeat;
	cursor: pointer;
	margin: 0 0 14px;
	overflow: hidden;
}
.specialfade {
	width: 142px;
	height: 86px;
	padding: 8px 120px 10px 10px;
	background-image: url(login/uploaded/template/special-fade.png);
	Xbackground-position: 50px 0px;
	background-position: 23px 0px;
	background-repeat: no-repeat;
}
.special p {
	font-size: 11px;
	margin-top: 0px;
	line-height: 16px;
	padding-right: 20px;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 4px;
}
.special.green { border: 2px solid #85b524; }
.special.green h5 { color: #85b524; }
.special.blue { border: 2px solid #638ca3; }
.special.blue h5 { color: #638ca3; }
.special.pink { border: 2px solid #e04075; }
.special.pink h5 { color: #e04075; }

.special.purple { border: 2px solid #8E388E; }
.special.purple h5 { color: #8E388E; }

.special.slateblue { border: 2px solid #7171C6; }
.special.slateblue h5 { color: #7171C6; }

.special.salmon { border: 2px solid #C67171; }
.special.salmon h5 { color: #C67171; }

.special.darkgrey { border: 2px solid #555555; }
.special.darkgrey h5 { color: #555555; }

.special.red4 { border: 2px solid #CD0000; }
.special.red4 h5 { color: #CD0000; }

.special.orangered { border: 2px solid #EE4000; }
.special.orangered h5 { color: #EE4000; }

.special.olive { border: 2px solid #8B8B00; }
.special.olive h5 { color: #8B8B00; }

.special.turquoise { border: 2px solid #03A89E; }
.special.turquoise h5 { color: #03A89E; }





/* ============================
	CAR LIST
   ============================ */
   #sortby { text-align: right; margin-bottom: 10px; }
	.car {
		width: 645px;
		padding: 18px;
		background-color: #d1d1d1;
		background-image: url(login/uploaded/template/carbg.gif);
		background-position: top left;
		background-repeat: repeat-x;
		position: relative;
		margin-bottom: 10px;
	}
	
	h6 {
		font-weight: normal;
		font-size: 20px;
		margin: 0 0 12px;
		font-family: Verdana, Arial, sans-serif;
		color: #4BA82E;
	}
	.carleft {
		width: 217px;
		float: left;
	}
	.carleft a {
		color: #f44446;
		font-weight: bold;
		padding-top: 4px;
	}
	.carimage {
		width: 217px;
		height: 163px;
		float: left;
		overflow: hidden;
		position: relative;
	}
	.carimage img.mainimg {
		position: absolute;
		display: table-cell;
		top: 0px;
		left: 0px;
		width: 217px;
		z-index: 3;
	}
	.carimage img.soldimg {
		bottom: 0px;
		right: 0px;
		width: auto;
		z-index: 4;
		position: absolute;
	}
	.imagecaption {
		position: absolute;
		width: 217px;
		height: 20px;
		padding-top: 4px;
		font-weight: bold;
		background: rgba(5, 120, 30, 0.75);
		color: #ffffff;
		z-index: 5;
		bottom: 0px; left: 0px;
		text-align: center;
	}
	.carprice, .carlinks span {
		color: #ffffff;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		display: block;
		position: absolute;
		top: 10px;
		right: 18px;
		height: 34px;
		padding: 6px 18px 0;
		background-image: url(login/uploaded/template/greenbg.gif);
		background-position: 0 0%;
		background-repeat: repeat-x;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	.listdetails {
		float: left;
		width: 132px;
		padding: 0 10px 0;
		border-right: 1px solid #ababab;
		font-weight: bold;
	}
	.listdetails ul { margin: 0 0 0 12px; }
	.listdetails li { margin: 6px 0 0; }
	.descr {
		float: left;
		width: 265px;
		margin: 0 0 0 10px;
		line-height: 18px;
	}
	.descr a {
		color: #f44446;
		font-weight: bold;
	}
	.carlinks {
		float: right;
		margin-top: 19px;
	}
	.carlinks span {
		position: relative;
		width: 110px;
		height: 26px;
		padding: 10px 2px 0;
		margin-left: 6px;
		font-size: 13px;
		font-weight: normal;
		float: left;
		cursor: pointer;
		top: 0px; right: 0px;
		opacity: 0.7;
	}
	.carlinks span:hover { opacity: 1; }
	.taxdisc {
		display: block;
		background-image: url(login/uploaded/template/taxdisc.png);
		background-position: top left;
		background-repeat: no-repeat;
		position: absolute;
		bottom: 7px;
		left: 244px;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		width: 59px; height: 52px;
		padding: 7px 0 0;
		text-align: center;
	}
   
   
   #overlay {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
   }
   .lightboxcontainer {
	   width: 552px;
	   height: 464px;
	   padding: 30px 10px 10px;
	   background-color: #ffffff;
	   position: absolute;
	   top: 80px;
	   left: 50%;
	   margin-left: -250px;
	   z-index: 101;
	   display: none;
   }
   .lightboximagecontainer {
	   width: 552px;
	   height: 414px;
	   position: relative;
	   opacity: 0;
   }
   .lightboximagecontainer .lb_next, .lb_prev {
	   display: block;
	   width: 63px;
	   height: 32px;
	   position: absolute;
	   top: 40px;
	   z-index: 103;
	   cursor: pointer;
	   opacity: 0.4;
   }
   .lightboximagecontainer .lb_next:hover, .lb_prev:hover { opacity: 1; }
   .lightboximagecontainer .lb_next { background-image: url(images/nextlabel.gif); border-radius: 6px 0 0 6px; right: 0px; }
   .lightboximagecontainer .lb_prev { background-image: url(images/prevlabel.gif); border-radius: 0 6px 6px 0; left: 0px; }
   .lightboximagecontainer img {
	   position: absolute;
	   top: 0px;
	   left: 0px;
	   z-index: 102;
	   display: none;
   }
   .lightboxclose {
	   width: 66px;
	   height: 22px;
	   display: block;
	   position: absolute;
	   bottom: 10px;
	   right: 10px;
	   background-image: url(images/closelabel.gif);
	   cursor: pointer;
   
   }
   .lightboxclose.top {
	   bottom: auto;
	   top: 6px;
   }
   .lightboxlabel {
		font-size: 14px;
		display: block;
		margin-top: 10px;
		font: 12px/1.4em Verdana,Helvetica,sans-serif;
		width: 474px;
		height: 38px;
   }
	   
   
/* ============================
	END CAR LIST
   ============================ */

.garagecar {
	width: 100%;
}
.garagecar:hover tr {
	background-color: #ddd;	
	cursor: pointer;
}
.garagecar td {
	vertical-align: top;
}
.garagecar img {
	width: 100px;
}
.garagecar h6 {
	font-size: 14px;
}
.deletecar {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(login/images/icons/delete.png);
	cursor: pointer;
	opacity: 0.6;
}
.deletecar:hover { opacity: 1; }

.textbox {
	width: 376px;
	height: 18px;
	border: 1px solid #dddddd;
	padding: 2px;
}
select.textbox {
	height: 24px;
	width: 381px;
}
textarea { 
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textbox:focus {
	border: 1px solid #bbb;
}
.submit {
	border: none;
	background: none;
	background-color: #CCC;
	border: 1px solid #999;
	cursor: pointer;
	display: inline-block;
	padding: 4px 10px 4px;
}
.submit:hover { background-color: #999; }



#footer {
	width: 100%;
	height: 178px;
	background-color: #21212b;
}
#footerinner {
	width: 912px;
	height: 178px;
	margin: 0 auto 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}
#footerinner strong { font-weight: normal; }
.footcol {
	float: left;
	width: 156px;
	padding-top: 20px;
}
#footsocial {
	float: right;
	width: 400px;
	color: #e8e9ea;
	font-size: 14px;
	text-align: right;
	margin-top: 30px;
}

/* ============================
	PRINT
   ============================ */
body.print {
	border-top: 100px solid #fff;
	background: none;
}
body.print #pagewrap {
	width: 18cm;
}
#top.print {
	width: auto;
	margin: -125px 0 16px;
}
#mid.print {
	width: auto;
	padding-bottom: 0;
}

.car.print {
	width: auto;
	background: none;
	font-size: 30px;
	line-height: normal;
	padding: 0px 0 0px;
}
.car.print * { 
	font-size: 16px;
	line-height: normal;
}
.car.print h6, .car.print h6 strong {
	font-size: 24px;	
}
.car.print .carleft {
	width: 48%;
	float: left;
	position: relative;
}
.car.print .printprice, .car.print .caption {
	font-size: 65px;
	color: #000000;
	height: auto;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
.car.print .caption {
	font-size: 18px;
	text-align: left;
}
.car.print .listdetails, .print .garagecar .listdetails {
	float: left;
	display: block;
	border: none;
	width: auto;

}
.print .garagecar .listdetails ul {
	float: left;
	border: none;
	width: 48%;
	margin: 0 0 0 8px;
}
.car.print .listdetails .coll {
	float: left;
	border: none;
	width: 48%;
	margin: 0;
}
.car.print .listdetails ul li, .print .garagecar .listdetails ul li { font-size: 14px; margin: 4px 0 4px; }
.car.print .carimage {
	width: 480px;
	width: 100%;
	height: 226px;
}
.car.print .carimage img.mainimg {
	width: 480px;
	width: 100%;
	height: 226px;
}
.car.print .descr {
	width: auto;
	font-size: 14px;
}
.car.print .thumbs img {
	float: left;
	margin: 18px 18px 0px 0;
	width: 150px;
}
.car.print .taxdisc, .taxdisc.garagedisc {
	xbackground-image: url(login/uploaded/template/taxdisc-large.png);
	background: none;
	width: 100px;
	height: 84px;
	font-size: 36px;
	padding-top: 16px;
	bottom: 12px;
	left: 200px;
}
.car.print .taxdisc img, .taxdisc.garagedisc img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100px;
}
.car.print .taxdisc span, .taxdisc.garagedisc span {
	position: relative;
	z-index: 2;
}
#footer.print {
	background: none;
	margin-bottom: ;
	border-top: 4px solid #7c7c7c;
	color: #000000;
}
#footer.print #footerinner {
	width: 18cm;
}
#footer.print #footsocial {
	font-size: 12px;	
}



.printicon {
	display: inline-block;
	background-image: url(../images/printer.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}