@import url("headers.css");

body 
{ 
    margin-top: 0px;
    padding-top: 0px;
    top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    left: 0px;
    background-color: white;
}

body.vehicle-spotlight
{
    background-color: rgb(219, 236, 246);
}

hr {
    height: 2px;
    color: white;
    background-color: white;
    border: 1px solid white;
}

div.warning-list {
	color: orange;
}

div.error-list {
	color: red;
}

div#page-header { 
    background-image: url("../images/layout/header-bg.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

div#content-header {
    position: relative;
    background-image: url("../images/layout/top-bg.gif");
    background-repeat: no-repeat;
    height: 75px;
    width: 747px;
}

div#top-buttons {
    position: absolute;
    top: 19px;
    left: 568px;
}

td#menu-column {
    background-image: url("../images/layout/menu-bg.gif");
    background-repeat: repeat-y;
}

div#menu {
    height: 100%;
}

div#menu img {
    display: block;
}

div#forum-outer {
    /*border: 1px solid blue;*/
    width: 757px;
    background-image: url("../images/layout/forum-bg.gif");
    background-repeat: repeat-y;
    margin-left: 10px;
}

div#forum-top {
    height: 8px;
    background-color: white;
}

div#forum-top img,
div#forum-bottom img {
    display: block;
}

div#forum-content {
    background-color: #EFF6FA;
    padding: 10px;
    /*border: 1px solid red;*/
    border-left: 2px solid white;
    border-right: 2px solid white;
}

div#forum-menu {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    padding-bottom: 1em;
}

div#forum-menu img {
    margin: 0px 4px;
}

div#forum-disclaimer {
    color: #999999;
    font-size: 10px;
}

div#forum-disclaimer p {
    margin: 0px;
    padding-top: .2em;
}

div#forum-disclaimer h4 {
    margin: 0px;
    margin-top: .25em;
    padding: 0px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

div#content {
    position: relative;
    /*border: 1px solid red;*/
    margin-right: 30px;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #2e2e2e;
}

div#content p {
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

div#content div#forum a:hover {
    border: none;
    text-decoration: underline;
}

div#content p,
div.narrative {
    line-height: 1.5em;
}

div#content a {
    text-decoration: none;
    font-weight: bold;
    color: #2e2e2e;
    /*border-bottom: 1px dashed #888888;    */
}

div#content a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #2e2e2e;
    border-bottom: 1px solid #888888;
}

div#content a.no-hover {    
    border-bottom: none;
}

div#content h1 {
    margin: 0px;
	padding: 0px;
    height: 28px;
}

div#content h2 {
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 0px;
    height: 28px;
}

h1 span, 
h2 span {
    font-size: 25px;
    display: none;
}

div#content ul {
    list-style: circle;
}

table#content-layout {
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
}

td#menu-column {
    vertical-align: top;
    width: 143px;
}

td#content-column {
    vertical-align: top;
    width: 604px;
    background-color: rgb(219, 236, 246);
}

div.thumbnail {
    height: 90px;
    width: 120px;
    background: white url(/images/layout/thumbnail-bg.gif) no-repeat top left;
    /*border: 1px solid red;*/
    border: 1px solid rgb(219, 236, 246); /* hack to get mozilla to behave */
}

