/*
Theme Name: Automotive 2021
Author: Gorilla Themes
Author URI: http://gorillathemes.com
Description: WordPress Automotive Theme, a responsive theme for car dealerships.
Version: 2.2
License: GNU General Public License v3.0
Copyright 2014 Gorilla Themes (email: support@gorillathemes.com)
*/

:root {
    --jap-red: #af2425; 
    --jap-red-lighter: #bc292a; 
    --jap-off-white: #d2d2d2;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: normal;
}

.fb-icon {
    height: 35px;
	}
	
.docReady .mobileNav { z-index: 1000; }

@media only screen and (max-width: 767px) { 
	html body.custom-background { background-image: none; }
}

ol, ul {
    list-style: none;
}
#content-single ol { list-style-type: decimal; margin-bottom:20px;	margin-left:30px; }
#content-single ul { list-style-type: disc; margin-left:30px; line-height: 165%; }

blockquote, q {
    quotes: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.advSearchHome input.search-btn {
	
	background: #244f7b!important;
	color:#fafafa;
    display: block;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 4px!important;
    text-align: center;
    padding:0!important;
    color: #f1f1f1;
    display: block;
    height: 25px!important;
    width: 75px;
    text-align: center;
    border: none;

}

#advSearchForm input.search-btn {

    float: right;
	background: #a11f1f!important;
	color:#fafafa;
    display: block;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px!important;
     margin-right: 3px!important;
    text-align: center;
    padding:0!important;
    color: #f1f1f1;
    display: block;
    height: 25px!important;
    width: 75px;
    text-align: center;
    border: none;
}


input.search-btn:hover {
    opacity: 0.8;
    border: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}




/** Matty Added Styles **/

