body {
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* ------------------------- BASIC STYLES ------------------------- */

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #990000;
}
h1 {
	clear: both;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size: 20pt;
	font-weight: normal;
}
h2 {
	clear: both;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size: 15pt;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
h2.no_rule {
	border-bottom-width: 0px;
}
h3 {
	clear:both;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size: 15pt;
	font-weight: normal;
}
h3.no_rule {
	border-bottom-width: 0px;
	font-weight: bold;
}
h4 {
	clear:both;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
h5 {
	clear:both;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size: 14pt;
	font-weight: bold;
}
h6 {
	clear:both;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
}

/* Heading Taglines -- Does not include .tagline class for table section_head */
.h1_tagline, .h2_tagline, .h3_tagline, .h4_tagline, .h5_tagline, .h6_tagline {
	display: block;
	position: relative;
	left: -15px;
	margin-top: -5px; /* offset h1 margin-bottom */
	margin-bottom: 15px;
	font-size: 11pt;
}

/* Paragraphs */
p {
	margin: 5px 0px 15px 15px;
	padding: 0px;
	font-size: 11pt;
	line-height: 1.3em;
}
p.fineprint {
	font-size: 10pt;
	font-style: italic;
}
p.largeprint {
	font-size: 13pt;
}


/* Forms */
input.submit {
	width: 8em;
}

/* Lists */
ul, ol {
	margin: 10px 5px 15px 35px;
	padding: 0px;
}
ul {
	list-style-type: circle;
}
ul.h1_list, ol.h1_list {
    margin-left: 25px;
}
ul.h1_list li, ol.h1_list li {
    font-size: 12pt;
    line-height: 1.2em;
}
li {
    margin: 0px;
    margin-bottom: 6px;
    padding: 0px;
	font-size: 11pt;
    line-height: 1.2em;
}
li.spaced {
		margin-bottom: 10px;
}
li.small {
  font-size: 10pt;
}

.list_title { /* Use this on any element that titles a list (most likely a paragraph) */ 
    margin-bottom: 6px;
}


/* Tables -- See TABLE FORMATTING below for more table formatting */
table {
	clear: both;
	border-top: 1px solid #5B1B1B;
}

/* Anchors */
a {
	text-decoration: none;
}


/* Special Classes */
.clear {
	clear: both;
}
.print_only {
	display: block;
}
.hidden {
	display: none;
}
.rule {
	border-bottom: 1px solid #999;
}
.separator {
    color: #000;
}
.float_right {
	float: right;
	padding: 5px;
	border-width: 0px;
}
.float_left {
	float: left;
	padding: 4px;
	border-width: 0px;
}
.question {
	display: none;
}
.small {
	font-size: 10pt;
	font-weight: normal;
}
.italic {
	font-style: italic;
}
.page_top {
	display: none;
}


/* ------------------------- HEADER ------------------------- */

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24pt;
	border-bottom: 3px double black;
	margin-bottom: 30px;
}
#header .logo {
	display: none;
}
#header .cars {
	display: none;
}


/* ------------------------- NAVIGATION ------------------------- */

#navigation {
	display: none;
}


/* ------------------------- PAGE: CONTENT/SIDEBAR ------------------------- */

#page {
	width: 100%;
}
#content {
	/* Notice! Do not float. Large floated elements don't carry over to other pages when printed from Mozilla browsers (i.e. Firefox). See http://www.alistapart.com/stories/goingtoprint/ */
	width: 65%;
	margin-left: 5%;
}

.single_column #content {
	width: 100%;
	margin-left: 0%;
}

.single_column_narrow #content {
	width: 60%;
}
.single_column_narrow .wide_container {
	width: 6.6in;  
}

.double_column #sidebar {
	display: none;
	width: 30%;
}


/* ------------------------- BREADCRUMBS & STEPS ------------------------- */

.breadcrumbs {
	display: none;
}
.steps {
	display: none;
}


/* -------------------------------- MISCELANOUS DIVS -------------------------------- */

