﻿ul.exposureThumbs
{
	background: #fff;
	border: 1px solid #fff;
	border-right: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 76px;
}

ul.exposureThumbs li
{
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
	float: left;
}

ul.exposureThumbs li
{
	width: 90px;
	height: 67px;
	padding-top: 2px;
	padding-right: 3px;
}

ul.exposureThumbs li img
{
	cursor: pointer;
	width: 90px;
	height: 67px;
}

ul.exposureThumbs li.last
{
	margin: 0;
}

.exposureTarget
{
	width: 372px;
	height: 280px;
	background-color: #fff;
	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: 370px;
	height: 278px;
}

.exposureWrapper
{
	position: absolute;
	top: 0;
	left: 0;
}

.exposureWrapper img
{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.exposureLoaded
{
	background-image: none;
}

.exposureControls, #pagerCaption
{
	display: inline-block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#pagerCaption
{
	float: left;
	width: auto;
	color: #000;
}

.exposureControls span, .exposureControls a
{
	font-family: Tahoma;
	font-size: 9pt;
	display: block;
	padding: 0 8px;
	float: left;
}

.exposureControls a
{
	color: #333;
	text-decoration: underline;
	outline: none;
}

.exposureControls a:active, .exposureControls a:hover
{
	background-color: #ddd;
	text-decoration: none;
	color: #444;
}

.exposurePaging .active
{
	color: #aaa;
	background-color: #fff;
}

#mapContainer
{
	vertical-align: top;
	text-align: left;
	height: 320px;
	width: 430px;
}

input[type=button].mapButton,
input[type=submit].mapButton
{
	text-transform: capitalize !important;
	font-family: Tahoma !important;
	font-size: 9pt !important;
	cursor: pointer !important;
	padding: 4px 9px !important;
}

#map_addresses
{
	height: 320px;
	width: 430px;
	border: solid 1px #e5e5e5;
}

.locationDetailsItemTitle td
{
	font-weight: bold;
	border-bottom: dotted 1px #999;
	text-transform: capitalize;
}

#resultDirections
{
	font-size: 8pt;
	width: 430px;
	height: 180px;
	overflow-y: scroll;
	border: solid 1px #ccc;
	background-color: #fff;
}

.noDirections {
	background-image: url('/images/map_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.locationDetails
{
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 9pt;
	width: 100%;
	margin-top: 15px;
}

.largerLocation div {
	line-height: 18px;
}

.otherLocationsContainer {
	font-size: 1.1em;
}

.largerLocation {
	font-size:9pt;
	vertical-align:top;
}

#aboutDealerTextContainer {
	width: 100%;
	padding: 10px;
	font-size: 9pt;
}

.otherLocationsContainer div:first-child {
	font-weight: bold;
	color: #444;
	background-position: left center;
	background-image: url("/images/red_bullet.gif");
	background-repeat: no-repeat;
	padding-left: 13px;
    margin-top: 5px;
}

.otherLocationsContainer .largerLocation div:last-child {
	margin-bottom: 10px;
}

.otherLocationsContainer .blueLink {
   font-size: 1em;
}

.dealershipLogo
{
	border: solid 1px #999;
	padding: 1px;
	width: 220px;
	height: 80px;
}

.dealershipContacts div {
	line-height: 18px;
}

.dealershipWorkingHours {
	border-collapse:collapse;
	width:100%;
}

.dealershipWorkingHours tr 
{
	border: none;
	border-bottom: dotted 1px #e0e0e0;
}

.dealershipWorkingHours tr:last-child
{
	border-bottom: none;
}

.dealershipWorkingHours td 
{
	border: none;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dealershipWorkingHours td:first-child
{
	width: 80px;
}

.dealershipWorkingHours td:last-child
{
	width: 100px;
}

.salesmanBlockContainer {
	padding: 15px 10px;
	padding-bottom: 5px;
	color: #666;
	margin-bottom: 15px;
	text-align: left;
    min-width: 343px;
	/*border: solid 1px #dcdcdc;
	background-image: url('/images/gray_strip_bg.png');
    width: 100%;*/
}

.salesmanBlock {
	font-weight: normal;
	font-size: 10pt;
	font-family: 'Oswald';
    margin-bottom: 10px;
}

.salesmanBlock>.salesmanDetailsCaption {
	text-align: left;
    text-transform: uppercase;
    color: #000;
}

.salesmanBlock>.salesmanDetails {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FF000A;
}

.dealershipName, .vehicleName
{
	padding-top: 10px;
	font-family: 'Oswald';
	font-size: 11pt;
	color: #d83c3c;
	text-transform: uppercase;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
}

.vehicleName
{
	padding-top: 0;
	padding-bottom: 10px;
	height: 32px;
	line-height: 32px;
}

.vehicleDataTable
{
	width: 100%;
	border-collapse: collapse;
}

.vehicleDataTable td
{
	border-bottom: dotted 1px #a4a4a4;
	padding: 2px;
    font-size: 1em;
}

.vehicleDataTable tr:last-child td {
	border-bottom: none;
}

.vehicleDataTable td:nth-child(odd), .vehicleDescCaption
{
	font-weight: bold;
	width: 150px;
}

.vehicleDescCaption
{
	padding-bottom: 5px;
}

.vehicleDescriptionCell
{
	font-weight: normal !important;
}

.vehiclePriceCell
{
	font-family: 'Oswald';
	font-size: 14pt;
	background-color: #d83c3c;
	color: #fff;
	padding: 0 6px;
	font-weight: normal !important;
}

#tabsInventoryItemData
{
	font-size: 9pt;
    padding: 10px;
}

.vehicleFeatures {
	width: 100%;
	border-collapse: collapse;
	font-size: 8pt;
}

.vehicleFeatureContainerTitle {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5px;
	width: 95%;
}

.vehicleFeatureContainer {
	width: 100%;
	padding-bottom: 15px;
}

.vehicleFeatureTitle {
    font-size: 1.1em;
	font-weight: bold;
	color: #444;
}

.vehicleFeatureItem
{
	background-position: left 8px;
	font-weight: normal;
	background-image: url("/images/red_bullet.gif");
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 10px;
	display: inline-block;
    font-size: 1.1em;
}

.tags, .bluetags
{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 12px;
	list-style: none;
}

.tags li, .tags a,
.bluetags li, .bluetags a
{
	float: left;
	height: 32px;
	line-height: 32px;
	position: relative;
	font-size: 12pt;
	cursor: default;
}

.tags a, .bluetags a
{
	margin-left: 20px;
	padding: 0 10px 0 12px;
	background: #d83c3c;
	color: #fff;
	text-decoration: none;
}

.bluetags a {
	background: #d83c3c;
	color: #fff;
}

.tags a:before, .bluetags a:before
{
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -16px;
	width: 0;
	height: 0;
	border-color: transparent #d83c3c transparent transparent;
	border-style: solid;
	border-width: 16px 16px 16px 0;
}

.bluetags a:before {
	border-color: transparent #d83c3c transparent transparent;
}

.tags a:after, .bluetags a:after
{
	content: "";
	position: absolute;
	top: 12px;
	left: -2px;
	float: left;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-moz-box-shadow: 0px -1px 1px #666;
	-webkit-box-shadow: 0px -1px 1px #666;
	box-shadow: 0px -1px 1px #666;
}

.ui-tabs  {
	border: solid 1px #888 !important;
}

.searchContainer {
	padding: 12px 8px;
}

.searchTable {
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 8pt;
	border: none;
	width: 100%;
}

.inventoryItemSubheader 
{
	color: #666;
	font-family: 'Oswald' !important;
	font-size: 18pt;
	font-weight: normal;
	text-transform: uppercase !important;
    padding-left: 10px;
}

.inventoryItemSubheader span {
	color: #d83c3c;
	font-family: 'Oswald';
	font-size: 18pt;
	font-weight: normal;
}

.inventoryItemHeaderImage {
	width:75px;
	height:56px;
	border: solid 1px #b4b4b4;
}

#contactsMenu, .quickMenuItem 
{
	display: inline-block;
	font-family: 'Oswald';
	font-size: 10pt;
	font-weight: normal;
  color: #0066A8;
  cursor: pointer;
	text-transform: uppercase;
  padding: 3px;
  padding-top: 0;
  border-radius: initial;
}

#contactsMenu img, #contactsMenu span,
.quickMenuItem img, .quickMenuItem span {
	vertical-align: middle;
	padding: 0 4px;
	padding-right: 0;
}

.quickMenuItem a {
	color: #0066A8;
	text-decoration: none;
}

#contactsMenu:hover, .quickMenuItem:hover,
.quickMenuItem a:hover {
	color: #107BB0;
}

#contactsMenu span, .quickMenuItem span {
	border-bottom: dotted 1px #0066A8;
}

#contactsMenu:after {
	color: #0066A8;
  content: "▾";
  font-family: Tahoma;
}

#contactsMenu.dropdown-open {
  background: none repeat scroll 0 0 #0066A8;
  color: #FFFFFF;
  border-radius: 4px;
	border-bottom: none;
}

#contactsMenu.dropdown-open:after {
  color: #FFFFFF;
}

