﻿/* Normalize */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;}ol,ul{list-style:none;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}caption,th{text-align:left;}q:before,q:after{content:'';}

/* Autocomplete */
.ac_results { padding:0px; border:1px solid black; background-color:white; overflow:hidden; z-index:99999; }
.ac_results ul { width:100%; list-style-position:outside; list-style:none; padding:0; margin:0; }
.ac_results li { margin:0px; padding:2px 5px; cursor:default; display:block; font:menu; font-size:12px; line-height:16px; overflow:hidden; }
.ac_loading { background: white url('indicator.gif') right center no-repeat; }
.ac_odd { background-color:#eee; }
.ac_over { background-color:#0A246A; color:white; }

/* CSS Document  */

body {
	margin: 0px; 
	padding: 0px;
	background-color: #999999;
	background-image: url(Images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

/*
=======================================
LINK Styles
=======================================
*/

a:link, a:visited, a:active {
    text-decoration: none;
	color: #E2B44F;
}

a:hover {
    text-decoration: underline;
	color: #EEE644;
}

a.PostFooter:link {
    text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}

a.PostFooter:hover, a.PostFooter:active, a.PostFooter:visited {
	color:#CCCCCC;
}

a.PostFooter:hover { text-decoration: underline; color: #666666; }

/*
====================================================
GENERAL SITEWIDE TEXT STYLES go below this line.
====================================================
*/

.H1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #E2B44F;
	font-weight: bold;
}

.H2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #E2B44F;
	font-weight: bold;
}

.H3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #CCCCCC;
}

.H3white {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
}

.H4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #CCCCCC;
}

.H5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #CCCCCC;
}

.H5italic {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;
	font-style: italic;
	font-weight: bold;
}

.welcometxt {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #CCCCCC;
}


ul {
    padding: 6px;
	margin: 6px;
	color: #CCCCCC;
}

/*
===============================================
Layout Code
===============================================
*/