div.thumbnail div.in
{
	border: 0px;
	width: 120px;
    height: 86px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

div.thumbnail img {
    width: 110px;
    /*height: 82px;*/
    margin: 4px 5px;
    display: block;
}

div.part-list-item,
div.vehicle-list-item 
{
    /*border: 1px solid red;*/
    position: relative;
    height: 100px;
    border-bottom: 2px solid white;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

div.part-list-item .description,
div.vehicle-list-item .description 
{
    font-size: 16px;
    font-weight: bold;
}

div.part-list-item .description-text
{
	width: 450px;
	height: 45px;
	/*border: 1px solid red;*/
	overflow: hidden;
	margin-top: 1.8em;
}

div.part-list-item div.thumbnail,
div.vehicle-list-item div.thumbnail 
{
    position: absolute;
    left: 453px;
    top: 0px;
}

div.thumbnail a:hover {
    border: none ! important;
}

div.part-list-item div.price,
div.vehicle-list-item div.price 
{
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 350px;
    text-align: right;
    /*border: 1px solid red;*/
    width: 90px;
}

div.part-list-item .part-number,
div.vehicle-list-item .stock-number 
{
    font-size: 11px;
    padding-top: 4px;
}

div#part-detail #header,
div#vehicle-detail #header 
{
    margin-bottom: 1em;
    padding-bottom: .25em;
    border-bottom: 2px solid white;
    border-top: 1px solid rgb(219, 236, 246); /* hack for ie, for some reason it refuses to paint the bottom border without a top one */
}

div#part-detail #header .description,
div#vehicle-detail #header .description 
{
    font-size: 20px;
    font-weight: bold;
    width: 470px;
    /*border: 1px solid red;*/
}

div#part-detail #header .price,
div#vehicle-detail #header .price 
{
    font-weight: bold;
    font-size: 20px;
    float: right;
    text-align: right;
    /*border: 1px solid red;*/
    width: 95px;
}

div#part-detail #text,
div#vehicle-detail #text 
{
    /*border: 1px solid red;*/
    width: 285px;
}

div#part-detail #text .contact-note,
div#vehicle-detail #text .contact-note 
{
    /*border: 1px solid red;*/
    border-top: 2px solid white;
    margin: 1em 0;
/*    padding: 1em 0; */
}

div#part-detail #text .narrative,
div#vehicle-detail #text .narrative 
{
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid white;    
}

div#part-detail #text-below-thumbs,
div#vehicle-detail #text-below-thumbs
{
    margin-top: 1em;
    padding-top: 1em;
    border-top: 2px solid white;
    clear: right;
}

div#part-detail #pictures,
div#vehicle-detail #pictures 
{
    /*border: 1px solid red;*/
    float: right;
    right: 0px;
    width: 273px;
}

div#part-detail #pictures a,
div#vehicle-detail #pictures a 
{
    border: none;
}

div#part-detail #pictures img,
div#vehicle-detail #pictures img 
{
    display: block;
}

div#part-detail #pictures .main-picture,
div#vehicle-detail #pictures .main-picture 
{
    background: transparent url(/images/layout/main-picture-background.gif) no-repeat top left;
    height: 203px;
    width: 273px; 
    border: 1px solid rgb(219, 236, 246); /* hack to get mozilla to behave */
    /*margin-bottom: 1em;*/
}

div#part-detail #pictures .main-picture img,
div#vehicle-detail #pictures .main-picture img 
{
     margin: 8px;
     width: 257px;
     height: 187px;
}

div#part-detail #pictures .thumbnail-instructions,
div#vehicle-detail #pictures .thumbnail-instructions 
{
    text-align: center;
    font-size: 11px;
    margin: .25em 0;
}

div#part-detail #pictures #thumbnails,
div#vehicle-detail #pictures #thumbnails 
{
    /*border: 1px solid red;*/
    width: 250px;
    margin-left: 11px;
    margin-right: 11px;
}

div#part-detail #pictures #thumb-col-left,
div#vehicle-detail #pictures #thumb-col-left 
{
    /*border: 1px solid red;*/
    width: 120px;
}

div#part-detail #pictures #thumb-col-right,
div#vehicle-detail #pictures #thumb-col-right 
{
    /*border: 1px solid red;*/
    width: 120px;
    float: right;
}

div#custom-paint-pictures {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    width: 273px;
}

div#custom-paint-pictures #main-pic {
    margin-bottom: .5em;
}

div#custom-paint-pictures #thumbnails {
    /*border: 1px solid red;*/
    width: 250px;
    margin-left: 11px;
    margin-right: 11px;
}

div#custom-paint-pictures #thumbnails #thumb-col-right {
    /*border: 1px solid red;*/
    width: 120px;
    float: right;
}

div#custom-paint-pictures #thumbnails #thumb-col-left {
    /*border: 1px solid red;*/
    width: 120px;
}

