@import url(./nav_header-1.1.css);
@import url(http://images1.ecarlist.com/sites/common/sitemap-2.0.css);

/**** Parkplace Homepage 1752  ****/

body {
	background:#000;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:left;
	color:#000;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
}

p {
	margin-top:0px;
	margin-bottom:8px;
	font-family: Verdana, Arial, sans-serif;
}
h1 {
	font-size:16pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h3 {
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h4 {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0px;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#fff;
}

a:visited {}
a:active { outline:none; }
a:focus { outline-style: none; }

ul, li{
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

.DD_belatedPNG_sizeFinder {
	visibility: hidden;
	position: absolute;
	left: -10000px;
}

/*containers*/

#container_wrapper {
	display: table;
	width: 100%;
	background: url('../images_homepage/containerWrapper_bg.jpg') no-repeat center top;
}

#container{
	width: 980px;
	margin: 0 auto;
}

#header{
	background:url('../images/header_bg.jpg') no-repeat;
	margin: 0px auto;
	width: 980px;
	height: 150px;
}

#content{
	width: 930px;
	background: url('../images_homepage/content_bg_v2.jpg') repeat-y;
	margin: 0px auto;
}

#content_top{
	width: 930px;
	height: 47px;
	background: url('../images_homepage/contentTop_bg_v2.jpg') no-repeat;
}

#content_bottom{
	width: 930px;
	height: 28px;
	background: url('../images_homepage/contentBottom_bg_v2.jpg') no-repeat;
}

/****active states******/

#home ul#priNav li a#priNav_Home {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#inventory ul#priNav li a#priNav_Inventory {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#vehicle ul#priNav li a#priNav_Inventory {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#financing ul#priNav li a#priNav_Finance {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#shipping ul#priNav li a#priNav_Shipping {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#warranty ul#priNav li a#priNav_Warranty {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#notify ul#priNav li a#priNav_Vehicle_Finder {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#about ul#priNav li a#priNav_About_Us {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#contact ul#priNav li a#priNav_Contact_Us {
	background: url('../images/priNav_hover.jpg') no-repeat bottom center;
}

#priNav_hide {
	display: none;
}

/*dropdown menu*/

#dropmenudiv, #dropmenudiv_firefox{
	margin-left:1px;
	margin-top: 2px;
	position:absolute;
	top:-1px;
	background: #fff;
	font:normal 9pt Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:1000;
	text-align:left;
	padding: 0px;
	width:100%;
	padding: 0px 5px 0px 5px;
	border-top: none;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	z-index:1000;
	display: block;
	white-space:nowrap;
	width:100%;
	color: #404040;
	padding: 3px 0px;
	font-family: Arial;
  	font-weight: bold;
  	font-size: 11px;
	text-indent: 5px;
	text-decoration: none;
	border-bottom: 1px solid #dcdcdc;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover { 
	background: #4c4c4c;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
}

/****Search Inventory Menu*****/

ul#searchInv_menu {
	list-style-type: none;
	float: left;
	display: inline;
	background: url('../images_homepage/searchInv_bg.png') no-repeat;
	width: 214px;
	height: 199px;
	margin: 0px 0px 0px 32px;
}

ul#searchInv_menu li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
}

ul#searchInv_menu li.first {
	margin-top: 72px;
}

ul#searchInv_menu li a{
	float: left;
	display: block;
	background: url('../images_homepage/quicklinkButtons_bg.png') no-repeat;
	width: 198px;
	height: 34px;
	color: #000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	text-indent: 18px;
	line-height: 32px;
}

ul#searchInv_menu li a:hover{
	color: #5A5B5E;
}

ul#searchInv_menu li a#searchInv_button001{
	background-position: 0px -3px;
}

ul#searchInv_menu li a#searchInv_button002{
	background-position: 0px -34px;
}

ul#searchInv_menu li a#searchInv_button003{
	background-position: 0px -67px;
}

ul#searchInv_menu li a#searchInv_button001:hover{
	background-position: -199px -3px;
}

ul#searchInv_menu li a#searchInv_button002:hover{
	background-position: -399px -34px;
}

ul#searchInv_menu li a#searchInv_button003:hover{
	background-position: -598px -67px;
}

ul#searchInv_menu li a#searchInv_specials {
	display:none;
}

/****Service Menu *****/

ul#serviceMenu_container {
	list-style-type: none;
	clear:left;
	float: left;
	display: inline;
	background: url('../images_homepage/serviceMenu_bg.png') no-repeat;
	width: 214px;
	height: 199px;
	margin: 0px 0px 0px 32px;
}

ul#serviceMenu_container li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
}

ul#serviceMenu_container li.first {
	margin-top: 72px;
}

ul#serviceMenu_container li a{
	float: left;
	display: block;
	background: url('../images_homepage/quicklinkButtons_bg.png') no-repeat;
	width: 198px;
	height: 34px;
	color: #000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	text-indent: 18px;
	line-height: 32px;
}

ul#serviceMenu_container li a:hover{
	color: #5A5B5E;
}

ul#serviceMenu_container a#serviceMenu_button001{
	background-position: 0px -2px;
}

ul#serviceMenu_container a#serviceMenu_button002{
	background-position: 0px -34px;
}

ul#serviceMenu_container a#serviceMenu_button003{
	background-position: 0px -67px;
}

ul#serviceMenu_container a#serviceMenu_button001:hover{
	background-position: -199px -3px;
}

ul#serviceMenu_container a#serviceMenu_button002:hover{
	background-position: -399px -34px;
}

ul#serviceMenu_container a#serviceMenu_button003:hover{
	background-position: -598px -67px;
}


/****Service Headers****/

h3.service_specials_pane_header{
	width: 485px;
	height: 28px;
	background: url('../images_homepage/searchService_specials_header.png') no-repeat;
	text-indent: -9000px;
	float: left;
	display: inline;
	margin: 15px 0px 0px 21px;
}

h3.service_pane_header{
	width: 485px;
	height: 28px;
	background: url('../images_homepage/searchService_schedule_header.png') no-repeat;
	text-indent: -9000px;
	float: left;
	display: inline;
	margin: 15px 0px 0px 21px;
}

/******Specials Flash Area******/
div#special_images {
	width: 640px;
	height: 366px;
	position: relative;
	margin: 5px 0px 0px 5px;
}

div.special_image {
	display:none;
	position:absolute;
	top:0;
	left:0;		
}

#nextPrev_container {
	float: left;
	display: inline;
	margin: -5px 0px 0px 8px;
}

#nextPrev_container a {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
}

#specials_tabs {
	float: right;
	display: inline;
	margin: 0px 18px 0px 0px;
}

#specials_tabs a {
	display: block;
	background: url('../images_homepage/specialsDots_bg.jpg') no-repeat;
	width: 11px;
	height: 12px;
	text-indent: -9000px;
	float: left;
}

#specials_tabs a.current {
	background-position: -14px 0px;
}

/*****Home Find Bar******/

#homeFindbar_container {
	float: left;
	display: inline;
	width: 875px;
	height: 57px;
	background: url('../images_homepage/homeFindbar_bg_v2.png') no-repeat;
	margin: 0px 0px 0px 32px;
}

#homeFindbar_container #social_icons {
	float: left;
	display: inline;
	height: 36px;
	width: 330px;
	line-height: 34px;
	margin: 7px 0px 0px 7px;
	border-right: 1px solid black;
}

#homeFindbar_container #social_icons ul {
	margin-left: 10px;
}

#homeFindbar_container #social_icons li {
	float: left;
	list-style: none;
	margin-right: 21px;
}

#social_icons li a {
	width: 32px;
	height: 32px;
	display: block;
}

#social_icons #facebook {
background: url(http://images1.ecarlist.com/sites/images/social_media_icons.png) 143px 0px;
}
#social_icons #twitter {
background: url(http://images1.ecarlist.com/sites/images/social_media_icons.png) 0px 0px;
}
#social_icons #youtube {
background: url(http://images1.ecarlist.com/sites/images/social_media_icons.png) 106px 0px;
}
#social_icons #blog {
background: url(http://images1.ecarlist.com/sites/images/social_media_icons.png) 180px 0px;
}
#social_icons #googleplus {
background: url(http://images1.ecarlist.com/sites/images/social_media_icons.png) 69px 0px;
}
#social_icons #dealerrater {
background: url(http://images1.ecarlist.com/sites/images/social_media_icons.png) 32px 0px;
}

#google_search {
	float: left;
	display: inline; 
	color: #fff;
	height: 36px;
	width: 200px;
	line-height: 34px;
	margin: 5px 0px 0px 7px;
	border-right: 1px solid #000;
	padding: 0px 5px 0px 0px;
}

#google_search #cse-search-box div {
	white-space: nowrap
}

p#facebook_link {
	font-size: 12px;
	float: left;
	display: inline; 
	color: #fff;
	height: 36px;
	width: 100px;
	line-height: 34px;
	margin: 5px 0px 0px 15px;
	border-right: 1px solid #000;
	padding: 0px 14px 0px 0px;
}

p#facebook_link span{
	display: block;
	float: left;
}