body { background-color: #f6f6f6 !important; }

img { max-width: 100%; height: auto; }

.headerLogo .logo {
    width: 250px!important;
}

strong {
  font-weight: bold!important;
}

#content-single .auction-button a { color: #fff; }

footer { background-color: #282828; background-image: url(../../uploads/media/asfalt-light.png); }

.vehicleList-filter h2 { color: #282828!important; } 

.headerArea { background-color: #282828; }

.tri-col-span h1 {
    font-weight: bold;
    font-size: 30px;
    color: #9d1d1e;
}


.tri-col-span h2 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.costings-table h2 { margin-bottom: 0px!important; }

.filter span,
.filter a { color: #fff!important; }

.vehicleList-car-details p { line-height: normal; }

.car-overview p { line-height: normal;}

.page-template-contact-us h1 {
	font-weight: bold;
    font-size: 30px;
    color: #9d1d1e;
}


/** Base Body Styles **/

.ie8 span.lupa {
    background: none!important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}


#sidebar { display: none; }


a {
    text-decoration: none;
}

a:active, a:visited {
    color: #af2c2e;
}

a:hover {
    color: #f7f7f7;
}
/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}
.none {display: none;}
/******************************************************************************************************************/



/* 2021 Updates to header */

.headerTop { text-align: center; padding: 40px 15px 20px; position: relative; }
.headerLogo { display: inline-block; }
.headerLogo .logo { width: 170px; }
.headerTop p { color: var(--jap-off-white); text-transform: uppercase; letter-spacing: 2px; font-size: 16px; margin: 15px 0 0; }

.headerContacts { position: absolute; top: 0; right: 0; padding: 0 12px 0 20px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.headerSocial { margin: 0 5px 0 0; border-right: 1px solid #666; }
.headerSocial li { margin: 0 15px 0 0; }
.headerSocial a span { display: block; width: 16px; height: 16px; }
.docReady .headerSocial a span { background-color: #fff; }
.headerSocial a.navFacebook span { -webkit-clip-path: url(#facebook-svg); clip-path: url(#facebook-svg); }
.headerContacts > a { text-transform: uppercase; color: #fff; display: block; padding: 10px; font-size: 14px; font-weight: 100; }

.fullNav { background-color: var(--jap-red); }
.japimports-nav { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.japimports-nav .menu-item { border: none; text-transform: uppercase; font-weight: 100; letter-spacing: 2px; }
.japimports-nav .menu-item a { display: block; padding: 20px; color: #fff; }
.japimports-nav .menu-item a:hover,
.japimports-nav .menu-item.current-menu-item a,
.japimports-nav .menu-item.current_page_item a { background-color: var(--jap-red-lighter); }

.mobileMenuButton { display: none; }

@media only screen and (max-width: 1000px) { 
    .fullNav { display: -ms-flexbox; display: -webkit-flex; display: flex; }

    .mobileMenuButton { display: block; cursor: pointer; position: relative; }

    .mmbOpen { margin-left: auto; margin-right: 10px; width: 60px; height: 44px; display: -ms-flexbox; display: -webkit-flex; display: flex; }
    .mmbOpen span { display: block; width: 36px; height: 2px; background-color: #fff; margin: auto; position: relative; }
    .mmbOpen span:before,
    .mmbOpen span:after { content: ""; position: absolute; left: 0; width: 100%; height: 100%; background-color: #fff; 
        transition:All 0.3s ease-in-out;
        -webkit-transition:All 0.3s ease-in-out;
        -moz-transition:All 0.3s ease-in-out;
        -o-transition:All 0.3s ease-in-out;
    }
    .mmbOpen span:before { top: -9px; }
    .mmbOpen span:after { bottom: -9px; }
    .mmbOpen.menuOpen span:before,
    .mmbOpen.menuOpen span:after { width: 50%; }
    .mmbOpen.menuOpen span:before { 
        top: -5px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
    }
    .mmbOpen.menuOpen span:after { 
        bottom: -5px;
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
    }

    .mmbClose { margin-bottom: 20px; width: 40px; height: 40px; }
    .mmbClose:before,
    .mmbClose:after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: #fff; margin-top: -1px;
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
    }
    .mmbClose:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .mmbClose:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .mobileNav { position: fixed; top: 0; left: 0; width: 100vw; background-color: var(--jap-red); height: 100vh; z-index: 100; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
    .mobileNav:not(.menuOpen) {
        transform: translateX(-102%);
        -webkit-transform: translateX(-102%);
        -moz-transform: translateX(-102%);
        -o-transform: translateX(-102%);
        -ms-transform: translateX(-102%);
    }
    .docReady .mobileNav { 
        transition:All 0.5s ease-in-out;
        -webkit-transition:All 0.5s ease-in-out;
        -moz-transition:All 0.5s ease-in-out;
        -o-transition:All 0.5s ease-in-out;
    }
    .japimports-nav { width: 100%; text-align: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
}
@media only screen and (max-width: 500px) { 
    .headerTop { padding: 50px 15px 15px; }
    .headerLogo .logo { width: 120px; }
    .headerTop p { font-size: 12px; margin: 10px 0 0; }
    .headerContacts { padding: 0 10px; left: 0; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
    .headerContacts > a { font-size: 11px; }
    
}

/* End of 2021 Updates to header */









#nav-logo {
    width: 980px;
    margin: 0px auto;
    position: relative;
    z-index: 99!important;
    display: block;
}

.header-wrapper {
	
	background-image: url(../japimports/images/hdr_faded_img.html);
    width: 100%;
	height: 170px;
    position: relative;
	background-repeat: no-repeat;
	background-position: top right;
	
	
  
}

  
.hdr-info {
float: right;
color: #ccc;
width: 300px;
text-align:right;
padding-right: 15px;
padding-top: 25px;
}

.hdr-info p {
font-size: 30px;
color: #f1f1f1;
margin-bottom: 0;
line-height: 30px;
}
.hdr-info p.siteTagLine { color: #b12a2a; font-size: 22px; text-transform: uppercase; }

.header {
    width: 980px;
    margin: 0px auto!important;
    position: relative;
    z-index: 998;
    padding: 0px!important;
    height: 140px;
}

.header .logo {
    padding: 15px 0 12px 15px;   
}

.header-wrapper-home {
    width: 980px;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px!important;
    z-index: 100;
    
}

.header-home {
       width: 980px;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px!important;
    z-index: 100;

}
.header-home .nav-panel {
	margin-bottom: 10px;
	margin-top: 0px!important;
	padding: 0px!important;
	}

.header-home .logo {
    /*float: left;*/
    padding: 15px 0px;
    
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.nav-panel {
background: #000; /* Old browsers */
background: -moz-linear-gradient(top,  #464c4c 0%, #464c4c 50%, #383838 51%, #0a0809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464c4c), color-stop(50%,#464c4c), color-stop(51%,#383838), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #464c4c 0%,#464c4c 50%,#383838 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #464c4c 0%,#464c4c 50%,#383838 51%,#0a0809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #464c4c 0%,#464c4c 50%,#383838 51%,#0a0809 100%); /* IE10+ */
background: linear-gradient(to bottom,  #464c4c 0%,#464c4c 50%,#383838 51%,#0a0809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464c4c', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */

    width: 980px;
    height: 39px;
    line-height: 39px;
    float: right;
    margin-top: 0px!important;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow:1px 1px 3px #000;
    -webkit-box-shadow:1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    z-index: 799;
}
/*home search form*/

.search-form-wrapper {

    background:rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);  
    float: left;
    min-height: 280px;
	margin: 0px 12px 0px 0px!important;
    z-index: 100;
    padding: 10px;
    border: 1px solid #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 1px #000;
    box-shadow: 0px 0px 1px #000;
    width: 206px;
    position: relative;
    overflow: hidden!important;

}
.ie8 .search-form-wrapper {

    background:rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);  
    float: left;
    min-height: 270px;
	margin: 0px 12px 0px 0px!important;
    z-index: 100;
    padding: 10px 10px 0px 10px;
    border: 1px solid #222;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    width: 206px;
    position: relative;
    overflow: hidden!important;

}
.search-form-wrapper.single {
	background:rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);  
    float: left;
    min-height: 280px;
	margin: 0px 10px 0px 1px!important;
    z-index: 100;
    padding: 10px;
    border: 1px solid #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 1px #000;
    box-shadow: 0px 0px 1px #000;
    width: 206px;
    position: relative;
    overflow: hidden!important;

    margin-bottom: 12px!important;
    
}

.search-form-wrapper label {
    float: left;
}

.search-form-wrapper h3 {

    padding-bottom: 6px;
    color: #fff;
    background: #b12a2a;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
    padding-top: 5px;
    font-size: 16px;
    margin-bottom: 7px;

}

.search-form-wrapper p {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.search-form-wrapper p label {
    font-size: 13px;
}

.search-form-wrapper p a {
    float: right;
    position: relative;
    margin-top: 10px;
    color: #616161;
    text-decoration: underline;
}

.search-form-wrapper .under-line {
    padding-bottom: 16px;
    border-bottom: dotted 1px #929292;
}

.search-form-wrapper .zip-code-wrapper {
    margin: 0 0 29px 0;
}

.search-form-wrapper .zip-code-wrapper label {
    margin: 3px 0 0 75px;
}

.search-form-wrapper .find-btn {
    cursor: pointer;
    background: url(images/fine-cars.html) left top no-repeat;
    height: 36px;
    width: 134px;
    float: left;
    border: none;
}

.search-form-wrapper .find-btn:hover {
    opacity: 0.8;
}

.select-bar {
    width: 171px;
    height: 21px;
}

.half {
    width: 84px;
}
/*main nav*/

.main-nav li {
    background: url(images/nav-devider.html) right top repeat-y;
    float: left;
    /*padding: 0 18px 0 18px;*/
    height: 39px;
    line-height: 35px;
}

.main-nav li:hover {
    color: #7f8487;
    position: relative;
    background: url(images/nav-devider.html) right bottom no-repeat;
    z-index: 900;
}
.main-nav li.menu-item-92{
	  border-top-left-radius: 3px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius:0px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 0px;

}

.main-nav li.current-menu-item, .main-nav li:hover {
	/*background:#b12a2a;*/
	background: #b12a2a; /* Old browsers */
background: -moz-linear-gradient(top,  #b12a2a 0%, #b12a2a 50%, #af0c0c 51%, #af3d3d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b12a2a), color-stop(50%,#b12a2a), color-stop(51%,#af0c0c), color-stop(100%,#af3d3d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b12a2a 0%,#b12a2a 50%,#af0c0c 51%,#af3d3d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b12a2a 0%,#b12a2a 50%,#af0c0c 51%,#af3d3d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b12a2a 0%,#b12a2a 50%,#af0c0c 51%,#af3d3d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b12a2a 0%,#b12a2a 50%,#af0c0c 51%,#af3d3d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b12a2a', endColorstr='#af3d3d',GradientType=0 ); /* IE6-9 */

}

.main-nav li.current-menu-item a, .main-nav li:hover a {
    color: #fff;
}

.main-nav li:hover li:hover ul, .main-nav li:hover li:hover li:hover ul, .main-nav li:hover li:hover li:hover li:hover ul, .main-nav li:hover li:hover li:hover li:hover li:hover ul {
    left: 140px;
    top: 0px;
    background: #000;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    width: 140px;
    height: auto;
    z-index: 995;
}

.main-nav ul, .main-nav li:hover ul ul, .main-nav li:hover li:hover ul ul, .main-nav li:hover li:hover li:hover ul ul, .main-nav li:hover li:hover li:hover li:hover ul ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 950;
}

.main-nav li:hover ul {
    left: 0px;
    top: 37px;
    background: #000;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    width: 140px;
    height: auto;
    z-index: 300;
}

.main-nav li:hover ul li {
    display: block;
    float: none;
    position: relative;
    font-weight: normal;
    background: none;
    padding: 0px;
    width: 138px;
    z-index: 983;
}

.main-nav li:hover ul li a {
    color: #fff;
    width: 134px;
    overflow: hidden;
    white-space: normal;
    padding: 10px 0px 7px 6px!important;
    z-index: 300;
    border-bottom: 1px solid #222;
}

.main-nav li:hover ul li a:hover {
    color: #fff;
    background: #af2c2e;
}

.main-nav li a {
    color: #fff;
    display: inline-block;
    /*height: 21px;*/
    z-index: 150;
	padding: 0 18px;
	line-height: 39px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
/*slider*/

.slider-wrapper {
    width: 739px;
    height: 300px;
    z-index: 100;
    padding-left: 10px;
    

}
.ie8 .slider-wrapper{
 
    margin:12px 0px 0px 0px;

}
.slides_container{
	overflow:hidden;
    position: relative;

}


#slides {
    line-height: 0px;
    width: 738px!important;
    height: 300px !important;    
    z-index: 300;
    margin-top: 11px;
    overflow: hidden;
}

.ie8 #slides {
    line-height: 0px;
    width: 738px !important;
    height: 300px !important;
    z-index: 300;
    border-radius: 0px;
    overflow: hidden;
}

#slides img {
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    width: 739px !important;
    height: 300px !important;
}
.ie8 #slides img {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    width: 739px !important;
    height: 300px !important;
}

.slides_control {
    width: 738px !important;
    height: 300px !important;
}

.tagcloud a {
    color: #eee;
}

.tagcloud a:hover {
    color: #963a3a;
    text-decoration: underline;
}
/*container*/

#container {
    width: 1400px;
    margin: 0 auto 17px auto;
    padding:0px 12px 0px 12px!important;
    max-width: 100%;
	background-color: #fff;
}
.ie8 #container {
    width: 1400px;
    margin: 0 auto 17px auto;
    padding:0px 12px 0px 13px!important;
    background: #fff;
    max-width: 100%;
}
/*content*/

#content-single {
	max-width: 100%;
	padding: 5%;
	margin: 0px auto;
    position: relative;
    z-index: 888;
    color: #000000;
}


}

#content-single h2 {
    margin: 0 0 10px 0;
}
#content-single form li {
    list-style: none;
}



#content form li {
    list-style: none;
}

.tri-col-span {
    margin-bottom: 12px;
}

.tri-col-span p a {
    color: #404040;
    text-decoration: underline;
}

.tri-col-span p a:hover {
    color: #963a3a;
}

.tri-col-span a {
    color: #000000;
}

#content h2 {
    margin: 0 0 10px 0;
}

.tri-col-span p {
    font-size: 16px;
    line-height: 24px;
	margin: 20px 0px;
}

.tri-col-span h1 {
    padding-bottom: 10px;
}

#product-list-wrapper-similar {
    width: 980px;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 514;
}

#product-list-wrapper-similar h2 {
    margin-bottom: 6px;

    padding: 10px;
    color: #fff;
    	background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    border: 1px solid #222;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align:center;

    font-size: 16px;
    
}

.tricol-product-list-similar {
    width: 990px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.tricol-product-list-similar li {
    width: 236px;
    float: left !important;
    text-align: left;
    padding: 4px 1px 0px 1px;
margin: 6px 7px 0 0px;
	background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    border: 1px solid #222;
    height: 268px!important;
    display: block;

}
.ie8 .tricol-product-list-similar li {
    width: 236px;
    float: left !important;
    text-align: left;
    padding: 4px 1px 0px 1px;
	margin: 6px 7px 0 0px;
	background:rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #222;
    height: 288px!important;
    display: block;

}
.tricol-product-list-similar li p {
    display: block;
    margin-bottom: 10px;
    margin-left: 6px;
    color: #f1f1f1;
}
.tricol-product-list-similar li:hover {
   opacity: 0.6;
}
.tricol-product-list-similar li:hover .detail-btn {
    background: #a11f1f;
    display: block;
    height: 24px;
    width: 226px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;
}
.tricol-product-list-similar p strong {
    display: block;
    margin-bottom: 2px;
}

.tricol-product-list-similar .image-container {
    float: left;
    height: 160px;
    width: 230px;
    position: relative;
    text-align: center;
    padding: 2px 0 0 2px;
}

.tricol-product-list-similar .image-container img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 4px #111;
    -webkit-box-shadow: 0px 0px 4px #111;
    box-shadow: 0px 0px 4px #111;
}
.tricol-product-list-similar li .detail-btn {
    background: #333;
    display: block;
    height: 24px;
    width: 224px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;
}


.tricol-product-list-similar li .detail-btn:hover {
    background: #a11f1f;
    display: block;
    height: 24px;
    width: 226px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;
}



#product-list-wrapper h2 {
    margin-bottom: 18px;
    border-top: 1px dotted #929292;
    width: 730px;
    padding-top: 30px;
}

.product-list-wrapper {

}
.tricol-product-list {

    
}

.tricol-product-list  li.new-arrivals-list {
    width: 236px;
    text-align: left;
    padding: 4px 1px 0px 1px;
    margin: 0px 1px 9px 7px;
	background:rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #222;
    height: 280px!important;
    float: left;

}
.ie8 .tricol-product-list  li.new-arrivals-list {
    width: 236px;
    text-align: left;
    padding: 4px 1px 0px 1px;
    margin: 0px 1px 9px 9px;
	background:rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #222;
    height: 300px!important;
    float: left;

}

.tricol-product-list li.new-arrivals-list p {
    display: block;
    margin-bottom: 4px;
    margin-left: 6px;
    color: #f1f1f1;
}
.tricol-product-list li.v:hover {
   opacity: 0.6;
}
.tricol-product-list li.new-arrivals-list:hover .detail-btn {
    background: #a11f1f;
    display: block;
    height: 24px;
    width: 226px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;
}
.tricol-product-list  p strong {
    display: block;
    margin-bottom: 2px;
}

.tricol-product-list .image-container {
    /*float: left;*/
    height: 160px;
    width: 230px;
    position: relative;
    text-align: center;
    padding: 2px 0 0 3px;
}

.ie8 .tricol-product-list .image-container img {
    position: relative;
    z-index: 888;
}
.tricol-product-list li .detail-btn {
    background: #333;
    display: block;
    height: 24px;
    width: 226px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;
}


.tricol-product-list li.new-arrivals-list .detail-btn:hover {
    background: #a11f1f;
    display: block;
    height: 24px;
    width: 226px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;
}

.feature-list {
    position: relative;
    overflow: hidden;
}

.feature-list li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 199px;
    background: url(images/red/bullet.png) left center no-repeat;
    padding: 10px 0px;
    padding-left: 24px;
    margin: 0px 4px 0 4px;
    font-size: 13px;
    color: #999;
    border-bottom: 1px dotted #555;
}
.specs{
	float: right;
	width: 205px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
	background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    border: 1px solid #222;
    display: block;  
      -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

#carRightSpec { float: right; }
.carPriceGrey { 
	background-color: #333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.carPriceRed { 
	background-color: #b12a2a;
    color: #fff;
    margin-bottom: 10px;
	line-height: 30px;
	padding-top: 6px;
    text-align: center;
	padding-bottom: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.carPriceTag  { font-size: 16px; font-weight: bold; text-transform: uppercase; color: #4e0808; }
.carPriceDisplay { font-size: 30px; font-weight: bold; text-shadow: 1px 1px 1px rgba(78, 8, 8, 1); text-transform: uppercase; }
.carEnquirePrompt { line-height: 28px; font-size: 15px; font-weight: bold; margin: 3px 5px; border: 1px solid #8b2121; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.quick-list {
	float: right;
	width: 205px;
    position: relative;
    overflow: hidden;
    min-height: 198px;
    margin-bottom: 6px;
    padding: 10px;
	background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    border: 1px solid #222;
    /*height: 264px!important;*/
    display: block;  
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
 
    
}

.quick-list li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 207px;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0 4px;
    font-size: 13px;
    color: #f1f1f1;
}

.Used {
    background: url(images/common/used-ribbon.png) left top no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 93px;
    width: 93px;
     z-index: 976;
}

.New {
    background: url(images/common/new-ribbon.png) left top no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 93px;
    width: 93px;
     z-index: 976;
}

.Sold {
    background: url(images/common/sold-ribbon.png) left top no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 93px;
    width: 93px;
     z-index: 976;
}

.Reduced {
    background: url(images/common/reduced-ribbon.png) left top no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 93px;
    width: 93px;
     z-index: 976;
}

.Sale {
    background: url(images/common/sale-ribbon.png) left top no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 93px;
    width: 93px;
    z-index: 976;
}

.Coming-Soon {
    background: url(images/common/coming-soon-ribbon.png) left top no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 93px;
    width: 93px;
    z-index: 976;
}

.Reserved {
    background: url(images/common/reserved-ribbon.png) left top no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 93px;
    width: 93px;
    z-index: 976;
}


.Active {
}

.inventory {
    min-height: 300px;
}
/**SIDEBAR STYLES**/

.tabs {
    margin: 7px 0px 20px 3px;
    width: 510px;
    float: left;

}

.ie8.tabs {
    margin: 0px 0px 16px;
}

.tabs span {
    color: #555;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
    position: relative;
    z-index: 46;
    margin-right: 4px;
}

.features-tab {
       background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    width: 114px;
    margin: 0px 2px 0px 0px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}

.features p {
    padding: 10px;
}

.overview p {
    color: #f9f9f9!important;
    padding: 0px 0px 0px 6px;
    margin: 0px;
}

.overview-tab {
    background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    width: 132px;
    margin: 0px 2px 0px 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
}

.video-tab {
   background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    width: 132px;
    margin: 0px 2px 0px 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs span.active {
	position: relative;
    z-index: 66;
    background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.5);
   color: #f1f1f1;


}

.item-list {

    position: relative;
    width: 500px;
    z-index: 50;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 3px;

}

.item-list ul {
    display: none;
   	background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.5);
  

    padding: 24px 11px 22px;
 border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 3px;

}

.item-list ul.first {
    display: block;
}

.ie8 .item-list ul li {
    margin: 12px 0px;
}

.item-list ul li a {
    color: #3e3e3e;
}

.item-list ul li:hover a, .item-list ul li:focus a {
    color: #fff;
}

.tricol-product-list .image-container .low-mileage-ribbon {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 800;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.tricol-product-list .image-container .excellent-ribbon {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 400;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.tricol-product-list-similar li a.detail-btn {
    background: url(images/detail-btn.html) center top no-repeat;
    display: block;
    height: 29px;
    width: 72px;
    cursor: pointer;
}

.new-arrivals-list:hover .detail-btn {
   background: #a11f1f;
    display: block;
    height: 24px;
    width: 226px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;

}
.tricol-product-list li .detail-btn {
    background: #333;
    display: block;
    height: 24px;
    width: 226px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;
}


.tricol-product-list li .detail-btn:hover {
    background: #a11f1f;
    display: block;
    height: 24px;
    width: 226px;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: center;
    padding-top:8px;
    color: #f1f1f1;
}

.tricol-product-list-similar li a:hover {
    opacity: 0.8;
}
/*find cars*/

.full-width {
    width: 980px;
    position: relative;
    margin-bottom: 14px!important;
    overflow: hidden;
    background: #fff;
    z-index: 513;
}

.find-wrapper {

    position: relative;
    margin: 0px auto 0px auto!important;
    overflow: hidden;
  background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);   
    border: 1px solid #222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

}

.find-nav {
   

    position: relative;
    margin: 0 auto;
    width: 764px;
    overflow: hidden;
    height: 54px;
    line-height: 54px;
    z-index: 502;
}

.find-nav li {
    float: left;
    margin-right: 58px;
    font-size: 18px;
}

.find-nav li a {
    display: inline-block;
    padding: 0px 16px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.find-nav li a:hover {
    background: #b12a2a;
    color: #fff;
}

.find-nav li a.active {
    background: #b12a2a;
    color: #fff;
}

.find-nav li.last-child {
    margin-right: 0px;
}

#cars-container {
    position: relative;
    z-index: 513;
    margin-bottom: 0px!important;
    width: 980px!important;
}

.cars-list {
    position: relative;
}

.cars-list li {
    float: left;
    text-align: center;
    width: 161px;
    font-size: 13px !important;
    position: relative;
}

.cars-list li a {
    display: block;
    color: #f1f1f1;
}

.cars-list li a:hover {
    color: #963a3a;
}

.cars-list li a:focus {
    color: #963a3a;
}

.cars-list li a strong {
    font-weight: normal;

}

.cars-list li a img:hover {
    opacity: 0.8;
}


ul.cars-list.list-two {
    padding: 14px 10px 10px 80px;
    height: 196px!important;
    width: 950px!important;
    overflow: hidden;
}

.cars-list.list-two li a {
    color: #fff!important;
    background: url(images/red/bullet.png) left center no-repeat;
    padding: 3px 0px 3px 24px;
    text-align: left;
}

ul.cars-list.list-three {
    padding: 36px 10px 10px 100px;
    height: 190px!important;
    width: 950px!important;
    overflow: hidden;
}

.cars-list.list-three li a {
    color: #fff!important;
    background: url(images/red/bullet.png) left center no-repeat;
    padding: 3px 0px 3px 24px;
    text-align: left;
    font-size: 14px;
}

#sidebar-search {
    margin:12px 0 0 0;
    width: 230px;

}

#sidebar.common {
    width: 230px;
    float: left;
    position: relative;
    z-index: 150;

}
#sidebar.home {
    width: 230px;
    float: left;
    position: relative;
    z-index: 150;


}

