﻿html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    /*background: #ccc url(bg.png) repeat;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #eee;
    background-color: #252424;
}

/** HEADER */

header {
    padding-bottom: 10px;
    background-color: #F8F8F8;
}

    header nav {
        width: 100%;
        height: 50px;
        position: relative;
        z-index: 2;
        margin: 0;
        padding: 0;
        /*background: url(menu_bg.png) repeat-x 0 0 #393939;*/
        overflow: hidden;
        background-color: #393939;
    }

table {
    background-color: #fff;
    color: #000;
}

/* Header menu */
ul.sf-menu > li {
    background: url(menu_separator.png) 0 0 repeat-y;
}

    ul.sf-menu > li a {
        background: url(menu_hover.png) center 70px no-repeat;
        color: #fff;
        font-family: Tahoma;
        text-transform: initial;
        padding: 14px;
    }

        ul.sf-menu > li a:hover, ul.sf-menu > li.sfHover a {
            /*background: url(menu_hover.png) center 43px no-repeat;*/
            color: #0fc6ee; 
            text-shadow: #999 0 0 5px;
        }

        ul.sf-menu > li.current a {
            border: solid 1px #f1f1f1;
        }

.sf-menu > li > ul {
    background: url(sub_bg.png) repeat-x 0 0 #0f0f0f;
}

.sf-menu > li li > ul {
    background: url(sub_bg.png) repeat-x 0 0 #0f0f0f;
}

/* Slider */

/*---------------------------------
 *  Photos gallery > With captions
 *---------------------------------*/