p#facebook_link a {
	float: right;
	display: block;
	text-indent: -9000px;
	width: 24px;
	height: 24px;
	background: url('../images_homepage/facebook_link.gif') no-repeat;
	margin: 6px 0px 0px 0px;
}

p#dealershipNews_button {
	float: left;
	display: inline;
	border-right: 1px solid #000;
	padding-right: 5px;
	margin: 4px 0px 0px 8px;
}

p#dealershipNews_button a {
	float: left;
	display: block;
	text-indent: -9000px;
	width: 162px;
	height: 38px;
	background: url('../images_homepage/homeBottom_buttons.png') no-repeat;
}

p#dealershipNews_button a:hover {
	background-position: -163px 0px;
}

p#signup_button {
	float: left;
	display: inline;
	border-right: 1px solid #000;
	padding-right: 5px;
	margin: 4px 5px 0px 5px;
}

p#signup_button a {
	float: left;
	display: block;
	text-indent: -9000px;
	width: 162px;
	height: 38px;
	background: url('../images_homepage/homeBottom_buttons.png') no-repeat;
	background-position: 0px -41px;
}

p#signup_button a:hover {
	background-position: -163px -41px;
}

p#careers_button {
	float: left;
	display: inline;
	margin: 4px 0px 0px 0px;
}

p#careers_button a {
	float: left;
	display: block;
	text-indent: -9000px;
	width: 162px;
	height: 38px;
	background: url('../images_homepage/homeBottom_buttons.png') no-repeat;
	background-position: 0px -82px;
}

p#careers_button a:hover {
	background-position: -163px -82px;
}

p#signup_link a { color: #fff; text-decoration: none; }

p#signup_link a:hover { color: #fff; text-decoration: underline; }



/*footer*/

#footer{
	text-align: left;
	width: 950px;
	height: 150px;
	font-family: Helvetica, sans-serif;
	color: #424446;
	margin: 0 auto;
	font-size: 11px;
	background: url('../images/footer_bg.png') repeat-y;
}

#footer a, #footer a:link, #footer a:visited {
	color: #424446;
	text-decoration: none;
}

#footer a:hover{
	color: #ccc;
}

#footer_content{
	text-align: center;
	background: url('../images/footerContent_bg.jpg') no-repeat;
}

ul#footerNav{
	list-style-type: none;
	margin: 20px 0px 5px 0px;
}

ul#footerNav li{
	display: inline;
	border-right: 1px solid #444;
	margin: 0px 5px 0px 0px;
}

ul#footerNav li.last{
	border-right: none;
}

ul#footerNav li a{
	display: inline;
	padding: 0px 4px 0px 0px;
	
}

ul#footerNav li a:hover{
	text-decoration: underline;	
}

ul#ec_footer{
	list-style-type: none;
	padding-bottom: 6px;
}

ul#ec_footer li{
	display: inline;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #444;
}

ul#ec_footer li.last{
	border-right: none;
}

ul#ec_footer li a, ul#ec_footer li.first{
	display: inline;
	padding: 0px 4px 0px 0px;
}

ul#ec_footer li a:hover, #footer a:hover{
	text-decoration: underline;
}

#footer h3{
	width: 202px;
	margin: 10px auto;
}

#footer h3 a#ecarlist_logo { display:block; width:202px; height:19px; text-indent:-9000px; background:url('../images/ecarlist_dt_logo.png') 0px 0px no-repeat; }
#footer h3 a#ecarlist_logo:hover { background-position:-203px 0px; }

/*****ie6 styles****/

/*###### =dealer_info ######
##########################*/
#dealer_info {
	clear:both;
	width: 100%;
	margin: 0px auto;
}
#dealer_info h3 {
	background: #e6e6e6;
	cursor:pointer;
	margin: 0 auto;
	background: url('../images_homepage/seoTitle_bars_v3.jpg') no-repeat;
	text-indent: -9000px;
	height: 19px;
	width: 956px;
}

#dealer_info h3#seoLink_001 {
	background-position: center -430px;
	height: 21px;
}

#dealer_info h3#seoLink_002 {
	background-position: center 0px;
}

#dealer_info h3#seoLink_003 {
	background-position: center -20px;
}

#dealer_info h3#seoLink_004 {
	background-position: center -40px;
}

#dealer_info h3#seoLink_005 {
	background-position: center -78px;
	height: 20px;
}

#dealer_info h3#seoLink_006 {
	background-position: center -157px;
	height: 20px;
}

#dealer_info h3#seoLink_007 {
	background-position: center -195px;
}

#dealer_info h3#seoLink_008 {
	background-position: center -58px;
}

#dealer_info h3#seoLink_009 {
	background-position: center -98px;
}

#dealer_info h3#seoLink_010 {
	background-position: center -118px;
}

#dealer_info h3#seoLink_012 {
	background-position: center -138px;
}

#dealer_info h3#seoLink_011 {
	background-position: center -176px;
}


#dealer_info h3.current {
	cursor:default;
	background: url('../images_homepage/seoTitle_bars_v3.jpg') no-repeat;
}

.seoLink_expanded {
	width: 100%;
	display: table;
	background: url('../images_homepage/seoTitle_bars_v3.jpg') no-repeat;
}

#seoLink_001_exp.seoLink_expanded, #dealer_info h3#seoLink_001.current {
	background-position: center -450px;
}

#seoLink_002_exp.seoLink_expanded, #dealer_info h3#seoLink_002.current {
	background-position: center -217px;
}

#seoLink_003_exp.seoLink_expanded, #dealer_info h3#seoLink_003.current {
	background-position: center -236px;
}

#seoLink_004_exp.seoLink_expanded, #dealer_info h3#seoLink_04.current {
	background-position: center -255px;
}

#seoLink_005_exp.seoLink_expanded, #dealer_info h3#seoLink_005.current {
	background-position: center -294px;
}

#seoLink_006_exp.seoLink_expanded, #dealer_info h3#seoLink_006.current {
	background-position: center -373px;
}

#seoLink_007_exp.seoLink_expanded, #dealer_info h3#seoLink_007.current {
	background-position: center -412px;
}

#seoLink_008_exp.seoLink_expanded, #dealer_info h3#seoLink_008.current {
	background-position: center -274px;
}

#seoLink_009_exp.seoLink_expanded, #dealer_info h3#seoLink_009.current {
	cursor:default;
	background-position: center -314px;
}

#seoLink_010_exp.seoLink_expanded, #dealer_info h3#seoLink_010.current {
	cursor:default;
	background-position: center -334px;
}

#seoLink_011_exp.seoLink_expanded, #dealer_info h3#seoLink_011.current {
	cursor:default;
	background-position: center -392px;
}

#seoLink_012_exp.seoLink_expanded, #dealer_info h3#seoLink_012.current {
	cursor:default;
	background-position: center -354px;
}

#dealer_info .pane {
	display:none;
	background: #efece7;
	padding:0px;
	width: 100%;
}

#dealer_info .pane .pane_top {
	background: #000 url('../images_homepage/pane_top_v2.png') no-repeat center top;
	padding:0px;
	width: 100%;
	height: 35px;
}

#dealer_info .pane .pane_bottom {
	background: #000 url('../images_homepage/pane_bottom_v2.png') no-repeat center bottom;
	padding:0px;
	width: 100%;
	height: 39px;
}

#dealer_info .pane .pane_content {
	background: #000 url('../images_homepage/pane_content_v2.png') repeat-y center top;
	padding:0px;
	width: 100%;
	overflow: hidden;
}

#dealer_info .pane .pane_content .pane_inner {
	width: 940px;
	margin: 0px auto;
	font-size: 12px;
}

.pane_inner h4 {
	float: left;
	display: inline;
	width: 496px;
	margin: 15px 0px;
	font-size: 20px;
}

.pane_inner h5#seoHeader_001 {
	margin: 15px 0px;
	font-size: 20px;
}

.pane_inner p {
	float: left;
	padding: 0px 10px 5px 0px;
	width: 496px;
	font-size: 8pt;
	line-height: 11pt;
}

.pane_inner .paraSingle {
	float: left;
	padding: 0px 0px 5px 0px;
	width: 496px;
}

.pane_inner .paraSingle p,  {
	font-size: 8pt;
	line-height: 11pt;
	float: none;
	width: inherit
}

#viewmorehome { width: 570px; float: right; display: inline; margin-right: 30px; clear: both; text-align: right; }

a:hover#viewmorehome { color:#666; }

a:hover#viewmorehome2 { color:#666; }

.pane_inner p a:hover { color:#666; }

#paragraphExpand a:hover { color: #666;}

#paragraphExpand { float: left; padding: 0px 10px 5px 0px; width: 610px; font-size: 8pt; line-height: 11pt; }

#paragraphExpand2 a:hover { color: #666;}

#paragraphExpand2 { float: left; padding: 0px 0px 5px 0px; width: inherit; font-size: 8pt; line-height: 11pt; }


/*##### =VIEW THE PARK PLACE EXPERIENCE #####
#######################*/

/* use a semi-transparent image for the overlay */ 
#overlay { 
    background: transparent url(../images/home_overlay.png) no-repeat; 
    color:#efefef; 
    height:544px;
    width:1040px;
    display: none;
   	text-align: center;
	z-index: 10;
} 

