﻿/* 
##############################################
PRICING */

.price
{
    color: #cc3300;
}

.old-price
{
    text-decoration: line-through;
    color: #cc3300;
}
.special-price
{
    color: Red;
}
.special-orc
{
    color: Red;
    font-size:  0.7em;
}
.orc
{
    font-size: 0.7em;
}

.panel-wrapper .price, .panel-wrapper .old-price, .panel-wrapper .special-price, .panel-wrapper .special-orc, .panel-wrapper .orc
{
    color: #fff;
}

/* 
##############################################

VEHICLE RESULTS */


#vehicle-list-title-bar {
    border-bottom: 1px solid #999999;
    color: #222222;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 8px 0;
}
#vehicle-list-title-bar .l {
    padding-top: 3px;
}
select.results-order-select {
    font-size: 11px;
}
table.vehicle-results {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}
td.vehicle-results-cell {
    border-top: 1px solid #AAAAAA;
    padding: 20px 0 10px;
    vertical-align: top;
}
td.vehicle-results-cell.last-cell {
}
td.vehicle-results-cell.first-row {
    border-top: medium none;
}
td.vehicle-results-cell.last-row {
}
.vehicle-results.gallery div.year {
    background: url("../../Userfiles/Image/custom.png") no-repeat scroll 50px -2px #232B68;
    color: #FFFFFF;
    font-family: RalewayBold;
    height: 18px;
    padding: 3px 0 0 5px;
    width: 65px;
}
.vehicle-results.gallery h5 {
    color: #000;
    font-family: RalewayBold;
    font-size: 26px;
    height: 74px;
    line-height: 140%;
    margin: 10px 30px 8px 0;
    overflow: hidden;
}
.vehicle-results.gallery .odo-reading, .vehicle-results.list .odo-reading {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: top;
}
.vehicle-results.gallery .odo-reading .odo-amount, .vehicle-results.list .odo-reading .odo-amount {
    border: 2px solid #464642;
    color: #222222;
    float: left;
    padding: 4px;
    text-align: center;
}
.vehicle-results.gallery .odo-reading .odo-unit, .vehicle-results.list .odo-reading .odo-unit {
    background: none repeat scroll 0 0 #464642;
    border: 2px solid #464642;
    color: #FFFFFF;
    float: left;
    padding: 4px;
    text-align: center;
}
.vehicle-results.gallery .transmission, .vehicle-results.list .transmission {
    background: none repeat scroll 0 0 #464642;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 145%;
    margin-right: 10px;
    margin-top: 2px;
    padding: 1px 8px 8px;
    text-align: center;
    vertical-align: top;
}
.vehicle-results.gallery .fuel-type, .vehicle-results.list .fuel-type {
    background: url("../../Motorcentral/Image/icon-fuel.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 28px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    vertical-align: top;
    width: 45px;
}
.vehicle-results.gallery .fuel-type p, .vehicle-results.list .fuel-type p {
    color: #464642;
    font-size: 18px;
    font-weight: bold;
    left: 8px;
    margin: 0;
    overflow: hidden;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 11px;
}

.vehicle-results.gallery .price, .vehicle-results.list .price {
    color: #000;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 10px;
}

.vehicle-results.gallery .price .special,.vehicle-results.list .price .special {
    color: Red;
}

.vehicle-results.gallery .price span.price-wkly, .vehicle-results.list .price span.price-wkly {
    font-size: 18px;
}

.vehicle-results.gallery .price span.orc, #vehicle span.orc, .vehicle-results.list .price span.orc, #vehicle span.orc {
    background: none repeat scroll 0 0 #666;
    font-size: 11px;
    padding: 6px;
    color: #fff;
}

div.view {
    background: #ccc;
    text-align: center;
    height: 26px;
    padding: 9px 17px 2px 17px;
    margin-top: 8px;
    font-size: 15px;
    margin-left: 14px;
    float: left;
}

div.view.on {
    background: #fff;
    }

div.view a {
    color: #000;
}

img.sale-badge, img.new-badge, img.arriving-badge {
    width: 33%;
    position: absolute;
    top: -4px;
    left: -4px;
}