.photosgallery-captions {
    width: 750px;
    height: 576px;
    padding: 0 0 76px;
}

    .photosgallery-captions .sliderkit-panel-old img,
    .photosgallery-captions .sliderkit-panel-active img {
        width: 750px;
        height: 576px;
    }

    /* Navbar */
    .photosgallery-captions .sliderkit-nav {
        left: 0;
        bottom: 0;
        width: 750px;
        padding: 10px;
        background: #ffffff;
    }

    .photosgallery-captions .sliderkit-nav-clip ul li {
        float: left;
        margin: 0;
        margin-right: 2px;
    }

        .photosgallery-captions .sliderkit-nav-clip ul li a {
            display: block;
            width: 120px;
            height: 80px;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

            .photosgallery-captions .sliderkit-nav-clip ul li a img {
                width: 120px;
                height: 80px;
            }

        .photosgallery-captions .sliderkit-nav-clip ul li.sliderkit-selected a {
            padding: 0;
            border: 3px solid #0fc6ee;
        }

    /* Panel */
    .photosgallery-captions .sliderkit-panel {
        top: 0;
        left: 0;
        width: 750px;
        height: 596px;
    }

        /* Panel > Textbox */
        .photosgallery-captions .sliderkit-panel .sliderkit-panel-textbox {
            bottom: 0;
            left: 0;
            width: 750px;
            height: 250px;
        }

        .photosgallery-captions .sliderkit-panel .sliderkit-panel-text {
            height: 100px;
            padding: 10px 15px;
            font-size: 0.9em;
            color: #fff;
        }

            .photosgallery-captions .sliderkit-panel .sliderkit-panel-text h4 {
                height: auto;
                margin: 0 0 7px;
                line-height: 1.6em;
                font-size: 2.4em;
                font-weight: bold;
                border: none;
            }

            .photosgallery-captions .sliderkit-panel .sliderkit-panel-text p {
                font-size: 1.6em;
                overflow: hidden;
                white-space: nowrap;
                width: 720px;
            }

        .photosgallery-captions .sliderkit-panel .sliderkit-panel-overlay {
            width: 750px;
            height: 120px;
            background: #141719;
            opacity: 0.7;
        }


/* Website Contacts*/

.dealershipContacts {
    padding: 10px;
}

.otherLocationsHeader {
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 9pt;
}

.locationItem {
    padding-bottom: 10px;
}

.locationItem a {
    color: #444;
    text-decoration: underline;
}

.contactLeftBlock {
    vertical-align: top;
    width: 250px;
    overflow: hidden;
}

/* Website Inventory*/

.searchFacetImage {
    width: 240px;
    height: 180px;
    border: solid 3px #B9B6B6;
    border-radius: 4px;
    border-width: 3px !important;
    margin-left: 20px;
}

.priceLabel {
    color:#fff;
    position:absolute;
    top:20px; 
    left:0;
    background: #353535;
    font-family: Arial;
    font-size: 1.6em;
    z-index: 100;
    padding: 6px 12px;
    width: 140px;
    text-align: center;
}

.showhideLink {
    cursor: pointer;
    text-align: right;
    font-size: 9pt;
    background-image: url('/images/arrow_down_gray.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0;
    color: #818181;
}

    .showhideLink.expanded {
        background-image: url('/images/arrow_up_gray.gif');
    }

.searchFacetBlock {
    padding: 3px 2px 6px 2px;
    margin-top: 5px;
}

.facetTextLabel {
    color: #ccc;
    text-decoration: underline;
    cursor: pointer;
    font-size: 9pt;
    padding-left: 10px;
    font-weight: normal;
}

.facetCountLabel {
    color: #888;
    font-size: 8pt;
}

.searchFacetHeader {
    font-weight: bold;
    padding-top: 2px;
    text-transform: uppercase;
    font-size: 1.2em;
}

span.pagerButton {
    display: none;
}

span.CurrentPageLabel {
    font-weight: bold;
    color: #999;
}

.pagerBlock {
    font-size: 9pt;
    text-align: right;
    padding-top: 8px;
    margin-left: 10px;
    border-top: 1px solid #3F3F3F;
}

    .pagerBlock a, .topPagerBlock a {
        color: #000;
        padding: 0 5px;
        text-decoration: underline;
    }

    .pagerBlock span, .topPagerBlock span {
        padding: 0 5px;
    }

.topPagerBlock a {
    font-size: 9pt;
}

.topPagerBlock span.CurrentPageLabel {
    color: #999;
    font-size: 9pt !important;
}

.pagerInfo {
    padding-top: 10px;
    color: #222;
    text-align: right;
}

    .pagerInfo span {
        padding: 0;
    }

.statsBlock {
    text-align: right;
    border-bottom: solid 1px #3F3F3F;
    margin-left: 10px;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}

    .statsBlock select {
        color: #000;
    }

    .statsBlock span, .statsBlock select {
        font-size: 1.1em !important;
        color: #000;
    }

.searchFacetVehicleName, .searchFacetPriceCell {
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
}

.searchFacetPriceCell {
    text-align: right;
}

.searchFacetVehicleInfo {
    color: #000;
    padding: 5px 0;
    font-size: 1.2em;
}

.searchFacetVehicleInfo .redirectLink {
    color: #0fc6ee; 
}

/* Website Vehicle*/
ul.exposureThumbs {
    border-right: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 437px;
    overflow: hidden;
}

    ul.exposureThumbs li {
        text-align: center;
        display: none;
        width: 142px;
        height: 105px;
        list-style-type: none;
        float: left;
        margin-right: 3px;
    }

        ul.exposureThumbs li img {
            cursor: pointer;
            width: 142px;
            height: 105px;
        }

        ul.exposureThumbs li.last {
            margin: 0;
        }

.exposureCurrentImage {
    width: 433px;
    height: 323px;
}

.exposureTarget {
    width: 435px;
    height: 325px;
    background-color: #444;
    background-image: url(/images/facebox/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    padding: 0;
    margin: 0;
    border: 1px solid #888;
    position: relative;
    overflow: hidden;
}

    .exposureTarget img {
        width: 433px;
        height: 323px;
    }

.exposureWrapper {
    position: absolute;
    top: 0;
    left: 0;
}

    .exposureWrapper img {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
    }

.exposureLoaded {
    background-image: none;
}

.exposureControls {
    display: block;
    width: 435px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

    .exposureControls span, .exposureControls a {
        font-size: 9pt;
        display: block;
        padding: 0 8px;
        float: left;
    }

    .exposureControls a {
        color: #000;
        text-decoration: underline;
        outline: none;
    }

        .exposureControls a:active {
            text-decoration: none;
            color: #444;
        }

.exposurePaging .active {
    color: #666;
}

.vehicleDataTable {
    width: 90%;
    margin-top: 10px;
}

.vehicleInfoRow td:first-child {
    width: 130px;
}

.vehiclePrice {
    font-size: 14pt;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.vehicleName {
    font-size: 2.4em;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.vehiclePrice {
    font-size: 2em;
    color: #0fc6ee;
    font-family: "Open Sans Condensed";
    font-weight: bold;
}

.vehicleInfoRow {
    border-bottom: dotted 1px #555;
}

.vehicleFeatures {
    width: 100%;
    margin-top: 10px;
}

.vehicleFeatureTitle {
    font-weight: bold;
    color: #222;
}

.vehicleFeatureContainer {
    margin-top: 10px;
}

.vehicleFeatureItem {
    display: inline-block;
    padding-left: 5px;
    color: #444;
}

.back {
    cursor: pointer;
    color: #4A525A;
    font-size: 9pt;
}

    .back:hover {
        color: #4A525A;
    }

.backContainer {
    font-size:8pt;
    color:#444;
    border-bottom: dotted 1px #444;
}

#galleryPanel {
    background-color: #ffffff;
    padding-left: 12px;
    padding-top: 12px;
}
/* Website Common */

#logoRow {
    background-color: #3F3F3F;
    height: 80px;
    line-height: 80px;
}

#header-phone-container {
    font-size: 1.2em;
    font-family: 'Arial';
    padding-right: 10px;
}

#header-name-container {
    font-size: 3em;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px #CCC;
    overflow: hidden;
    width: 500px;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 38px; /* Height of image */
    width: 38px; /* Width of image */
    background: url(/images/top.png) no-repeat;
}

#footer {
    background-color: #3F3F3F;
    height: 70px;
    padding: 10px;
    border-top: solid 1px #ffffff;
}

    #footer table {
        background-color: transparent;
        color: #888;
        width: 100%;
    }