* html #overlay { 
    background: transparent url(../images/home_overlay_8.png) no-repeat; 
    color:#efefef; 
    height:544px;
    width:1040px;
    display: none;
   	text-align: center;
	z-index: 10;
} 

#overlay .close {
	background: transparent url(../images/overlay_close.png) no-repeat;
	height: 17px;
	width: 43px;
	position: absolute;
	top: 22px;
	right: 22px;
}

/* container for external content. uses vertical scrollbar, if needed */ 
#overlay contentWrap { 
    height:442px;
    width: 960px; 
    overflow-y:auto;
    margin: 45px auto 0;
}


/*##### =flowplayer #####
#######################*/

.video_container{
	float: left;
	display: inline;
	background: url('../images_homepage/seoVideo_bg.png') no-repeat;
	width: 353px;
	height: 254px;
	margin: 5px 15px 0px 40px;
	position: relative;
}

.video_container iframe{
	border: none;
}

.video_container_right{
	float: left;
	display: inline;
	background: url('../images_homepage/videoPlayer_bg.png') no-repeat;
	width: 277px;
	height: 212px;
	margin: 5px 0px 0px 5px;
	position: relative;
}

.seoVideo_player {
	float: left;
	display: inline;
	width: 325px;
	height: 228px;
	margin: 12px 0px 0px 14px;
}
.seoVideo_player a {
	display:block;
	width: 100%;
	height: 100%;
}

.seoVideo_player_right{
	float: left;
	display: inline;
	width: 230px;
	height: 146px;
	margin: 18px 0px 0px 22px;
}

#ec_flowplayer_controlbar_parkplace, #ec_flowplayer_controlbar_lexus, #ec_flowplayer_controlbar_mercedes, #ec_flowplayer_controlbar_porsche, #ec_flowplayer_controlbar_bentley, #ec_flowplayer_controlbar_volvo, #ec_flowplayer_controlbar_smart, #ec_flowplayer_controlbar_jaguar {
	height: 15px;
	position: relative;
}

.seoVideo_player a.play,
.seoVideo_player a.pause {
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(http://images1.ecarlist.com/sites/video/controlbar/images/control_bar.png) no-repeat 0 0;
	text-indent: -9000px;
}

.seoVideo_player a.play:hover {
	background-position: 0 -21px;
}
.seoVideo_player a.pause {
	background-position: -20px 0;
}
.seoVideo_player a.pause:hover {
	background-position: -20px -21px;
}
.seoVideo_player a.mute,
.seoVideo_player a.unmute {
	display:block;
	position:absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(http://images1.ecarlist.com/sites/video/controlbar/images/control_bar.png) no-repeat -60px 0;
	text-indent: -9000px;
}

.seoVideo_player a.mute:hover {
	background-position: -60px -21px;
}
.seoVideo_player a.unmute {
	background-position: -80px 0;
}
.seoVideo_player a.unmute:hover {
	background-position: -80px -21px;
}

.seoVideo_player div.time {
	display:none;
}

.seoVideo_player a.ecl_video_unmute {
	display:block;
	width: 230px;
	text-decoration: none;
	text-align: center;
	padding: 2px 0 0;
	position: absolute;
	top: 10px;
	padding-top: 115px
}

.seoVideo_player a.ecl_video_unmute span {
	display: block;
	height: 18px;
	width: 230px;
	background: #fff;
	opacity: 0.65;
}


.ecl_video_unmute:hover {
	color: #000;
}

/* ##### track - progress, buffer, playhead  #####
################################################*/
.seoVideo_player .track {
	position:absolute;
	height:15px; 
	left: 25px;
	top:4px;
	width:160px;
	overflow:hidden;
}
.seoVideo_player .progress,
.seoVideo_player .buffer {
	position: absolute;
	height:5px; 
	top:3px;
}
.seoVideo_player .progress {
	background: #999;
}
.seoVideo_player .buffer {
	background: #ccc;
	opacity: 0.25;
}
.seoVideo_player .playhead {
	position:absolute;
	height:13px;
	width: 11px;
	background: url(http://images1.ecarlist.com/sites/video/controlbar/images/control_bar.png) no-repeat -45px -4px;
}

#flowplayer_playlist_parkplace, #flowplayer_playlist_lexus, #flowplayer_playlist_porsche, #flowplayer_playlist_mercedes, #flowplayer_playlist_bentley, #flowplayer_playlist_smart, #flowplayer_playlist_volvo, #flowplayer_playlist_jaguar { 
	float:right;
	display: inline;
	margin: 12px 0px 0px 0px;
}

#flowplayer_playlist_parkplace a, #flowplayer_playlist_lexus a, #flowplayer_playlist_porsche a, #flowplayer_playlist_mercedes a, #flowplayer_playlist_bentley a, #flowplayer_playlist_smart a, #flowplayer_playlist_volvo a, #flowplayer_playlist_jaguar a {
	float:left;
	display: block;
	margin: 0 0 0 5px;
	height:16px;
	width:15px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#flowplayer_playlist_lexus a:parkplace, #flowplayer_playlist_lexus a:hover, #flowplayer_playlist_porsche a:hover, #flowplayer_playlist_mercedes a:hover, #flowplayer_playlist_bentley a:hover, #flowplayer_playlist_smart a:hover, #flowplayer_playlist_volvo a:hover, #flowplayer_playlist_jaguar a:hover {
	color: #666;
}

#flowplayer_playlist_parkplace a.playing, #flowplayer_playlist_lexus a.playing, #flowplayer_playlist_porsche a.playing, #flowplayer_playlist_mercedes a.playing, #flowplayer_playlist_bentley a.playing, #flowplayer_playlist_smart a.playing, #flowplayer_playlist_volvo a.playing, #flowplayer_playlist_jaguar a.playing  {
	background: #ccc; text-align: center;
}

/*###### =toppane ######
######################*/
#toppane_container {
	margin: 0px 22px 0px 0px;
	float:right;
	display:inline;
	width: 662px;
	height: 396px;
	background: url('../images_homepage/searchFilter_bg.png') no-repeat;
	overflow: hidden;
}
.toppane {
	display:none;
}

.toppane ul{
	list-style-type: none;
}

h3.searchNew_header{
	width: 407px;
	height: 28px;
	background: url('../images_homepage/searchNew_header.png') no-repeat;
	text-indent: -9000px;
	float: left;
	display: inline;
	margin: 15px 0px 0px 21px;
}

h3.searchPreowned_header{
	width: 485px;
	height: 28px;
	background: url('../images_homepage/searchPreowned_header.png') no-repeat;
	text-indent: -9000px;
	float: left;
	display: inline;
	margin: 15px 0px 0px 21px;
}

a.back_to_specials {
	display: inline;
	text-decoration: none;
	color: #ccc;
	float: right;
	margin: 0px 20px 0px 0px;
}

a.back_to_specials:hover {
	color: #fff;
}

/*##### =searchInv_ #####
#######################*/

.searchInv_tabs li {
	float:left;
}
.searchInv_panes {
	position: relative;
	background: url('../images_homepage/searchFilter_content_bg_v2.png') no-repeat;
	width: 613px;
	height: 293px;
	float: left;
	display:inline;
	margin: 0px 0px 0px 21px;
}

.specials_pane {
	background: url('../images_homepage/searchFilter_content_bg_v2.png') no-repeat;
	width: 613px;
	height: 293px;
	float: left;
	margin: 22px 0px 0px 21px;
	display: inline;
	position: relative
}

.searchInv_panes h3 {
	display: none;
}
.searchInv_panes div.searchInv_panes_inner {
	display:none;
}

.searchInv_panes div.searchInv_panes_inner p{
	padding: 0px 15px 0px 5px;
}

.searchInv_panes div.searchInv_panes_inner a{
	font-family: Verdana;
	font-size: 11px;
}

.searchInv_cat_links, ul.si_cat_specials_store{
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 282px;
	width: 600px;
	position: relative;
}

#searchInv_cat_new_make .searchInv_cat_links {
	width: 206px;
	margin-right: -8px;
}

#si_cat_pre_body_type.searchInv_cat_links, #si_cat_new_body_type.searchInv_cat_links {
	margin: 20px 0px 0px 0px;
}

#si_cat_pre_make.searchInv_cat_links {
	margin: 20px 0px 0px 0px;
}

#si_cat_new_body_type.searchInv_cat_links  {
	margin-left: 20px;
}

div.scrollable {
	position:relative; 
	overflow:hidden; 
	width: 100%; 
	height:282px;
}
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
}
div.scrollable div.items div {
    float:left;  
    display: inline;
}

.searchInv_cat{
	width:640px;
    height: 366px;
    
}

div.scrollable div.items div.searchInv_result {
	background: url('../images_homepage/ppLoading.gif') no-repeat center center;
	width: 613px;
	height: 271px;
}

div.scrollable div.items div.searchInv_result.si_results_active{
	background: transparent;
}

.specials_pane_header {
	text-indent: -9000px;
	background: url('../images_homepage/specialsPane_header.png') no-repeat;
	height: 28px;
	width: 370px;
	float: left;
	display: inline;
	margin: 15px 0px 0px 21px;
}