.dropdown-menu LI > A:hover,
.dropdown-menu LABEL:hover {
	background-color: #0066A8;
	color: #FFF;
	cursor: pointer;
}

.dropdown-menu
{
    max-height: 525px;
    /*overflow: auto;
    overflow-y: auto;
    overflow-x: hidden*/
}

.orange a, .gray a {
	color: #d83c3c;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-size: 11pt;
	vertical-align: middle;
	background-position: left center;
	background-image: url("/images/bullet_red.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
}

.gray a {
	color: #444;
	background-image: none;
}

.servicesLinksContainer div {
	color: #fff;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-size: 14pt;
	vertical-align: middle;
}

.cmdButtonsContainer {
	padding: 8px 4px !important;
	padding-top: 16px !important;
	text-align: center;
	/*border-top: solid 1px #ccc !important;
	background-color: #f9f9f9;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4f4f4), color-stop(1, #fefefe) );
	background: -moz-linear-gradient( center top, #f4f4f4 5%, #fefefe 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fefefe');*/
}

.cmdButtonsContainer input[type=button].disabledButton {
	margin-right: 5px;
	color: #aaa !important;
	text-transform: capitalize !important;
}

.cmdButtonsContainer input[type=button] {
	margin-right: 5px;
	color: #d83c3c !important;
    font-weight: bold!important;
    border: solid 1px #aaa !important;
}

.cmdButtonsContainer input[type=button]:last-child {
	margin-right: 0;
}

.blueLink, .blueLinkThin, .blueLinkThinWithBullet {
	font-weight: bold;
	color: #0066A8 !important;
	font-size: 8pt;
	cursor: pointer;
}

.blueLinkThin, .blueLinkThinWithBullet {
	font-weight: normal;
	padding: 0 3px;
}

.blueLinkThinWithBullet 
{
	padding-left: 10px;
	background-image: url('/images/black_bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
}


#dealershipInventoryTable {
	font-size: 8pt;
	font-family: Verdana;
	border-collapse: collapse;
}

.searchFacetCell {
	border-right: solid 1px #d8d8d8;
	width: 210px;
	height: auto;
	vertical-align: top;
	padding: 2px;
	padding-right: 8px;
}

.searchFacetBlock {
	padding: 3px 2px 6px 2px;
	margin-top: 5px;
}

.facetTextLabel {
	color: #0066A8;
	text-decoration: underline;
	cursor: pointer;
	font-size: 9pt;
}

.facetCountLabel {
	color: #888;
	font-size: 7pt;
}

.searchFacetHeader {
	font-weight: bold;
	padding-top: 2px;
}

.searchFacetContentCell {
	vertical-align:top;
	padding:4px;
	width:330px;
}

.searchFacetPriceCell {
	text-align:right;
	vertical-align: top;
	width: 85px;
}

.searchFacetPriceCell a {
	font-size: 9pt;
	font-family: 'Oswald';
}

.searchFacetPriceCell ul {
	padding-right: 6px !important;
}

.searchFacetVehicleName {
	font-size: 10pt;
	color: #d83c3c;
	font-family: 'Oswald';
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px;
}

.searchFacetImage {
	width: 100px;
	height: 75px;
	border: solid 1px #dcdcdc !important;
	border-width: 1px !important;
	cursor: pointer;
}

.searchFacetCondition {
	width: 100px;
	padding: 4px 0;
	background-color: #ccc;
	border: solid 1px #dcdcdc;
	border-top: none;
	color: #666;
	text-align: center;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #fefefe) );
	background: -moz-linear-gradient( center top, #eeeeee 5%, #fefefe 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#fefefe');
	font-size: 6pt;
	font-weight: bold;
	font-family: Verdana;
	text-shadow: 1px 1px 0px #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

span.pagerButton {
	display: none;
}

span.CurrentPageLabel {
	font-weight: bold;
}

.pagerBlock {
	font-size: 10pt;
	text-align: right;
	padding-top: 8px;
	margin-left: 10px;
	border-top: 1px dotted #444;
}

.pagerBlock a {
	color: #444;
}

.statsBlock {
	text-align:right;
	border-bottom:dotted 1px #444;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
}

.geoTextBox {
	width: 100%;
	background-color: #ffffff;
	background-image: url(/images/textfield_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	border: solid 1px #cdcdcd !important;
	color: #000 !important;
	font-size: 9pt !important;
	font-family: Tahoma;
	padding: 3px;
	width: 50px;
	text-align: center;
}

.filterHeader {
	padding-top:10px;
	padding-bottom:5px;
	font-size:9pt;
	font-weight:bold;
	border-bottom:dotted 1px #444;
	color:#000;
	text-align:left;
}

#sortOptions select.aso-textfield {
	font-size: 1.1em !important;
}

.checkList, .selectedFacetsCheckList {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.facetsContainer {
	background-color:#eee;
	border: solid 1px #e4e4e4;
	padding: 0 4px;
	padding-top: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.combobox_button {
	width: 22px !important;
}

.combobox_selector {
	top: 22px !important;
}

.ui-dialog .ui-dialog-content {
	padding: 6px;
}

.ui-dialog-shadow-black {
    box-shadow: none;
}

/** Ribbon **/

.side-corner-tag {
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 0; /*1px 0px 0px*/
  overflow: hidden;
}
 
.side-corner-tag p {
  display: inline;   
}

.side-corner-tag p span {
  position: absolute;
  display: inline-block;
  right: -25px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
  text-align: center;
  text-transform: uppercase;
  top: 22px;
  background: #0066A8;
  width: 100px;
  padding: 3px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  font-family: Arial, sans-serif;
  font-weight: 900;
	text-transform: capitalize;
} 

.tumbaJumba {
	background-color: #D83C3C;
	padding: 6px;
	width: 105px!important;
	background-image: none;
	cursor: pointer;
    float: left;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 100px;
    background-image: url("/images/black_bullet.png");
    background-repeat: no-repeat;
    background-position: 95px 90px;
}

.tumbaJumba:hover {
	background-color: #444;
}

.tumbaJumba a {
	font-size: 14pt !important;
	color: #fff !important;
	text-decoration: none;
	background-image: none !important;
	font-family: 'Oswald' !important;
	text-transform: uppercase;
    padding: 0 !important;
}

.JumbaSmall {
    background-color: #0066A8;
    height: 90px;
    background-image: url("/images/black_bullet.png");
    background-repeat: no-repeat;
    background-position: 95px 80px;
    font-size: 11pt !important;
}

.whiteButton
{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee) );
	background: -moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );
	background-color: #ffffff;
	border: 1px solid #a4a4a4;
	display: inline-block;
	color: #222;
	font-weight: bold;
	font-size: 9pt;
	padding: 4px 9px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	cursor: pointer;
}
.whiteButton:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #ffffff) );
	background: -moz-linear-gradient( center top, #eeeeee 5%, #ffffff 100% );
	background-color: #eeeeee;
}
.whiteButton:active
{
	position: relative;
	top: 1px;
}

#locationInfoContainer {
    background-color: #f2f2f2;
    padding: 6px;
    border: solid 1px #e5e5e5;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0 !important;
}

.exposureCurrentImage {
    width: 370px;
    height: 278px;
}

/* Send Inquiry*/

        .form-group {
            display: block;
            margin-bottom: 10px;
        }
        .form-group label {
            font-weight: bold;
            display: block;
        }
        #mailForm {
            width: 330px;
            background-color: #C9E4FF;
            padding: 8px;
        }
        #inquiryHeader {
            padding:8px;
            font-size:1.2em;
            font-weight: bold;
            background-color: rgba(83, 170, 255, 1);
            width: 335px;
            color: #fff;
        }