/* 
##############################################

PAGING */

div#paging
{
    text-align: center;
    color: #666;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 20px;
    margin-top: 1px;
}
#paging table
{
    margin: auto;
    text-align: center;
}
#paging table td
{
    vertical-align: top;
    text-align: center;
}

#paging span
{
    display: inline-block;
    padding: 6px 10px;
    margin: 4px 4px 4px 4px;
    font-weight: bold;
}

#paging a
{
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #666;
    margin: 4px 4px 4px 4px;
    color: #666;
    font-weight: bold;
}

#paging a:hover
{
    border: 1px solid #666;
    color: #666;
}

#paging span.current
{
    background: #666;
    border: 1px solid #666;
    color: #fff;
}

#paging a.nav
{
    border:none;
    cursor: pointer;
}


/* 
##############################################

INDIVIDUAL VEHICLE */
.breadcrumb {
    font-size: 12px;
    margin-top: 10px;
}
.breadcrumb a 
{
    padding: 6px;
    background: #AA1416;
    margin-right: 8px;
    text-decoration: none;
    color: #FFF;
}

#price
{
    font-size: 18px;
    vertical-align: middle;
}

table.vehicle-summary {
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 20px;
}

table.vehicle-summary td  
{
    vertical-align: middle; 
    border-bottom: 1px dotted #aaa; 
    padding: 7px 0px;
    }

table.vehicle-summary .item, #vehicle-features #features-title,
#vehicle-comments #comments-title
{
    font-size: 0.8em;
    color: #E9CF7F;
}
        
table.vehicle-summary .item
{
    width: 100px;
}

table.vehicle-summary .value { }

#vehicle-features #features-title, #vehicle-comments #comments-title
{
    margin-top: 30px;
    margin-bottom: 0px;
}

#finance-advert a, .vehicle-functions a
{
    color: #fff;
}

#vehicle-features #features-content, #vehicle-comments #comments-content
{
    margin-top: 4px;
}

#finance-advert
{
    background-color: #aaa; 
    padding: 10px 12px; 
    position: relative;
    color: #191919;
}

#finance-advert .fin-title
{
    margin: 0px; 
    font-size: 14px;
    color: #FFF;
}

#finance-advert .fin-amount
{
    margin: 0px; 
    font-size: 28px; 
    font-family: Arial Rounded MT Bold, Arial Black, Gadget, sans-serif;
    color: #fff;
}

#finance-advert .fin-term
{
    position: absolute; 
    right: 12px; 
    top: 27px;
}

#finance-advert .fin-term span
{
    font-size: 11px; 
}

#finance-advert a.btn-fin-apply, .accept a.btn-fin-apply {
    background: #393939;
    color: #00ff00;
    display: block;
    font-weight: bold;
    margin-left: 10px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

#finance-disclaimer
{
    font-size: 0.8em;
    margin: 6px 0px 0px 0px;
}

/* CONTACT TABLE */

div#contact {
    background-color: #EBEBEB;
    margin-top: 20px;
}
div#contact table.contact-table {
    border: medium none;
    border-spacing: 14px;
}
table.contact-table TD {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 6px 13px;
    vertical-align: top;
}
table.contact-table {
    color: #333333;
    font-size: 11px;
    line-height: 145%;
}
P.contact-location-title, P.email-us-title {
    color: #204080;
    font-size: 11px;
    font-weight: bold;
}
P.contact-location {
    font-size: 13px;
}
A.location-map-link:link, A.location-map-link:visited {
    color: #0099FF;
    font-size: 9px;
    margin-left: 10px;
    text-decoration: none;
}
A.location-map-link:hover {
    text-decoration: underline;
}

textarea#message {
    overflow: auto;
}
table#captcha-table td
{
    border:none;
    padding: 0px;
}
table#captcha-table .btn-submit-message {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 88px;
}

.fb-like
{
    margin-top: 10px; 
    margin-bottom: 10px; 
    padding-bottom: 10px; 
    border-bottom: 1px solid #aaa;
    padding-top: 10px; 
    border-top: 1px solid #aaa;
}
.connectors
{
    text-align: center;
}