.specials_pane_text{
	float: left;
	display: inline;
	clear: left;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px 0px 0px 23px;
	white-space: nowrap;
}

/*##### =searchInv Tabs_ #####
#######################*/

ul.searchInv_tabs {
	clear:left;
	float: left;
	display:inline;
	margin: 15px 0px 0px 21px;
	width:613px;
}

ul.searchInv_tabs li a{
	float: left;
	display: block;
	width: 147px;
	height: 28px;
	color: #000;
	line-height: 25px;
	text-indent: 15px;
	text-decoration: none;
	background: url('../images_homepage/searchFilter_tab_off.png') no-repeat;
}

ul.searchInv_tabs li a.current {
	background: url('../images_homepage/searchFilter_tab_on.png') no-repeat;
}

/*##### =New Make Icons_ #####
#######################*/


#si_cat_new_make li,
#si_cat_new_store li,
#si_cat_pre_store li,
ul.si_cat_specials_store li,
.si_cat_schedule_service li,
.si_cat_service_specials li
{
	position: absolute;
	background: url('../images_homepage/dealership_logos/dealershipLogos_bg_v2.png') no-repeat;
	height: 56px;
}

#searchInv_cat_new_make .searchInv_result_left a,
#searchInv_cat_new_make .searchInv_result_left a,
#searchInv_cat_pre_location .searchInv_result_left a,
#searchInv_cat_new_location .searchInv_result_left a, 
ul.si_cat_schedule_service a,
ul.si_cat_service_specials a
{
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding-top: 27px;
	height: 50px;
}

ul#si_cat_new_store a,
ul#si_cat_pre_store a,
ul.si_cat_specials_store a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	height: 56px;
	line-height: 51px;
}

ul.si_cat_specials_store a,
ul.si_cat_schedule_service a,
ul.si_cat_service_specials a {
	line-height: normal;
	padding-top: 13px;
	height: 43px;
}

li.inactive a {
	color: #999 !important;
	cursor: default;
}
 
ul#si_cat_new_store.selected-si_cat_new_store_1657 a, 
ul#si_cat_new_store.selected-si_cat_new_store_1654 a,
ul#si_cat_new_store.selected-si_cat_new_store_1656 a,
ul#si_cat_new_store.selected-si_cat_new_store_1660 a,
ul#si_cat_new_store.selected-si_cat_new_store_1659 a,
ul#si_cat_new_store.selected-si_cat_new_store_1655 a,
ul#si_cat_new_store.selected-si_cat_new_store_1864 a,
ul#si_cat_new_store.selected-si_cat_new_store_1865 a,
ul#si_cat_new_store.selected-si_cat_new_store_1661 a,
ul#si_cat_new_store.selected-si_cat_new_store_1735 a,
ul#si_cat_new_store.selected-si_cat_new_store_1658 a,
ul#si_cat_new_store.selected-si_cat_new_store_1736 a,
ul#si_cat_new_store.selected-si_cat_new_store_2376 a,
ul#si_cat_new_store.selected-si_cat_new_store_2638 a,
ul#si_cat_new_store.selected-si_cat_new_store_2932 a,
ul#si_cat_new_store.selected-si_cat_new_store_3080 a,

ul#si_cat_pre_store.selected-si_cat_pre_store_1657 a, 
ul#si_cat_pre_store.selected-si_cat_pre_store_1654 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1656 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1660 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1659 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1655 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1864 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1865 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1661 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1735 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1658 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1736 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_2376 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_2638 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_2932 a,
ul#si_cat_pre_store.selected-si_cat_pre_store_3080 a,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 a, 
ul.si_cat_specials_store.selected-si_cat_special_store_1654 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 a,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 a,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 a,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 a,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 a,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 a,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 a, 
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 a
{
	color: #999;
}

/***setting padding on individual anchors****/

ul#si_cat_new_store li#si_cat_new_store_grapevine a,
ul#si_cat_pre_store li#si_cat_pre_store_grapevine a
{
	padding-left: 18px;
}

ul.si_cat_specials_store li#si_cat_special_store_motorcars_bedford a,
ul.si_cat_schedule_service li.si_cat_schedule_service_motorcars_bedford a {
	padding-left: 18px;
}

ul#si_cat_new_store li#si_cat_new_store_dallas a,
ul#si_cat_pre_store li#si_cat_pre_store_dallas a,
ul.si_cat_specials_store li#si_cat_special_store_motorcars_dallas a,
ul.si_cat_schedule_service li.si_cat_schedule_service_motorcars_dallas a {
	padding-left: 75px;
}

ul#si_cat_new_store li#si_cat_new_store_ft_worth a,
ul#si_cat_pre_store li#si_cat_pre_store_ft_worth a,
ul.si_cat_specials_store li#si_cat_special_store_motorcars_ft_worth a,
ul.si_cat_schedule_service li.si_cat_schedule_service_motorcars_ft_worth a {
	padding-left: 15px;
}


ul#si_cat_new_store li#si_cat_new_store_lexus_grapevine a,
ul#si_cat_pre_store li#si_cat_pre_store_lexus_grapevine a,
ul.si_cat_specials_store li#si_cat_special_store_lexus_grapevine a,
ul.si_cat_schedule_service li.si_cat_schedule_service_lexus_grapevine a
 {
	padding-left: 66px;
}

ul#si_cat_new_store li#si_cat_new_store_lexus_plano a,
ul#si_cat_pre_store li#si_cat_pre_store_lexus_plano a,
ul.si_cat_specials_store li#si_cat_special_store_lexus_plano a,
ul.si_cat_schedule_service li.si_cat_schedule_service_lexus_plano a  {
	padding-left: 15px;
}

ul#si_cat_new_store li#si_cat_new_store_porsche a,
ul#si_cat_pre_store li#si_cat_pre_store_porsche a,
ul.si_cat_specials_store li#si_cat_special_store_porsche a,
ul.si_cat_schedule_service li.si_cat_schedule_service_porsche a
{
	padding-left: 60px;
}

ul#si_cat_new_store li#si_cat_new_store_smart_center_dallas a,
ul#si_cat_pre_store li#si_cat_pre_store_smart_center_dallas a,
ul.si_cat_specials_store li#si_cat_special_store_smart_center_dallas a,
ul.si_cat_schedule_service li.si_cat_schedule_service_smart_center_dallas a
 {
	padding-left: 67px;
}

ul#si_cat_new_store li#si_cat_new_store_smart_center_ft_worth a,
ul#si_cat_pre_store li#si_cat_pre_store_smart_center_ft_worth a,
ul.si_cat_specials_store li#si_cat_special_store_smart_center_ft_worth a,
ul.si_cat_schedule_service li.si_cat_schedule_service_smart_center_ft_worth a
 {
	padding-left: 15px;
}

ul#si_cat_new_store li#si_cat_new_store_volvo a,
ul#si_cat_pre_store li#si_cat_pre_store_volvo a,
ul.si_cat_specials_store li#si_cat_special_store_volvo a,
ul.si_cat_schedule_service li.si_cat_schedule_service_volvo a {
	padding-left: 60px;
}

ul#si_cat_new_store li#si_cat_new_store_bentley a,
ul#si_cat_pre_store li#si_cat_pre_store_bentley a,
ul.si_cat_specials_store li#si_cat_special_store_bentley a,
ul.si_cat_schedule_service li.si_cat_schedule_service_bentley a {
	padding-left: 85px;
}

ul#si_cat_new_store li#si_cat_new_store_rolls_royce a,
ul#si_cat_pre_store li#si_cat_pre_store_rolls_royce a,
ul.si_cat_specials_store li#si_cat_special_store_rolls_royce a,
ul.si_cat_schedule_service li.si_cat_schedule_service_rolls_royce a {
	padding-left: 55px;
}

ul#si_cat_new_store li#si_cat_new_store_maserati a,
ul#si_cat_pre_store li#si_cat_pre_store_maserati a,
ul.si_cat_specials_store li#si_cat_special_store_maserati a,
ul.si_cat_schedule_service li.si_cat_schedule_service_maserati a {
	padding-left: 60px;
}

ul#si_cat_new_store li#si_cat_new_store_jaguar_plano a,
ul#si_cat_pre_store li#si_cat_pre_store_jaguar_plano a,
ul.si_cat_specials_store li#si_cat_special_store_jaguar_plano a,
ul.si_cat_schedule_service li.si_cat_schedule_service_jaguar_plano a {
	padding-left: 15px;
}

ul#si_cat_new_store li#si_cat_new_store_jaguar_dallas a,
ul#si_cat_pre_store li#si_cat_pre_store_jaguar_dallas a,
ul.si_cat_specials_store li#si_cat_special_store_jaguar_dallas a,
ul.si_cat_schedule_service li.si_cat_schedule_service_jaguar_dallas a {
	padding-left: 85px;
}

ul#si_cat_new_store li#si_cat_new_store_mclaren_dallas a,
ul#si_cat_pre_store li#si_cat_pre_store_mclaren_dallas a,
ul.si_cat_specials_store li#si_cat_special_store_mclaren_dallas a,
ul.si_cat_schedule_service li.si_cat_schedule_service_mclaren_dallas a
 {
	padding-left: 82px;
}