/* Car Pictures */
.car_pic {
	margin-left:25px;
	float:right;
	width: 150px;
}
.car_pic img {
	margin: 0px;
	padding: 0px;
	float: left;
}
.car_pic .credit {
	float:right;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	line-height: 1;
	font-size: 6pt;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.car_pic .caption {
	position: relative;
	top: -2px;
	display: block;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 11pt;
}

/* Notice */
.notice {
	margin: 0px;
	padding: 5px;
	border-left: 5px solid #5B1B1B;
	border-right: 5px solid #5B1B1B;
}
.notice h1, .notice h2, .notice h3, .notice h4, .notice h5, .notice h6, .notice p {
	margin: 10px 30px;
}
.notice h3 {
	font-weight: bold;
}
.notice ul {
    margin-left: 60px;
    color: #5B1B1B;
}
.notice ol {
    margin-left: 60px;
    color: #5B1B1B;
}
.notice li {
    font-size: 11pt;
}

/* Back_lists */
.back_list ul {
	margin-top: 0px;
	list-style-image: url("/images/arrow_raquo.gif");
}
.back_list li {
	font-size: 13pt;
	line-height: 1.5em;
}
.back_list h1, .back_list h2, .back_list h3 {
	clear: none;
	margin-top: 0px;
	border-bottom-width: 0px;
}


/* -------------------------------- HOME PAGE STYLES -------------------------------- */

/* Welcome */
.welcome {
	float: left;
	display: block;
	padding-top: 14px;
	padding-bottom: 13px;
}
.welcome h1, .welcome h2 {
	float:left;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15pt;
}
.welcome p {
	float:right;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
}

/* Homebox */
.homebox .more {
	display: none;
}


/* -------------------------------- SIDEBAR (with SIDEBOX) STYLES -------------------------------- */

/* Sidebox */
.sidebox {
	border: 1px solid black;
	margin: 10px;
	margin-bottom: 20px;
}
.single_column .sidebox {
	float: right;
	width: 183px;
	margin: 0px;
	padding: 0px;
}
.single_column_narrow .sidebox {
	position: absolute;
	left:70%;
	width: 183px;
	margin-top: 0px;
}

.sidebox h1, .sidebox h2, sidebox h3 {
	margin: 0px;
	padding: 5px 10px;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.sidebox p {
	margin: 0px;
	padding: 10px;
	line-height: 1.3em;
	font-size: 9pt;
}
.sidebox ul {
	margin: 0px;
	margin-left: 10px;
	padding: 10px;
	list-style-type: none;
	font-size: 9pt;
}
.sidebox li {
	margin-bottom: 5px;
}

/* Sidenote */
.sidenote {
	margin-right: 20px;
}
.sidenote h1, .sidenote h2, .sidenote h3 {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-size: 13pt;
}
.sidenote p {
	margin: 5px 10px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 10pt;
	font-style: italic;
}
.sidenote ul {
	margin-left: 25px;
	padding: 0px;
	list-style-type: none;
}
.sidenote ol {
	margin-left: 40px;
}
.sidenote li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 9pt;
}
.sidenote dl {
	width: 150px;
	margin: 0px;
	margin-left: 38px;
	padding: 0px;
	font-size: 9pt;
}
.sidenote dt {
	position: relative;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 0px;
}
.sidenote dt, #page .sidenote dt a {
	color: black;
	font-weight:bold;
}
.sidenote dd {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

/* Sidenote & Sidebox Common Classes */
.sidenote .more {
	font-size: 9pt;
	float: right;
}
.sidenote .more a {
	font-style: italic;
}

/* Sidenote Dates */
.date {
	display: block;
	position: absolute;
	left: -32px;
	width: 28px;
	padding-top:2px;
	margin-top: 1px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #666;
}
.date .day {
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -2px;
	text-indent: -3px;
	color: #666;
}


/* ------------------------- FOOTER ------------------------- */

#footer {
	clear: both;
	margin: 0px;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer ul {
	display: none;
}
#footer .copyright {
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 7pt;
}


