<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
}

#background-gradient {
	background: url(/images/background-gradient.png) repeat-x;
	/* background-color: yellow; */
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 345px;
}

#middle-gradient {
	background: url(/images/middle-gradient.png) repeat-x;
	background-color: white;
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 345px;
	left: 0;
	height: 383px;
}

#top_menu .menu {
	padding: 0;
  padding-left: 20px;
	padding-bottom: 10px;
	background: black;
	display: block;
}

#top_menu .menu li {
	background: white;
  padding: 3px 8px;
  display: block;
  float: left;
  border-bottom: 1px solid black;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#top_menu .menu li.selected, #top_menu .menu li:hover {
	/* background: yellow; */
}

#top_menu .menu li a {
	text-align: center;
	display: block;
	font-size: 14px;
	color: black !important;
}

#main_content {
  background: white;
  height: auto !important;
}

#brands-and-cities h4 {
  margin-top: 0;
  text-align: center;
}

#brands-and-cities {
  background: #666;
  color: #aaa;
  padding: 10px;
  margin-bottom: 10px;
  height: auto !important;
}

#brands {
  border-right: 0;
  width: auto;
}

#brands_wrapper {
  margin-bottom: 20px;
}

#cities {
  float: none !important;
}

#cities-list {
  width: auto;
}

#cities_wrapper {
  /* border-left: 1px solid #aaa; */
}

#brands-and-cities a {
  color: #aaa;
  font-size: 13px;
}

.account_group {
	height: 300px;
	float: left;
	width: 420px;
	margin-right: 20px;
}

.account_group h2 {
	margin-top: 0;
	font-family: georgia, times new roman, serif;
}

.account_group h4 {
	margin-bottom: 5px;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.account_group p {
	margin-top: 0;
	font-size: 12px;
}

.account_group_image_container {
	float: right;
	box-shadow: 0px 0px 5px 5px #ccc;
	display: block;
	padding: 3px;
	background: white;
}

.account_group_image {
	border: 2px solid black;
}

.account_group_left {
	float: left;
	width: 285px;
}

.visit_website {
	display: block;
	float: right;
	margin-top: 20px;
	width: 167px;
	height: 20px;
	position: relative;
	background: url(/images/visit_website_highlight.png) no-repeat;
	padding: 5px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 1px solid black;
	text-align: center;
}

.visit_website img {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 5;
}

.visit_website a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: black;
	z-index: 10;
}

#home_page_text {
	background: white;
	border: 2px solid gray;
	padding: 0 15px;
	font-size: 13px;
}

#bottom-pattern {
	background: url(/images/bottom-pattern.jpg);
	width: 100%;
	height: 13px;
	border-top: 0;
}

#footer_links .menu {
	padding: 0;
	display: block;
	margin: 0px auto;
	width: 420px;
}

#footer_links .menu li.selected a {
	font-weight: bold;
}

#map {
	height: 500px;
	background: white;
	margin-top: 20px;
}

.infowindow {
	width: 300px;
}

.image_1 {
	float: right;
}

#coupon_page_links li {
	float: left;
	font-size: 16px;
	width: 200px;
	padding: 10px;
}

a img {
	border: 0 !important;
}

#container {
  padding-top: 5px;
}

#main-container {
  float: right;
  height: auto !important;
  width: 790px;
  position: relative;
}

#left-container {
  width: 200px;
  float: left;
  padding: 5px;
  padding-top: 0;
  font-size: 13px;
}

#left-container hr {
  clear: left;
}

#header_image {
  width: 790px;
}

#left-container &gt; div {
  background: #222;
  color: white;
  padding: 10px 5px;
  margin-top: 5px;
}

#left-container .icon {
  float: left;
  height: 26px;
  margin-right: 5px;
}

#left-container h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  top: 5px;
}

#top_menu {
}

#location-search {
  margin-top: 0 !important;
}

#location-search .icon {
  position: relative;
  top: 5px;
}

#location-search h3 {
  top: 2px;
}

#quick-search .icon {
  top: -2px;
  position: relative;
}

#news-and-articles .icon {
  top: -2px;
  position: relative;
  margin-right: 10px;
}

#news-and-articles h3 {
  margin-bottom: 10px;
}

#left-container input, #left-container select {
  width: 90%;
  margin-top: 7px;
}

#left-container input[type="Submit"], .blue-button {
  width: 50%;
  background: #408CBD;
  background: -moz-linear-gradient(top, #80B1D3, #408CBD 30%, #0067A7);
  color: white;
  border: 1px solid black;
  cursor: pointer;
  margin: 0px auto;
  display: block;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 7px;
  background-clip: padding-box;
}