ul#si_cat_new_store li#si_cat_new_store_lotus_of_plano a,
ul#si_cat_pre_store li#si_cat_pre_store_lotus_of_plano a,
ul.si_cat_specials_store li#si_cat_special_store_lotus_of_plano a,
ul.si_cat_schedule_service li.si_cat_schedule_service_lotus_of_plano a {
	padding-left: 60px;
}


/****Hover Color when one dealership is selected****/

ul#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_grapevine:hover a, 
ul#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_dallas:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_ft_worth:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_lexus_grapevine:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_lexus_plano:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_porsche:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_smart_center_dallas:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_smart_center_ft_worth:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_volvo:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_bentley:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_rolls_royce:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_maserati:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_jaguar_plano:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_jaguar_dallas:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_lotus_of_plano:hover a,
ul#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_mclaren_dallas:hover a,

ul#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_grapevine:hover a, 
ul#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_dallas:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_ft_worth:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_lexus_grapevine:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_lexus_plano:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_porsche:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_smart_center_dallas:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_smart_center_ft_worth:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_volvo:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_bentley:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_rolls_royce:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_maserati:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_jaguar_plano:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_jaguar_dallas:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_lotus_of_plano:hover a,
ul#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_mclaren_dallas:hover a,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_motorcars_bedford:hover a, 
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_motorcars_dallas:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_motorcars_ft_worth:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_lexus_grapevine:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_lexus_plano:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_porsche:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_smart_center_dallas:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_smart_center_ft_worth:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_volvo:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_bentley:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_rolls_royce:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_maserati:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_jaguar_plano:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_jaguar_dallas:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_lotus_of_plano:hover a,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_mclaren_dallas:hover a,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_motorcars_bedford:hover a, 
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_motorcars_dallas:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_motorcars_ft_worth:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_lexus_grapevine:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_lexus_plano:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_porsche:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_smart_center_dallas:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_smart_center_ft_worth:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_volvo:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_bentley:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_rolls_royce:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_maserati:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_jaguar_plano:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_jaguar_dallas:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_lotus_of_plano:hover a,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_mclaren_dallas:hover a
{
	color: #fff;
}

#searchInv_cat_new_make .searchInv_result_left a span,
#searchInv_cat_new_make .searchInv_result_left a span,
#searchInv_cat_pre_location .searchInv_result_left a span, 
#searchInv_cat_new_location .searchInv_result_left a span,
ul#si_cat_new_make a span, 
ul#si_cat_new_store a span,
ul#si_cat_pre_store a span,
ul.si_cat_schedule_service span,
ul.si_cat_service_specials span,
ul.si_cat_specials_store a span
{
	font-weight: normal;
}

/****Default States*****/

#si_cat_new_store li#si_cat_new_store_grapevine,
#si_cat_pre_store li#si_cat_pre_store_grapevine,
ul.si_cat_specials_store li#si_cat_special_store_motorcars_bedford,
ul.si_cat_schedule_service li.si_cat_schedule_service_motorcars_bedford{
	background-position: -264px -3px;
	width: 129px;
	left: 264px;
	top: 3px;
}

#si_cat_new_store li#si_cat_new_store_dallas,
#si_cat_pre_store li#si_cat_pre_store_dallas,
ul.si_cat_specials_store li#si_cat_special_store_motorcars_dallas,
ul.si_cat_schedule_service li.si_cat_schedule_service_motorcars_dallas {
	background-position: -2px -3px;
	width: 158px;
	left: 2px;
	top: 3px;
}

#si_cat_new_store li#si_cat_new_store_ft_worth,
#si_cat_pre_store li#si_cat_pre_store_ft_worth,
ul.si_cat_specials_store li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_schedule_service li.si_cat_schedule_service_motorcars_ft_worth {
	background-position: -160px -3px;
	width: 104px;
	left: 160px;
	top: 3px;
}

#si_cat_new_store li#si_cat_new_store_lexus_grapevine,
#si_cat_pre_store li#si_cat_pre_store_lexus_grapevine,
ul.si_cat_specials_store li#si_cat_special_store_lexus_grapevine,
ul.si_cat_schedule_service li.si_cat_schedule_service_lexus_grapevine {
	background-position: -2px -58px;
	width: 214px;
	left: 2px;
	top: 58px;
}

#si_cat_new_store li#si_cat_new_store_lexus_plano,
#si_cat_pre_store li#si_cat_pre_store_lexus_plano,
ul.si_cat_specials_store li#si_cat_special_store_lexus_plano,
ul.si_cat_schedule_service li.si_cat_schedule_service_lexus_plano {
	background-position: -216px -58px;
	width: 183px;
	left: 216px;
	top: 58px;
}

#si_cat_new_store li#si_cat_new_store_porsche,
#si_cat_pre_store li#si_cat_pre_store_porsche,
ul.si_cat_specials_store li#si_cat_special_store_porsche,
ul.si_cat_schedule_service li.si_cat_schedule_service_porsche {
	background-position: -398px -3px;
	width: 197px;
	left: 398px;
	top: 3px;
}

#si_cat_new_store li#si_cat_new_store_volvo,
#si_cat_pre_store li#si_cat_pre_store_volvo,
ul.si_cat_specials_store li#si_cat_special_store_volvo,
ul.si_cat_schedule_service li.si_cat_schedule_service_volvo {
	background-position: -398px -58px;
	width: 197px;
	left: 398px;
	top: 58px;
}

#si_cat_new_store li#si_cat_new_store_smart_center_dallas,
#si_cat_pre_store li#si_cat_pre_store_smart_center_dallas,
ul.si_cat_specials_store li#si_cat_special_store_smart_center_dallas,
ul.si_cat_schedule_service li.si_cat_schedule_service_smart_center_dallas {
	background-position: -2px -113px;
	width: 214px;
	left: 2px;
	top: 113px;
}

#si_cat_new_store li#si_cat_new_store_smart_center_ft_worth,
#si_cat_pre_store li#si_cat_pre_store_smart_center_ft_worth,
ul.si_cat_specials_store li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_schedule_service li.si_cat_schedule_service_smart_center_ft_worth {
	background-position: -216px -113px;
	width: 183px;
	left: 216px;
	top: 113px;
}

#si_cat_new_store li#si_cat_new_store_bentley,
#si_cat_pre_store li#si_cat_pre_store_bentley,
ul.si_cat_specials_store li#si_cat_special_store_bentley,
ul.si_cat_schedule_service li.si_cat_schedule_service_bentley {
	background-position: -398px -113px;
	width: 197px;
	left: 398px;
	top: 113px;
}

#si_cat_new_store li#si_cat_new_store_rolls_royce,
#si_cat_pre_store li#si_cat_pre_store_rolls_royce,
ul.si_cat_specials_store li#si_cat_special_store_rolls_royce,
ul.si_cat_schedule_service li.si_cat_schedule_service_rolls_royce {
	background-position: -202px -223px;
	width: 197px;
	left: 202px;
	top: 223px;
}

#si_cat_new_store li#si_cat_new_store_maserati,
#si_cat_pre_store li#si_cat_pre_store_maserati,
ul.si_cat_specials_store li#si_cat_special_store_maserati,
ul.si_cat_schedule_service li.si_cat_schedule_service_maserati {
	background-position: -398px -168px;
	width: 197px;
	left: 398px;
	top: 168px;
}

#si_cat_new_store li#si_cat_new_store_jaguar_plano,
#si_cat_pre_store li#si_cat_pre_store_jaguar_plano,
ul.si_cat_specials_store li#si_cat_special_store_jaguar_plano,
ul.si_cat_schedule_service li.si_cat_schedule_service_jaguar_plano {
	background-position: -216px -168px;
	width: 183px;
	left: 216px;
	top: 168px;
}

#si_cat_new_store li#si_cat_new_store_jaguar_dallas,
#si_cat_pre_store li#si_cat_pre_store_jaguar_dallas,
ul.si_cat_specials_store li#si_cat_special_store_jaguar_dallas,
ul.si_cat_schedule_service li.si_cat_schedule_service_jaguar_dallas {
	background-position: -2px -168px;
	width: 214px;
	left: 2px;
	top: 168px;
}

#si_cat_new_store li#si_cat_new_store_mclaren_dallas,
#si_cat_pre_store li#si_cat_pre_store_mclaren_dallas,
ul.si_cat_specials_store li#si_cat_special_store_mclaren_dallas,
ul.si_cat_schedule_service li.si_cat_schedule_service_mclaren_dallas {
	background-position: -5px -223px;
	width: 197px;
	left: 5px;
	top: 223px;
}

#si_cat_new_store li#si_cat_new_store_lotus_of_plano,
#si_cat_pre_store li#si_cat_pre_store_lotus_of_plano,
ul.si_cat_specials_store li#si_cat_special_store_lotus_of_plano,
ul.si_cat_schedule_service li.si_cat_schedule_service_lotus_of_plano {
	background-position: -398px -223px;
	width: 197px;
	left: 398px;
	top: 223px;
}

