/* YUI css reset */
/*html 5 elements - needs this for older browsers*/
article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*/html5 reset*/
html, body, div, span, table, tr, td, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, i, dl, dt, dd, fieldset, form, label, legend, acronym, caption, tbody, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	font-size: 100%;
	font: inherit;
	background: transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
q:before, q:after {
	content:'';
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
body {
	margin:0px auto;
	padding: 0px;
	color: #5E5E5E;
	font-family:'arial', verdana, sans-serif;
	line-height: 1;
	background:#fff url(../images/bg.jpg) no-repeat center top;
}
#main {
	width:980px;
	margin:0 auto;
}
#content {
	margin: 0 auto;
	padding:0px;
	width: 980px;
	min-height: 370px;
}
* html #content /*override min-height for ie6 only*/ {
	height:370px;
}
.backtomobile {
	display: inline-block;
	text-align: center;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	border-radius: 0 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	box-shadow: 1px 1px 4px #000;
}
.error-message  /*404 error text style*/ {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding:100px 0;
}
/*--------------------------------HEADER STYLES--------------------------------*/

#headerDiv {
	position:relative;
	width:980px;
	height:103px;
	background:transparent url(../images/header.png) no-repeat center top;
}
.headerLogo {
	float:left;
	width:200px;
	height:103px;
}
#headerLink {
	width:200px;
	height:103px;
	display:block;
	cursor:pointer;
	text-indent: -9999px;  /*this will hide dealership name text */
}
.headerManufacture {
	width: 163px;
	height: 103px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#manufacturLinkKia {
	width: 117px;
	height: 103px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	right: 169px;
}
#manufacturLinkMitsubishi {
	width:163px;
	height:103px;
	display:block;
	cursor:pointer;
	text-indent: -9999px;  /*this will hide dealership name text */
	position: absolute;
	right: 33px;
}
.headerWrapper {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 410px;
	height: 83px;
}
.headerAddress {
	text-align:center;
}
.headerAddress span {
	font-weight:normal;
	font-size: 20px;
	line-height: 28px;
	color:#333;
}
.headerCall {
	text-align:center;
}
.headerCall span {
	font-weight:normal;
	font-size:30px;
	line-height: 38px;
	color:#333;
}
/*--------------------------------END HEADER STYLES--------------------------------*/

a {
	color:#4473c7;
}
a:hover {
	color:#3366cc;
}
a img {
	border:0px;
	margin:0px;
	padding:0px;
}
/*--------------------------------FOOTER STYLES--------------------------------*/

#footerDiv {
	width:980px;
	margin:0 auto;
	display:inline-block;
	position: relative;
	top: -8px;
}
.socialWrapper {
	margin:0 auto;
}
.socialCars {
	float:left;
}
.socialCars a, .socialLinks a {
	display:block;
	margin: 0 12px 0 0;
	float:left;
}
.socialLinks a {
	margin:0 0 0 12px !important;
}
.socialCars small, .socialLinks small {
	display:inline-block;
	width:43px;
	height:53px;
	background:transparent url(../images/icons_social.png) no-repeat -9999px 9999px;
}
.socialLinks small {
	width:46px;
}
@-webkit-keyframes rotate {
 from {
 -webkit-transform: rotateY(0deg);
}
to {
	-webkit-transform: rotateY(360deg);
}
}
@-ms-keyframes rotate {
 from {
 -ms-transform: rotateY(0deg);
}
to {
	-ms-transform: rotateY(360deg);
}
}
@-moz-keyframes rotate {
 from {
 -moz-transform: rotateY(0deg);
}
to {
	-moz-transform: rotateY(360deg);
}
}
@-o-keyframes rotate {
 from {
 -o-transform: rotateY(0deg);
}
to {
	-o-transform: rotateY(360deg);
}
}
.socialCars a:hover > small, .socialLinks a:hover > small {
	-webkit-animation-name: rotate;
	-webkit-animation-duration: .3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-style: flat;
	-ms-animation-name: rotate;
	-ms-animation-duration: .3s;
	;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: ease;
	-ms-animation-style: flat;
	-o-animation-name: rotate;
	-o-animation-duration: .3s;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: ease;
	-o-animation-style: flat;
	-moz-animation-name: rotate;
	-moz-animation-duration: .3s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-style: flat;
	animation-name: rotate;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-style: flat;
}
.socialCars small.grad {
	background-position:0px 0px !important;
}
.socialCars small.serve {
	background-position:-58px 0px !important;
}
.socialLinks small.fb {
	background-position:-115px 0px !important;
}
.socialLinks small.t {
	background-position:-173px 0px !important;
}
.socialLinks small.yt {
	background-position:-231px 0px !important;
}
.socialLinks small.blog {
	background-position:-287px 0px !important;
}
.socialCars span {
	display:inline-block;
	margin:12px 0 0 8px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align: top;
}
.socialCars hr /* New break tag that replaces the BR tag */ {
	border: none;
	margin: 0px;
	height:1px;
	display : list-item;
	list-style : url(../images/spacer.gif) inside;
	width: 0px;
}
.socialLinks {
	float:right;
}
.footerText {
	width:980px;
	margin:0 auto;
	padding: 0 0 10px;
	color: #666;
	font-weight:normal;
	font-size:12px;
}
.footerText a {
	font-weight:bold;
	color : #666;
}
.footerText a:hover {
	color : #333;
}
.footerLeft {
	float:left;
	width:65%;
}
.footerRight {
	float:right;
	width:30%;
	text-align:right;
}
/*--------------------------------PARAGRAPH STYLES--------------------------------*/