.hide{
	display: none!important;
}

#sidebar.hideInventory {
    width: 230px;
    float: left;
    position: relative;
    z-index: 150;
    margin:10px 10px 0 0px;

}
#sidebar {
    width: 230px;
    position: relative;
    z-index: 150;
    float: left;

}

#sidebar h3.search-title {

    margin-bottom: 7px;
    
    
    
    

}

#container.single h3.search-title {

    
}

.right-white-block {
     background:rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);  
    /*min-height: 280px;*/
    z-index: 100;
    padding: 10px;
    border: 1px solid #222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 206px;
    position: relative;
    overflow: hidden!important;
    color: white;
}

a.soldCarsBtn,
.right-white-block h3 {
    padding-bottom: 6px;
    color: #fff;
    background: #b12a2a;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
    padding-top: 5px;
    font-size: 16px;
    
}

a.soldCarsBtn { display: block; }



.right-white-block ul {
    margin: 0 0 20px 0;
}

.right-white-block ul li a {
    display: inline-block;
    line-height: 20px;
    color: #f1f1f1;
}

.right-white-block .side-nav li a {
    display: inline-block;
    line-height: 20px;
    color: #f1f1f1;
}

.right-white-block .side-nav li {
    border-bottom: 1px dotted #929292;
    padding: 6px 0;
}