#searchContainer {
    background-color: #F8F8F8;
    padding-left: 9px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#vehicleAutoSuggest {
    width: 750px;
    display: inline;
    margin-right: 10px;
}

#searchCaption {
    color: #8D8D8D;
    font-weight: bold;
    font-style: italic;
}

.baseContainer {
    background-color: #fff;
    padding: 0;
}

#SelectedFacetsContainer, #chosenFacets {
    font-size: 9pt;
    border-bottom: dotted 1px #444;
    color: #ccc;
    margin-bottom: 20px;
}

#chosenFacets {
    margin-bottom: 0;
}

.baseContainer .col-md-3 {
    vertical-align: top;
    border-right: solid 1px #3F3F3F;
}

.separatorTemplate {
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
}

/* Services */

.servicesLinksContainer {
    padding-top: 20px;
    background-color: #ffffff;
}

    .servicesLinksContainer h5 {
        color: #444;
        text-shadow: none;
        font-family: 'Oswald';
        text-transform: uppercase;
        font-size: 14pt;
    }

.svcItem {
    color: #666;
    float: left;
    padding: 10px;
    border: solid 2px #aaa;
    height: 137px;
    width: 137px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    border-radius: 6px;
    display: table;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    background-color: #eee;
    font-size: 12pt;
    overflow: hidden;
    text-overflow: ellipsis;
}

.svcItem:hover {
    background-color: #f5f5f5;
}

.svcItem span {
    vertical-align: middle;
    display: table-cell;
}

.redirectLink {
    color: #444;
}

.redirectLink:hover
{
    color: #999;
}

#mailForm {
    padding: 20px;
}

#tabContent {
    padding: 20px;
    background-color: #ffffff;
    color: #444;
}

.listItemPrice {
    color: #0fc6ee;
}

#homepageContacts {
    background-color: #fff;
}

#homepageContacts h4 {
    color: #000;
    text-shadow: none;
    text-decoration: underline;
}

#homepageContacts table {
    color: #000;
    text-shadow: none;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
}

#homepageWorkingHours {
    vertical-align: top;
}