div#part-detail #pictures .thumbnail,
div#vehicle-detail #pictures .thumbnail
{
    margin-bottom: .25em;
    border: 1px solid rgb(219, 236, 246);
}

div#zoom-pictures #main-picture {
    /*border: 1px solid red;*/
    width: 565px;
    height: 420px;
    background: transparent url(/images/layout/zoomed-picture-background.gif) no-repeat top left;
}

div#zoom-pictures #main-picture img {
    width: 545px;
    height: 405px;
    margin: 8px 10px;
}

div#zoom-pictures #thumbnails {
    /*border: 1px solid red;*/
    width: 565px;
}

div#zoom-pictures #thumbnails #thumbnail-table-outer {
   margin-top: .75em;
}

div#zoom-pictures #thumbnails .thumbnail {
    margin-bottom: .25em;
    border: 1px solid rgb(219, 236, 246);
    /*border: 1px solid red;*/
}

div#zoom-pictures #thumbnails .thumbnail a {
    border: none;
}

form#contact table {
    width: 350px;
}

form#contact table td.label {
    width: 130px;
}

form#contact td.field select {
    width: 220px;
    border: 1px solid #B4D6E9;
}

form#contact td.field input {
    width: 220px;
    /*border: 1px solid #B4D6E9;*/
}

form#contact td.field textarea {
    width: 350px;
    /*border: 1px solid #B4D6E9;*/
}

div#bottom {
    position: relative;    
    clear: left;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/layout/bottom-bg.gif);
    height: 88px;
}

div#bottom table#address {
    border: 0px;
    border-collapse: collapse;
    position: absolute;
    top: 15px;
    left: 220px;
}

div#bottom table#phone-numbers {
    border: 0px;
    border-collapse: collapse;
    margin-left: 25px;
}

div#bottom table#address td {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

div#bottom-buttons {
    position: absolute;
    left: 143px;
    top: 15px;
}

div#bottom a {
    text-decoration: none;
    color: black;
}

div#bottom a:hover {
    text-decoration: underline;    
}

#copyright, #credits, #copyright a, #credits a {
    color: #abb7be ! important;
}

#copyright td {
    padding-top: 5px ! important;
}

#xmas-text-block {
	position: absolute;
	top: 1px;
	left: 438px;
	width: 348px;
	height: 141px;
	background: url("../images/layout/xmas-text-block-bg.gif") top left no-repeat;
	z-index: 1;
}

#xmas-text-block #xmas-text-message {
	position: relative;
	top: 2em;
	left: 1.25em;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	z-index: 3;
}

#xmas-text-block #xmas-text-message span#xmas-text-indent1 {
	padding-left: 2.75em;
}

#xmas-text-block #xmas-text-message span#xmas-text-indent2 {
	padding-left: 3.75em;
}

#xmas-bow {
	position: absolute;
	top: 80px;
	left: 381px;
	height: 102px;
	width: 109px;
	z-index: 2;
	background: url("../images/layout/xmas-bow.gif") top left no-repeat;
}

div#content div.download-pdf {
	width: 273px;
	height: 67px;
	background: url("../images/layout/pdf-download-bg.png") top left no-repeat;
}

div#content div.download-pdf a 
{
	display: block;
	padding: 1em;
	padding-left: 65px;  
	text-decoration: none;
}

div#content div.download-pdf a:hover
{
	text-decoration: none;
	border-bottom: none;
}

div#over-200-sold-sidebar 
{
	margin-left: 1em;
	margin-right: 2em;
	float: right;
	width: 120px;
	height: 261px;
	background: url("../images/layout/200-sold-sidebar.png") top left no-repeat;	
}

div#over-200-sold-sidebar a 
{
	display: block;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2e2e2e;
	padding-left: 25px;
	padding-top: 212px;
}

div#over-200-sold-sidebar a:hover 
{
	border-bottom: none;
}

div.vehicle-spotlight
{
	padding-top: 20px;
	padding-left: 12px;
	width: 150px;
	text-align: center;
	font-size: 20px;
}

div.vehicle-spotlight div.thumbnail
{
	margin-left: auto;
	margin-right: auto;
}