hgroup {
	padding:10px 0;
}
p {
	padding:0 10px 5px;
	margin:0px;
}
h1 {
	font-weight:bold;
	font-size:20px;
	color: #063057;
	padding:0px 10px 5px;
	margin:0px;
}
h2 {
	font-weight:bold;
	font-size:18px;
	color:#063057;
	padding:0px 10px 5px;
	margin:0px;
}
h3 {
	font-weight:bold;
	font-size:16px;
	color : #5E5E5E;
	padding:0px 10px 5px;
	margin:0px;
}
/*--------------------------------END PARAGRAPH STYLES--------------------------------*/

.cImg {
	width: 980px;
	height: 245px;
	margin: 0 0 10px;
	padding: 0px;
	position:relative;
}
.homeMain {
	position: relative;
	border:0px;
	width:980px;
	height:266px;
	margin:0px auto;
	padding:0px;
}
/*--------------------------------IMG LINKS STYLES--------------------------------*/

div.imgLinksDiv {
	width:945px;
	display:inline-block;
	margin:0 auto 18px;
	padding:0px;
}
nav.imgLinks {
	margin:0px auto;
	float:right;
	position:relative;
	left:-50%;
}
nav.imgLinks hr /* New break tag that replaces the BR tag */ {
	border: none;
	margin: 0px;
	height:1px;
	display : list-item;
	list-style : url(../images/spacer.gif) inside;
	width: 0px;
}
nav.imgLinks a {
	width:228px;
	height:53px;
	background:url(../images/link_bg.jpg) repeat-x center top;
	border-radius:14px;
	margin:0 11px 0 0;
	padding: 0px;
	display:block;
	text-decoration:none;
	white-space:nowrap;
	float:left;
	position:relative;
	left:50%;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
nav.imgLinks a:hover {
	background:url(../images/linkHover_bg.jpg) repeat-x center top;

}
nav.imgLinks a:hover > span {
	background:transparent url(../images/link_arrow.png) no-repeat 10px 9px;
	-moz-transition: all ease-in-out .1s;
	-o-transition: all ease-in-out .1s;
	-webkit-transition: all ease-in-out .1s;
	transition: all ease-in-out .1s;
}
nav.imgLinks a span {
	height: 53px;
	display: block;
	text-align: left;
	margin: 0px auto;
	padding: 0 0 0 30px;
	font-weight: bold;
	font-size: 17px;
	line-height: 53px;
	background:transparent url(../images/link_arrow.png) no-repeat 5px 9px;
	font-family: 'arial', sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #fff;
	cursor: hand;
}
*+html nav.imgLinks a span /*For IE7 Line-Height Fix*/ {
	display: block;
	line-height:4px;
	padding-top:43px;
	padding-bottom: 10px;
	margin-bottom: -10px;
}
nav.imgLinks a.imgLinksEnd {
	margin:0px !important;
}
/*--------------------------------TEXT LINK STYLES--------------------------------*/

nav.txtLinks {
	background:transparent url(../images/transBG.png) repeat 0 0;
	border:solid 1px #999;
	border-radius:18px;
	margin: 0px auto 10px;
	padding: 10px 0;
	text-align: center;
}
nav.txtLinks a {
	display: inline-block;
	background:url(../images/nav_bg.jpg) repeat-x center 0;
	border: solid 1px #ACACAC;
	border-radius:6px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 12px;
	margin: 0 3px 0 0;
	color: #000;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
nav.txtLinks a:hover {
	background:url(../images/navLink_bg.jpg) repeat-x center 0;
	color:#fff;
	-moz-transition: all ease-in-out .1s;
	-o-transition: all ease-in-out .1s;
	-webkit-transition: all ease-in-out .1s;
	transition: all ease-in-out .1s;
}
nav.txtLinks span {
	font-family: 'arial', sans-serif;
	font-weight: bold;
	font-size: 13px;
}
/*--------------------------------END TEXT LINK STYLES--------------------------------*/

.txtContent {
	padding:18px 16px 28px 16px;
	margin:0px auto;
	background:transparent url(../images/transBG.png) repeat 0 0;
	border:solid 1px #999;
	border-radius: 18px;
}
.txtCol1, .txtCol2 {
	display: inline-block;
	vertical-align:top;
}
.txtCol1 {
	width:182px;
}
/* HOME PAGE WARRANTY SECTION */
.warranty {
	width:148px !important;
}
.warranty span {
	width:148px;
	display: inline-block;
	margin: 5px 0 0;
	text-align:center;
	font-size:24px;
	line-height: 22px;
	font-weight:bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #000;
}
.warranty small {
	color:#2cad49;
}
/* END HOME PAGE WARRANTY SECTION */
.widgetQuote {
	width: 155px !important;
}
.txtCol2 {
	width: 615px;
	margin: 0 9px;
}
div#thumbCarouselDiv {
	background-color:#fff;
	border:solid 1px #999;
	padding:10px 0;
}
.txtContent p, .txtContent li {
	font-weight:normal;
	font-size:14px;
	line-height:16px;
}
.txtContent strong {
	color:#063057;
}
/*wraps txtContent Class on custom404.html page*/
.custom404 {
}
/** Div Scroll CSS For SEO **/ 	
.scroll {
	width:980px;
	display: inline-block;
	margin:10px 0 0;
	font-size:12px;
	line-height:14px;
}
.scrollLeft {
	float:left;
	border-right:solid 1px #999;
	width: 665px;
}
.scrollLeft h1, .scrollLeft h2, .scrollLeft p {
	padding: 0px 10px 5px 0;
}
#moreInfoBlock {
	margin:0 auto;
	width: 665px;
	padding:10px 0;
}
#moreInfoOpen span, #moreInfoClose span {
	cursor: pointer;
	font-weight: bold;
	font-size:12px;
}
.scrollRight {
	float:right;
	width: 295px;
}
.scrollRight h3, .scrollRight p {
	padding:0 0 5px;
}
/*--------------------------------NEW MODELS STYLES--------------------------------*/