ul.side-nav h3 {
    border: none;
    margin: 0 0 30px 0;
}
.right-white-block ul.side-nav ul li a abbr{
    color: #963a3a!important;
   
}
.right-white-block ul li a:hover {
    color: #963a3a;
}

.right-white-block .side-block-btn {
    cursor: pointer;
    float: right;
    line-height: 0px;
}

.right-white-block .side-block-btn:hover {
    opacity: 0.8;
}

.right-white-block .deal-rates {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
       margin-top: 10px;
}

.right-white-block .deal-rates li:hover {
	opacity: 0.6;
    cursor: pointer;
}

.right-white-block .deal-rates li {
    border-bottom: 1px dotted #333;
    min-height: 60px!important;
    line-height: 28px;
    padding: 5px 2px;
    overflow: hidden;
    margin-top: 10px;
}
.right-white-block ul.deal-rates li.new-arrivals-list  .arrivals-details{
    float: right;
    width: 120px;
    
    
    }
.ie8 .right-white-block ul.deal-rates li.new-arrivals-list  .arrivals-details{
    float: right!important;
    margin-left: 5px;
    
    
    }
	
.new-arrivals-list .arrivals-details p:first-child { height: 33px; overflow: hidden; }

.right-white-block .deal-rates li strong {
    padding: 5px 0px;
    float: left;
    height: 15px;
    line-height: 10px;
    display: inline;
}

.right-white-block .deal-rates li img {
    margin: 0px 10px 0px 0px;
    display: block;
}
.ie8 .right-white-block .deal-rates li img {
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
}

.right-white-block .fb {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.right-white-block .fb li {
    border-bottom: 1px dotted #929292;
    height: 35px;
    line-height: 35px;
}

.right-white-block .fb li strong {
    float: right;
    height: 35px;
    line-height: 35px;
    display: inline;
}

/*Bottom bar*/

.bottom-bar-wrapper {
     
    height: 34px;
    line-height: 39px;
    text-align: center;
    padding: 4px 0 0 0;
    width: 1013px;
    position: relative;
    margin: 10px auto 14px auto;
    z-index: 511;
    
}

.bottom-bar {
	
    width: 1006px;
    position: relative;
    background: black;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0px auto;
    color: #f1f1f1;
    margin-top: 2px;
    
}

.bottom-bar p a {
    color: #b12a2a;
    line-height: 39px;
    margin: 0px;
}

.searchBreadcrumbs {
    padding: 0px 0 10px 0;
    color: grey;
}

.searchBreadcrumbs a {
    color: #666;
    font-size: 13px;
}

.searchBreadcrumbs a:hover {
    color: #af2c2e;
    font-size: 13px;
}
/*Detail page*/

/*Search form detail page*/

#search-form {
    position: relative;
    overflow: hidden;
    /*width: 230px;*/
    text-align: right;
}

.side-lift-block label {
    float: left;
}

.side-lift-block h3 {
    margin: 16px 0 28px 0;
    text-align: left;
}

.side-lift-block p {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.side-lift-block p label {
    font-size: 12px;
}

.side-lift-block p a {
    float: right;
    position: relative;
    margin-top: 10px;
    color: #616161;
    text-decoration: underline;
}

.side-lift-blockr .zip-code-wrapper {
    margin: 0 0 29px 0;
}

.side-lift-block .zip-code-wrapper label {
    margin: 3px 0 0 75px;
}

.side-lift-block .search-btn {
    cursor: pointer;
    background: url(images/search-btn.html) no-repeat;
    height: 30px;
    width: 75px;
    border: none;
    float: right;
}

.side-lift-block .search-btn:hover {
    opacity: 0.8;
}

.side-lift-block .select-bar {
    width: 168px;
    height: 21px;
}

.side-lift-block .half {
    width: 79px;
}

.detail-page {
    padding: 0 0px 0px 0;
    border: none;
    margin-bottom: 10px;
}

.detail-page p a {
    color: #404040;
    text-decoration: underline;
}

.detail-page p a:hover {
    color: #963a3a;
}

.detail-page a {
    color: #404040;
}

.detail-page p {
    font-size: 12px;
    line-height: 18px;
    float: left;
}

.control-panel {
    font-size: 12px;
    border-bottom: 1px dotted #929292;
    width: 99%;
    height: 14px;
    margin: 0 auto;
}

.control-panel a {
    color: black;
}

.control-panel .cptext {
    float: right;
    width: 120px;
}
/*detail-page-content*/

.detail-page-content-search {
    margin-bottom: 20px;
    position: relative;
    width: 736px;
    float: right;
}

.detail-page-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    color: #f1f1f1;
}

.detail-page-content h3 {
    margin-bottom: 14px;
}

.detail-page-content p {
 
    color: #f1f1f1;
    line-height: 18px;
}
.detail-page-content {
margin: 0px 0;
}

.detail-page-content .car-detail {
}

.detail-page-content h2 {
    margin-bottom: 14px;
}

.detail-page-content h2 strong {
    margin-bottom: 12px;
}

.expand {
    margin: 0px 5px 4px 0px;
    float: right;
}

.detail-page-content-search h3 {
    margin-bottom: 14px;
}

.detail-page-content-search p {
    color: #404040;
    line-height: 18px;
}

.detail-page-content-search .car-detail {
}

.detail-page-content-search h2 {
    margin-bottom: 14px;
}

.detail-page-content-search h2 strong {
    margin-bottom: 12px;
}

.expand {
    margin: 0px 5px 4px 0px;
    float: right;
}

.expand a {
    color: black;
}

span.lupa {
    opacity: 0;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition: opacity 0.5s;
    background: url(images/common/lupa.png) center center no-repeat #000;
    cursor: pointer;
    height: 311px;
    width: 501px;
    position: absolute;
    z-index: 10;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

span.lupa:hover {
    opacity: .7;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition: opacity 0.5s;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}


#gallery_holder {
    position: relative;
    width: 510px;
    

}
#gallery{
	 position: relative;
     overflow: hidden;
}
.detail-page-content .big-view {
    margin: 0 0 14px 0;
    line-height: 0px;
    padding-left: 2px;
    background: none;
    width: 500px;
}

.detail-page-content .big-view img {

     border: 1px solid #111!important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.detail-page-content .small-view{


     
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.ie7 .thumbnails li {
    float: left;
    margin-bottom: 2px;
    padding-bottom: 10px;
}
.thumbnails li {
   display: inline-block;
   margin:0 4px 5px 1px;
}
.thumbnails li img {
    vertical-align: top;
    cursor: pointer;   
}

.thumbnails li img:hover {
    opacity: 0.6;

}
a.more-link {
    color: red!important;
}
a.more {
    color: red!important;
}
input:focus{
	background: #fff!important};
}
/*Side expandable tabs*/

.refine-nav {
    position: relative;
    overflow: hidden;
    padding-left: 8px;
}

.refine-nav li {
    cursor: pointer; 
    color: #f1f1f1;
}

.refine-nav li span {
    background: url(images/red/expandable-icon.png) right center no-repeat;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    border-top: 1px dotted #666;
    width: 190px;
    text-transform: uppercase;
}

.refine-nav li.first span {
    border: none;
}

.refine-nav li.active span {
    background: url(images/red/expanded-icon.png) right center no-repeat;
}
.refine-nav li.first span.expanded {
    background: url(images/red/expanded-icon.png) right center no-repeat;
}

.refine-nav li ul {
    margin: 0 0 12px 0;
}

ul.refine-nav li.active {
    width: 190px;
}

.refine-nav li ul li {
    color: #f1f1f1;
    text-decoration: none;
    line-height: 24px;
}

.refine-nav li ul li a:hover {
    text-decoration: none;
    color: #000;
}

.refine-nav li p.strong {
    font-weight: bold;
    display: inline;
}

.right-block {
    margin: 0 0px 12px 0px;
    
}
/*right block Quick glance*/

.right-glance-block {
    margin: 34px 0 0px 0;
}

.right-glance-block h3 {
    margin: 0 0 12px 0;
}

.quick-glance {
    position: relative;
    overflow: hidden;
}

.quick-glance li {
    background: url(images/red/bullet.png) left center no-repeat;
    padding: 0 0 0px 20px;
    margin: 7px 0;
    
}

.quick-glance li p.strong {
    font-weight: normal!important;
    font-size: 13px;
    color: #fafafa;
}
/*Contact the seller*/

textarea {
    overflow: auto;
}

.contact-seller-block {
     background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);   
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    width: 206px;
    padding:10px;
    color: #fff;
    text-align: center;
    min-height: 349px;
}

