@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-color: #ccc;
	line-height: 130%;
}

#container {
	width: 880px;
	margin: 0px auto;
}
#top {
	width: 880px;
	height: 245px;
	background-image: url(/pics/bg-top.jpg);
	background-repeat: no-repeat;
}
#menu {
	width: 880px;
	height: 32px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	width: 147px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#menu ul li a:hover {
	background-position: 0 -32px;
}
#undermenu {
	width: 640px;
	height: 142px;
	clear: left;
	background-image: url(/pics/bg-undermenu.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 0 230px;
}
#undermenu .box {
	width: 200px;
	margin-right: 13px;
	float: left;
	color: #fff;
}
#undermenu .box h2 {
	color: #fff;
	font-size: 14px;
	height: 50px;
	margin: 10px 0 0 0;
}
#undermenu .box p {
	margin: 0;
}
#undermenu .box a {
	color: #000;
}
#undermenu .box ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#undermenu .box ul li {
	background-image: url(/pics/bul1.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 16px;
}
#content {
	width: 858px;
	clear: left;
	padding: 30px 10px 10px 10px;
	background-color: #fff;
	border-left: 1px solid #6e6e6e;
	border-right: 1px solid #6e6e6e;
}
#content .left {
	width: 638px;
	margin-right: 32px;
	float: left;
}
#content .right {
	width: 188px;
	float: left;
}
#logo {
	width: 125px;
	height: 165px;
	padding: 20px 0 0 80px;
	float: left;
	text-align: center;
}
#lang-sel {
	margin: 0 0 40px 20px;
}
#lang-sel a {
	border: 1px solid #000;
	width: 16px;
	height: 10px;
	float: left;
	margin-right: 5px;
}
#lang-sel a:hover, #lang-sel a.selected {
	border: 1px solid #fff;
}
#quickrent {
	width: 168px;
	height: 174px;
	padding: 10px;
	background-image: url(/pics/bg-fastrent.jpg);
	background-repeat: no-repeat;
}
#quickrent select {
	margin-bottom: 2px;
	width: 160px;
}
#qModel {
	height: 60px;
}
#contact {
	width: 168px;
	height: 106px;
	padding: 10px 0 0 20px;
	margin-top: 20px;
	font-size: 1.7em;
	font-weight: bold;
	background-image: url(/pics/bg-contact.jpg);
	background-repeat: no-repeat;
}
#contact span {
	color: #fff;
}
#contact small {
	font-size: .8em;
	clear: left;
	margin: 10px 0 2px;
	display: block;
}
#bottom {
	width: 858px;
	height: 38px;
	border-top: 2px solid #e4e4e4;
	padding-top: 5px;
	clear: left;

}
#bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 608px;
	float: left;
}

#bottom ul li {
	width: 64px;
	margin-left: 10px;
	float:left;
}
#bottom ul li a {
	width: 64px;
	height: 16px;
	background-image: url(/pics/bg-links.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}
#bottom ul li a:hover {
	background-position: 0 -18px;
	color: #ccc;
}
#copyright {
	width: 250px;
	float: left;
	text-align: right;
}
#headcar {
	width: 600px;
	height: 220px;
	padding: 12px 0 0 70px;
	float: left;
}
#credits {
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
}
#credits a {
	color: #426BCC;
}




a {
	color: #d02027;
	outline: none;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
	color: #464646;
}
h2 {
	font-size: 12px;
	margin: 20px 0 0 0;
}
input, select, textarea {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #ccc;
	clear: left;
	margin: 15px 0;
	padding: 2px;
	padding-bottom: 10px;
}
fieldset legend {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	font-weight: bold;
	color: #666;
	width: 150px;
	margin-bottom: 10px;
}