div#newCarDiv {
	width:100%;
	margin:0 auto;
	text-align:center;
}
div.newCarWrapper {
	margin:0 auto;
}
div.newCarHeader {
	text-align: center;
	padding: 10px 0px 20px 0px;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}
div.newCarTd {
	display: inline-block;
 *display:inline; /*for ie7*/
	vertical-align: top;
	zoom:1;
	border: solid 1px #999;
	background:#ccc url(../images/nav_bg.jpg) repeat-x center top;
	font-weight: bold;
	font-size: 12px;
	border-radius: 6px;
	width: 27%;
	height: 180px;
	text-align: center;
	margin: 10px 15px;
}
div.newCarTd:hover {
	border: solid 1px #063057;
}
div.newCarTd h1.newCarModel {
	font-weight: bold;
	font-size: 14px;
	color: #063057;
	padding: 0 0 5px;
	margin: 0px;
}
div.newCarTd a.newCarLink, div.newCarTd a.videoLink, a.newCarLink {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #5E5E5E;
	background:transparent url(../images/newCarLink_arrow.png) no-repeat right 2px;
	padding: 0 17px 0 0px;
}
div.newCarTd a.newCarLink:hover {
	color:#c00;
}
div.newCarTd a.carLinkEnd {
	background:none;
	padding: 0px;
}
div.newCarTd a.videoLink {
	text-decoration:underline;
	color:#fff;
	background-color:#c00;
	padding:0 3px 1px;
	border-radius:4px;
}
div.newCarTd img.newCarImage {
	  margin: -10px auto 0px;
}
/*--------------------------------FACTORY PROMO STYLES--------------------------------*/