.contact-seller-block a {
    color: #fff;
}

.contact-seller-block a:hover {
    color: #999;
}

.contact-seller-block h3 {
    padding-bottom: 6px;
    color: #fff;
    background: #b12a2a;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
    padding-top: 5px;
    font-size: 16px;
    margin-bottom: 5px;

}

.contact-seller-block p {
    font-size: 12px;
    line-height: 20px;
}

.contact-seller-block .mail {
    margin-bottom: 14px;
}

.seller-contact-form {
    text-align: right;
    padding-top: 2px;
}

.seller-contact-form p {
    position: relative;
    overflow: hidden;
    margin: 8px 0 0 0;
}

.seller-contact-form label {
    float: left;
    padding-left: 3px;
}

.seller-input-bar {
    border: none;
    height: 22px;
    width: 196px;
    padding: 3px 2px 2px 8px;
    border-radius: 2px;
    background: #333;
    color: #f1f1f1;
 }

.state-option {
    height: 21px;
    width: 146px;
}

#pro_form .pro_fields li .captcha_form {
    width: 132px;
    float: none;
    margin-bottom: 10px;
}

#pro_form .pro_fields li .captcha_form label {
    font-size: 13px;
}

#pro_form .pro_fields li .captcha_form img {
    border: 0;
    padding: 0;
    margin: 5px 0;
}

#pro_form .pro_fields li .captcha_form input#security_code3 {
    width: 100px;
    margin: 5px 0;
}

.pro_fields li .captcha_form {
    width: 132px;
    float: right;
    margin-bottom: 10px;
}

.captcha_form img {
    padding-right: 2px;
}

.captcha_form input {
    border: none;
    margin-top:10px;
    height: 22px;
    width: 92px;
    padding: 0 2px 2px 8px;
    border-radius: 2px;
    background: #333;
    color: #f1f1f1;
}
.seller-contact-form .captcha_form label {
    color: #fff;
    margin-top: 10px;
    display: block;


}

.seller-contact-form .message-box2 {
    border-radius: 3px;
    margin: 0 0 5px 0px;
    padding: 8px 0 0 8px;
    height: 100px;
        width: 196px;
    color: #f1f1f1;
    border-radius: 2px;
    background: #333;
    color: #f1f1f1;
    
}


.ftr_left {
padding: 15px 0 0 15px;
float: left;
margin: 0;

}	
.ftr_left p {
color: #fff;
width: 300px;		
text-align:left;	
line-height: 116%;	
font-size: 18px;	
}

p.ftr_address  { margin: 0px; }
p.ftr_num  {
margin: 0;
color: #a11f1f;				
text-align:left;	
line-height: 116%;	
font-size: 25px;	

}

.ftr_right {

float: right;

}

#footer .captcha_form img {
    float: right;
    margin-bottom: 6px;
}

#footer .captcha_form label {
    color: #fff;
    margin-top: 16px;
    display: block;
    width: 90px;
    float: left;
}

#footer .captcha_form input {
    display: block;
    float: right;
    border: none;
    height: 22px;
    width: 92px;
    padding: 0 2px 2px 8px;
    border: 1px solid #666;
    border-radius: 3px;
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    box-shadow: inset 1px 2px 6px rgba(0,0,0,.4);
}

.ie7 .seller-contact-form .message-box2 {
    overflow: hidden;
}

.ie8 .seller-contact-form .message-box2 {
    overflow: hidden;
}

.seller-send-btn {
	background: #a11f1f!important;
	color:#fafafa;
    display: block;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    text-align: center;
    padding:0!important;
    height: 25px!important;
    width: 75px;
    text-align: center;
    border: none;
    float: right;
}
/*Results Page*/



.loan-calculator {
    background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);   
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 1px #000;
    box-shadow: 0px 0px 1px #000;
    height: 262px;
    width: 200px;
    padding: 22px 13px 22px 13px;
    color: #fff;
    text-align: right;
}

.loan-calculator h3 {
    padding-bottom: 6px;
    color: #fff;
    background: #b12a2a;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
    padding-top: 5px;
    font-size: 16px;
    margin-bottom: 17px;
}

.calculate-form p {
    height: 22px;
    line-height: 22px;
    margin: 0 0 12px 0;
    font-size: 12px;
}

.calculate-form .l-inputbar {
    background: url(images/result-formbar-bg.html) left top no-repeat;
    height: 22px;
    width: 70px;
    border: none;
    padding-left: 3px;
}

.ie7 .calculate-form .l-inputbar, .ie8 .calculate-form .l-inputbar {
    padding-top: 3px;
}

.calculate-form .loan-title {
    float: left;
    vertical-align: middle;
    font-size: 12px;
}

.calculate-form .calculate-wrapper {
    height: 26px;
    line-height: 26px;
    margin: 24px 0px;
    text-align: center;
}

.calculate-form .calculate-btn {
    font-size: 0px;
    background: url(images/common/calculate-btn.html);
    background-position: left top;
    background-repeat: no-repeat;
    border: none;
    height: 26px;
    width: 99px;
    cursor: pointer;
}

.calculate-form .calculate-btn:hover {
    opacity: 0.8;
}

.side-product-wrapper {
    width: 229px;
    height: 260px;
    float: left !important;
    margin: 22px 18px 0 0;
    text-align: left;
}

.side-product-wrapper p strong {
    display: block;
    margin-bottom: 10px;
}

.side-product-wrapper .image-container {
    float: left;
    height: 160px;
    width: 230px;
    position: relative;
    text-align: center;
    padding: 2px 0 0 2px;
}

.side-product-wrapper .image-container img {
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 4px #929292;
    -webkit-box-shadow: 2px 2px 4px #929292;
    box-shadow: 2px 2px 4px #929292;
    
}

.side-product-wrapper .image-container .low-mileage-ribbon {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 800;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.side-product-wrapper .image-container .excellent-ribbon {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 400;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.side-product-wrapper a.detail-btn {
    background: url(images/detail-btn.html) center top no-repeat;
    display: block;
    height: 29px;
    width: 72px;
    cursor: pointer;
}

.side-product-wrapper a:hover {
    opacity: 0.8;
    
}

.result-page-title {
    margin-top: -15px;
    font-size: 26px;
    border-bottom: 1px dotted #929292;
    padding-bottom: 10px;
}

.result-page-title-tax {
    margin-top: 5px;
    font-size: 20px;
}
.top-single-bar{
	background: none!important;
	display: block;
	padding: 8px 8px 10px 10px;
	border-bottom: none;
	width: auto;
	color: #fff!important;

}

.sort-by-bar {
    text-align: right;
    width: 720px;
    height: 20px;
    line-height: 28px;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    margin-bottom: 20px;
    padding: 6px 10px 0 0;
    color: #f1f1f1;
}

.sort-by-bar p {
    float: left;
}

.sort-by-bar p span {
    font-weight: bold;
}

.sort-by-bar p a {
    color: #404040!important;
}

.sort-by-bar p a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.sort-by-bar .show-per-page {
    float: right;
}

.searchSort a {
    color: #b12a2a;
}

.searchSort {
    width: auto;
    float: right;
}

.sorting {
    float: right;
}

.sorting a {
}

.sorting a img {
    padding: 0;
    float: left!important;
}

.result-car {
    
    position: relative;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 1px #000;
    box-shadow: 0px 0px 1px #000;
    border: 1px solid #222;
    height: 144px!important;
    display: block; 
    width: 728px;
    
}

.result-car:hover{
	cursor: pointer;
	opacity: 0.5;
}

.result-car img {
    float: left;
    position: relative;
    display: inline-block;
    
    margin-right: 12px;
    z-index: 197;
 border: 1px solid #000!important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #000;
 
}

.result-car .result-detail-wrapper {
    margin-top: 10px;
    position: relative;
}

.result-car .result-detail-wrapper p {
    line-height: 22px;
    margin-bottom: 0px;
    color: #f9f9f9;
}

.result-car .result-detail-wrapper p a {
    line-height: 18px;
    color: #f1f1f1;
}

.result-car .result-detail-wrapper p strong {
    font-weight: bold;
}

.result-car .result-detail-wrapper .result-price {
    font-size: 18px;
    font-weight: bold;
}

.result-car .result-detail-wrapper .result-price {
    color: #b12a2a!important;
    font-weight: bold;
}

.price-style {
    color: #b12a2a!important;
    font-weight: bold;
    padding:0 0 8px 6px;
}
.meta-style {
    color: #fff!important;
    padding-left: 6px;
}


.price-style-deals {
    color: #b12a2a!important;
}

.top-deals-title {
    color: #f9f9f9!important;
    font-size: 12px!important;
    padding-bottom:3px;
}

.ie8 span.top-deals-title {
    color: #fff!important;
    font-size: 11px!important;

}
.ie8 #sidebar h3.search-title {

    margin-bottom: 0px;
}
.ie8 .right-white-block h3 {
    padding-bottom: 3px;
    color: #fff;
    background: #b12a2a;
    text-align:center;
    padding-top: 5px;
    font-size: 16px;
    
}


.ie8 .price-style-deals {
    color: #b12a2a!important;
}

.ie8 .year-style {
    color: #fff!important;
}

.year-style {
    color: #fff!important;
}

.bottom-pagination {
    width: 740px;
    height: 20px;
    border-top: 1px dotted #929292;
    border-bottom: 1px dotted #929292;
    margin-bottom: 20px;
    padding-top: 8px;
}

.bottom-pagination p {
    float: left;
    color: #f1f1f1;
}

.bottom-pagination a {
    color: #fff !important;
     padding: 1px 8px;
}

.bottom-pagination a.current {
    color: #fff !important;
    padding: 1px 8px;
    background: red;
}

.bottom-pagination a:hover {
    color: #fff !important;
     padding: 1px 8px;
    background: red;
}

.bottom-pagination .paging {
    float: right;
}

.bottom-pagination .paging a {
    margin-left: 4px;
    color: #404040;
}
/*Footer*/

.footer-wrapper {
   
    position: relative;
    margin: 0px auto;
    z-index: 510;
     width: 1010px;
}

#footer {
   
    overflow: hidden;
    width: 1006px;
    margin: 0px auto!important;
    color: #111;
    z-index: 510;
    background-color: rgba(0, 0, 0, 0.75);
	background-image: url(../japimports/images/footer-img-faded.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
}

#footer h3 {
    color: #fff;
    line-height: 38px;
    margin: 0 0 16px 0;
    background: #b12a2a;
    padding: 0 0 0 10px;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;

}