/****Hover States****/

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_grapevine,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_grapevine,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_motorcars_bedford,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_motorcars_bedford
{
		background-position: -1466px -3px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_dallas,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_dallas,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_motorcars_dallas,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_motorcars_dallas
{
	background-position: -1204px -3px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_ft_worth,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_ft_worth,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_motorcars_ft_worth,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_motorcars_ft_worth
{
	background-position: -1362px -3px;
}


#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_lexus_grapevine,

#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_lexus_grapevine,

ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_lexus_grapevine,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_lexus_grapevine,
{
	background-position: -1204px -58px;
}

#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_lexus_plano,

#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_lexus_plano,

ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_lexus_plano,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_lexus_plano,
{
	background-position: -1418px -58px;
}

#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_porsche
{
	background-position: -1600px -3px;
}

#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_smart_center_dallas,

#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_smart_center_dallas,

ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_smart_center_dallas,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_smart_center_dallas
{
	background-position: -1204px -113px;
}


#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_smart_center_ft_worth,

#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_smart_center_ft_worth,

ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_smart_center_ft_worth,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_smart_center_ft_worth
{
	background-position: -1418px -113px;
}

#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_volvo
{
	background-position: -1600px -58px;
}

#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_bentley
 {
	background-position: -1600px -113px;
}

#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_rolls_royce
{
	background-position: -1404px -223px;
}

#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_maserati
 {
	background-position: -1600px -168px;
}

#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_jaguar_plano
{
	background-position: -1418px -168px;
}

#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_jaguar_dallas
 {
	background-position: -1204px -168px;
}

#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_mclaren_dallas
 {
	background-position: -1207px -223px;
}

#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_lotus_of_plano,
.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_lotus_of_plano
 {
	background-position: -1600px -223px;
}


/*****dark states****/


#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_grapevine,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_grapevine,

#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_grapevine,

ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_motorcars_bedford,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_motorcars_bedford,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_motorcars_bedford,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_motorcars_bedford
{
	background-position: -865px -3px;
}

#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_dallas,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_dallas,

#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_dallas,

ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_motorcars_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_motorcars_dallas,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_motorcars_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_motorcars_dallas
{
	background-position: -603px -3px;
}

#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_ft_worth,

#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_ft_worth,

ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_motorcars_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_motorcars_ft_worth,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_motorcars_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_motorcars_ft_worth
{
	background-position: -761px -3px;
}


#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_lexus_grapevine,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_lexus_grapevine,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_lexus_grapevine,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_lexus_grapevine,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_lexus_grapevine,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_lexus_grapevine,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_lexus_grapevine,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_lexus_grapevine
{
	background-position: -603px -58px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_lexus_plano,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_lexus_plano,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_lexus_plano,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_lexus_plano,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_lexus_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_lexus_plano,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_lexus_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_lexus_plano
{
	background-position: -817px -58px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_porsche,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_porsche,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_porsche,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_porsche,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_porsche,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_porsche,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_porsche,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_porsche
{
	background-position: -999px -3px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_smart_center_dallas,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_smart_center_dallas,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_smart_center_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_smart_center_dallas,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_smart_center_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_smart_center_dallas,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_smart_center_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_smart_center_dallas
{
	background-position: -603px -113px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_smart_center_ft_worth,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_smart_center_ft_worth,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_smart_center_ft_worth,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_smart_center_ft_worth,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_smart_center_ft_worth,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_smart_center_ft_worth,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_smart_center_ft_worth,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_smart_center_ft_worth
{
	background-position: -817px -113px;
}


#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_volvo,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_volvo,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_volvo,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_volvo,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_volvo,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_volvo,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_volvo,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_volvo
{
	background-position: -999px -58px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_bentley,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_bentley,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_bentley,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_bentley,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_bentley,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_bentley,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_bentley,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_bentley

{
	background-position: -999px -113px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_rolls_royce,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_rolls_royce,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_rolls_royce,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_rolls_royce,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_rolls_royce,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_rolls_royce,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_rolls_royce,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_rolls_royce
{
	background-position: -803px -223px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_maserati,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_maserati,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_maserati,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_maserati,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_maserati,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_maserati,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_maserati,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_maserati
{
	background-position: -999px -168px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_jaguar_plano,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_jaguar_plano,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_jaguar_plano,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_jaguar_plano,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_jaguar_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_jaguar_plano,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_jaguar_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_jaguar_plano
{
	background-position: -817px -168px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_jaguar_dallas,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_jaguar_dallas,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_jaguar_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_jaguar_dallas,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_jaguar_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_jaguar_dallas,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_jaguar_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_jaguar_dallas
{
	background-position: -603px -168px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_2638 li#si_cat_new_store_lotus_of_plano,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_lotus_of_plano,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_2638 li#si_cat_pre_store_lotus_of_plano,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_lotus_of_plano,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2638 li#si_cat_special_store_lotus_of_plano,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_lotus_of_plano,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2638 li.si_cat_schedule_service_lotus_of_plano,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_lotus_of_plano


{
	background-position: -999px -223px;
}

#si_cat_new_store.selected-si_cat_new_store_1657 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1654 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1656 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1660 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1659 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1655 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1736 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1864 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1865 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1661 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1735 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_1658 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_2376 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_3080 li#si_cat_new_store_mclaren_dallas,
#si_cat_new_store.selected-si_cat_new_store_2932 li#si_cat_new_store_mclaren_dallas,

#si_cat_pre_store.selected-si_cat_pre_store_1657 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1654 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1656 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1660 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1659 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1655 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1736 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1864 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1865 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1661 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1735 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_1658 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2376 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_3080 li#si_cat_pre_store_mclaren_dallas,
#si_cat_pre_store.selected-si_cat_pre_store_2932 li#si_cat_pre_store_mclaren_dallas,

ul.si_cat_specials_store.selected-si_cat_special_store_1657 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1654 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1656 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1660 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1659 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1655 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1736 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1864 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1865 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1661 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1735 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_1658 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2376 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_3080 li#si_cat_special_store_mclaren_dallas,
ul.si_cat_specials_store.selected-si_cat_special_store_2932 li#si_cat_special_store_mclaren_dallas,

ul.si_cat_schedule_service.selected-si_cat_schedule_service_1657 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1654 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1656 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1660 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1659 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1655 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1736 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1864 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1865 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1661 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1735 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_1658 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2376 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_3080 li.si_cat_schedule_service_mclaren_dallas,
ul.si_cat_schedule_service.selected-si_cat_schedule_service_2932 li.si_cat_schedule_service_mclaren_dallas
{
	background-position: -606px -223px;
}

/*##### =specials icons_ #####
#######################*/


ul#si_cat_specials_make li{
	float: left;
	display: inline;
	margin: 0px 8px 40px 10px;
}

ul#si_cat_specials_make a{
	display: block;
	height: 2px;
	width: 120px;
	text-decoration: none;
	padding-top: 80px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

ul#si_cat_specials_make a#si_cat_new_make_bentley_9{
	background: url('../images_homepage/dealership_logos/botique.png') top center no-repeat;
}

ul#si_cat_specials_make a#si_cat_new_make_lexus_40{
	background: url('../images_homepage/dealership_logos/lexus.png') top center no-repeat;
}

ul#si_cat_specials_make a#si_cat_new_make_maserati_43{
	background: url('../images_homepage/dealership_logos/botique.png') top center no-repeat;
}

ul#si_cat_specials_make a#si_cat_new_make_mercedes-benz_45{
	background: url('../images_homepage/dealership_logos/mercedes.png') top center no-repeat;
}

ul#si_cat_specials_make a#si_cat_new_make_porsche_56{
	background: url('../images_homepage/dealership_logos/porsche.png') top center no-repeat;
}

ul#si_cat_specials_make a#si_cat_new_make_rolls-royce_58{
	background: url('../images_homepage/dealership_logos/botique.png') top center no-repeat;
}

ul#si_cat_specials_make a#si_cat_new_make_smart_287{
	background: url('../images_homepage/dealership_logos/smart.png') top center no-repeat;
}

ul#si_cat_specials_make a#si_cat_new_make_volvo_68{
	background: url('../images_homepage/dealership_logos/volvo.png') top center no-repeat;
}

/****Makes Tab Layout****/

ul#si_cat_new_make {
	
}

ul#si_cat_new_make li {
	background: url('../images_homepage/dealership_logos/makeEmblems_bg_v2.png') no-repeat;
	width: 206px;
	height: 70px;
	position: static;
	float: left;
	margin: 0px 0px 0px 0px;
}

ul#si_cat_new_make a {
	color:#fff;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:70px;
	line-height: 67px;
	text-align:left;
	text-decoration:none;
}

ul#si_cat_new_make li#si_cat_new_make_Maybach {
	display: none
}

ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 a,
ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 a,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 a,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 a,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 a,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 a,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 a,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 a,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 a,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 a,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 a {
	color: #999;
}

ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 a#si_cat_new_make_mercedes-benz_45:hover,
ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 a#si_cat_new_make_maserati_43:hover,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 a#si_cat_new_make_porsche_56:hover,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 a#si_cat_new_make_rolls-royce_58:hover,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 a#si_cat_new_make_smart_287:hover,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 a#si_cat_new_make_bentley_9:hover,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 a#si_cat_new_make_lexus_40:hover,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 a#si_cat_new_make_volvo_68:hover,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 a#si_cat_new_make_jaguar_34:hover,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 a#si_cat_new_make_lotus_42:hover,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 a#si_cat_new_make_mclaren_137:hover {
	color: #fff;
}