.blue-button:hover {
  box-shadow: 1px 1px 1px #555;
}

.sidebar_form {
  padding-left: 7px;
  padding-bottom: 7px;
  display: block;
  background: -moz-linear-gradient(top, #999, #444);
}

#subpage-footer {
  display: none;
}

#sidebar-services a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin-top: 2px;
}

.subpage-content-column {
  width: 40% !important;
}

#subpage-main-content2 {
  padding: 20px;
  padding-top: 5px;
}

#taglines {
  background: black;
  color: white;
}

.tagline {
  width: 790px;
}

.articles-list {
  border: 0 !important;
  height: auto !important;
  text-align: left !important;
  padding: 4px !important;
}

.articles-list a {
  display: block;
  color: #aaa;
  text-decoration: none;
}

body#coupons_page #main_content {
  padding-left: 10px;
}

#coupon_page_links {
  padding-left: 30px;
}

#coupon_page_links li {
  width: 40% !important;
  height: 50px;
}

body#promo_code_page #main_content, body#franchise_page #main_content {
  padding-left: 10px;
}

body#promo_code_page #subpage-main-centered, body#franchise_page #subpage-main-centered {
  margin-bottom: 20px;
}

#city-header {
  width: 790px !important;
}

.infowindow h3 {
  margin-bottom: 0;
}

.infowindow h4 {
  margin-top: 8px;
}

#map_canvas {
  height: 500px;
  width: 90%;
  margin: 20px auto;
}

#locations {
  background: #666;
  font-size: 12px;
  width: 100%;
  margin-bottom: 20px;
}

#locations th {
  background: #666;
  color: white;
  margin-bottom: 1px;
  text-align: left;
}
#locations tr td {
  background: #ddd;
  background: -moz-linear-gradient(#bbb, #eee);
  padding: 4px 7px;
  padding-bottom: 7px;
}
#actions {
  background: #666;
  font-size: 12px;
  width: 100%;
  margin-bottom: 20px;
}
#actions th {
  background: #666;
  color: white;
  font-size: 12px;
}
#actions tr td {
  background: -moz-linear-gradient(#bbb, #eee) #ddd;
  padding: 4px 7px;
  padding-bottom: 7px;
  text-align: center;
}
#actions tr td .blue-button:first-child {
  margin-left: 230px;
  margin-right: 40px;
}
.blue-button.in-table:first-child {
  margin-right: 2px;
}
.blue-button.in-table:last-child {
  margin-left: 2px;
}

.phone-column {
  text-align: center;
}
.blue-button.in-table {
  float: left;
  height: 14px;
  font-size: 10px;
  margin-left: 0px;
  text-align: center;
  width: 100px;
  padding: 3px 5px;
  padding-top: 8px;
  text-decoration: none;
}
.blue-button.in-table.two-line {
  padding-top: 3px;
  height: 19px;
}

.map-index {

}

.subpage_img {
  max-width: 350px !important;
}

#links {
  background: transparent;
  height: auto !important;
}

#social-media {
  height: auto !important;
}

#social-media-left {
  padding-left: 20px !important;
}

.lp_maybe_clear {
  clear: both;
}

#tire_selector_form_wrapper {
  float: right;
  padding-top: 20px;
  padding-left: 10px;
}

.small_payment_method {
  float: left;
  margin-right: 10px;
  height: 50px;
}

#dealer_map {
  width: 385px;
  height: 280px;
  float: left;
  border: 1px solid #999;
  margin-bottom: 20px;
}

#fade_coupons {
  width: 340px;
  float: left;
}

#survey_form {
  padding-left: 20px;
}

#survey_form table {
  width: 90%;
}

#survey_form #instructions {
  width: 94%;
}

#heard_from_other {
  width: 130px !Important;
}

#tire_selector {
  background: #ccc;
  padding: 3px;
  border: 1px solid #aaa;
  margin-left: 5px;
  margin-bottom: 5px;
}

#order_online_burst {
  position: absolute;
  right: 3px;
  top: 190px;
  z-index: 9999;
  width: 130px;
}

/* Webkit-specific CSS */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .blue-button.in-table.two-line {
    padding-top: 1px;
    height: 21px;
  }

  #locations .blue-button.in-table:first-child {
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 5px;
    width: 104px;
  }
}

.tire {
  width: 700px !important;
}

.tire_table {
  width: 420px !important;
}

.tire_search_info {
  width: 700px !important;
}

.tire-page-content {
  padding: 20px !important;
}

#tire_detail {
  padding: 10px !important;
  display; block;
}

#tire_detail .gradient-button {
  width: 99px !important;
}
</pre></body></html>