/* Wheels online css */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background-color: #5c5c5c;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #292929;
	padding: 50px 0 12px 0;
}

h1 {
	font-size: 1.5em;
	color: #f77e1a;
	font-weight: normal;
	margin-bottom: .7em;
}

h2 {
	font-weight: bold;
	color: #ff7300;
	font-size: 1.4em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ff7300;
	padding-top: 1.2em;
	margin: 0 0 .4em 0;
}

a {
	color: #292929;
	text-decoration: underline;
}

a:hover {
	color: #f77e1a;
}

img {
	border: none;
}

.cars a img {
	border: 2px solid #f77e1a;
}

a:hover img {
	border-color: #292929;
}

.header_left {
	float: left;
	width: 250px;
}

.logo {
	display: block;
	height: 60px;
	width: 240px;
	margin-left: 5px;
	text-indent: -999em;
}

.clear {
	clear: both;
}

#container {
	background-color: #292929;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 8px;
}

#page-header {
	background: url("../sitegfx/bg_header.png") no-repeat 0 0;
}

#page-body {
	background: url("../sitegfx/bg_body.gif") no-repeat 0 0 #ffffff;
	padding: 6px;
	margin: 0 8px;
	clear: both;
}

#page-footer {
	background: url("../sitegfx/bg_footer.gif") repeat-x 0 100% #ffffff;
	margin: 0 8px;
	padding: 6px;
}

.column_left {
	width: 189px;
	float: left;
}

.column_right {
	float: left;
	width: 669px;
	margin: 0 0 0 10px;
}

.block-top {
	height: 8px;
	background: url("../sitegfx/block_top.gif") no-repeat 0 0;
	line-height: 1px;
	font-size: 1px;
}

.block-bottom {
	height: 8px;
	background: url("../sitegfx/block_bottom.gif") no-repeat 0 0;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 10px;
}

.block-middle {
	background: url("../sitegfx/block_middle.gif") repeat-x 0 0 #ffffff;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.big-block-top {
	height: 7px;
	background: url("../sitegfx/big_block_top.gif") no-repeat 0 0;
	line-height: 1px;
	font-size: 1px;
}

.big-block-middle {
	background: url("../sitegfx/big_block_middle.gif") repeat-x 0 0;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.big-block-bottom {
	height: 6px;
	background: url("../sitegfx/big_block_bottom.gif") no-repeat 0 100%;
	line-height: 1px;
	font-size: 1px;
}

ul.categories {
	list-style-type: none;
	font-size: 1.2em;
}

ul.categories li a {
	display: block;
	line-height: 20px;
	height: 20px;
	width: 167px;
	text-decoration: none;
}

ul.categories li a:hover {
	text-decoration: underline;
}

ul.categories li.active a {
	font-weight: bold;
}

ul.categories li.active ul {
	margin-left: 13px;
	list-style-type: none;
}

ul.categories li.active ul li a {
	font-weight: normal;
	width: 154px;
}

p.left {
	float: left;
	text-align: left;
	line-height: 45px;
	height: 45px;
	padding-left: 10px;
	font-size: 1.1em;
	color: #ffffff;
}

p.right {
	text-align: right;
	color: #c6c6c6;
	font-weight: bold;
	clear: both;
	margin: -6px 8px 4px 0;
	float: right;
	font-size: 1.1em;
}

p.left a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 0 7px;
}

p.left a:hover {
	font-weight: bold;
}

form.search {
	float: right;
	width: 215px;
	padding-top: 10px;
}

fieldset.fields {
	border: none;
}

form.search input.inputbox {
	font-size: 1.1em;
	padding: 4px 3px;
	background-color: #d5d5d5;
	border: 1px solid #353535;
	float: left;
	width: 160px;
}

form.search input.submit {
	display: block;
	padding: 4px 0;
	cursor: pointer;
	width: 44px;
	text-align: center;
	background: url("../sitegfx/button_search.gif") no-repeat 0 0;
	border: none;
	float: left;
	margin-left: 3px;
	color: #353535;
	font-size: 1.1em;
}

ul.menu {
	list-style-type: none;
	height: 34px;
	font-size: 1.2em;
	margin: 0 8px;
	background: url("../sitegfx/bg_menu.gif") repeat-x 0 0;
}

ul.menu li {
	float: left;
	display: block;
	margin: 6px 6px 0 6px;
}

ul.menu li a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: url("../sitegfx/menu_left.gif") no-repeat 0 -22px;
	padding-left: 5px;
	color: #5c5c5c;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

ul.menu li a span {
	display: inline-block;
	line-height: 22px;
	padding: 0 10px 0 5px;
	height: 22px;
	background: url("../sitegfx/menu_right.gif") no-repeat 100% -22px;
	cursor: pointer;
}

ul.menu li a:hover {
	background-position: 0 0;
	background-color: #f77e1a;
	color: #ffffff;
}

ul.menu li a:hover span {
	background-position: 100% 0;
}

.header_image {
	margin: 0 8px 3px 8px;
}

.header_image img {
	border: none;
}

ul.breadcrumbs, ul.subnav {
	list-style-type: none;
	margin: 4px 8px;
	font-size: 1.1em;
	height: 15px;
	float: left;
	width: auto;
}

ul.breadcrumbs li, ul.subnav li {
	float: left;
	display: block;
	color: #ffffff;
	margin-right: 3px;
}

ul.breadcrumbs li a, ul.subnav li a {
	color: #ffffff;
	text-decoration: none;
}

ul.breadcrumbs li a:hover, ul.subnav li a:hover {
	text-decoration: underline;
}

ul.subnav {
	float: right;
	width: auto;
}

.content {
	font-size: 1.2em;
	line-height: 1.5em;
}

.content p {
	margin-bottom: 1em;
}

.content p img {
	float: right;
	display: inline;
	border: 3px solid #f77e1a;
	margin: 0 0 5px 5px;
}

.cars img {
	display: inline-block;
	margin: 10px;
}

ul.brands {
	list-style-type: none;
}

ul.brands li {
	float: left;
	width: 25%;
}