ul.list1 {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
ul.list1 li {
	background-image: url(/pics/bul1.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 1px;
}
.checkbox {
	background-color: transparent;
	background-image: none;
	border: none;
	vertical-align: baseline;
}
.button {
	background-image: url(/pics/bg-button.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666;
	color: #fff;
	font-weight: bold;
	padding: 1px 5px 0 5px;
}
.textbox {
	background-color: #ccc;
	border: 1px solid #999;
	vertical-align: middle;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}
.intro {
	width: 280px;
	float: left;
	padding-right: 15px;
	border-right: 2px solid #e4e4e4;
}
.promo {
	width: 271px;
	float: left;
	margin-left: 15px;
	padding-left: 55px;
	background-image: url(/pics/promo.jpg);
	background-repeat: no-repeat;
}
.promo-line {
	width: 271px;
	padding-bottom: 20px;
	clear: left;
	display: table;
}
.promo-img {
	width: 121px;
	margin-right: 13px;
	float: left;
}
.promo-img img {
	border: 2px solid #6e6e6e;
}
.promo-details {
	width: 137px;
	float: left;
}
.promo-details p {
	font-weight: bold;
	color: #d02027;
	margin: 5px 0;
}
.promo-details ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.promo-details ul li {
	width: 50px;
	float: left;
	background-image: url(/pics/bul1.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.search {
	background-color: #e4e4e4;
	width: 630px;
	border: 1px solid #d9d8d8;
	padding: 3px;
}
.search h2 {
	font-size: 12px;
	margin: 0;
}
.search input, .search select {
	margin-right: 10px;
}
.search .button {
	margin-right: 0;
}
.db-order {
	margin-top: 10px;
	width: 488px;
	float: left;
}
.db-order a {
	margin-left: 10px;
}
.nice-announce {
	padding: 3px;
	background-color: #F0F8E9;
	border: 1px dotted #CBE4B8;
	color: #666;
	font-weight: bold;
	margin: 5px 0;
}
.warn-announce {
	padding: 3px;
	background-color: #F8EAE9;
	border: 2px dotted #cc0000;
	color: #cc0000;
	margin: 5px 0;
	clear: left;
}
.ajax-loading {
	font-weight: bold;
	color: #669933;
}
.caption {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	padding-top: 4px;
	margin-bottom: 1px;
}
.caption1 {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	font-weight: bold;
}
.field {
	float:left;
	width: 69%;
	margin-bottom: 1px;
}
.field img {
	vertical-align: text-bottom;
}
.serv {
	width: 638px;
	clear: left;
	margin-right: 18px;
	margin-bottom: 40px;
}
.serv .head {
	background-image: url(/pics/head-serv.jpg);
	background-repeat: no-repeat;
	width: 310px;
	height: 42px;
}
.serv .head h2 {
	padding: 13px 0 0 10px;
	margin: 0;
}
.serv .img-left {
	float: left;
	margin: 10px 20px 0 0;
	width: 207px;
}
.serv .content-right {
	width: 411px;
	float: left;
}
.serv .content-right p {
	margin: 10px 0;
}
.external-links {
	text-align: center;
	margin-top: 10px;
}
.external-links a {
	margin: 0 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.external-links a:hover {
	color: #000;
}


/* PAGE BROWSE */
.page-browser {
	width: 638px;
	margin-top: 20px;
	font-size: 1em;
	clear: left;
}
.page-browser a, .page-browser .link {
	display: block;
	height: 10px;
	width: 11px;
	padding: 2px;
	background-color: #ccc;
	border: 1px solid #999;
	text-align: center;
	float: left;
	margin: 0 1px;
	text-decoration: none;
	color: #666;
	font-size: .9em;
	line-height: 100%;
}
.page-browser .link {
	background-color: #666;
	color: #fff;
	border: 1px solid #000;
}
.page-browser a:hover {
	background-color: #333;
	color: #fff;
	border: 1px solid #000;
}
.page-browser .nolink {
	float: left;
	display: block;
	margin: 0 5px;
	padding-top: 2px;
}
.page-browser img {
	margin-top: 1px;
}


/* CAR LIST */
.carlist-left, .carlist-right {
	width: 294px;
	height: 134px;
	padding: 8px;
	margin: 10px 0;
	float: left;
	background-image: url(/pics/bg-carlist.jpg);
	background-repeat: no-repeat;
}
.carlist-left {
	clear: left;
	margin-right: 18px;
}
.carlist-left .thumb, .carlist-right .thumb {
	width: 115px;
	float: left;
}
.carlist-left .thumb .img, .carlist-right .thumb .img {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #999;
}
.carlist-left .content, .carlist-right .content {
	width: 169px;
	margin-left: 10px;
	float: left;
}
.carlist-left .content h2, .carlist-right .content h2 {
	font-size: 13px;
	margin: 0;
	height: 38px;
}
.carlist-left .content .price, .carlist-right .content .price {
	margin-top: 15px;
	font-size: 1.1em;
	font-weight: bold;
}
.carlist-left .content .price span, .carlist-right .content .price span {
	font-size: 1.4em;
}
.carlist-left .thumb ul, .carlist-right .thumb ul {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
	width: 90px;
}
.carlist-left .thumb ul li, .carlist-right .thumb ul li {
	width: 90px;
	margin-top: 5px;
}
.carlist-left .thumb ul li a, .carlist-right .thumb ul li a {
	width: 90px;
	height: 16px;
	background-image: url(/pics/bg-carlinks.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}
.carlist-left .thumb ul li a:hover, .carlist-right .thumb ul li a:hover {
	background-position: 0 -18px;
	color: #ccc;
}

/* CAR DETAILS */
.cardetails h1 {
	width: 468px;
	float: left;
}
.cardetails .linkback {
	width: 170px;
	text-align: right;
	float: left;
}
.cardetails .thumb {
	width: 200px;
	float: left;
	clear: left;
	text-align: center;
	margin-right: 20px;
}
.cardetails .thumb .img {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #999;
}
.cardetails .specs {
	width: 418px;
	float: left;
}
.cardetails .specs .on, .cardetails .specs .off {
	width: 414px;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	clear: both;
	height: 15px;
}
.cardetails .specs .on {
	background-color: #e1e1e1;
}
.cardetails .specs .caption1 {
	text-align: left;
	width: 32%;
}
.cardetails .specs .field {
	text-align: left;
	width: 66%;
}
.cardetails .specs h2 {
	font-size: 14px;
	margin: 10px 0 0 0;
}
.cardetails table tr.header td {
	background-color: #e1e1e1;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.cardetails .descr {
	clear: left;
	width: 638px;
	padding-top: 20px;
}
.cardetails .descr .img {
	padding: 1px;
	border: 1px solid #ccc;
	margin: 10px 10px 0 0;
}

/* CAR RENT FORM */
.carrent fieldset {
	border: 1px solid #ccc;
	clear: left;
	margin: 15px 0;
	padding: 2px;
	padding-bottom: 10px;
}
.carrent fieldset legend {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	font-weight: bold;
	color: #666;
	width: 180px;
	margin-bottom: 10px;
}
.carrent .textbox {
	width: 200px;
}