/* Factory Promo Div */
#FactoryPromo, #Promo2, #Div2 {
	display:block;
	top:150px;
	left:30px;
	position: fixed;
	visibility: visible;
}
* html #FactoryPromo, #Promo2, #Div2 {
	display:block;
	position: absolute;
	visibility: visible;
}
/* Overlay Div for toyota incentives on vehicle detail page*/
#Inc {
	display:block;
	top:300px;
	right:100px;
	position: fixed;
	visibility: visible;
	z-index:10;
}
* html #Inc {
	display:block;
	position: absolute;
	visibility: visible;
	z-index:10;
}
#SmlAd {
	display:block;
	top:290px;
	left:20px;
	position: absolute;
	visibility: visible;
	text-align:center;
}
/*--------------------------------SITEMAP STYLES--------------------------------*/

#sitemapMainDiv /* .SiteMapDiv is for Site Map dynamic*/ {
	margin:0 auto;
}
.sitemapMainWrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.sitemapMainWrapper ul {
	float:left;
	width: 26%;
	margin: 0 auto 0 60px;
	padding:0px;
}
div#sitemap-inventory /* .SiteMapDiv is for Site Map dynamic*/ {
	padding: 0px;
	margin:0 auto;
}
div#sitemap-inventory:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#sitemap-inventory ul {
	float:left;
	width: 50%;
	margin:10px 0 0;
}
.sitemapMainWrapper li, .sitemapMainWrapper li, div#sitemap-inventory li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	margin: 0px;
	padding:0px;
}
.sitemapMainWrapper h3, .sitemapMainWrapper h3, div#sitemap-inventory h3 {
	font-weight:bold;
	font-size:16px;
	margin:10px 0 3px;
	padding: 0px;
	text-align:left;
}
/*--------------------------------END SITEMAP STYLES--------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
	clear:both;
}
/* Hide from IE Mac \*/ 
.clearfix {
	display:block;
	clear:both;
}
/* End hide from IE Mac */ 

/*defaultEX Error Page*/
.errorTitle {
/*color:#ccc;*/
}
.errorText {
/*color:#000;*/
}
/*--------------------------------MAP STLYES--------------------------------*/
#mapV3 {
	width: 604px !important;
}
.map_print_wrap a {
	color:#000 !important;
}
#map_start {
	width: 506px !important;
	height: 25px;
	color:#000;
	padding: 0px;
	text-indent: 5px;
}
#map_canvas {
	height:380px !important;
}
#map_submit {
	color:#000;
	height: 25px;
	padding: 3px !important;
}
.adp, .adp table, .adp-list {
	color: #000 !important;
	width: 100%;
}
.adp-step, .adp-text {
	color:#000;
}
#map_directions {
	margin: 6px 0 !important;
}
div#LeftMain {
	width: 604px;
	float:left;
	margin: 0 0 10px 10px;/* use this below if you need left side margin- remove display:block
    margin-left:20px;
	display:inline;*/ /*fixes ie double-margin float bug*/
}
div#LeftMain h1 {
	padding: 0px;
	margin: 0px;
	font-size:20px;
}
div#RightMain {
	width:35%;
	padding: 0 10px 0 30px;
	margin:0 auto;
	float:left;
}
div#RightMain h2, div#RightMain h3 {
	width:100%;
	font-size:16px;
	color: #c00;
	margin:0 0 10px 0 !important;
	padding:0px !important;
}
div#RightMain h4 {
	marign:0px;
	font-size:14px;
	padding:0 0 10px 10px;
}
/******* HOURS html **********/

.clsHoursMain {
	width:100%;
	margin:0 auto;
	font-size:12px;
	line-height:14px;
}
.clsHoursHeading {
	text-align:center;
	font-weight:bold;
	color:#333;
	background-color: #d0d7dd;
}
.clsHoursMain tr:nth-child(2n+2) {
	background:transparent url(../images/transBG.png) repeat 0 0;
}
.clsHoursMain td.left {
	text-align:left;
	padding:0 0 0 5px;
}
.clsHoursMain td.right {
	text-align:right;
	padding:0 5px 0;
}
.clsHoursHeading {
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color: #063057;
}
.clsHoursMain td {
	line-height:18px;
}
/*coupons style*/
.coupon-default-outer-wrap {
	text-align:center;
	width:100%;
}
.coupon-default-wrap {
	width:100% !important;
	text-align:center;
}
.coupon-default-wrap table {
	margin:0 auto !important;
}
/*coupons style*/
.browseFooter {
	text-align:center;
	border:solid 1px #ccc;
	border-radius:6px;
	padding:20px;
	margin:0 20px 0 20px;
}
/*for footer hidden link to mobile on the copyright symbol*/
a.hiddenLink {
	cursor:text;
	text-decoration:none;
	font-weight: inherit !important;
	color: inherit !important;
}
.right {
	float:right;
	padding:5px 10px 10px 10px;
}
.left {
	float:left;
	padding:5px 10px 10px 10px;
}
.center {
	text-align:center;
}
/* ----FUNCTION STYLES ---------*/