#footer a {
    color: #bababa;
}

.footer-col {
    width: 228px;
    padding: 13px 0 0 13px;
    float: left;
    margin: 10px 0 0 0;
}

.footer-col1 {
    padding-right: 10px;
    padding-left: 13px;
}

.footer-col2 {
    padding-right: 10px;
}

.footer-col3 {
    padding-right: 10px;
}

.footer-col p {
    line-height: 18px;
    margin-bottom: 16px;
}

.footer-col2 ul li {
    height: 53px;
    border-bottom: 1px dotted #bababa;
    margin-bottom: 10px;
}

.footer-col2 ul li:last-child {
    border-bottom:none!important;
}


#subscribe-footer { background: rgba(0, 0, 0, 0.75); color: #fff; margin: 0 2px 17px; padding: 10px 18px; }

.subscribePrompt { float: left; width: 33%; font-size: 19px; margin-right: 1%; line-height: 30px; }
#mc_embed_signup { float: left; width: 66%; }
#mc_embed_signup form { margin: 0; }
#mce-EMAIL { background-color: #fff; border: 1px solid #000; font-size: 16px; padding: 4px 1%; width: 48%; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#mce-EMAIL:focus { background-color: #fff !important; }
#mc-embedded-subscribe { width: 44%; margin-left: 3%; box-shadow: none; border: none; font-size: 16px; background-color: #a11f1f; color: #fff; text-transform: uppercase; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#mc-embedded-subscribe:hover { background-color: #333; }
@media only screen and (max-width: 767px) { 
	#mc_embed_signup #mc-embedded-subscribe { width: 97%; margin-left: 0%; }
	#mc_embed_signup #mce-EMAIL { width: 95%; }
}

.learn-more {
	background: #a11f1f!important;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 4px!important;
    text-align: center;
    padding:0!important;
    color: #fafafa!important;
    text-align: center;
    border: none;
	line-height: 27px;
    display: block;
    height: 28px;
    width: 98px;
    cursor: pointer;
}

.more-news {
    background: url(images/more-news-btn.html) left top no-repeat;
    display: block;
    height: 28px;
    width: 98px;
    cursor: pointer;
}

.more-news:hover {
    opacity: 0.8;

}

.map iframe {
	width: 226px;
	height: 250px;
}

.input-bar-footer {
    background: url(images/form-input-bg.html) left top no-repeat;
    border: none;
    height: 29px;
    width: 203px;
    color: #bababa;
    padding: 0 0 3px 14px;
    font-size: 12px;
}

.ie7 .input-bar-footer, .ie8 .input-bar-footer {
    padding-top: 9px;
}

.message-box {
    background: url(images/message-box-bg.html) left top no-repeat;
    border: none;
    height: 125px;
    width: 190px;
    color: #bababa;
    padding: 12px 0 0 12px;
}

.ie7 .message-box, .ie8 .message-box {
    overflow: hidden;
    width: 195px;
}

.footer-bubmit-btn {
    background: url(images/send-btn.html) no-repeat;
    border: none;
    height: 28px;
    width: 55px;
    float: right;
    cursor: pointer;
}

.footer-bubmit-btn:hover {
    opacity: 0.8;
}

p.error {
    text-align: center;
    font-weight: bold;
    color: #b12a2a;
}

span.error {
    color: #f2f2af;
    font-size: 12px;
    padding-right: 6px;
}

label.error {
    color: #f2f2af;
    font-size: 12px;
    margin-left: 6px;
}

.thanks {
    text-align: center;
    color: #666;
    width: 80%;
    margin: 10px auto;
    padding: 30px 20px 20px 20px;
    font-size: 12px;
}

#contactForm .inactive {
    color: #6a7a80;
}

#contactForm .active {
    color: #6a7a80;
}

#contactForm .focused {
    color: #6a7a80;
}
/* Blog Posts */

.blog-post {
    margin: 0px 0 20px 0px;
	line-height: normal;
}
.blog-post-form h1 {

    font-size: 24px;
     margin: 0px;
     position: relative;
     padding: 6px 0px 6px 10px;
     float: left;
     background:rgb(0, 0, 0);
     background: rgba(0, 0, 0, 0.2);
     border: 1px solid #222;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     color: #f1f1f1;

    }
.blog-post h1 {
    font-size: 30px;
	background: none;
    border: 0px;
    margin-bottom: 10px;
	display: block;
    position: relative;
	font-weight: bold;
    color: #9d1d1e;
	}
	
.blog-post h1 a{
    color: #9d1d1e;
}

.blog-post h1 a, .blog-post h2 a, .blog-post h3 a {
    text-decoration: none;
}

.blog-post h1 a:hover, .blog-post h2 a:hover, .blog-post h3 a:hover {
    text-decoration: underline;
}

.blog-post ul {
    list-style: disc outside;
    margin: 15px 15px 15px 25px;
    line-height: 20px;
}

.blog-post ol {
    list-style: decimal outside;
    margin: 15px 15px 15px 25px;
    line-height: 20px;
}

.blog-post p {
    margin-bottom: 20px;
    padding: 4px;
    color: #000;
}

.blog-post a {
    color: #404040;
    text-decoration: underline;
}

.blog-post a:hover {
}

.blog-post blockquote {
    margin: 30px 40px;
}

.blog-post blockquote p {
    font-style: italic;
    font-size: 16px;
}

.blog-post strong {
    font-weight: bold;
}

.strong {
    font-weight: bold!important;
}

.blog-post img {
    margin: 15px 0;
}


.blog-post .alignleft {
    float: left;
    margin-right: 15px;
}

.blog-post .alignright {
    float: right;
    margin-left: 15px;
}

.blog-post .aligncenter {
    display: block;
    margin: 0 auto;
}

.thumb_articles img{
	margin: 0px auto;
	display: block;
}

h2.search-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
h3.search-title {
    margin-bottom: 10px!important;
}

#login_link_form input.japLinkBtn { 
	background: none;
	border: 2px solid #ff0000;
	color: #ff0000;
	cursor: pointer;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
	margin: 0 auto;
	text-transform: uppercase;
	width: 80%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#login_link_form input.japLinkBtn:hover {
	color: #fff;
	background: #333;
}


/** comments styles **/

.commentlist li.comment.alt {
    background: #222;
    padding: 10px 15px;
    position: relative;
    margin: 10px 0px 20px;
    border: none;
}

.commentlist li.comment ul.children li.depth-2 {
    background: #444;
}

.commentlist li.comment ul.children li.depth-3 {
    background: #222;
}

.commentlist li.comment ul.children li.depth-4 {
    background: #ccc;
}

.commentlist li.comment ul.children li.depth-5 {
    background: #eee;
}

.commentlist li.comment {
    background: #222;
    padding: 10px 15px;
    position: relative;
    margin: 10px 0px 20px;
}

.commentlist li.comment .comment-author {
}

.commentlist li.comment a {
    color: #999;
}

.commentlist li.comment .comment-author img {
    float: left;
    margin: 0px 10px 5px 0px;
}

.commentlist li.comment .commentmetadata {
    position: absolute;
    top: 10px;
    right: 10px;
}

.commentlist li.comment p {
    margin: 10px 0px 15px;
}

.commentlist li.comment .reply {
    text-align: right;
}

#respond {
	margin-left: 12px;
}

#respond label {
    display: block;
    font-size: 14px;
    padding-top: 5px;
}

#respond input {
    margin: 0px 0px 10px;
    border: 1px solid #333;
    padding: 8px;
    width: 210px;
    background: #222;
}
#respond textarea {
    margin: 0px 0px 0px;
    border: 1px solid #333;
    width: 717px;
    padding: 5px;
    background: #222;
}