.connectors a:link, .connectors a:visited, .docs a:link, .docs a:visited
{
    color: #0099FF;
}

.vehicle-functions
{
    clear: both;
    margin-bottom: 14px;
}

.vehicle-functions table
{
    border-collapse: collapse; border-spacing: 0px; margin-top: 20px;
}

.vehicle-functions table td
{
    vertical-align: middle;
    text-align: center;
    padding: 12px;
}

.vehicle-functions table td.cin
{
    background: #ddd;
    color: #191919;
}

td.cin a:link, td.cin a:visited
{
    color: #191919;
}

.vehicle-functions table td.vss
{
    background: #aaa;
}

.vehicle-functions table td.test-drive
{
    background: #666;
}


/* 
##############################################

CONTACT INFO PAGE */

TABLE#contacts
{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    margin-top: 82px;
}
TABLE#contacts p
{
    margin-top: 10px;
}
TABLE#contacts TD.lhs
{
    width: 100px;
}
div#contact-hours
{
    padding: 10px 20px; 
    background-color: #d5dde7; 
    margin-right: 30px;
    color: #191919;
    margin-top: 40px;
}

.watermarked {
    color: gray;
    font-family: Monospace;
    font-style: italic;
}
.watermarked-off {
    color: #000000;
    font-style: normal;
}

/* 
##############################################
SHORT FINANCE APP */

.fin-app-short {
}
.fin-app-short TABLE {
    margin: 0 10px;
}
.fin-app-short TD {
    vertical-align: top;
}
.fin-app-short h3 {
    background: none repeat scroll 0 0 #232B68;
    color: #fff;
    display: block;
    padding: 8px 13px;
    width: 574px;
    text-transform: uppercase;
}
.fin-app-short INPUT[type="text"] {
    font-family: Monospace;
    padding: 5px;
}
.fin-app-short INPUT[type="text"], .fin-app-short SELECT {
    font-family: Monospace;
    padding: 5px;
    width: 246px;
}
.fin-app-short SELECT {
    width: 258px;
}
.fin-app-short .footnote {
    font-size: 0.7em;
}
.fin-app-short .highlight {
    color: #D71E2A;
}
.fin-app-short .accept {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.fin-app-short TD {
    vertical-align: middle;
}

/* 
##############################################

LONG FINANCE APP */

.fin-app-section
{
    background: #e8e8e8;
}

.fin-app-section h3
{
    background: #000;
    color: #fff;
    padding: 8px;
}

.line
{
    padding: 8px 8px 8px 28px;
}

.line div
{
    padding-right: 16px;
}

.fin-app-section .line p
{
    margin: 0px;
}

.fin-app-section input, .fin-app-section select
{
    padding: 8px;
    }

.fin-app-section .line input[type=text].long
{
    width: 320px;
}

.fin-app-section .line select.long
{
    width: 338px;
}

.fin-app-section .line input[type=text].med
{
    width: 220px;
}

.fin-app-section .line select.med
{
    width: 238px;
}

.fin-app-section .line input[type=text].tiny
{
    width: 70px;
}

.fin-app-section .line select.tiny
{
    width: 68px;
}

/* 
##############################################

SINGLE FEATURED VEHICLE */

.featured-vehicle-img
{
    padding-left: 10px; 
    padding-top: 10px; 
    width: 272px; 
    height: 204px;
}

.featured-vehicle-title
{
    color: #FFF; 
    font-size: 16px; 
    font-weight: bold; 
    margin: 0; 
    padding-left: 10px;
}

.featured-vehicle-price
{
    color: #F6F00E; 
    font-size: 16px;
    margin: 0; 
    padding-left: 10px;
}

/* SHARE BUTTONS */

.share-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../../Motorcentral/Image/share-btns.gif') no-repeat;
    margin-right: 10px;
    cursor: pointer;
}

.share-btn:hover {
    opacity: 0.8;
}

.share-btn.facebook {
    background-position: 0px -160px;
}

.share-btn.email {
    background-position: 0px -128px;
}

.share-btn.twitter {
    background-position: 0px -704px;
}