ul#si_cat_new_make li#si_cat_new_make_mercedes-benz {
	background-position: -244px -440px;
}

ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_mercedes-benz{
	background-position: -10px -440px;
}

ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_mercedes-benz,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_mercedes-benz{
	background-position: -460px -440px;
}

ul#si_cat_new_make a#si_cat_new_make_mercedes-benz_45 {
	padding-left: 70px;
}

ul#si_cat_new_make li#si_cat_new_make_bentley{
	background-position: -244px -179px;
}

ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_bentley{
	background-position: -10px -179px;
}

ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_bentley,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_bentley{
	background-position: -460px -179px;
}

ul#si_cat_new_make a#si_cat_new_make_bentley_9 {
	padding-left: 90px;
}


ul#si_cat_new_make li#si_cat_new_make_volvo {
	background-position: -244px 0px;
}

ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_volvo{
	background-position: -10px 0px;
}

ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_volvo,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_volvo{
	background-position: -460px 0px;
}

ul#si_cat_new_make a#si_cat_new_make_volvo_68 {
	padding-left: 65px;
}


ul#si_cat_new_make li#si_cat_new_make_porsche {
	background-position: -244px -90px;
}

ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_porsche{
	background-position: -10px -90px;
}

ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_porsche,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_porsche{
	background-position: -460px -90px;
}

ul#si_cat_new_make a#si_cat_new_make_porsche_56 {
	padding-left: 65px;
}


ul#si_cat_new_make li#si_cat_new_make_rolls-royce {
	background-position: -244px -269px;
}

ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_rolls-royce{
	background-position: -10px -269px;
}

ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_rolls-royce,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_rolls-royce{
	background-position: -460px -269px;
}

ul#si_cat_new_make a#si_cat_new_make_rolls-royce_58 {
	padding-left: 62px;
}


ul#si_cat_new_make li#si_cat_new_make_maserati {
	background-position: -244px -359px;
}

ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_maserati{
	background-position: -10px -359px;
}

ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_maserati,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_maserati{
	background-position: -460px -359px;
}

ul#si_cat_new_make a#si_cat_new_make_maserati_43 {
	padding-left: 62px;
}

ul#si_cat_new_make li#si_cat_new_make_lexus {
	background-position: -244px -528px;
}

ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_lexus{
	background-position: -10px -528px;
}

ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_lexus,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_lexus{
	background-position: -460px -528px;
}

ul#si_cat_new_make a#si_cat_new_make_lexus_40 {
	padding-left: 65px;
}
ul#si_cat_new_make a#si_cat_new_make_mclaren_521 {
	padding-left: 102px;
}

ul#si_cat_new_make li#si_cat_new_make_smart {
	background-position: -244px -619px;
}

ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_smart{
	background-position: -10px -619px;
}

ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_smart,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_smart{
	background-position: -460px -619px;
}

ul#si_cat_new_make a#si_cat_new_make_smart_287 {
	padding-left: 62px;
}


ul#si_cat_new_make li#si_cat_new_make_jaguar {
	background-position: -244px -704px;
}

ul#si_cat_new_make.selected-si_cat_new_make_jaguar_plano_34 li#si_cat_new_make_jaguar{
	background-position: -10px -704px;
}


ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_jaguar,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_jaguar{
	background-position: -460px -704px;
}

ul#si_cat_new_make a#si_cat_new_make_jaguar_34 {
	padding-left: 90px;
}

ul#si_cat_new_make li#si_cat_new_make_lotus {
	background-position: -244px -876px;
}

ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_lotus{
	background-position: -10px -876px;
}

ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_lotus,
ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_lotus{
	background-position: -460px -876px;
}

ul#si_cat_new_make a#si_cat_new_make_lotus_42 {
	padding-left: 70px;
}

ul#si_cat_new_make li#si_cat_new_make_mclaren {
	background-position: -244px -792px;
}

ul#si_cat_new_make.selected-si_cat_new_make_mclaren_137 li#si_cat_new_make_mclaren{
	background-position: -10px -792px;
}

ul#si_cat_new_make.selected-si_cat_new_make_mercedes-benz_45 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_maserati_43 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_porsche_56 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_rolls-royce_58 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_smart_287 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_bentley_9 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_lexus_40 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_volvo_68 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_jaguar_34 li#si_cat_new_make_mclaren,
ul#si_cat_new_make.selected-si_cat_new_make_lotus_42 li#si_cat_new_make_mclaren{
	background-position: -460px -792px;
}

ul#si_cat_new_make a#si_cat_new_make_mclaren_137 {
	padding-left: 92px;
}

/****Inner Makes for Left and Right Side pages ****/
.searchInv_tabs_breadcrumbs {
	margin: 15px 0 8px 10px;
	font-size: 9px;
	font-family: verdana;
}
.searchInv_tabs_breadcrumbs a {
	display: inline !important;
	height: auto !important;
	width: auto !important;
	padding: 0 !important;
	text-align: left !important;
	text-decoration: underline !important;
	font-weight: normal !important;
	color: #000 !important;
	font-size: 9px !important;
}

#searchInv_cat_new_make .searchInv_result_left a,
#searchInv_cat_new_make .searchInv_result_left a,
#searchInv_cat_pre_location .searchInv_result_left a,
#searchInv_cat_new_location .searchInv_result_left a
{
	display: block;
	height: 2px;
	width: 120px;
	/* background: url('../images_homepage/ppMake_icons.png') no-repeat; */
	text-decoration: none;
	padding-top: 80px;
	text-align: center;
}


#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1735,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1735, 
.searchInv_result_left a#si_cat_new_make_bentley_9, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_bentley,
#searchInv_cat_new_price ul.si_result_make a#si_result_make_bentley
 {
	background: url('../images_homepage/dealership_logos/bentley.png') top center no-repeat;
}
 
.searchInv_result_left a#si_cat_new_make_lexus_40, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_lexus, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_lexus,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1659,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1660,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1659,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1660{
	background: url('../images_homepage/dealership_logos/lexus.png') top center no-repeat;
}

#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1736,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1736, 
.searchInv_result_left a#si_cat_new_make_maserati_43, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_maserati, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_maserati{
	background: url('../images_homepage/dealership_logos/maserati.png') top center no-repeat;
}
 
.searchInv_result_left a#si_cat_new_make_mercedes-benz_45, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_mercedes-benz, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_mercedes-benz,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1657,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1656,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1654,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1657,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1656,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1654
{
	background: url('../images_homepage/dealership_logos/mercedes.png') top center no-repeat;
}
 
.searchInv_result_left a#si_cat_new_make_porsche_56, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_porsche, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_porsche,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1655,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1655{
	background: url('../images_homepage/dealership_logos/porsche.png') top center no-repeat;
}

#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1658,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1658,
.searchInv_result_left a#si_cat_new_make_rolls-royce_58, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_rolls-royce, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_rolls-royce {
	background: url('../images_homepage/dealership_logos/rolls-royce.png') top center no-repeat;
}
 
.searchInv_result_left a#si_cat_new_make_smart_287, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_smart, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_smart,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_new_store_1865,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_new_store_1864,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1865,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1864{
	background: url('../images_homepage/dealership_logos/smart.png') top center no-repeat;
}

 
.searchInv_result_left a#si_cat_new_make_jaguar_34, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_jaguar, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_jaguar,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_2376,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_2376{
	background: url('../images_homepage/dealership_logos/jaguar.png') top center no-repeat;
}

.searchInv_result_left a#si_cat_new_make_volvo_68, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_volvo, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_volvo,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_1661,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_1661{
	background: url('../images_homepage/dealership_logos/volvo.png') top center no-repeat;
}

.searchInv_result_left a#si_cat_new_make_lotus_42, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_lotus, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_lotus,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_3080,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_3080{
	background: url('../images/ppLogo_sidebar_lotus.png') center -15px no-repeat;
	padding-top: 93px;
}

.searchInv_result_left a#si_cat_new_make_mclaren_137, 
#searchInv_cat_new_body_type ul.si_result_make a#si_result_make_mclaren, 
#searchInv_cat_new_price ul.si_result_make a#si_result_make_mclaren,
#searchInv_cat_pre_location .searchInv_result_left a#si_cat_pre_store_2638,
#searchInv_cat_new_location .searchInv_result_left a#si_cat_new_store_2638{
	background: url('../images/ppLogo_sidebar_mclaren_sm.png') center center no-repeat;
}


/*##### =searchInv New Left_Right Pane_ #####
###########################################*/

div.scrollable div.items .searchInv_result_left{
	width: 140px;
	margin: 0px 30px 0px 10px;
	height: 205px;
	border-right: 1px solid #000;
	padding-top: 15px;
}

div.scrollable div.items .searchInv_result_right{
	width: 413px;
	margin: 0px 0px 0px 0px;
	height: 246px;
	overflow-y: auto;
}

div.scrollable div.items .searchInv_result_right ul{
	float: left;
	display: inline;
	margin: 0px 15px 15px 0px;
	width: 170px;
}

div.scrollable div.items .searchInv_result_right ul.si_result_make{
	width: auto;
}

