﻿/* ##### DISPLAY AN INDIVIDUAL VEHICLE FOR PRINTING #####

The stylesheet to be used in conjunction with a Motorcentral v3 based website.

For more information please contact support@indigotech.co.nz

 */
 
 
 .noPrint
{
    display: none;
}

 /* ## VEHICLE CONTENT ##  */


div#single-vehicle-title
{
    color: #1A1A1A;
}
div#single-vehicle-title h1
{
    margin-bottom: 3px;
    font-size: 22px; 
}
div#single-vehicle-title em
{
    color: #666666; 
    font-size: 11px;
}
div#single-vehicle-title A#btn-enquire-now
{
     width: 130px; 
     height: 36px;     
     margin-top: 22px;
     background: url('../Image/btn-enquire-now.png') no-repeat; 
     text-decoration: none;
     display: inline-table; 
}
div#single-vehicle-price
{
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: solid 1px #999999; 

}
div#single-vehicle-price P#vehicle-price
{ 
    font-size: 14px; 
    margin-bottom: 6px; 
    vertical-align: middle;
}
div#single-vehicle-price P#vehicle-price SPAN.price
{ 
    font-weight: bold; 
    color: #cc3300;
}
div#single-vehicle-price P#vehicle-price SPAN.location
{ 
    color: #999999; 
    font-size: 11px; 
    vertical-align:text-bottom;
}
div#single-vehicle-price P#vehicle-id
{
    color: #999999; 
    font-size: 11px; 
    text-align: right; 
    padding-top: 6px;
}
div#single-vehicle-info
{
    margin-top: 20px;
}
div#single-vehicle-info P
{
    color: #333333; 
    font-size: 12px; 
    line-height: 145%;
    margin-top: 0px;
}
div#single-vehicle-rhs-insert
{
    float: right; 
    width: 325px;
    margin-left: 30px;
}
div#vehicle-photos
{
    margin-bottom: 30px;
}
div#vehicle-photos a#main-photo
{
    width: 325px; 
    height: 244px;     
    display: block;
    text-decoration: none;
    text-align: center;

}
div#vehicle-photos p#photo-count
{
    font-size: 10px; 
    color: #333333;
    margin-top: 10px;
    text-align: center;
}
div#vehicle-photos P#view-full-photos
{
    text-align: center;
    font-size: 13px;
    margin: 18px 0px 6px 0px;
}
div#vehicle-photos P#view-full-photos A
{
    font-size: 13px;
}
div#vehicle-functions
{
    padding: 14px 0px; 
    margin: 0px 0px 30px 0px; 
    font-size: 11px;    
    border-top: solid 1px #cccccc; 
    border-bottom: solid 1px #cccccc;
}
div#vehicle-functions A#pdf-icon
{
    width: 24px; 
    height: 24px; 
    margin-right: 4px;
    background: url('../Image/pdf-icon.png') no-repeat; 
    display: inline-table;
    text-decoration: none; 
    vertical-align: middle; 
}
div#finance-advert p#finance-disclaimer
{
    color: #999999; 
    font-size: 9px; 
    margin-top: 10px; 
    padding-left: 6px;
}

table#car-summary-table /* Vehicle Summary Table*/
{
    border: none; 
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    width: 351px;
}
table#car-summary-table td.summary-title
{
    width: 99px;
    padding: 6px 0px;
    border-bottom: dotted 1px #cccccc;
    color: #204080;
    font-size: 10px;
}
table#car-summary-table td.summary-content
{
    padding: 6px 0px;
    border-bottom: dotted 1px #cccccc;
    color: #333333;
    font-size: 12px;
}
table#car-summary-table td.last
{
    border-bottom: none;
}
div#vehicle-features 
{
    width: 351px;
    border-bottom: dotted 1px #cccccc;
}
div#vehicle-features p#features-title
{
    font-size: 10px; 
    color: #204080; 
    padding: 6px 0px;
    margin: 0px;
}
div#vehicle-comments
{
    margin-top: 30px;
}
div#forwarders
{
    border-top: solid 1px #999999; 
    margin-top: 20px; 
    padding-bottom: 0px;
    padding-top: 8px; 
    text-align: center;
}
table#contact-types
{
    margin: auto;
}
table#contact-types a 
{
    background: url('../Image/contact-types.png') no-repeat;
    height: 49px;
    text-decoration: none;
    display: block;
}
table#contact-types a.facebook 
{
    width: 64px;
}
table#contact-types a.twitter 
{
    width: 46px;
    background-position: -64px 0px;
}
table#contact-types a.print 
{
    width: 40px;
    background-position: -123px 0px;
    margin-left: 8px;
}
table#contact-types a.email 
{
    width: 42px;
    background-position: -177px 0px;
    margin-left: 8px;
}
div#contact
{
    margin-top: 20px; 
    background-color: #ebebeb;
}
div#contact table#contact-table
{
    border: none; 
    border-spacing: 14px;
}
table#contact-table TD
{
    vertical-align: top; 
    background-color: #ffffff; 
    border: solid 1px #cccccc;
    width: 272px; 
    padding: 6px 13px;
}
table#contact-table P
{
    font-size: 11px; 
    color: #333333; 
    line-height: 145%;
}
table#contact-table P#contact-location-title
{
    font-size: 11px; 
    color: #999999;
}
table#contact-table P#contact-location
{
    font-size: 13px; 
}
table#contact-table A.location-map-link:link, table#contact-table A.location-map-link:visited
{
    font-size: 9px; 
    color: #0099ff; 
    text-decoration: none;
    margin-left: 10px;
}
table#contact-table A.location-map-link:hover
{
    text-decoration: underline;
}
table#contact-table P#email-us-title
{
    font-size: 16px; 
    font-weight: bold; 
    color: #204080; 
    margin: 6px 0px 8px 0px;
}
table#contact-table textarea#message
{
     overflow: auto; 
}
table#contact-table .btn-submit-message
{
    margin-top: 10px; 
    text-decoration: none; 
    display: inline-table; 
    width: 88px; 
    height: 26px;
    padding-bottom: 0px;
}
.carousel-thumb
{
    margin-right: 10px; 
    cursor: pointer; 
    display:inline-block;
}
.watermarked
{
    font-style: italic;
    color: #A6A6A6;
    font-family: Courier New, Courier;
    font-size: 13px;
}
.watermarked-off
{
    color: #1A1A1A;
}