#respond #submit-comment {
    cursor: pointer;      
    width: 200px;
    height: 46px;
	background: #a11f1f!important;
	color:#fafafa;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding:0!important;
    text-align: center;
    border: none;
    float: right;


}

#respond #submit-comment:hover {
    background: #ddd;
}
/* pagination */

#pagination {
    text-align: center;
    margin: 10px 0px 20px;
}

#pagination a.btn {
    display: inline-block;
    margin: 0px 3px;
    padding: 3px 5px;
    background: #fff;
    color: #404040;
    border: 1px solid #5e5e5e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#pagination a.btn.current {
    background: #fff;
    font-weight: bold;
}

table {
    border: none!important;
}

table#wp-calendar {
    border: 1px solid #222;
}

tbody .pad {
    background-color: #444;
    
}

table#wp-calendar>tbody>tr>td>a {
    font-weight: bold;

    font-size: 13px;
    color: red;
}
table#wp-calendar>caption {
   
   color: #f1f1f1;
   padding: 0px 0 10px 0;
}

thead>tr>th {
    width: 30px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 20px;
}

tbody>tr>td {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    line-height: 30px;
}

tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    color: #5b7085;
    padding-left: 5px;
}

tfoot>tr>td#prev {
    width: 58px;
    height: 20px;
    text-align: left;
}
tfoot>tr>td#prev a {
    color: red;
}
tfoot>tr>td#next a {
      color: red;
}

tfoot>tr>td#next {
    width: 58px;
    height: 20px;
    text-align: right;
    color: #000;

}

li.recentcomments {
	color: grey!important;
}


.cpsAjaxLoader {
    display: none;
    position: absolute;
    z-index: 1001;
        background: #222;
    background: rgba(33,33,33,0.88);
    width: 741px;
    height: 300px;
    color: #f1f1f1;
    text-align: center;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cpsAjaxLoader img {
    -moz-border-radius:0px!important;
    border-radius:0px!important;
    box-shadow:0px 0px 1px #000!important;
    -webkit-box-shadow: 0px 0px 1px #000!important;
    -moz-box-shadow: 0px 0px 1px #000!important;
    margin-top: 20px;
}

#cps_layer {
    position: absolute;
    z-index: 99;
    background: #fbfbfb;
    width: 683px;
    height: 300px;
    text-align: center;
    margin: 51px 0 0 0px;
    font-weight: bold;
    color: #333;
    opacity: 0.95;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

.cpsAjaxLoaderCenter {
    display: none;
    position: absolute;
    z-index: 501;
    width: 100%;
    min-height: 1000%;
    margin-top: 0px;
    left: 0;
    font-size: 18px;
    color: #000;
    background: #f2f2f2;
    opacity: 0.9;
    font-weight: bold;
    text-align: center;
}

.slides_container h2 {
    padding: 20px;
    color: white;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    display: none;
    z-index: 611;
    width: 698px;
}


.title-detail-tag {
    background:rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    width: 739px;
    height: 60px;
    position: absolute;
    bottom: 0px;
    z-index: 610;

}

.pagination {
    margin: 26px auto 0;
    width: 380px;
    position: absolute;
    bottom:px;
    left:300px;
    z-index: 1000;
    top: 266px;
}

.pagination li {
    float: left;
    margin: 0 4px;
    list-style: none;
    font-size: 0px !important;
    
}

.pagination li a {
    width: 7px;
    height: 7px;
    background:#b12a2a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    float: left;
    overflow: hidden;
}

.pagination li.current a {
   background:#999;
}

.price_slider {
    color: #b12a2a;
    font-weight: bold;
}
.cpsAjaxLoaderResults {
        display: none;
    position: absolute;
    z-index: 501;
    width:737px;
    min-height: 270px;
    margin: -5px 0px 0px -5px;
    background:rgb(0, 0, 0);
    background: rgba(51, 51, 51, 0.80);
    border: none!important;
}

.cpsAjaxLoaderHome {
    display: none;
    position: absolute;
    z-index: 977;
    width:240px;
    min-height: 270px;
    margin: -5px 0px 0px -2px;
    background:rgb(0, 0, 0);
    background: rgba(51, 51, 51, 0.80);
    border: none!important;
}

.cpsAjaxLoaderSingle {
    display: none;
    position: absolute;
    z-index: 501;
    width: 100%;
    min-height: 1000%;
    padding-top: 10px;
    left: 0%;
    opacity: 0.5;
    font-size: 14px;
    background: #222;
    font-weight: bold;
    text-align: center;
}

.cpsAjaxLoaderWidget {
    display: none;
    position: absolute;
    z-index: 501;
    width: 100%;
    min-height: 1000%;
    padding-top: 110px;
    left: 0%;
    font-size: 14px;
    background: #222;
    background: rgba(33,33,33,0.8);
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff!important;
}

#cps_ajax_search_results {
    float: right;
}

.cpsAjaxLoaderFull {
    display: none;
    position: absolute;
    z-index: 3;
    width: 740px;
    min-height: 100%;
    padding-top: 40px;
    font-size: 18px;
    color: #666;
    background: #f2f2f2;
    opacity: 0.9;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 0 0px;
}

.cpsAjaxLoaderCenter img {
    display: none;
}

.cpsAjaxLoaderCenter p {
    padding: 20px;
}

DIV#loader {
    border: 1px solid #ccc;
    width: 500px;
    height: 500px;
    overflow: hidden;
}

DIV#loader.loading {
    background: url(../../../images/spinner.html) no-repeat center center;
}

.advSearchHome {
    padding: 0px;
}

.advSearchHome #advSearchForm .selectBox.dropdown {
    width: 199px!important;
    height: 18px!important;
}

#advSearchForm .selectBox.dropdown {
        width: 199px!important;
    height: 18px!important;
}

#advSearch {
    padding: 4px 0px 10px 10px;
}

#advSearchForm {
     padding-bottom: 4px;
}

form#searchform input.field {
    height: 30px;
    width: 165px;
    background: #555;
    border: 1px solid #222;
    color: #ccc;
    padding: 0px 30px 0 10px;
    margin: 0px 0px 12px 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
form#searchform input.search-button{
	background: #a11f1f!important;
	color:#fafafa;
    display: block;
    cursor: pointer;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    text-align: center;
    padding:0!important;
    height: 25px!important;
    width: 75px;
    text-align: center;
    border: none;
    float: right;
}
form#searchform input.search-button:hover{

opacity:0.6;}

#price-slider {
    width: 168px;
    margin: 3px 0 0 6px;
    font-size: 12px;
}

.sliderVal {
    width: 188px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px 0 0 12px;
}

.drop {
    margin: 0;
}

.selectBox.dropdown {
    width: 180px!important;
}
.selectBox.dropdown .selectBox-label:hover {
    color: red;
    
}
.selectBox-dropdown .selectBox-arrow:hover {
    color: red;
    
}
.selectBox.dropdown.selectBox-dropdown:hover {
    color: red;
    
}
.drop label {
    text-transform: uppercase;
    padding: 2px 0 0px 2px;
}

.ie7 .drop label, .ie8 .drop label {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 10px 0px;
}

.dropdown {
    padding: 3px 3px 3px 5px;
    margin: 5px 0px 4px 0px;
}

.rlabel {
    padding-right: 14px;
}

.radio {
    height: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.radio input {
    margin: 0px 0px 20px 0px;
}

#pro_form {
    margin-top: 10px;
}

#pro_form .pro_fields li div.searchsubmit {
    width: 230px;
    margin: 0 auto!important;
}
/* CAr Dealer */



#pro_form .pro_fields .make_model_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .year_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .year_field .selectBox.dropdown {
    width: 80px!important;
}

.child {
    padding-left: 20px;
}
/* Car Dealer */



#pro_form .pro_fields .photos_text a {
    color: red!important;
}

#pro_form .pro_fields .ext_field {
    padding-right: 40px;
    float: left;
}

#pro_form .pro_fields .int_field {
    margin-right: 20px;
    float: left;
}

#pro_form .pro_fields .drive_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .price_field {
    padding-right: 40px;
    float: left;
}

#pro_form .pro_fields .miles_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .fname_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .lname_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .email_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .phone_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .vin_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .features_field {
    padding-right: 20px;
    float: left;
}

#pro_form .pro_fields .transmission_field {
    padding-right: 4px;
    float: left;
    width: 220px;
}

#pro_form .pro_fields .transmission_field .selectBox.dropdown {
    width: 200px!important;
    height: 24px!important;
}

#pro_form .pro_fields .selectBox.dropdown {
    height: 24px!important;
}

#pro_form .pro_fields .selectBox.dropdown span.selectBox-label {
    padding-top: 5px!important;
}

#pro_form .pro_fields li.tag_label {
    width: 220px;
}

#pro_form li.drop_single_tax_last {
    float: right!important;
    padding-right: 10px;
}

#pro_form .pro_fields .tag_field {
    float: left;
}

#pro_form .pro_fields textarea {
    width: 690px;
    padding: 5px;
    margin: 1px 0;
   border: 1px solid #222;
background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
   color:#f1f1f1;}

#pro_form .searchsubmit input {
    margin: 0 auto!important;
    cursor: pointer;      
    width: 200px;
    height: 46px;
	background: #a11f1f!important;
	color:#fafafa;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding:0!important;
    text-align: center;
    border: none;


}