/*##### =New Search By Type_ #####
###########################################*/

ul#si_cat_new_body_type li {
	float: left;
	display: inline;
	margin: 0px 5px 30px 5px;
}

ul#si_cat_new_body_type li a, #searchInv_cat_new_body_type .searchInv_result_left a{
	display: block;
	height: 2px;
	width: 120px;
	background: url('../images_homepage/pp_preownedMakes.png') no-repeat;
	text-decoration: none;
	padding-top: 58px;
	text-align: center;
}

ul#si_cat_new_body_type li a#si_cat_new_body_type_convertibles_2041, 
#searchInv_cat_new_body_type .searchInv_result_left a#si_cat_new_body_type_convertiblse_2041{
	background-position: center 0px;
}

ul#si_cat_new_body_type li a#si_cat_new_body_type_coupes_2048, 
#searchInv_cat_new_body_type .searchInv_result_left a#si_cat_new_body_type_coupes_2048{
	background-position: center -82px;
}

ul#si_cat_new_body_type li a#si_cat_new_body_type_other_-12, 
#searchInv_cat_new_body_type .searchInv_result_left a#si_cat_new_body_type_other_-12{
	background-position: center -612px;
}

ul#si_cat_new_body_type li a#si_cat_new_body_type_sedans_2045, 
#searchInv_cat_new_body_type .searchInv_result_left a#si_cat_new_body_type_sedans_2045{
	background-position: center -257px;
}

ul#si_cat_new_body_type li a#si_cat_new_body_type_suvs_2042, 
#searchInv_cat_new_body_type .searchInv_result_left a#si_cat_new_body_type_suvs_2042{
	background-position: center -357px;
}

ul#si_cat_new_body_type li a#si_cat_new_body_type_crossovers_2043, 
#searchInv_cat_new_body_type .searchInv_result_left a#si_cat_new_body_type_crossovers_2043{
	background-position: center -543px;
}

ul#si_cat_new_body_type li a#si_cat_new_body_type_wagons_2043, 
#searchInv_cat_new_body_type .searchInv_result_left a#si_cat_new_body_type_wagons_2043,
ul#si_cat_new_body_type li a#si_cat_new_body_type_wagons_2043, 
#searchInv_cat_new_body_type .searchInv_result_left a#si_cat_new_body_type_wagons_2043{
	background-position: center -543px;
}


#searchInv_cat_new_body_type ul.si_result_make li, #searchInv_cat_new_price ul.si_result_make li {
	display: inline;
	float: left;
	margin: 0px 5px 20px 0px;
}

#searchInv_cat_new_body_type ul.si_result_make a, #searchInv_cat_new_price ul.si_result_make a {
	display: block;
	height: 2px;
	width: 120px;
	background: url('../images_homepage/ppMake_icons.png') no-repeat;
	text-decoration: none;
	padding-top: 80px;
	text-align: center;
}

/*##### =Price Range_ #####
###########################################*/

#searchInv_cat_new_price .searchInv_result_left a {
	display: block;
	height: 2px;
	width: 120px;
	background: url('../images_homepage/park_place_logo.png') no-repeat center top;
	text-decoration: none;
	padding-top: 84px;
	text-align: center;
}

ul#si_cat_new_price_range, ul#si_cat_pre_price_range{
	float: left;
	display: inline;
	margin: 20px 0px 0px 10px;
	height: 250px;
	width: 187px;
	overflow-y: auto;
}

ul#si_cat_new_price_range li, ul#si_cat_pre_price_range li{
	float: left;
	margin: 7px 0px 5px 0px;
}

ul#si_cat_new_price_range li a, ul#si_cat_pre_price_range li a{
	display: block;
	background: url('../images_homepage/priceRange_bg.gif') no-repeat;
	width: 180px;
	height: 23px;
	text-decoration: none;
	line-height: 20px;
	text-indent: 6px;
}

/*##### =Pre Owned Makes_ #####
###########################################*/

ul#si_cat_pre_make{
	width: 150px;
}

ul#si_cat_pre_make li {
	//float: left;
	display: inline;
	margin: 0px 20px 5px;
	width: 100px;
	white-space: nowrap
}

/*##### =Pre Owned Makes_ #####
###########################################*/

ul#si_cat_pre_body_type li {
	float: left;
	display: inline;
	margin: 0px 20px;
	width: 100px;
}

#searchInv_cat_pre_make .searchInv_result_left a{
	display: block;
	height: 2px;
	width: 120px;
	background: url('../images_homepage/park_place_logo.png') no-repeat center top;
	text-decoration: none;
	padding-top: 80px;
	text-align: center;
}

ul#si_cat_pre_body_type li {
	float: left;
	display: inline;
	margin: 0px 5px 30px 5px;
}

ul#si_cat_pre_body_type a, #searchInv_cat_pre_body_type .searchInv_result_left a {
	display: block;
	height: 2px;
	width: 120px;
	background: url('../images_homepage/pp_preownedMakes.png') no-repeat;
	text-decoration: none;
	padding-top: 67px;
	text-align: center;
}

ul#si_cat_pre_body_type li a#si_cat_pre_body_type_convertibles_2041, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_convertibles_2041{
	background-position: center 0px;
}

ul#si_cat_pre_body_type li a#si_cat_pre_body_type_coupes_2048, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_coupes_2048{
	background-position: center -83px;
}

ul#si_cat_pre_body_type li a#si_cat_pre_body_type_other_-12, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_other_-12{
	background-position: center -612px;
}

ul#si_cat_pre_body_type li a#si_cat_pre_body_type_sedans_2045, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_sedans_2045{
	background-position: center -257px;
}

ul#si_cat_pre_body_type li a#si_cat_pre_body_type_suvs_2042, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_suvs_2042{
	background-position: center -357px;
}

ul#si_cat_pre_body_type li#si_cat_pre_body_type_mini_vans a, 
#searchInv_cat_pre_body_type .searchInv_result_left #si_cat_pre_body_type_mini_vans a,
ul#si_cat_new_body_type li#si_cat_new_body_type_mini_vans a{
	background-position: center -166px;
}

ul#si_cat_pre_body_type li a#si_cat_pre_body_type_trucks_2047, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_trucks_2047,
ul#si_cat_new_body_type li a#si_cat_new_body_type_trucks_2047{
	background-position: center -458px;
}

ul#si_cat_pre_body_type li a#si_cat_pre_body_type_crossovers_2043, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_crossovers_2043{
	background-position: center -544px;
}

ul#si_cat_pre_body_type li a#si_cat_pre_body_type_wagons_2043, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_wagons_2043,
ul#si_cat_pre_body_type li a#si_cat_pre_body_type_hatchbacks_10174, 
#searchInv_cat_pre_body_type .searchInv_result_left a#si_cat_pre_body_type_hatchbacks_10174,
ul#si_cat_new_body_type li a#si_cat_new_body_type_hatchbacks_10174{
	background-position: center -544px;
}

/*##### =Pre Owned Price Range #####
##################################*/

#searchInv_cat_pre_price .searchInv_result_left a{
	display: block;
	height: 2px;
	width: 120px;
	background: url('../images_homepage/park_place_logo.png') no-repeat center top;
	text-decoration: none;
	padding-top: 80px;
	text-align: center;
} 


/*##### =ecl_make_combined_list #######
#####################################*/
ul#si_cat_specials_make ul.ecl_make_combined_list {
	display:none;
	background: #000;
	background: rgba(0,0,0,0.65);
}

ul#si_cat_specials_make ul.ecl_make_combined_list li {
	margin: 0;
	float: none;
	display: block;
	padding: 2px 8px;
}
ul#si_cat_specials_make ul.ecl_make_combined_list li a {
	color: #ddd;
	height: auto;
	padding: 0;
	width: auto;
	text-align: left;
}
ul#si_cat_specials_make ul.ecl_make_combined_list li a:hover {
	color: #fff;
}

.new_vehicle_popup {
	background: url('../images/mpgHover_box.png') no-repeat;
	height: 38px;
	width: 128px;
	font-family: Helvetica;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#si_result_make_Maybach{
	display: none!important;
}

#tracking_pixels {
	position: absolute;
	left: -10000px;
}

input.printButton {
	line-height: 0px !important;
	font-size: 0px !important;
}

#preferred-popup {
		width:700px;
		height:183px;
		margin: 0;
		padding: 0;
		text-align: center;
		background: url(../images/preferred-popup-bkgd.jpg) no-repeat center top;
		position: absolute;
		top:100px;
		left:50%;
		margin-left: -350px;
		box-shadow: 0 0 8px #000;
		-webkit-box-shadow: 0 0 12px #000;
		-moz-box-shadow: 0 0 12px #000;
		z-index: 99999;
		display: none;
}
a#preferred-close {
		float:right;
		width:29px;
		height:27px;
		margin: 4px;
		padding: 0;
		text-indent: -9000px;
		background: url(../images/preferred-close.png) no-repeat left top;
}
a#preferred-close:hover { background-position: right top; }
a#prefer_login_cover {
		display: block;
		width:191px;
		height:25px;
		margin: 0;
		padding: 0;
		text-indent: -9000px;
		position: absolute;
		right:70px;
		top:0;
		z-index: 9999;
}