#inquiryContainer {
    float: right;
    font-family: Arial;
    font-size: 0.7em;
}

#inquiryContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background: #eee;
  border-bottom: 1px solid #fff;
  border-radius: 3px;    
}

#inquiryContainer li {
  float: left;          
}

#inquiryContainer #iForm {
  box-shadow: 1px 0 0 #fff;  
}

#inquiryContainer #iForm-trigger {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff; 
}

#inquiryContainer #iForm-trigger {
    background-color: #0066a8;
    color: #FFF;
    font-weight: normal;
    font-size: 1.1em;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1px;
}

#inquiryContainer #iForm-trigger:hover,
#inquiryContainer #iForm .active {
  background-color: #53AAFF;
}

#inquiryContainer #iForm-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #C9E4FF;
  background-image: linear-gradient(top, #fff, #eee);  
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  border-radius: 3px 0 3px 3px;
}

#inquiryContainer li #iForm-content {
  right: 0;
  width: 350px;  
}

.salesmanBlockContainer .blueLink {
    font-size: 9pt;
    font-family: Tahoma;
    font-weight: bold;
    letter-spacing: 1px;
}

.blueLinkContainer {
    margin-bottom: 15px;
}

#galleryPanel {
    height: 418px;
}

#VehicleDetails td {
    height: 20px;
    font-size: 10pt;
}