/* ---------------------------------------------------------------- */
/* Basic		                                                    */
/* ---------------------------------------------------------------- */

BODY {
	background: #666;
	padding-top: 10px;
	color: #000000;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	}

body, p, div, td {
	font-family: 'Helvetica', 'Arial', sans-serif;
/*	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif; */
	color: #333333;
	font-size: 12px;
}

input, option, select, textarea {
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: normal
}

img {
	border: 0;
}

ul {
	line-height: 125%;
}

/* ---------------------------------------------------------------- */
/* General Text                                                     */
/* ---------------------------------------------------------------- */

h3 {
	color: #444;
	font-size: 14px;
}
h4 {
	color: #444;
	font-size: 11px;
}

.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.slate {
	background: #77c0dd;
	color: #000000;
}

.highlight {
	color: #990000;
}

.formtitle, .bold {
	font-weight: bold;
}

.notbold {
	font-weight: normal;
}

.center {
	text-align: center;
}

.boldital {
    color: #404040;
    font-family: 'Helvetica-BoldOblique', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    font-weight: bold;
    line-height: 14px;
}

.spreadline{
	line-height: 150%;
}

.terms {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #444;
}

p.error {
	margin: 0px 10px 0px 10px;
	padding: 10px;
	border: 2px solid #4F131A;
	background: #dddddd;
	font-weight: bold;
}

.pad10 {
	padding: 10px;
}

/* ---------------------------------------------------------------- */
/* Divs                                                           */
/* ---------------------------------------------------------------- */

div#page { /*centers itself horizontally*/
	width:700px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	position: relative;
}

div.wide#page {
	width: 900px;
}


div#content {
	padding: 0 20px 20px 20px;
}

div#welcomecontent {
	padding: 0 20px 20px 20px;
	position: relative;
	top: -60px;
	z-index: 1;
}
div#about {
	width: 300px;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
}
div#about p {
	line-height: 160%;
}
div#carlist {
	width: 300px;
	font-weight: bold;
	background: #ccc;
	padding: 5px 10px;
	position: relative;
	top: -160px;
	left: 330px;
}
div#carlist p {
	line-height: 125%;
	color: #a54;
	font-style: italic;
}

/*
div.center {
	margin: auto;
	width: 98%;
}
*/

div.menu {
	padding: 0px 0px 10px 10px;
}

div.pagetitle {
	/*text-align: center;*/
	padding: 10px 0px 0px 10px; /*top right bottom left*/
	font-weight: bold;
}

div.instructions {
	padding: 10px 10px 10px 15px; /*top right bottom left*/
}
div.instructions ul {
	padding: 0px 10px 0px 15px; /*top right bottom left*/
	margin: 0px 10px 0px 15px; /*top right bottom left*/
}
div.instructions li {
	margin-left: 0px;
	padding-top: 2px;
}

.cars {
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.formtitle {
	float: left;
	text-align: center;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	margin-top: 10px;
}

div.formlabel {
	float: left;
	text-align: right;
	width: 200px;
	padding: 3px;
}

div.formdata {
	float: left;
	text-align: left;
	padding: 3px;
}

div.login {
	float: right;
	text-align: right;
	font-size: 1em;
	line-height: 2em;
}

div.login input {
	font-size: 1em;
	font-weight: normal
}


div.right {
	float: right;
	text-align: right;
}

div.left {
	float: left;
	text-align: left;
}

br.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
div.clear {
	clear: both;
}

iframe {
	border: 0;
}

/* ---------------------------------------------------------------- */
/* Tables                                                           */
/* ---------------------------------------------------------------- */


table.outer {
	background: #333333;
	border: 0;
	/*padding: 2px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 100%;
}

table.outer td {
	text-align: center;
}

table.inner {
	background: #FFFFFF;
	width: 100%;
	border: 1px solid gray;
	border-collapse: collapse;
	width: 100%;
}

table.inner tr.light {
	background: #FFFFFF;
}

table.inner tr.dark {
	background: #dddddd;
}

table.inner tr.heading {
	background: #aaaaaa;
	font-weight: bold;
	min-height: 30px;
}

table.inner tr.foot {
	background: #aaaaaa;
}

table.inner td {
	text-align: center;
	border: 1px solid gray;
	padding: 3px;
}

table.inner td.partnum {
	text-align: center;
	white-space: nowrap;
}

table.inner td.make {
	text-align: left;
	white-space: nowrap;
}

table.inner td.model {
	text-align: left;
}

table.inner td.description {
	text-align: left;
}

table.inner td.price {
	text-align: right;
	white-space: nowrap;
}

table.inner td.left {
	text-align: left;
}

table.inner td.right {
	text-align: right;
}

table.inner td.gray {
	background: #dddddd;
}

/* ---------------------------------------------------------------- */
/* Links                                                            */
/* ---------------------------------------------------------------- */


A:link {
	color: #004255; /*113333; */
	text-decoration: underline;
}

A:visited {
	color: #004255;
	text-decoration: underline;
}

A:hover {
	color: #996600;
	text-decoration: underline;
}

A:active {
	color: #A3C2D7;
	text-decoration: underline;
}


/* ---------------------------------------------------------------- */
/* Top Nav                                                          */
/* ---------------------------------------------------------------- */

table.topnav {
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	text-align: center;
	border-bottom: 3px solid #ccc;
}

table.topnav td {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

table.topnav td.active{
	color: #66abc5;
}

table.topnav A:link {
	color: #666;
	text-decoration: none;
}

table.topnav A:visited {
	color: #666;
	text-decoration: none;
}

table.topnav A:hover {
	color: #aaa;
	text-decoration: none;
}

table.topnav A:active {
	color: #ccc;
	text-decoration: none;
}

