@charset "utf-8";
/* CSS Document */

div#header {
	height: 84px;
	width: 960px;
	background: url(../images/header.jpg) no-repeat;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h2 {
	font-size: 120%;
	margin: 0px;
	padding: 0px 0px 1em;
	color: #3F5D68;
}

table
{
	border-collapse: collapse;
}

td, th
{
	padding: 2px 4px;
}

thead, th
{
	background-color: #DEDEDE;
	vertical-align: middle;
}

#footer {
	width: 960px;
	background: url(../images/footer-name.gif) no-repeat right top;
	text-align: left;
	margin: 30px auto 5px;
	clear: both;
}
#rightPanel {
	background: #444228 url(../images/panel-gradient.gif) repeat-x;
	color: #FFFFFF;
	width: 300px;
	float: right;
	font-size: 95%;
	margin: 0 0 20px 0;
	border-left: 20px solid #FFFFFF;
}
#rightPanel.wide
{
	width: 380px;
}

img.thumbnail {
	border: 1px solid #3F5D68;
	margin: 0 10px 10px 0;
	padding: 3px;
	background-color: #FFFFFF;
}
.listing .makemodel {
	font-weight: bold;
}
.listing .year {
	font-style: italic;
}
.listing .enginegearbox {
}
.listing .price {
	font-weight: bold;
}
.listing tr {
	border-bottom: 1px solid #CCCCCC;
}
.listing p {
	padding-bottom: 0.5em;
}
.listing td.middle {
	vertical-align: middle;
}
a {
	font-weight: bold;
	color: #D48303;
	text-decoration: none;
}


.button {
	margin-left: 20px;
}

.listing td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
}



input, textarea {
	padding: 2px;
	font: 1.0em Arial, Helvetica, sans-serif;
}

a.button {
	background: #5c5a3c url(../images/button-gradient.gif) repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 95%;
	border: 1px solid #000000;
	padding: 0.4em 0.8em 0.2em 0.8em;;
}

.normalFont {
	font-weight: normal;
}
#rightPanel #btnSearch, .centre {
	text-align: center;
}


#rightPanel h3 {
	background: #5b583d url(../images/panel-title-gradient.gif) repeat-x top;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #312f1a;
	font-size: 120%;
	color: #FFFFFF;
	text-align: center;
}
#panelContent {
	text-align: left;
	margin: 10px;
}


#footer2 {
	height: 22px;
	width: 960px;
	background: #34464D url(../images/footer-gradient.gif) no-repeat bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
p {
	margin: 0px;
	padding: 0px 0px 1em;
}

#nav {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	border-top: 1px solid #9ea7aa;
	border-right: 1px solid #7b8a8d;
	border-bottom: 1px solid #3f5d68;
	border-left: 1px solid #7b8a8d;
	background: #34464D url(../images/gradient-bar.gif) repeat-x bottom;
	padding: 6px 3px 3px;
	margin: 0px 10px;
	width: auto;
}
#container {
	text-align: center;
	width: 980px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
body {
	font: 0.85em Arial, Helvetica, sans-serif;
	background: url(../images/tiled-background.gif);
	text-align: center;
}
h1, .hidden {
	display: none;
}

#content {
	text-align: left;
	font-size: 95%;
	margin: 0px 20px;
	padding-top: 20px;
}

label {
	font-weight: bold;
}


#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 3px 3px;
	display: inline;
	background: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: none;
}
#nav a.current {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	background: #D48303;
	color: #FFFFFF !important;
}
.centre {
	text-align: center;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	margin: 0px 0px 1em;
	padding: 0px;
}
#main {
	text-align: left;
}
img {
	border: 0;
}
#content li {
	padding-bottom: 0.5em;
}
div#errors, p.error, p.success
{
	font-size: 100%;
	color: #FFFFFF;
	border: 1px dashed #FFFFFF;
	padding: 0.5em;
	margin: 0 0 1em 0;
	background-color: #BB0000;
}

/* Hyperlinks in error messages */
div#errors a, #pageContent p.error a
{
	color: #FFFFFF;
}

div#errors p
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

div#errors ul
{
	margin: 0 0 0 2em;
	padding: 0;
	font-weight: normal;
}

p.success
{
	border: 1px dashed #FFFFFF;
	background-color: #00BB00;
}

div#content p.success a
{
	color: #F0F000;
	font-weight: bold;
	font-style: normal;
}

h3 {
	font-size: 110%;
	color: #3F5D68;
}

#loginLink
{
	text-align: center;
}

#container div.tl { background: url(../images/container-corners/tl.gif) no-repeat left top; }
#container div.tr { background: url(../images/container-corners/tr.gif) no-repeat right top; }
#container div.bl { background: url(../images/container-corners/bl.gif) no-repeat left bottom; }
#container div.br { background: url(../images/container-corners/br.gif) no-repeat right bottom; }

#container div.pad
{
	padding: 10px 0px;
}

img.icon
{
	vertical-align: middle;
}

.description
{
	font-size: 95%;
	color: #333333;
}

table.sortable th
{
	cursor: pointer;
}

h3 span.description
{
	font-size: 80%;
	color: #FFFFFF;
}

.noPad
{
	margin: 0;
	padding: 0;
}

ol           { list-style-type: decimal }
li           { padding-top:1em }
ol ol        { list-style-type: lower-alpha }