TD.FooterRow
{
    position: inherit;
	background-image: url(Images/FooterNew.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 970px;
}

.FooterName { float:left; width:300px; margin-left:20px; color:#FFF; font-size:20px; height:36px; text-transform:uppercase; }
.FooterPhone { float:right; width:300px; margin-right:20px; text-align:right; color:#FFF; font-size:20px; height:36px; }

td.PostFooter {
	position: inherit;
	background-color: #999999;
	height: 40px;
	line-height:40px;
	padding:0 10px 0 10px;
	font-size:0.8em;
}

TD.Navigation {
    position: inherit;
	width: 970px;
	height: 30px;
	background:url(Images/BackgroundShadow.png) repeat-y;
}

.PreHeader
{
    position: inherit;
	background-image: url(Images/pre_header.jpg);
	background-repeat: repeat-y;
	height: 50px;
	width: 970px;
}

.HeaderRow
{
    position: inherit;
	background-image: url(Images/Header.png);
	background-repeat: no-repeat;
	height: 131px;
	width: 970px;
}

.AddressPhone
{
    position:relative;
    left:750px;
    top:6px;
    width:200px;
    height:100px;
    line-height:13px;
    font-size:15px;
    font-weight:bold;
    color:#E2B44F;
    text-align:right;
}

TD.LeftColumn
{
	padding: 0px;
	background-image: url(Images/left_curve.png);
	background-position: top right;
	background-repeat: no-repeat;
    height: 100%;
    width: 40%;
}

TD.CenterColumn
{
	height: 100%;
    width: 970px;
	text-align: left;
}

TR.InfoWindow {
    position: inherit;
	background-image: url(Images/info_window.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 970px;
	height: 100%;
	z-index: 1;
}

TD.RightColumn
{
    padding: 0px;
	background-image: url(Images/right_curve.png);
	background-position: top left;
	background-repeat: no-repeat;
    height: 100%;
    width: 40%;
}

.PaddedContent
{
    position: inherit;
	height: 100%;
	width: 930px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 99;
}

TD.IndexWindow {
    position: inherit;
	width: 960px;
	height: 380px;
	background-image: url(Images/flash_window.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#header {
    position: inherit;
	width: 950px;
	height: 380px;
}

#cta_window {
    position: inherit;
	background-color: #3F3D39;
	width: 320px;
	height: 290px;
}

.credithelp {
    position: inherit;
	background-image: url(Images/credit_help.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 180px;
	padding-top: 24px;
	height: 200px;
	width: 400px;
}

.internetsales {
    position: inherit;
	background-image: url(Images/internet_sales.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 180px;
	padding-top: 24px;
	height: 200px;
	width: 400px;
}

TD.ctas {
    position: inherit;
	width: 320px;
	height: 290px;
	padding-left: 10px;
}

TD.heading {
    position: inherit;
	height: 20px;
	color: #FFFFFF;
	padding-left: 4px;
	background-image: url(Images/bar_bluefade.jpg);
	background-repeat: repeat-x;
}

.welcometext {
	position: inherit;
	width: 610px;
	height: 290px;
	padding-right: 20px;
	padding-left: 10px;
}

#content {
    position: inherit;
	width: 320px;
	height: 338px;
}

table.CenterTable
{
	width: 970px;
	background-image: url(Images/more_bg.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}
#HomeMediaSlideshow { position:relative; width:950px; height:380px; top:0px; left:-10px; }
#HomepageCtaBlock { position:relative; width:950px; height:290px; top:0px; left:-10px; }
#HomepageContent { position:absolute; left:320px; top:0px; height:290px; padding:10px; font-size:0.8em; color:#ccc; }
#HomepageContent p { padding:4px 0 8px 0; }
#MainCtas { position:absolute; left:0px; top:0px; width:320px; height:290px; background:url(Images/HomepageCtaBackground.png) repeat; }
#WelcomeHeader { display:block; width:586px; height:32px; background:url(Images/HomepageSpriteSheet.png) 0 0 no-repeat; } 
#FindNewCarCta { position:absolute; left:12px; top:15px; display:block; width:296px; height:67px; background:url(Images/HomepageSpriteSheet.png) 0 -32px no-repeat; }
#SearchUsedCta { position:absolute; left:12px; top:108px; display:block; width:296px; height:67px; background:url(Images/HomepageSpriteSheet.png) 0 -99px no-repeat; }
#WorkForUsCta { position:absolute; left:12px; top:205px; display:block; width:296px; height:67px; background:url(Images/HomepageSpriteSheet.png) 0 -166px no-repeat; }
#FindNewCarCta:hover { cursor:pointer; background:url(Images/HomepageSpriteSheet.png) -296px -32px no-repeat; }
#SearchUsedCta:hover { cursor:pointer; background:url(Images/HomepageSpriteSheet.png) -296px -99px no-repeat; }
#WorkForUsCta:hover { cursor:pointer; background:url(Images/HomepageSpriteSheet.png) -296px -166px no-repeat; }

#FilmstripContainer { position:relative; left:-10px; top:0px; height: 400px; width:950px; }

#FilmstripBlock { position:relative; left:0px; top:-30px; height:150px; width:950px; }
#NewCarFilmstripBlock { position:absolute; left:0px; top:30px; width:950px; height:150px; background:url(Images/NewFilmstripBackground.jpg) repeat-x; }
#NewCarFilmstripBlock h3 { position:absolute; top:6px; width:950px; text-align:center; color:#E2B44F; font-size:12pt; text-transform:uppercase; }
#NewCarFilmstripNavPrevious { position:absolute; top:70px; left:10px; display:block; background:url(Images/FilmstripControls.png) 0px 0px no-repeat; width:40px; height:42px; cursor:pointer; }
#NewCarFilmstripNavPrevious:hover { background:url(Images/FilmstripControls.png) 0px -42px no-repeat; }
#NewCarFilmstripNavNext { position:absolute; top:70px; left:900px; display:block; background:url(Images/FilmstripControls.png) -40px 0px no-repeat; width:40px; height:42px; cursor:pointer; }
#NewCarFilmstripNavNext:hover { background:url(Images/FilmstripControls.png) -40px -42px no-repeat; }
#NewCarFilmstrip { position:absolute; left:80px; top:40px; width:790px; overflow:hidden; height:114px; }
.FilmstripItem { position:relative; width:140px; height:100px; margin-right:20px; float:left; cursor:pointer; }
.FilmstripItem span { position:absolute; top:82px; left:0; width:140px; text-align:center; z-index:2; font-size:8pt; font-weight:bold; color:#E5E5E5; }
#NewCarFilmstrip .items { width:20000em; position:absolute; }
#NewCarFilmstrip .items div.FilmstripSet { float:left; }

#HomepageSpecialVehicleFilmstripBlock { position:relative; height:250px; width:950px; top:0px; left:0px; margin-bottom:-30px; background:url(Images/SpecialsFilmstripBackground.jpg) top center no-repeat; }
#HomepageSpecialVehicleFilmstripBlock h3 { position:absolute; top:6px; width:950px; text-align:center; color:#E2B44F; font-size:12pt; text-transform:uppercase; }
#HomepageSpecialVehicleFilmstripNavPrevious { position:absolute; top:125px; left:10px; display:block; background:url(Images/FilmstripControls.png) 0px 0px no-repeat; width:40px; height:42px; cursor:pointer; }
#HomepageSpecialVehicleFilmstripNavPrevious:hover { background:url(Images/FilmstripControls.png) 0px -42px no-repeat; }
#HomepageSpecialVehicleFilmstripNavNext { position:absolute; top:125px; left:900px; display:block; background:url(Images/FilmstripControls.png) -40px 0px no-repeat; width:40px; height:42px; cursor:pointer; }
#HomepageSpecialVehicleFilmstripNavNext:hover { background:url(Images/FilmstripControls.png) -40px -42px no-repeat; }
#HomepageSpecialVehicleFilmstrip { position:absolute; left:70px; top:40px; width:815px; height:220px; overflow:hidden; }
#HomepageSpecialVehicleFilmstrip .FilmstripItem { position:relative; width:200px; height:200px; margin-right:5px; border:none; float:left; background:url(Images/FilmstripItemBackground.jpg) no-repeat; cursor:pointer; }
#HomepageSpecialVehicleFilmstrip .FilmstripItem span { position:absolute; z-index:2; }
#HomepageSpecialVehicleFilmstrip .FilmstripItem img { position:absolute; left:9px; top:9px; }
#HomepageSpecialVehicleFilmstrip .FilmstripItem span.HomepageSpecialVehicleYearMake { text-align:left; left:10px; top:163px; color:#8E8380; font-weight:bold; font-size:8pt; }
#HomepageSpecialVehicleFilmstrip .FilmstripItem span.HomepageSpecialVehicleModel { text-align:left; left:10px; top:174px; color:#8E8380; font-weight:bold; font-size:11pt; }
#HomepageSpecialVehicleFilmstrip .FilmstripItem span.HomepageSpecialVehiclePrice { width:100px; text-align:right; left:93px; top:148px; color:#E2B44F; font-size:12pt; font-weight:bold; }
#HomepageSpecialVehicleFilmstrip .items { width:20000em; position:absolute; }

/* Carfax Badges */
.VehicleListBadges { position:absolute; top:18px; left:360px; width:300px; }
.VehicleListBadges li { float:right; display:block; margin-right:10px; }
.CarfaxReportImage { width:80px; height:40px; background:url(Images/BadgesSpriteSheet.png) 0 0 no-repeat; }
.CarfaxReportImage:Hover { background:url(Images/BadgesSpriteSheet.png) -80px 0 no-repeat; cursor:pointer; }
.CarfaxOneOwner { width:80px; height:40px; background:url(Images/BadgesSpriteSheet.png) 0 -40px no-repeat; }
.CarfaxOneOwner:Hover { background:url(Images/BadgesSpriteSheet.png) -80px -40px no-repeat; cursor:pointer; }
.CarfaxOrderReport { width:80px; height:40px; background:url(Images/BadgesSpriteSheet.png) 0px -80px no-repeat; }
.CarfaxOrderReport:Hover { background:url(Images/BadgesSpriteSheet.png) -80px -80px no-repeat; cursor:pointer; }
.Certified { width:80px; height:40px; background:url(Images/BadgesSpriteSheet.png) 0 -120px no-repeat; }

/* MPG Stats Graphic */
.MpgInfo li { float:right; display:block; margin-right:10px; }
.MpgInfoBackground { position:relative; top:0px; left:0px; height:40px; width:160px; background:url(Images/BadgesSpriteSheet.png?v=1) 0 -160px no-repeat; } 
.CityMpg { position:absolute; top:9px; left:88px; width:28px; height:28px; font-size:20px; color:#E2B44F; }
.HighwayMpg { position:absolute; top:9px; left:124px; width:28px; height:28px; font-size:20px; color:#E2B44F; }

#NewInventoryButtonSelector { display:block; margin:auto; text-align:center; line-height:70px; font-weight:bold; background:url(Images/NewInventoryButton.png) 0 0 no-repeat; width:330px; height:70px; }
#NewInventoryButtonSelector:hover { cursor:pointer; background:url(Images/NewInventoryButton.png) 0 -70px no-repeat; width:330px; height:70px; }
#ShowAllButton { float:right; display:inline-block; margin:-26px 0 0 10px; background:url(Images/ShowAllButton.png) 0 0 no-repeat; width:110px; height:29px; text-align:center; line-height:28px; }
#ShowAllButton:hover { cursor:pointer; background:url(Images/ShowAllButton.png) 0 -30px no-repeat; }

#ContactSalesCta { position:absolute; left:10px; top:220px; display:block; width:206px; height:60px; background:url(Images/HomepageSpriteSheet.png) 0 -233px no-repeat; }
#ContactPartsCta { position:absolute; left:216px; top:220px; display:block; width:206px; height:60px; background:url(Images/HomepageSpriteSheet.png) 0 -293px no-repeat; }
#ScheduleAppointmentCta { position:absolute; left:422px; top:220px; display:block; width:206px; height:60px; background:url(Images/HomepageSpriteSheet.png) 0 -353px no-repeat; }
#ContactSalesCta:hover { cursor:pointer; background:url(Images/HomepageSpriteSheet.png) -206px -233px no-repeat; }
#ContactPartsCta:hover { cursor:pointer; background:url(Images/HomepageSpriteSheet.png) -206px -293px no-repeat; }
#ScheduleAppointmentCta:hover { cursor:pointer; background:url(Images/HomepageSpriteSheet.png) -206px -353px no-repeat; }

/*Link Bar */
#MenuBar { font-weight:bold; font-size:0.8em; width:950px; height:30px; margin:0px auto; background:url(Images/MenuBarBackground.png); }
#MenuBar a { color: rgb(255,255,255); }
/*	width needs to be set to stop wrap of float if user shrinks browser width. */
#MenuBarRow {float:left; width:950px; border:none; color:rgb(255,255,255); }
#MenuBarRow ul {list-style-type:none; margin:0px; padding:0;}
/*Top Level Links*/
.TopLevelMenus li {float:left; position:relative; z-index:1000; width:137px; text-align:center; }
.TopLevelMenus li:first-child { width:128px; }
.TopLevelMenus li:first-child a { }
.TopLevelMenus li a { float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:30px; line-height:30px; padding:0 12px 0 12px; text-decoration:none; font-weight:bold;}
.TopLevelMenus li:hover a {background:url(Images/MenuBarButtons.png) 0 -30px no-repeat; text-decoration:none;}
.TopLevelMenus li:first-child:hover a {background:url(Images/MenuBarButtons.png) -2px -30px no-repeat; }
.TopLevelMenus li a:hover {text-decoration:none;}
.TopLevelMenus li ul {display:none; border:none;}
.TopLevelMenus li:hover ul li ul {display:none; border:none;}
/* Sub Level 1 Links */
/*	these links extend below the top level links */
/*	width needs to be the max width of the longest link text. */
.TopLevelMenus li:hover ul {display:block; position:absolute; z-index:999; top:30px; margin-top:0em; left:0;}
.TopLevelMenus li:hover ul li { text-align:left; }
.TopLevelMenus li:hover ul li a {display:block; height:auto; font-size:0.9em; line-height:28px; margin-left:0px; padding:0px 4px 0px 4px; font-weight:normal; background:url(Images/MenuBarButtons.png) 0 -60px no-repeat;}
.TopLevelMenus li:hover ul li a:hover {background:url(Images/MenuBarButtons.png) 0 -90px no-repeat; text-decoration:none;} 
.TopLevelMenus li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:28px; left:0; margin-top:0.5em;}
.TopLevelMenus li a:hover ul li a {display:block; height:1px; line-height:28px; padding:0px 8px 0px 8px; font-weight:normal; }
.TopLevelMenus li ul li:hover a {background:url(Images/MenuBarSelected.png); text-decoration:none;}
.TopLevelMenus li a:hover ul li a:hover {text-decoration:none;}
/* Sub Level 2 Links */
/*	these links extend to the right of the sub level 1 links. */
.TopLevelMenus li ul li:hover ul { display:block; position:absolute; z-index:998; top:0px; margin-top:0em; left:146px;  }
.TopLevelMenus li ul li:hover ul li a {display:block; height:auto; line-height:28px; margin-left:0em; padding:0px 8px 0px 8px; font-weight:bold; background:url(Images/MenuBarBackground.png);}
.TopLevelMenus li ul li a:hover ul li a:hover {background:url(Images/MenuBarSelected.png); text-decoration:none;}
/* Sub Link Widths */
.TopLevelMenus li:hover ul li a,
.TopLevelMenus li a:hover ul li a,
.TopLevelMenus li ul li:hover ul li a { width:130px; }

/* Main CSS */
#MainContent { position:relative; min-height:400px; }
#MainContentSubHeader { margin:10px 0 20px 0; }

A:focus { -moz-outline-style:none; outline:none; }
button:focus { -moz-outline-style:none; outline:none; }

#HomepageSpecialVehicleList, #RegularSpecialVehicleList { position:relative; width:910px; }
#HomepageSpecialVehicleList li, #RegularSpecialVehicleList li { float:left; cursor:pointer; margin:0 0 10px 10px; }
.HomepageSpecialVehicle, .RegularSpecialVehicle { position:relative; background:url(Images/SpecialsBlockBackground.png); width:214px; height:214px; }
.HomepageSpecialVehicle img, .RegularSpecialVehicle img { position:absolute; left:16px; top:16px; }
.HomepageSpecialVehicleYearMake, .RegularSpecialVehicleYearMake { position:absolute; left:18px; top:165px; font-weight:bold; font-size:10pt; }
.HomepageSpecialVehicleModel, .RegularSpecialVehicleModel { position:absolute; left:18px; top:180px; font-weight:bold; font-size:11pt; }
.HomepageSpecialVehiclePrice, .RegularSpecialVehiclePrice { width:100px; text-align:right; position:absolute; left:100px; top:155px; color:#999999; font-size:12pt; font-weight:bold; }

.DepartmentHeader { background:url(Images/SubHeaderBar.png) no-repeat; width:930px; height:28px; line-height:28px; text-indent:10px; margin-bottom:6px; text-transform:uppercase; }
.EmployeeListBlock { width:940px; overflow:auto; text-align:left; }
.Employee { display:inline-block; position:relative; width:220px; height:270px; text-align:left; vertical-align:top; }
.EmployeeName { font-weight:bold; }
.EmployeeEmail { }
.EmployeePhoneNumber { }

#PrivacyPolicyList {}

#PageNotFoundSummary {}

#VehicleNotFoundSummary { height:400px; }
#VehicleNotFoundSummary h2 { font-size:14pt; }
#VehicleNotFoundSummary p { font-size:12pt; font-style:italic; padding:10px 0 10px 0; width:600px; }
#VehicleNotFoundSummary ul li { float:left; cursor:pointer; padding:10px; }
#VehicleNotFoundSummary .NewVehiclesSubNav {}
#VehicleNotFoundSummary .UsedVehiclesSubNav {}
#VehicleNotFoundSummary .CertifiedVehiclesSubNav {}

#SiteErrorSummary { height:400px; }
#SiteErrorSummary h2 { font-size:14pt; }
#SiteErrorSummary p { font-size:12pt; font-style:italic; padding:10px 0 10px 0; width:600px; }

#VehicleDisclaimer { font-size:.6em; color:#999999; clear:both; padding:6px 0 6px 0; text-align:justify; }

.ModalDialogContent { text-align:left; }

.WebsiteAdBlock { position:relative; width:100%; text-align:center; }
.WebsiteAd {}

#VehicleSelectorList { width:940px; overflow:auto; text-align:left; margin-bottom:10px; }
.VehicleSelectorVehicle { float:left; position:relative; margin:0 3px 12px 5px; width:300px; height:252px; text-align:center; background:url('Images/VehicleSelectorBackground.png') repeat; }
.VehicleSelectorName { color:#fff; font-weight:bold; padding:5px; font-size:1.0em; }
.VehicleSelectorCallsToActionBar { position:absolute; top:220px; z-index:2; left:0px; width:300px; height:29px; padding-top:2px; background:url('Images/VehicleLandingButtonBar.png') repeat; font-size:9pt; }
.VehicleSelectorInventoryButton { text-align:center; float:left; background:url(Images/VehicleLandingButton.png) 0 0 no-repeat; width:116px; height:28px; line-height:28px; }
.VehicleSelectorInventoryButton:hover { cursor:pointer; background:url(Images/VehicleLandingButton.png) -120px 0 no-repeat; }
.VehicleSelectorVideoButton { text-align:center; float:left; background:url(Images/VehicleLandingButton.png) 0 -28px no-repeat; width:64px; height:28px; line-height:28px; color:#fff; }
.VehicleSelectorVideoButton:hover { cursor:pointer; background:url(Images/VehicleLandingButton.png) -74px -28px no-repeat; }
.VehicleSelectorNoVideoButton { color:#666; text-align:center; float:left; background:url(Images/VehicleLandingButton.png) -148px -28px no-repeat; width:64px; height:28px; line-height:28px; }
.VehicleSelectorInventoryButton, .VehicleSelectorVideoButton, .VehicleSelectorNoVideoButton { margin-left:1px; }

#VehicleListFilters { }
#CertifiedFilterItem { float:right; margin-top:-18px; font-size:12pt; }
#StockNumberFilterItem { font-size:10pt; }
#StockNumberFilterItem input { width:80px; }
#InventoryList { padding:6px 0 20px 0; width:100%; }
.VehicleListHeaderBlock { height:28px; line-height:28px; margin:0 0 6px 0; background:url(Images/VehicleListHeader.jpg) repeat-x; color:#FFFFFF; font-weight:bold; font-size:12pt; }
.VehicleListHeaders { position:relative; font-weight:bold; width:100%; }
#VehicleListHeaderRetailPrice { position:absolute; top:0px; left:700px; width:110px; text-align:right; }
#VehicleListHeaderSalesPrice { position:absolute; top:0px; left:810px; width:110px; text-align:right; }
.VehicleListItem { position:relative; border-bottom:1px solid #cccccc; height:80px; font-size:12pt; }
.VehicleListItem:hover { cursor:pointer; background-color:#333333; }
.VehicleListItem .VehicleListItemImage { position:absolute; top:0; left:0; padding-right:4px; }
.VehicleListItem .VehicleListItemStockNumber { position:absolute; top:38px; left:118px; width:400px; font-size:10pt; }
.VehicleListItem .VehicleListItemFullName { position:absolute; top:2px; left:118px; width:400px; font-weight:bold; }
.VehicleListItem .VehicleListItemYear { }
.VehicleListItem .VehicleListItemMake { }
.VehicleListItem .VehicleListItemModel { }
.VehicleListItem .VehicleListItemTrim { position:absolute; top:20px; left:118px; width:400px; font-size:10pt; }
.VehicleListItem .VehicleListItemMileage { position:absolute; top:54px; left:118px; font-size:10pt; }
.VehicleListItem .VehicleListItemRetailPrice { position:absolute; top:2px; left:700px; width:110px; text-align:right; }
.VehicleListItem .VehicleListItemSalesPrice { position:absolute; top:2px; left:810px; width:110px; text-align:right; color:#cc9933; }
.VehicleListItem .VehicleListItemCertified { position:absolute; top:12px; left:400px; }
.VehicleListItem .VehicleListItemCertified[title="True"] { background:url('Images/CertifiedLogo.png'); width:107px; height:46px; }
.NewVehicles #VehicleListHeaderRetailPrice { position:absolute; top:0px; left:810px; width:110px; text-align:right; }
.NewVehicles span.VehicleListItemRetailPrice { position:absolute; top:2px; left:810px; width:110px; text-align:right; }


#ConfiguratorExteriorColors, #ConfiguratorInteriorColors
{
	height:34px;
	padding:2px;
	width:500px;
}
.ColorSwatch
{
	border: 2px solid #ccc;
	width:30px;
	height:30px;
	margin-right: 3px;
	float:left;
	cursor:pointer;
}
#ConfiguratorInteriorColors div { font-size:10pt; padding-left:18px; cursor:pointer; }
.ColorSwatchSelected { border:2px solid #000; }
.InteriorColorSwatchNotSelected { background:url(Images/RadialButtonOff.png) no-repeat; background-position:left center; }
.InteriorColorSwatchSelected { background:url(Images/RadialButtonOn.png) no-repeat; background-position:left center; }
#ConfiguratorVehicleHeader { background:url(Images/configurator_header_bg.jpg); text-indent:5px; margin-bottom:20px; height:32px; line-height:32px; font-size:1.2em; color:#FFFFFF; font-style:italic; }
#Configurator {}

.ConfiguratorStylePriceBlock { height:100px; position:relative; }
.ConfiguratorStylePriceBlock h3 { position:absolute; top:15px; }
#ConfiguratorStyles { font-size:12pt; position:absolute; top:40px; }
#ConfiguratorStyleName {  display:none; font-size:12pt; position:absolute; top:40px; }
#ChangeConfiguratorStyleButton { display:none; position:absolute; top:36px; left:353px; border:0; width:75px; height:28px; font-weight:bold; color:#fff; background:url(Images/MediumButton.png) 0 0 no-repeat; font-size:10pt; }
#ChangeConfiguratorStyleButton:hover { background:url(Images/MediumButton.png) -75px 0 no-repeat; cursor:pointer; color:#eee; }
#ConfiguratorPriceSummary { z-index:2; position:absolute; top:-14px; left:666px; width:264px; height:110px; background:url(Images/ConfiguratorPriceBackground.png) no-repeat; }
#ConfiguratorPriceSummary2 { float:right; margin-top:5px; width:264px; height:110px; background:url(Images/ConfiguratorPriceBackground.png) no-repeat; }
#ConfiguratorPriceDetailsBlock { position:relative; display:none; margin:10px 0 10px 0; text-align:center; height:120px; }
.ConfiguratorPriceList { margin:10px 0 0 10px; width:240px; }
.ConfiguratorPriceList dt { float:left; padding:0 6px 0 0; line-height:22px; text-align:right; }
.ConfiguratorPriceList dd { text-align:right; margin:0; line-height:22px; }
.ConfiguratorPriceList dt.ConfiguratorTotal { font-weight:bold; margin-top:4px; }
.ConfiguratorPriceList dd.ConfiguratorTotal { font-weight:bold; margin-top:4px; }
.ConfiguratorColorsImageBlock { height:240px; }
#ConfiguratorVehicleColors { float:left; width:428px; height:240px; height:180px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; }
#ConfiguratorVehicleColors h3 { margin:10px 0 10px 0; }
#ConfiguratorVehicleColors p { margin:4px; font-weight:bold; }
#ConfiguratorExteriorColors {}
#ConfiguratorInteriorColors {}
#HighlightedExteriorColor {}
#HighlightedInteriorColor {}
#ConfiguratorVehicleImage { position:relative; top:0px; left:178px; z-index:1; }
#ConfiguratorVehicleOptions { }
#ConfiguratorVehicleOptions h3 { background:url(Images/ConfiguratorOptionHeader.png) repeat-x; font-weight:normal; line-height:28px; padding-left:10px; font-style:italic; height:27px; font-size:11pt; }
.ConfiguratorOptionCategory { margin:10px 0 5px 0; }
.ConfiguratorOptionList { width:100%; padding:0px; font-size:11pt; }
.ConfiguratorOptionList tr { border-top:1px solid #ebebeb; }
.ConfiguratorOptionList td { padding:2px 0 6px 0; vertical-align:top; }
.ConfiguratorOptionList td.Checkbox { width:20px; }
.ConfiguratorOptionList td.Name { }
.ConfiguratorOptionList td.Price { text-align:right; width:100px; }
#ViewDetailsButton { text-align:center; line-height:56px; position:absolute; top:30px; left:0px; border:0; width:150px; height:58px; font-weight:bold; color:#fff; background:url(Images/CallToActionButton.png) 0 0 no-repeat; font-size:12pt; }
#ViewDetailsButton:hover { background:url(Images/CallToActionButton.png) -150px 0 no-repeat; color:#eee; cursor:pointer; }

#PaymentCalculatorDialog { font-size:12pt; }
#PaymentCalculatorInput { position:relative; }
#PaymentCalculatorInput { text-align:left; }
#PaymentCalculatorInput dl { margin:0 0 0 8px; }
#PaymentCalculatorInput dl dt { float:left; line-height:30px; width:210px; }
#PaymentCalculatorInput dl dd { margin:0; line-height:30px; }
#PaymentCalculatorInput input[type=text] { width:100px; }
#PaymentCalculatorSummary {}
#PayCalculatorCalculateButton { position:absolute; top:170px; left:355px; border:0; width:150px; height:58px; font-weight:bold; color:#fff; background:url(Images/CallToActionButton.png) 0 0 no-repeat; }
#PayCalculatorCalculateButton:hover { background:url(Images/CallToActionButton.png) -150px 0 no-repeat; color:#eee; cursor:pointer; }
#MonthlyPaymentBlock { position:absolute; top:5px; left:360px; }
#MonthlyPaymentBlock h3 { font-size:14pt; margin:0; }
#PayCalculatorMonthlyPaymentAmount { font-size:14pt; }
#TotalFinancedBlock { position:absolute; top:80px; left:360px; }
#TotalFinancedBlock h3 { font-size:14pt; margin:0; }
#PayCalculatorTotalFinancedAmount { font-size:14pt; }

.input-validation-error { border:1px solid #ff0000; background-color:#ffeeee; }
.field-validation-error { color:#ff0000; }

.FormInstructions { text-align:center; font-size:1.0em; font-family:Verdana Arial Sans-Serif; padding:2px 0 4px 0; }
.FormImportantMessage {}
.FormSubmitButton { border:0; width:150px; height:58px; font-weight:bold; color:#fff; background:url(Images/CallToActionButton.png) 0 0 no-repeat; font-size:12pt; }
.FormSubmitButton:hover { background:url(Images/CallToActionButton.png) -150px 0 no-repeat; color:#eee; cursor:pointer; }
.FormErrorMessage {}
#FormPrivacyPolicyMessage {}

#VehicleInfoInput { position:relative; height:180px; font-size:10pt; border:1px solid black; }
#VehicleInfoInput input[type=text], #VehicleInfoInput select, #VehicleInfoInput textarea { font-size:12pt; }
#VehicleInfoInput label { display:block; position:absolute; }
#VehicleInfoInput label span:first-child { display:block; float:left; padding-right:6px; width:100px; text-align:right; }
#VehicleInfoInput h3 { position:relative; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#VehicleInfoInput label.FormVin { top:40px; left:5px; }
#VehicleInfoInput label.FormVin input { width:180px; }
#VehicleInfoInput label.FormYear { top:70px; left:5px; }
#VehicleInfoInput label.FormYear input { width:60px; }
#VehicleInfoInput label.FormMake { top:70px; left:175px; }
#VehicleInfoInput label.FormMake input { width:100px; }
#VehicleInfoInput label.FormModel { top:70px; left:387px; }
#VehicleInfoInput label.FormModel input { width:100px; }
#VehicleInfoInput label.FormTrim { top:100px; left:5px; }
#VehicleInfoInput label.FormTrim input { position:absolute; left:106px; top:0px; width:270px; }
#VehicleInfoInput label.FormMileage { top:100px; left:387px; }
#VehicleInfoInput label.FormMileage input { width:100px; }
#VehicleInfoInput label.FormAdditionalInfo { top:130px; left:5px; }
#VehicleInfoInput label.FormAdditionalInfo textarea { width:480px; height:50px; }
.VinLookupMessage { position:absolute; top:42px; left:378px; font-size:10pt; }
#CustomerVehicleAdditionalInfo { position:absolute; left:106px; top:0px; }
#VinLookupButton { position:absolute; top:37px; left:297px; background:url(Images/MediumButton.png) 0 0 no-repeat; border:0; width:75px; height:28px; font-weight:bold; color:#fff; }
#VinLookupButton:hover  { background:url(Images/MediumButton.png) -75px 0 no-repeat; cursor:pointer; color:#eee; }

#EmailAFriendInput { position:relative; height:180px; font-size:10pt; }
#EmailAFriendInput input[type=text], #EmailAFriendInput textarea { font-size:12pt; }
#EmailAFriendInput label { display:block; position:absolute; }
#EmailAFriendInput label span:first-child { display:block; float:left; padding-right:6px; width:120px; text-align:right; }
#EmailAFriendInput input[type=text] { width:220px; }
#EmailAFriendInput h3 { position:relative; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#EmailAFriendInput label.FriendName { top:40px; left:0px; }
#EmailAFriendInput label.FriendEmail { top:40px; left:368px; }
#EmailAFriendInput label.YourName { top:70px; left:0px; }
#EmailAFriendInput label.YourEmail { top:70px; left:368px; }
#EmailAFriendInput label.Comments { top:100px; left:0px; }
#EmailAFriendInput label.Comments textarea { width:586px; height:60px; }

#ContactInfoInput { position:relative; height:200px; font-size:10pt; border:1px solid black; }
#ContactInfoInput input[type=text], #ContactInfoInput select, #ContactInfoInput textarea { font-size:12pt; }
#ContactInfoInput label { display:block; position:absolute; }
#ContactInfoInput label span:first-child { display:block; float:left; padding-right:6px; width:100px; text-align:right; }
#ContactInfoInput label input { width:184px; } 
#ContactInfoInput h3 { position:absolute; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#ContactInfoInput label.FormFirstName { top:40px; left:5px; }
#ContactInfoInput label.FormLastName { top:40px; left:305px; }
#ContactInfoInput label.FormEmail { top:70px; left:5px; }
#ContactInfoInput label.FormPhone { top:70px; left:485px; }
#ContactInfoInput label.FormPhone input { width:110px; }
#ContactInfoInput label.FormPhoneLabel { top:70px; left:305px; }
#ContactInfoInput label.FormPhoneLabel select { width:70px; }
#ContactInfoInput label.FormAdditionalInfo { top:130px; left:5px; }
#ContactInfoInput label.FormAdditionalInfo textarea { width:480px; height:50px; }
#ContactInfoInput span.FormFieldInstructions { font-style:italic; display:block; position:absolute; top:105px; left:65px; width:480px; text-align:center; }
#ContactAdditionalInfo { position:absolute; top:0px; left:106px; }

#ServiceAppointmentInput { position:relative; height:90px; font-size:10pt; border:1px solid black; }
#ServiceAppointmentInput input[type=text], #ServiceAppointmentInput select { font-size:12pt; }
#ServiceAppointmentInput label { display:block; position:absolute; }
#ServiceAppointmentInput label span:first-child { display:block; float:left; padding-right:6px; width:200px; text-align:right; }
#ServiceAppointmentInput h3 { position:relative; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#ServiceAppointmentInput label.FormDate { top:40px; left:200px; }
#ServiceAppointmentInput label.FormDate input { width:90px; }
#ServiceAppointmentInput label.FormTime { top:70px; left:200px; }
#ServiceAppointmentInput label.FormTime input { width:50px; }
#ServiceAppointmentInput label.FormTimeAmPm { top:70px; left:466px; }

#VehicleSummaryForForm { position:relative; font-size:10pt; background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; height:180px; }
#VehicleSummaryForForm h3 { position:relative; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#VehicleSummaryForForm .YearMakeModel { display:block; position:absolute; top:40px; left:15px; font-size:14pt; font-weight:bold; }
#VehicleSummaryForForm .Trim { display:block; position:absolute; top:70px; left:15px; font-size:10pt; }
#VehicleSummaryForForm label span:first-child { font-weight:bold; padding-right:4px; }
#VehicleSummaryForForm .Vin { display:block; position:absolute; top:90px; left:15px; font-size:10pt; }
#VehicleSummaryForForm .StockNumber { display:block; position:absolute; top:110px; left:15px; font-size:10pt; }
#VehicleSummaryForForm .Image { position:absolute; top:40px; left:552px; border:2px solid #666666; }

#PartsInfoInput { position:relative; height:100px; font-size:10pt; border:1px solid black; }
#PartsInfoInput textarea { font-size:12pt; }
#PartsInfoInput label { display:block; position:absolute; }
#PartsInfoInput label span:first-child { display:block; float:left; padding-right:6px; width:100px; text-align:right; }
#PartsInfoInput h3 { position:relative; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#PartsInfoInput label.FormPartsWanted { top:40px; left:5px; }
#PartsInfoInput label.FormPartsWanted textarea { width:480px; height:50px; }
#PartsWanted { position:absolute; top:0px; left:106px; }

#VehicleOptionsInput { position:relative; height:260px; font-size:10pt; background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#VehicleOptionsInput h3 { position:relative; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#VehicleConditionInput { position:relative; height:200px; font-size:10pt; background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#VehicleConditionInput input[type=text], #ContactInfoInput select, #ContactInfoInput textarea { font-size:12pt; }
#VehicleConditionInput label { display:block; position:absolute; }
#VehicleConditionInput label span:first-child { display:block; float:left; padding-right:6px; width:100px; text-align:right; }
#VehicleConditionInput label select { width:90px; } 
#VehicleConditionInput h3 { position:relative; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#VehicleConditionInput label.FormAccident { top:50px; left:10px; width:110px; text-align:center; }
#VehicleConditionInput label.FormBody { top:50px; left:120px; }
#VehicleConditionInput label.FormTires { top:80px; left:120px; }
#VehicleConditionInput label.FormMechanical { top:50px; left:336px; }
#VehicleConditionInput label.FormInterior { top:80px; left:336px; }
#VehicleConditionInput label.FormPaint { top:80px; left:516px; }
#VehicleConditionInput label.FormWorkNeeded { top:110px; left:120px; }
#VehicleConditionInput label.FormWorkNeeded textarea { width:480px; height:50px; }
#VehicleOptionsInput table { position:absolute; top:32px; width:100%; padding:0; margin:0; }
#VehicleOptionsInput table td { width:25%; vertical-align:top; text-align:left; padding:6px; margin:6px; }
#VehicleOptionsInput input[type=checkbox] { padding-right:6px; }
#VehicleOptionsInput li { padding:0px; margin:0px; }

#VehicleLookupDialog { display:none; }
#VehicleLookupInfo { position:relative; height:200px; font-size:14pt; }
#VehicleLookupInfo label { display:block; position:absolute; }
#VehicleLookupInfo label span:first-child { display:block; float:left; font-weight:bold; padding-right:6px; width:100px; text-align:right; }
#VehicleLookupInfo label.Vin { top:0px; left:20px; }
#VehicleLookupInfo label.Year { top:40px; left:20px; }
#VehicleLookupInfo label.Make { top:80px; left:20px; }
#VehicleLookupInfo label.Model { top:120px; left:20px; }
#VehicleLookupInfo label.Trim { top:160px; left:20px; }

#CreditAppAcceptTermsInput { }
#CreditAppESignature {}
form[id="CreditApplicationForm"] h1 { text-align:center; font-size:14pt; line-height:30px;}
form[id="CreditApplicationForm"] { position:relative; width:748px; }
form[id="CreditApplicationForm"] label { display:block; position:absolute; }
form[id="CreditApplicationForm"] label span:first-child { display:block; float:left; padding-right:6px; width:160px; text-align:right; }
#CreditApplicationForm h3 { position:absolute; top:5px; left:5px; width:300px; text-align:left; font-style:italic; font-size:12pt; }
#CreditAppContactInput { width:100%; height:210px; position:relative; }
#CreditAppContactInput .field-validation-error { padding-left:6px; }
#CreditAppContactInput input[type=text] { width:174px; }
#CreditAppContactInput label.FormFirstName { top:50px; left:0; }
#CreditAppContactInput label.FormFirstName .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppContactInput label.FormMiddleInitial { top:75px; left:0; }
#CreditAppContactInput label.FormLastName { top:100px; left:0; }
#CreditAppContactInput label.FormLastName .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppContactInput label.FormAddress { top:50px; left:350px; }
#CreditAppContactInput label.FormAddress .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppContactInput label.FormCity { top:75px; left:350px; }
#CreditAppContactInput label.FormCity .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppContactInput label.FormState { top:100px; left:350px; }
#CreditAppContactInput label.FormState .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppContactInput label.FormZip { top:125px; left:350px; }
#CreditAppContactInput label.FormZip .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppContactInput label.FormEmail { top:125px; left:0; }
#CreditAppContactInput label.FormEmail .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppContactInput label.FormPhone { top:150px; left:580px; }
#CreditAppContactInput label.FormPhone .RequiredFieldGlyph { position:absolute; top:1px; left:114px; }
#CreditAppContactInput label.FormPhone input { width:110px; }
#CreditAppContactInput label.FormPhoneLabel { top:150px; left:350px; }
#CreditAppContactInput label.FormPhoneLabel select { width:60px; }
#CreditAppContactInput label.FormSsn { top:150px; left:0; }
#CreditAppContactInput label.FormSsn .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppContactInput label.FormBirthday { top:175px; left:0; }
#CreditAppContactInput label.FormBirthday input[type=text] { width:70px; }
#CreditAppContactInput label.FormBirthday .RequiredFieldGlyph { position:absolute; top:1px; left:258px; }
#CreditAppContactInput label.FormDriversLicense { top:175px; left:350px; }
#CreditAppContactInput label.FormDriversLicense .RequiredFieldGlyph { position:absolute; top:1px; left:344px; }
#CreditAppFinancialBlock { position:relative; height:280px; }
#CreditAppResidenceInput { width:330px; height:265px; position:absolute; top:0px; left:0px; }
#CreditAppResidenceInput p { text-align:center; position:absolute; top:35px; left:0px; width:330px; }
#CreditAppResidenceInput label.FormRentOrOwn { top:60px; left:0; }
#CreditAppResidenceInput label.FormTimeAtYears{ top:85px; left:0; }
#CreditAppResidenceInput label.FormTimeAtYears input[type=text] { width:50px; }
#CreditAppResidenceInput label.FormTimeAtMonths { top:85px; left:224px; }
#CreditAppResidenceInput label.FormTimeAtMonths input[type=text] { width:50px; }
#CreditAppResidenceInput label.FormCostPerMonth { top:110px; left:0; }
#CreditAppResidenceInput label.FormCostPerMonth input[type=text] { width:108px; }
#CreditAppEmploymentInput { width:396px; height:265px; position:absolute; top:0px; left:0px; }
#CreditAppEmploymentInput input[type=text] { width:174px; }
#CreditAppEmploymentInput label.FormEmployer{ top:35px; left:0; }
#CreditAppEmploymentInput label.FormAddress { top:60px; left:0; }
#CreditAppEmploymentInput label.FormCity { top:85px; left:0; }
#CreditAppEmploymentInput label.FormState { top:110px; left:0; }
#CreditAppEmploymentInput label.FormZip { top:135px; left:0; }
#CreditAppEmploymentInput label.FormPhoneNumber { top:160px; left:0; }
#CreditAppEmploymentInput label.FormTimeAtYears{ top:185px; left:0; }
#CreditAppEmploymentInput label.FormTimeAtYears input[type=text] { width:50px; }
#CreditAppEmploymentInput label.FormTimeAtMonths { top:185px; left:224px; }
#CreditAppEmploymentInput label.FormTimeAtMonths input[type=text] { width:50px; }
#CreditAppEmploymentInput label.FormMonthlyIncome { top:210px; left:0; }
#CreditAppEmploymentInput label.FormExtraMonthlyIncome { top:235px; left:0; }
#CreditAppEmploymentInput label.FormMonthlyIncome input[type=text] { width:108px; }
#CreditAppEmploymentInput label.FormExtraMonthlyIncome input[type=text] { width:108px; }
#CreditAppCommentsInput { width:100%; height:110px; position:relative; }
#CreditAppCommentsInput textarea { position:absolute; top:35px; left:10px; width:710px; height:60px; margin:0; padding:0; }
#CreditAppVehiclesInput { width:100%; height:190px; position:relative; }
#CreditAppVehicleInterestedHeader { position:absolute; top:35px; left:200px; }
#CreditAppVehiclesInput .FormInterestedYear { top:60px; left:0;}
#CreditAppVehiclesInput .FormInterestedMake { top:85px; left:0;}
#CreditAppVehiclesInput .FormInterestedModel { top:110px; left:0;}
#CreditAppVehiclesInput .FormInterestedTrim { top:135px; left:0;}
#CreditAppVehiclesInput .FormInterestedStock { top:160px; left:0;}
#CreditAppVehicleTradeInHeader { position:absolute; top:35px; left:550px; }
#CreditAppVehiclesInput .FormTradeYear { top:60px; left:350px;}
#CreditAppVehiclesInput .FormTradeMake { top:85px; left:350px;}
#CreditAppVehiclesInput .FormTradeModel { top:110px; left:350px;}
#CreditAppVehiclesInput .FormTradeTrim { top:135px; left:350px;}
#CreditAppVehiclesInput .FormTradeMileage { top:160px; left:350px;}
#CreditAppCoBuyerInput { width:100%; height:430px; position:relative; border:1px solid black; }
#CreditAppCoBuyerInput input[type=text] { width:174px; }
#CreditAppCoBuyerInput .FormRelationship {top:50px; left:0;}
#CreditAppCoBuyerInput .FormFirstName {top:75px; left:0;}
#CreditAppCoBuyerInput .FormMiddleInitial {top:100px; left:0;}
#CreditAppCoBuyerInput .FormLastName {top:125px; left:0;}
#CreditAppCoBuyerInput .FormEmail {top:150px; left:0;}
#CreditAppCoBuyerInput .FormSsn {top:175px; left:0;}
#CreditAppCoBuyerInput .FormBirthday {top:200px; left:0;}
#CreditAppCoBuyerInput label.FormBirthday input[type=text] { width:70px; }
#CreditAppCoBuyerInput .FormAddress {top:50px; left:350px;}
#CreditAppCoBuyerInput .FormCity {top:75px; left:350px;}
#CreditAppCoBuyerInput .FormState {top:100px; left:350px;}
#CreditAppCoBuyerInput .FormZip {top:125px; left:350px;}
#CreditAppCoBuyerInput label.FormPhone { top:150px; left:580px; }
#CreditAppCoBuyerInput label.FormPhone input { width:110px; }
#CreditAppCoBuyerInput label.FormPhoneLabel { top:150px; left:350px; }
#CreditAppCoBuyerInput label.FormPhoneLabel select { width:60px; }
#CreditAppCoBuyerInput .FormDriversLicense {top:175px; left:350px;}
#CreditAppCoBuyerInput .FormRentOrOwn {top:275px; left:0;}
#CreditAppCoBuyerInput label.FormTimeAtYears{ top:300px; left:0; }
#CreditAppCoBuyerInput label.FormTimeAtYears input[type=text] { width:50px; }
#CreditAppCoBuyerInput label.FormTimeAtMonths { top:300px; left:224px; }
#CreditAppCoBuyerInput label.FormTimeAtMonths input[type=text] { width:50px; }
#CreditAppCoBuyerInput label.FormTimeAt input[type=text] { width:50px; }
#CreditAppCoBuyerInput .FormCostPerMonth {top:325px; left:0;}
#CreditAppCoBuyerInput .FormCostPerMonth input[type=text] { width:108px; }
#CreditAppCoBuyerInput .FormEmployer {top:225px; left:350px;}
#CreditAppCoBuyerInput .FormEmployerAddress {top:250px; left:350px;}
#CreditAppCoBuyerInput .FormEmployerCity {top:275px; left:350px;}
#CreditAppCoBuyerInput .FormEmployerState {top:300px; left:350px;}
#CreditAppCoBuyerInput .FormEmployerZip {top:325px; left:350px;}
#CreditAppCoBuyerInput label.FormEmployerTimeAtYears{ top:350px; left:350px; }
#CreditAppCoBuyerInput label.FormEmployerTimeAtYears input[type=text] { width:50px; }
#CreditAppCoBuyerInput label.FormEmployerTimeAtMonths { top:350px; left:574px; }
#CreditAppCoBuyerInput label.FormEmployerTimeAtMonths input[type=text] { width:50px; }
#CreditAppCoBuyerInput label.FormEmployerTimeAt input[type=text] { width:50px; }
#CreditAppCoBuyerInput .FormMonthlyIncome {top:375px; left:350px;}
#CreditAppCoBuyerInput .FormExtraMonthlyIncome {top:400px; left:350px;}
#CreditAppCoBuyerInput label.FormMonthlyIncome input[type=text] { width:108px; }
#CreditAppCoBuyerInput label.FormExtraMonthlyIncome input[type=text] { width:108px; }
#CreditAppCoBuyerResidenceMessage { padding:5px; text-align:center; position:absolute; top:240px; left:0; }
#CreditAppMoreInfoBlock  { width:100%; height:100px; position:relative; border:1px solid black; }
#CreditAppMoreInfoBlock  p { position:absolute; left:0px; top:30px; text-align:center; width:100%; }
#CreditAppMoreInfoBlock label.FormHaveCoBuyer { top:60px; left:110px; }
#CreditAppMoreInfoBlock label.FormHaveReferences { top:60px; left:460px; }
#CreditAppReferencesInput { width:100%; height:290px; position:relative; border:1px solid black; }
#CreditAppReferencesInput input[type=text] { width:174px; }
#CreditAppReferencesInput .FormRelationshipRef1 {top:35px; left:0;}
#CreditAppReferencesInput .FormFirstNameRef1 {top:60px; left:0;}
#CreditAppReferencesInput .FormMiddleInitialRef1 {top:85px; left:0;}
#CreditAppReferencesInput .FormLastNameRef1 {top:110px; left:0;}
#CreditAppReferencesInput .FormEmailRef1 {top:135px; left:0;}
#CreditAppReferencesInput .FormAddressRef1 {top:160px; left:0;}
#CreditAppReferencesInput .FormCityRef1 {top:185px; left:0;}
#CreditAppReferencesInput .FormStateRef1 {top:210px; left:0;}
#CreditAppReferencesInput .FormZipRef1 {top:235px; left:0;}
#CreditAppReferencesInput .FormContactPhoneRef1 {top:260px; left:0;}
#CreditAppReferencesInput label.FormPhoneRef1 { top:260px; left:230px; }
#CreditAppReferencesInput label.FormPhoneRef1 input { width:110px; }
#CreditAppReferencesInput label.FormPhoneLabelRef1 { top:260px; left:0; }
#CreditAppReferencesInput label.FormPhoneLabelRef1 select { width:60px; }
#CreditAppReferencesInput .FormRelationshipRef2 {top:35px; left:350px;}
#CreditAppReferencesInput .FormFirstNameRef2 {top:60px; left:350px;}
#CreditAppReferencesInput .FormMiddleInitialRef2 {top:85px; left:350px;}
#CreditAppReferencesInput .FormLastNameRef2 {top:110px; left:350px;}
#CreditAppReferencesInput .FormEmailRef2 {top:135px; left:350px;}
#CreditAppReferencesInput .FormAddressRef2 {top:160px; left:350px;}
#CreditAppReferencesInput .FormCityRef2 {top:185px; left:350px;}
#CreditAppReferencesInput .FormStateRef2 {top:210px; left:350px;}
#CreditAppReferencesInput .FormZipRef2 {top:235px; left:350px;}
#CreditAppReferencesInput label.FormPhoneRef2 { top:260px; left:580px; }
#CreditAppReferencesInput label.FormPhoneRef2 input { width:110px; }
#CreditAppReferencesInput label.FormPhoneLabelRef2 { top:260px; left:350px; }
#CreditAppReferencesInput label.FormPhoneLabelRef2 select { width:60px; }
#CreditAppFooter { position:relative; height:72px; left:81px; width:748px; }
form[id="CreditApplicationForm"] #SubmitButton { position:absolute; left:0px; top:0px; }
#CreditAppSslMessage { position:absolute; left:300px; top:24px; width:400px; font-size:12pt; }
#CreditAppSslSeal { position:absolute; left:662px; top:0px; display:block; width:88px; height:72px; background:url(Images/ComodoSeal.jpg) no-repeat; }
#CreditAppSignatureDialog { display:none; font-size:12pt; }
#CreditAppSignatureDialog ol { list-style-type:decimal; margin:1em 0; margin-left:40px; padding-left:0; line-height:1.5em; }
#CreditAppSignatureDialog label#CreditAppAcceptTermsInput { position:absolute; top:290px; left:60px; }
#CreditAppSignatureDialog label#CreditAppESignature { position:absolute; top:288px; left:270px; }
#CreditAppSignatureDialog input[type=text] { width:220px; }

input.blur { color: #999; }

.VehicleDetails { position:relative; left:160px; width:750px; background:url(Images/VehicleDetailsBackground.jpg) repeat-x; }
#PrintVehicleButton { position:absolute; top:130px; left:667px; }
.VehicleDetailsBlock { height:160px; }
.VehicleDetailsBlock .VehicleTrim { color:#DBAE49; margin-left:6px; font-size:14pt; }
.VehicleDetailsBlock dl { margin:0; font-size:9pt; padding-left:6px; }
.VehicleDetailsBlock dt { float:left; line-height:100%; padding-right:8px; font-weight:bold; clear:both; }
.VehicleDetailsBlock dd { margin:0; padding:0 2px 0 0; line-height:100%; min-height:14px; }
.VehicleName { margin:0; padding-left:4px; font-size:16pt; font-weight:bold; line-height:30px; color:#FFFFFF; height:60px; background:url(Images/VehicleDetailsHeader.jpg); }
#VehiclePrice { position:absolute; text-align:left; text-indent:100px; letter-spacing:-1px; line-height:50px; color:#FFFFFF; top:0px; left:520px; width:140px; font-size:24pt; font-weight:bold; z-index:2; width:220px; height:57px; background:url(Images/VehicleDetailsPrice.png) no-repeat; }
#VehicleIconsAndLinks { position:absolute; top:60px; left:340px; width:390px; }
#VehicleIconsAndLinks li { float:right; margin-left:10px; }
#VehicleMediaTabs { margin-left:5px; width:731px; min-height:400px; }
#VehicleDetailTabs { margin:15px 0 0 5px; width:731px; min-height:200px; }
#VehicleDetailsTabs .ui-tabs .ui-tabs-panel { width:748px; }
#VehicleDetailTabs p { font-size:10pt; }
#VehicleDetailTabs ul { margin:0; padding-left:1em; font-size:10pt; }
#VehicleMediaTabs ul, #VehicleDetailTabs ul { margin:0; padding-left:1em; font-size:0.8em; }
#VehicleDetailTabs dt, #VehicleDetailTabs dl { font-size:10pt; line-height:130%; }
#VehicleDetailTabs dt { float:left; padding-right:8px; font-weight:bold; clear:both; }
#VehicleDetailTabs dd { text-align:right; margin:0; padding:0 2px 0 0; min-height:16px; }
.CallsToActionTitle { position:absolute; left:-3px; top:78px; color:#fff; font-weight:bold; font-size:17pt; letter-spacing:0px; width:156px; text-align:center; }
.CallsToActionList { position:absolute; left:0px; top:102px; margin:0; padding:0; }
.CallsToActionList li { width:150px; height:58px; list-style-type:none; padding:5px 0 0 0; text-align:center; margin:0px; }
.CallsToActionList li a { color:#fff; display:block; text-decoration:none; background:url(Images/CallToActionButton.png) 0 0 no-repeat; font-size:9pt; line-height:58px; font-weight:bold; }
.CallsToActionList li a:link, .CallsToActionList li a:visited, .CallsToActionList li a:active { color:#fff; font-size:9pt; font-weight:bold; }
.CallsToActionList li a:hover { background:url(Images/CallToActionButton.png) -150px 0 no-repeat; color:#eee; cursor:pointer; font-size:9pt; font-weight:bold; }

#VehicleNotFoundDialog { display:none; }

.PrintButton { border:0; color:#fff; padding-left:15px; background:url(Images/PrintButton.png) 0px 0 no-repeat; width:75px; height:24px; }
.PrintButton:hover { color:#ccc; padding-left:15px; background:url(Images/PrintButton.png) -75px 0 no-repeat; cursor:pointer; }

.FormSubmittedMessage { font-size:14pt; font-style:italic; }

#SimulatedVideoSlideshow { position:relative; width:480px; height:360px; overflow:hidden; }
#SimulatedVideoSlideshow img { position:absolute; left:0px; top:0px; }

.VideoPlayerControls { position:relative; width:480px; height:35px; }
.VideoPlayerBarLeft { position:absolute; left:0px; top:0px; width:9px; height:35px; background:url(Images/VideoPlayerBar.png) 0px 0px no-repeat; }
.VideoPlayerBar { position:absolute; left:9px; top:0px; width:462px; height:35px; background:url(Images/VideoPlayerBarBackground.png) repeat-x; }
.VideoPlayerPlay { display:none; position:absolute; left:50px; top:11px; width:9px; height:11px; background:url(Images/VideoPlayerBar.png) -24px 0px no-repeat; cursor:pointer; }
.VideoPlayerRewind { position:absolute; left:14px; top:11px; width:15px; height:12px; background:url(Images/VideoPlayerBar.png) -9px 0px no-repeat; cursor:pointer; }
.VideoPlayerBarRight { position:absolute; left:471px; top:0px; width:9px; height:35px; background:url(Images/VideoPlayerBar.png) -33px 0px no-repeat; }

.ui-datepicker { z-index:4; }
.RequiredFieldGlyph { display:block; width:6px; height:16px; background-color:#cc3333; }

.ProcessingMessage { padding:6px; font-weight:bold; font-family:Verdana Arial; font-size:12pt; letter-spacing:0px; }
.ProcessingGlyph { display:block; width:15px; height:15px; background:url(Images/busy.gif) no-repeat; float:left; }


#ServiceAppointmentInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; height:110px; }
#PartsInfoInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; height:110px; }
#VehicleInfoInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; height:200px; }
#EmailAFriendInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#ContactInfoInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#CreditAppContactInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#CreditAppResidenceInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#CreditAppEmploymentInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; margin-left:352px; }
#CreditAppCommentsInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#CreditAppVehiclesInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#CreditAppCoBuyerInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#CreditAppReferencesInput { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }
#CreditAppMoreInfoBlock  { background: url(Images/FormBlockBackground.png); margin-bottom:10px; border:1px solid #666666; }

form[id="CreditApplicationForm"] { position:relative; left:81px; width:748px; }
form[id="QuickQuoteForm"] { position:relative; left:81px; width:748px; }
form[id="ScheduleDemoForm"] { position:relative; left:81px; width:748px; }
form[id="TradeInAppraisalForm"] { position:relative; left:81px; width:748px; }
form[id="EmailAFriendForm"] { position:relative; left:81px; width:748px; }
form[id="PartsOrderForm"] { position:relative; left:81px; width:748px; }
form[id="ServiceAppointmentForm"] { position:relative; left:81px; width:748px; }

.WebsiteAds { text-align:center; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20Helvetica,%20sans-serif&fwDefault=bold&fsDefault=1.0em&cornerRadius=0px&bgColorHeader=333366&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=25&borderColorHeader=231d2b&fcHeader=ffffff&iconColorHeader=a8a3ae&bgColorContent=666699&bgTextureContent=12_gloss_wave.png&bgImgOpacityContent=30&borderColorContent=7e7783&fcContent=ffffff&iconColorContent=ffffff&bgColorDefault=dcd9de&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dcd9de&fcDefault=665874&iconColorDefault=8d78a5&bgColorHover=eae6ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=100&borderColorHover=d1c5d8&fcHover=734d99&iconColorHover=734d99&bgColorActive=999999&bgTextureActive=03_highlight_soft.png&bgImgOpacityActive=45&borderColorActive=7e7783&fcActive=fff&iconColorActive=454545&bgColorHighlight=fafafa&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=ffdb1f&fcHighlight=333333&iconColorHighlight=8d78a5&bgColorError=994d53&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=994d53&fcError=ffffff&iconColorError=ebccce&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #7e7783; background: #666699 url(images/ui-bg_gloss-wave_30_666699_500x100.png) 50% top repeat-x; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #231d2b; background: #333366 url(images/ui-bg_highlight-soft_25_333366_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #dcd9de; background: #dcd9de url(images/ui-bg_highlight-soft_100_dcd9de_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #665874; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #665874; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #d1c5d8; background: #eae6ea url(images/ui-bg_highlight-soft_100_eae6ea_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #734d99; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #734d99; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #7e7783; background: #999999 url(images/ui-bg_highlight-soft_45_999999_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #fff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #fff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #ffdb1f; background: #fafafa url(images/ui-bg_flat_55_fafafa_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #333333; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #994d53; background: #994d53 url(images/ui-bg_flat_55_994d53_40x100.png) 50% 50% repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_a8a3ae_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_8d78a5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_734d99_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_8d78a5_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ebccce_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -webkit-border-radius: 0px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