.form-control:focus {
    border-color: rgba(15, 198, 238, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(15, 198, 238, 0.6);
    outline: 0 none;
}

.banner {
    position: absolute; 
    top: 0;
    right: 0; 
    background: #fff; 
    color: #000; 
    padding: 15px;
    padding-top: 20px;
    width: 300px;
    opacity: .8 !important;
    height: 100%;
}

.sliderVehicleTitle {
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.sliderVehicleSeller {
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    color: #444;
    margin-bottom: 20px;
}

.sliderVehicleSummary {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.sliderVehiclePrice {
    font-weight: bold;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 1.8em;
    color: #fff;
    background-color: #000;
    padding: 8px 10px;
    width: 110px;
    text-align: center;
}

#featuredProducts {
    background-color: #fff;
    height: 350px;
    padding: 10px;
    overflow: hidden;
}

.banner-sm {
    float: left;
    height: 310px;
    width: 225px;
    overflow: hidden;
    border: solid 1px #ccc;
    border-radius: 6px;
    padding: 10px;
    margin-right: 8px;
    cursor: pointer;
}

.banner-sm:last-child {
    margin-right: 0;
}

.banner-sm img {
    width: 124px;
    height: 93px;
    margin: 0 45px;
    margin-bottom: 20px;
}

.banner-sm .sliderVehicleSeller {
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    color: #666;
    margin-bottom: 10px;
}

.banner-sm .sliderVehicleTitle {
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 205px;
}

.banner-sm .sliderVehicleSummary {
    font-size: 1em;
    margin-bottom: 20px;
    color: #000;
    height: 50px;
    overflow: hidden;
}

.sectionHeader {
    background-color: #999999;
    color: #fff;
    padding: 10px;
    height: 50px;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 1px;
}

#showAllLink {
    text-decoration: underline;
}

.glyphicon {
    color: #666;
}

#searchResults table {
    background-color: #ffffff;
}

.filterColumn, .checkList, .selectedFacetsCheckList {
    background-color: #1C1C1C;
    min-height: 100%;
    height: auto;
}

.cont {
    display:table;
    width: 100%;
}

.filterRow {
    height: 100%;
    display: table-row;
}

.filterRow .col-md-4 {
    background-color: #1c1c1c;
}

.filterColumn {
    display: table-cell;
    float: none; 
    background-color: #ffffff;
}

#filterColumnHeader {
    position: absolute;
    right: 0;
    top: 30px;
    padding: 8px;
    background-color: #fff;
    color: #999;
    font-size: 2em;
    width: 320px;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
}

.shadow {
    background: url('/images/Themes/BlackPearl/shadow.png') no-repeat scroll center bottom transparent;
    width: 300px;
    height: 40px;
}

.salesmanBlock {
    font-size: 12pt;
}

.salesmanBlock .redirectLink {
    text-decoration: underline;
    font-size: 11pt;
}

label {
    color: #444;
}

.dealerLogo {
    width: 180px;
    height: 65px;
    margin-top: 7px;
    margin-left: -3px;
}
.tellFriendVName
{
    font-weight:bold;
    color:#000;
    font-size:12pt;
}
#gfx {
    height: 465px;
    width: 435px;
    display: inline-block;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(12%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );

    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.25);

    border: solid 1px #cbcbcb;

}

.vehicleDataTable .blueLink {
    font-size: 9pt;
    margin-bottom: 15px;
    display: block !important;
    font-family: Tahoma;
    font-weight: bold;
    letter-spacing: 1px;
    color: #881011;
    text-decoration: underline;
}

.vehicleDataTable {
    height: 450px;
    width: 440px;
}

/* INVENTORY ITEM INFO BLOCK */

#itemInfoBlocks {
    height:465px;
    width:440px;
}

.shadowGradientBox {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(12%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );

    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.25);

    border: solid 1px #cbcbcb;

    width: 440px;
    min-height: 100px;

    padding-top: 15px;
}

.infoBlockTextPlaceholder, .infoBlockTextPlaceholderNoBorder {
    height: 24px;
    line-height: 24px;
    border-bottom: solid 1px #e3e3e3;
    margin: 0 25px;
    font-size: 1.2em;
    font-family: 'SegoeUIRegular', Arial;
}

.infoItemCaption, .infoItemValue {
    width: 70px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: #b6b6b6;
}

.infoBlockTextPlaceholderNoBorder {
    border-bottom: none;
}

.infoItemValue {
    width: auto;
    color: #000;
}

#vehicleInfoBlock {
    height: 205px;
}

#dealerInfoBlock {
    height: 145px;
}

#servicesInfoBlock {
    height: 111px;
}

.infoBlockButtons {
    text-align: right;
    margin: 0 25px;
    margin-top: 10px;
}

.infoBlockButtons img {
    border:none;
}

.infoBlockButtons img:hover  {
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

#creditAppInfoBlock .infoBlockButtons {
    margin: 0 25px 10px;
}