div.btnDetail {
	display: block;
	padding:0px;
	font: 700 12px/31px 'Roboto Condensed', sans-serif;
}
div.btnDetail a {
	display: block;
	width: 180px;
	padding: 0 5px;
	margin: 0 0 3px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #0c4070; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c4070 2%, #02284c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0c4070 2%,#02284c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0c4070 2%,#02284c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4070', endColorstr='#02284c',GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
}
.green {
background: #008a00 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #008a00 0%, #002400 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #008a00 0%,#002400 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #008a00 0%,#002400 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#002400',GradientType=0 ) !important; /* IE6-9 */

	
}
.green span {
	text-shadow: 1px 1px 1px #000;
}
.strike {
	text-decoration:line-through;
}
div.btnDetail a:hover {
	background-color: #fff;
	color: #ccc;
}
div.btnDetail a span {
	display: block;
	background: transparent url(../images/browse/icons_browse.png) no-repeat -9999px 9999px;
	height: 30px;
	padding: 0 5px 0 28px;
}
a.imgLink-call span {
	background-position:0px -50px !important;
}
a.imgLink-search span {
	background-position:0px -100px !important;
}
a.imgLink-details span {
	background-position:0px -100px !important;
}
a.imgLink-specials span {
	background-position:0px -150px !important;
}
a.imgLink-map span {
	background-position:0px -200px !important;
}
a.imgLink-hours span {
	background-position:0px -250px !important;
}
a.imgLink-quote span {
	background-position:0px -300px !important;
}
a.imgLink-parts span {
	background-position:0px -350px !important;
}
a.imgLink-service span {
	background-position:0px -400px !important;
}
a.imgLink-finance span {
	background-position:0px -450px !important;
}
a.imgLink-google span {
	background-position:0px -500px !important;
}
a.imgLink-facebook span {
	background-position:0px -550px !important;
}
a.imgLink-twitter span {
	background-position:0px -600px !important;
}
a.imgLink-youtube span {
	background-position:0px -650px !important;
}
a.imgLink-blog span {
	background-position:0px -1000px !important;
}
a.imgLink-yelp span {
	background-position:0px -1050px !important;
}
a.imgLink-linked span {
	background-position:0px -1100px !important;
}
a.imgLink-testdrive span {
	background-position:0px -700px !important;
}
a.imgLink-contact span {
	background-position:0px -750px !important;
}
a.imgLink-inventory span {
	background-position:0px -800px !important;
}
a.imgLink-photos span {
	background-position:0px -850px !important;
}
a.imgLink-about span {
	background-position:0px -900px !important;
}
a.imgLink-check span {
	background-position:0px -950px !important;
}
a.imgLink-print span {
	background-position:0px -1300px !important;
}
a.imgLink-carfax1 span {
	background-position:0px -1350px !important;
}
a.imgLink-friend span {
	background-position:0px -1400px !important;
}
a.imgLink-available span {
	background-position:0px -1450px !important;
    font-size: 10.5px;
	background: none !important;
	padding: 0px !important;
}
a.imgLink-trade span {
	background-position:0px -1500px !important;
}
a.imgLink-carfax span {
	background-position:0px -1550px !important;
}
a.imgLink-video span {
	background-position:0px -1600px !important;
}
div.details {
	width:160px;
	float:right;
	background-color:#231f20;
}
div.details a {
	display:block;
	color:#fff;
}
/*  Gallery styles  */

