html, body {
	width: 100%;
	height: 100%;
	min-width: 1050px;

	margin: 0px;
	padding: 0px;

	background-color: #ffffff;
	background-image: url("/assets/templates/default/images/page-bg.jpg");
	background-repeat: repeat-x;
	color: #333333;

	font-family: Arial;
	font-size: 1em;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
}
a:hover {
	color: #ad8a00;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h1 { font-size: 1.1em; }
h2 { font-size: 1em; }
h3 { font-size: 0.9em; }

div.error {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #c90000;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 12px;
}

div.clearing {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------------------------------------- */

table.page {
	width: 100%;
}
table.page td {
	padding: 0;
}
table.page td.corner {
	width: 3%;
}
table.page td.content {
	width: 94%;
}
table.page td.page-content {
	padding: 20px;
	font-size: 0.8em;
}

/* -------------------------------------------------------------------------------- */

div.footer {
	height: 50px;
	padding-top: 20px;
	background-image: url("/assets/templates/default/images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
	text-align: center;
	font-size: 0.7em;
}
div.footer a {
	color: #ffffff;
}
div.footer-wrapper {
	height: 70px;
	background-image: url("/assets/templates/default/images/footer-bg-wrapper.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #6b6b6b;
}

/* -------------------------------------------------------------------------------- */

div.menu {
	height: 50px;
	margin-top: 19px;
	background-color: #cbcbcb;
	background-image: url("/assets/templates/default/images/topmenu-bg.jpg");
}
div.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.menu ul li {
	display: inline;
}
div.menu ul li a { 
	padding: 5px;
	color: #333333;
	font-size: 0.8em;
}
div.menu ul li a:hover {
	background-color: #252525;
	color: #ffcc00;
	text-decoration: none;
}
div.menu-wrapper-left {
	height: 50px;
	background-image: url("/assets/templates/default/images/topmenu-left.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
div.menu-wrapper-right {
	height: 50px;
	padding-top: 8px;
	background-image: url("/assets/templates/default/images/topmenu-right.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

/* -------------------------------------------------------------------------------- */

div.logo {
	float: left;
	margin: 5px 0 0 20px;
}
div.page-car {
	float: right;
	margin: 25px 20px 0 0;
}
table.contact {
	width: 100%;
	margin-top: 5px;
}
table.contact td {
	padding: 3px 0 0 0;
	color: #ffcc00;
}
table.contact td.address {
	width: 100%;
	padding: 7px 14px 0 20px;
	font-size: 0.8em;
}
table.contact td.phone {
	padding: 6px 10px 0 5px;
	white-space: nowrap;
	font-size: 1.2em;
}
table.contact td.link {
	padding-top: 6px;
	white-space: nowrap;
}
table.contact td.link a {
	color: #ffffff;
	font-size: 0.8em;
}
table.contact td.link a:hover {
	color: #ffcc00;
}

/* -------------------------------------------------------------------------------- */

table.cars {
	width: 100%;
	margin-top: 10px;
}
table.cars th {
	padding: 7px;
	background-color: #cccccc;
	text-align: left;
	font-size: 1.1em;
}
table.cars td {
	padding: 5px;
	vertical-align: top;
}
table.cars td.auto {
	text-align: center;
}
table.cars td.auto a {
	font-size: 1.2em;
}
table.cars td.auto img {
	border: 1px solid #333333;
}
table.cars td.auto a:hover img {
	border: 1px solid #ffcc00;
}
table.cars td.desc {
	width: 50%;
}
div.price {
}
table.price {
	width: 100%;
}
table.price th, table.price td {
	padding: 4px;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 1em;
}
table.price th {
	background-color: #cccccc;
}
table.price td.price {
	background-color: #ffcc00;
}

/* -------------------------------------------------------------------------------- */

div.images {
	margin: 5px 0px 20px 0px;
	padding: 5px 5px 3px 5px;
	width: 400px;
	height: auto;
	overflow: hidden;
	background-color: #cccccc;
	border: 1px solid #ffcc00;
	white-space: nowrap;
}
div.images div {
	padding: 0px;
	background-color: transparent;
}
div.images div.image {
	display: inline;
	padding-right: expression("3px");
	border-width: 0px;
}
div.images div.image div.thumb {
	display: inline;
}

/* -------------------------------------------------------------------------------- */

table.car-header {
	width: 100%;
}
table.car-header td {
	padding: 5px;
	vertical-align: middle;
}
table.car-header td.car-order {
	width: 100%;
}
table.car-header td.car-order h1 {
	margin-bottom: 10px;
}
div.car-order {
	margin-bottom: 15px;
}
div.car-order a {
	font-size: 1.2em;
}
div.car-order a:hover {
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */

div.order {
	width: 95%;
}
div.order h1 {
	font-size: 1em;
}
div.order div.description {
	margin: 1em 0 1em 0;
	padding: 1em;
	background-color: #cccccc;
}
div.order div.form {
	width: 100;
}
div.order div.form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.order div.form ul li {
	margin: 0;
	padding: 0.2em;
}
div.order div.form ul li.comment {
	padding: 0.2em 0 0 0 !important;
}
div.order div.form ul li.submit {
	padding: 0.5em;
	text-align: center;
	background-color: #ffcc00;
}
div.order div.form ul li.submit input {
	width: auto;
}
div.order div.form input, div.order div.form select, div.order div.form textarea {
	width: 100%;
	background-color: #cccccc;
}
span.obligat {
	color: #ffcc00;
	font-size: 1em;
	font-weight: bold;
}
input.datepicker {
	width: 200px !important;
}
.error-input {
	background-color: #ffcc00 !important;
	color: #000000;
}

#ui-datepicker-div{ font-size: 75%; }
#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }

/* -------------------------------------------------------------------------------- */

table.sections {
	width: 100%;
}
table.sections td {
	padding: 0 0.5em 0 0;
	vertical-align: top;
}
table.sections td.main {
	width: 100%;
}
table.sections td.addon {
}
table.sections td.addon div.addon-elem {
	margin-top: 1em;
}

div.cars-thumbs {
	margin-top: 10px;
}
div.cars-thumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.cars-thumbs ul li {
	padding-bottom: 0.5em;
	text-align: center;
}
div.cars-thumbs ul li a {
	font-size: 1.2em;
}
div.cars-thumbs ul li img {
	border: 1px solid #333333;
}
div.cars-thumbs ul li a:hover img {
	border: 1px solid #ffcc00;
}
div.cars-thumbs ul li div.price {
	margin: 0;
	padding: 2px;
	background-color: #ffcc00;
	font-size: 0.9em;
}

/* -------------------------------------------------------------------------------- */

div.yandex-money {
}
div.yandex-money ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.yandex-money ul li {
	padding-bottom: 0.5em;
}

/* -------------------------------------------------------------------------------- */

table.contacts {
	width: 100%;
	margin-top: 10px;
}
table.contacts td {
	padding: 10px;
	color: #000000;
	vertical-align: top;
}
table.contacts td.data {
	font-size: 1em;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- */

table.sections td.comments-last div {
	width: 230px;
}

table.comments {
	width: 100%;
	margin-top: 10px;
}
table.comments td {
	padding: 5px;
	border: 1px solid #ffcc00;
}
table.comments td.person {
	background-color: #ffcc00;
	color: #000000;
	font-weight: bold;
}
table.comments td.person span {
	color: #333333;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}
div.all-comments {
	padding: 10px 0 10px 0;
}
div.all-comments a {
	font-weight: bold;
}

div.link-comment {
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #ffcc00;
}
div.link-comment a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}

div.add-comment {
	display: none;
	padding: 10px 0 10px 0;
}
div.add-comment ul {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
div.add-comment ul li {
	margin: 0;
	padding: 0.2em;
}
div.add-comment ul li.comment {
	padding: 0.2em 0 0 0 !important;
}
div.add-comment ul li.submit {
	padding: 0.5em;
	text-align: center;
	background-color: #ffcc00;
}
div.add-comment ul li.submit input {
	width: auto;
}
div.add-comment input, div.add-comment select, div.add-comment textarea {
	width: 100%;
	background-color: #cccccc;
}

/* -------------------------------------------------------------------------------- */

table.news {
	width: 100%;
}
table.news td {
	padding: 5px;
	vertical-align: top;
}
table.news td.news-data {
	width: 100%;
}
div.news-date {
	color: #333333;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}
table.news td.news-data ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table.news td.news-data ul li {
	padding-bottom: 5px;
}

/* -------------------------------------------------------------------------------- */