#pro_form .searchsubmit input:hover {
     opacity: 0.6;
     border: none;


}
#layer {
    display: none;
    position: absolute;
    z-index: 501;
    width: 100%;
    min-height: 180%;
    padding-top: 40px;
    left: 0;
    color: #666;
    background: #f2f2f2;
    opacity: .8;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 0 0px;
}

#pro_form #submitsign {
    position: absolute;
    display: none;
    z-index: 501;
    width: 600px;
    height: 100px!important;
    padding-top: 30px;
    font-size: 14px!important;
    color: #666;
    background: #faf8e7;
    border: 1px solid #e7e0a5;
    text-align: center;
    display: none;
    margin-left: 58px!important;
}

#pro_form #submitsign img {
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    margin-top: 10px;
}

#pro_form li.drop_single_last {
    float: right!important;
    width: 110px;
    padding-right: 6px;
}

#pro_form .pro_fields a:hover {
    color: #af2c2e;
}

#pro_form li.drop_single_tax {
    padding-right: 18px;
    float: left;
}

#pro_form .pro_fields_right {
    float: right!important;
    width: 100px;
}

#pro_form input.photosubmit {
    margin: 12px 0 4px 0px;
    cursor: pointer;
    width: 220px;
    height: 36px!important;
    text-align: center;
    color: #333;
}

#pro_form li.drop_single {
    float: left!important;
    width: 123px;
}

#pro_form li.upload_file {
    width: 40%;
    float: left;
}

#pro_form li.drop_short {
    float: left!important;
    width: 220px;
}

#pro_form .input_short {
    float: left!important;
    width: 220px;
}

#pro_form .upload_desc {
    width: 40%;
    float: left;
    border-left: 1px dotted #cfcfcf;
    height: 80%;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}

#pro_form .upload_desc p {
    color: #7f7f7f!important;
    font-style: italic!important;
    font-size: 12px;
}

#pro_form .pro_fields {
    margin: 5px 0;
background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    border: 1px solid #222;

    padding: 20px 10px 20px 20px;
}

#pro_form .pro_fields .field_label {
    font-weight: normal;
    font-size: 14px;
}

#pro_form .pro_fields .head_label {
    font-weight: bold;
    font-size: 18px;
}

#pro_form .pro_fields select {
    line-height: 20px!important;
    font-weight: normal!important;
}

#pro_form .upload {
    font-size: 12px!important;
}

#pro_form #parah {
    font-size: 11px!important;
}

#pro_form select {
    font-weight: normal!important;
}

#pro_form li {
    font-size: 12px;
    list-style: none!important;
}

#cdError {
    text-align: center;
    font-weight: normal!important;
}

input#sendcopy {
    width: 30px;
}

#pro_form input, textarea {
    padding: 9px;
    outline: 0;
    color: #999;
    width: 100%;
    border: 1px solid #222;
}

#pro_form textarea {
    width: 760px;
    max-width: 760px;
    height: 150px;
    line-height: 150%;
}

#pro_form input:hover, textarea:hover, #pro_form input:focus, textarea:focus {
    outline: none;
    border: 1px solid #abcae2;
}
#pro_form .searchsubmit input:hover {
    outline: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}


input.search-calc {
    padding: 2px 0 4px 0px;
    margin-left: 8px!important;
    width: 200px;
    margin-top: 20px;
    height: 40px;
}

.formsec .pro_fields .head_label {
    font-weight: bold;
    font-size: 18px;
}

.formsec .pro_fields {
    margin: 5px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);


    padding: 20px 10px 20px 20px;
}
.formsec .pro_fields .pro_fields{
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
	background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    padding: 20px 10px 20px 20px;
}

.formsec .pro_fields.fleft {
    margin: 5px 0;
 border-top: 1px solid #222;
    border-bottom: 1px solid #222;
background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
    padding: 20px 10px 20px 20px;
    width: 336px;
    margin-right: 9px;
    float: left;
    min-height: 300px;
}

.formsec .pro_fields.fright {
    margin: 5px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);    padding: 20px 10px 20px 20px;
    width: 336px;
    float: left;
    min-height: 378px;
}

.formsec .pro_fields .title_field {
    font-weight: normal;
    font-size: 14px;
    margin: 20px auto 10px 6px;
}

.formsec input {
    padding: 9px;
    outline: 0;
    color: #575757;
    border: 1px solid #222;
background:rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);
}

.formsec textarea {
    width: 684px;
    height: 150px;
    line-height: 150%;
    margin-bottom: 20px;
}

.forms-contact .field {
    width: 200px;
}

.formsec input:hover, textarea:hover, .formsec input:focus, textarea:focus {
    outline: none;
}

.formsec .send-contact {
	margin: 10px 10px 0 0;
    width: 140px;
    float: right;
    background: #a11f1f!important;
	color:#fafafa;
	border: 1px solid #a11f1f;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

}
.formsec .send-contact:hover {
    opacity: 0.7;
    cursor: pointer;
    border: 1px solid #a11f1f;
    box-shadow: none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.fourHundredWidth {
    width: 400px;
}
ul.deal-rates li.new-arrivals-list{
   background: none; 
   padding: 0px 0px 10px 0px;
     
}
ul.deal-rates li.new-arrivals-list img{
    border: 1px solid #111!important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

   
}
.new-arrivals-list:hover{
	opacity: 0.7;}


a.arrivals-link:link, a.arrivals-link:visited {
    color: #ffffff;

}

a.arrivals-link:hover {
    color: #fff;
}

#content h2.arrivalsHeading { margin: 0px 0px 10px 10px; border-bottom: 1px solid; line-height: 35px; }
a.browseAll { background-color: #a11f1f; color: #fff; display: block; font-size: 28px; line-height: 44px; margin: 12px 0 20px 10px; text-align: center; text-transform: uppercase; width: 98%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
a.browseAll:hover {  background-color: #333; }

.quick-list li p {
    float: left;
    font-weight: bold;
    padding-right: 3px;
    margin-bottom: 0px;
}


/*  Responsive */
.sort_each_item {
    width: auto;
    float: left;
    text-align: left;
}

.sort_seperator {
    float: left;
}

.sort_filters {
    width: auto;
    float: left;
}

.result-car .result-detail-wrapper p.vehicle-name {
    font-size: 18px;
    padding: 12px 0;
}

.vehicle-main-image {
    margin-top: -12px;
}

.advSearchHome #advSearchForm {
    width: 209px;
}

/*Creative Thoery Add-----------------------*/

.page-template-auction #search-form{
    width: unset;
    overflow: visible; 
}

.page-template-auction #search-form tbody tr td{
    width: unset;
    height: unset;
}

.page-template-auction #search-form select{
    width: unset;
}
.page-template-auction #search-results td a{
    color: #af2c2e;
}

.page-template-auction #search-results td a:hover{
    color: white;
}

.page-template-auction .fancy-box-html{
    max-height: 90vh;    
}

.page-template-auction #content {
    width: unset !important;
}

.fancybox-container .enquire-button {
    background-color: #a11f1f;
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #a11f1f;
    border-radius: 3px;
    color: white;
}

.page-template-auction .fancybox-container .enquire-button:hover {
    background-color: #333;
    border: 1px solid #333;
}

.page-template-auction .fancy-form-html{
   border: 1px solid black; 
}

.page-template-auction .fancybox-container td{
   vertical-align: top;
}

.page-template-auction .fancy-form-html .fancy-form-html-input, .page-template-auction .fancy-form-html p {
    max-width: 100%;
    width: 27em;
    padding: 10px;
    color: black;
}
.page-template-auction .fancybox-container tbody tr td{
    color: black !important;
}

.page-template-auction #content{
    width: 980px;
    float: unset;
}

.page-template-auction #content>h1{
    text-align: center;
    margin: 1em 0;
}

.page-template-auction #search-form .search-table{
    width: 100%;
}

.page-template-auction #results td {
    vertical-align: middle;
}

.page-template-auction tbody tr th > a{
    color: white !important;
}


/*Buy from auction page----*/
.page-template-calc .auction-button{
    color: #fff;
    background: #b12a2a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    text-align: center;
    padding: 12px;
    font-size: 16px;

}

.page-template-calc .auction-button-a{
    text-decoration:none !important;
}

/*GLOBAL---*/

.show-none{
    display: none !important;
}


/* Contact Forms */

div.wpcf7 input, div.wpcf7 textarea
{ border:1px solid #ccc;padding:20px;width:100%;border-radius:20px;margin: 8px 0px;}
div.wpcf7 label {display: block;}
.wpcf7-submit {background-color:#AF2425;color:#fff;}


.pgtitle-bg {
	background-image:
	linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)),
	url('../../uploads/media/top-slide-yahoo.jpg');
	height:250px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 2%;
	display:flex;
	align-items: center;
	justify-content: center;
	}

	.pgtitle-bg > h1 {
	color: #fff;
	max-width: 50%;
	font-size: 40px;
	padding: 15px 30px;
	border: solid #fff 2px;
	text-align: center;
	}

	@media only screen and (max-width: 767px) { 
	.pgtitle-bg > h1 { max-width: 80%; font-size: 25px;}
	}

    