/* -------------------------------- BOTTOM -------------------------------- */
#bottom {
	width: 100%;;
	margin:5px auto;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border-top: 1px solid black;
}
#bottom #credit {
	float: right;
}


/* -------------------------------- TABLE FORMATTING -------------------------------- */

/* Standalone tables */
table.standalone {
	margin: 25px 0px 0px 0px;
	border-top-width: 0px;
}

.single_column_narrow table.standalone {
    margin: 25px 50px 0px 0px; 
    width: 460px;
}

/* Narrow tables */
table.narrow {
	margin: 10px 0px 0px 20px;
	border-top-width: 0px;
}

/*left float tables */
table.float_left {
	margin: 5px 25px 0px 0px;
	border-top-width: 0px;
	float: left;
}

/* Invisible tables */
table.invisible {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

table.wide {
	margin-right: -15px;
}

table.h2 {
	margin: 10px 30px 0px 0px;
}

table.invisible td, table.invisible th {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-width: 0px;
}

table.checkbox_list td {
    padding-left: 30px; /* 5px Default Cell Padding + 25px for first line of text */
    text-indent: -25px;
}

/* General Table Formatting */
th, td {
	padding: 4px 5px;
	font-size: 10pt;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #5B1B1B;
	border-bottom: 1px solid #CCC;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/* Table Header */
table .section_head th, table .section_head td {
	text-align: left;
	padding: .3em;
	padding-left: 5px;
	border-width: 0px;
	border-top: 10px solid #5B1B1B;
	border-left: 1px solid #5B1B1B;
	border-right: 1px solid #5B1B1B;
	border-bottom: 3px double #999;
}
table .section_head h1, table .section_head h2, table .section_head h3 {
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	bottom:-.25em;
	font-size: 16pt;
	color: #5B1B1B;
	border-width: 0px;
}
table .section_head .tagline {
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	bottom:-.25em;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	color: #5B1B1B;
}

/* Table Row Styles */
table .row_head1 td, table .row_head2 td, table .row_head3 td, table .row_head4 td {
	font-weight:bold;
	text-align: right;
	border-color: #CCC;
}
table .row_subitem th {
	font-weight: normal;
	padding-left: 1em;
}
table .row_subitem td {
	font-size: 7pt;
	font-weight: bold;
}
table .row_options th {
	font-weight: normal;
	padding-left: 1em;
}
table .row_options td {
	font-size: 7pt;
}
table .row_total td {
	border-top: 1px solid #999;
}
table .row_net td {
	border-color: #CCC; 
	border-top: 1px solid #999;
	border-bottom: 3px double #999;
}

table .row_bot td {
	border-color: #CCC; 
	border-top: 1px solid #999;
	border-bottom: 4px double #999;
}

table .row_bot th {
	border-bottom: 4px double #999;
}

table .row_highlight th {
	color: #CC0000;
	font-weight: bold;
}
table .row_highlight td {
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	padding: .6em;
	border-bottom-color: #CCC;
}
table .row_seperator td,
table .row_seperator_end td {
	padding: 2px;
	border-width:0px;
	border-top: 1px solid #5B1B1B;
	font-size: 7pt;
}
table .row_seperator td {
	padding-bottom:30px;
}
table .row_notice td {
	padding: 0px;
	padding-bottom: 25px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt; /* Offset the default table font-size */
	border-width: 0px;
}

/* Table Cell Styles */
table td.right_divider, table th.right_divider  {
	border-right: 1px solid #999;
}
table td.bottom_divider, table th.bottom_divider  {
	border-bottom: 3px double #999;
}
table td.right_edge, table th.right_edge {
	border-right: 1px solid #5B1B1B;
}
table td.align_right, table th.align_right {
	text-align: right;
}
table td.feature_no {
	color: #BB0000;
}
table td.feature_yes {
	color:#009900;
}
table td.numbered {
  padding-left: 30px; /* 5px Default Cell Padding + 25px for first line of text */
  text-indent: -15px;
}
table tr td.lowest_price {
	font-weight:bold;
}
table tr td.lowest_price_winner {
	font-weight: bold;
}
table tr td.final_result {
}