/*jqueryui dialog close button override*/
span.ui-dialog-title {
	font-size:14px;
	line-height: 18px;
}
button.ui-dialog-titlebar-close {
	color: #000;
	font-family: 'Glyphicons Halflings' !important;
	font-style: normal;
	font-weight: 300;
	font-size: 16px !important;
	line-height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button.ui-dialog-titlebar-close:before {
	content: "\e014";
}
/* end jqueryui dialog close button override*/
 
/* Image style */
#scrollUp {
	bottom:20px;
	right:20px;
	width:75px;
	height:38px;
	background:url(../images/top.png) no-repeat;
	-webkit-transition: bottom 150ms linear;
	-moz-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
	font-size:0px;
}
#scrollUp:hover {
	bottom:30px;
}
#gallery {
	width:615px;
	height:44px;
	padding:0px;
	margin: 0px auto;
}
.gallery {
	width:591px;
	margin:0 auto;
}
.gallery div {
	font-family:'arial', sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
#gallery div.hidden {
	width:195px;
	background:transparent url(../transBG.png) repeat 0 0;
	border-radius:18px 18px 0 0;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	text-align:center;
	height: 37px;
	margin:0 auto;
	line-height: 37px;
	float: left;
	cursor: pointer;
	position: relative;
	top:7px;
	z-index: 20;
}
#gallery div.visible {
	width:195px;
	background-color:#fff;
	border-radius:18px 18px 0 0;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	text-align:center;
	color: #063057;
	margin:0 auto;
	float: left;
	cursor: pointer;
	height: 44px;
	line-height: 44px;
	position: relative;
	top:1px;
	z-index: 100;
}
div.hide {
	display: none;
	width: 0;
	overflow: hidden;
}
div.show {
	clear: left;
	font-size:12px;
	line-height:14px;
	width: 615px;
	margin:0 auto;
	padding: 0;
	position: relative;
	z-index: 50;
}
table.compareTable {
	display:block;
	background:transparent url(../../images/transBG.png) repeat 0 0;
	border-radius:18px;
	border:solid 1px #999;
	padding:10px;
	margin:0 auto;
}
table.compareTable tr:nth-child(2n+2) {
	background:transparent url(../../images/transBG.png) repeat 0 0;
}
table.compareTable td {
	width:25%;
	padding: 4px;
}
td.compareLabel {
	font-weight:bold;
	color:#063057;
}
.nocoupons {
	font-size:16px;
	font-weight:bold;
	color:#063057;
}
/*******************************************************************************/

#multiMakeBlock {
	width: 100%;
	text-align: center;
}
#multiMakeBlock ul {
	padding: 0px;
	display: inline-block;
}
#multiMakeBlock div.dealersByMake {
	background-color:transparent;
	border:0;
	display: inline-block;
	height: 218px;
	margin: 0 5%;
}
#multiMakeBlock div.dealersByMake a {
	background-color: #E0E0E0;
	border: #CCCCCC solid 1px;
	display: block;
	padding: 5px;
	border-radius: 8px;
	margin:auto 0;
}
#multiMakeBlock div.dealersByMake a img {
	border: 1px solid #E7E7E7;
	background-color: #efeded;
	border-radius: 8px 8px 8px 8px;
	width: 200px;
}
/*--------------------------------WARRANTY FOR LIFE--------------------------------*/
.first-block {
	overflow: hidden;
}
.first-block h1 {
	font-size: 35px;
	font-family: "Arial Black";
	text-align: center;
	margin: 0 0 15px;
	line-height: 38px;
}
.first-block p {
	text-align: center;
	font-size: 20px;
	margin: 0 0 15px;
	line-height: 22px;
	color: #000;
}
.first-block img {
	display: block;
	margin: 0 0 10px;
}
.green-box {
	background: #2cad4a;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	color: #fff;
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.confidence-box {
	overflow: hidden;
	margin: 0 0 10px;
}
.confidence-box h2 {
	background: url(http://www.auburnvalleycars.com/images/warranty/icon-Confidence.gif) no-repeat;
	color:#000;
	line-height: 59px;
	margin: 0 0 10px;
	padding: 0 0 0 70px;
	font-size: 25px;
}
.confidence-box img {
	float: right;
}
.confidence-box p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 20px;
}
.cost-box {
	overflow: hidden;
	margin: 0 0 10px;
}
.cost-box h2 {
	background: url(http://www.auburnvalleycars.com/images/warranty/dollar-icon.png) no-repeat;
	color:#000;
	line-height: 50px;
	margin: 0 0 10px;
	padding: 0 0 0 70px;
	font-size: 25px;
}
.cost-box img {
	float: right;
}
.cost-box p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 20px;
}
.warranty-info {
	overflow: hidden;
	text-align: center;
}
.warranty-info h3 {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 20px;
}
.warranty-info p {
	text-align: left;
	font-size: 12px;
}
/*--------------------------------END WARRANTY FOR LIFE--------------------------------*/

.financeiframe {
	text-align:center;

}

.labordaySpecials {text-align:center;}
.labordaySpecials div {display:inline-block;width:33%;}
.labordaySpecials img {margin: 0 15px;}