<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	background: #000 url('bg_full.jpg') no-repeat center top;
    font-family: 'Roboto', sans-serif;
}

#theater_button {
	position: absolute;
	right: -21px;
	bottom: 63px;
}
#theater_button img {
	width: 200px;
}
#theater {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
/* main menu and dealer identification */

#dealer_id {
	width: 1000px;
	margin: 0 auto;
}
#dealer_id a {
	color: #c9bb9a;
	text-decoration: none;
}
#dealer_id .dealer_name {
	font-size: 40px;
	padding: 6px 0 3px 0;
	margin-top: 50px;
}
#dealer_id .dealer_location {
	font-size: 12px;
	padding: 6px 0 6px 0;
}
#top_nav {
	width: 990px;
	margin: 20px auto;
	height: 114px;
	padding: 6px 0;
	font-size: 11px;
	color: #e4e4e4;
	position: relative;
	vertical-align: middle;
}
#top_nav .dealer_name {
	font-size: 44px;
	margin: 6px 0 6px 0;
	position: relative;
	left: 10px;
	bottom: 18px;
	text-shadow: 2px 2px 0 #000000;
	color: #fff;
}
#top_nav .dealer_logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#top_nav .dealer_logo_image {
	min-height: 72px;
	max-height: 120px;
}
#home_button {
	p-top: 20px;
}
#dealer_location {
	position: relative;
	bottom: 30px;
	left: 10px;
	font-size: 17px;
	text-shadow: 2px 2px 0 #000000;
}
#top_nav .dealer_name a {
	color: #fff;
	text-decoration: none;
}
#dealer_location a {
	color: #fff;
	text-decoration: none;
}
#nav_bar {
	position: relative;
	margin: 0 auto 11px;
	width: 970px;
	z-index: 1000;
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
}
#top_nav .link {
	text-decoration: none;
	color: #fff;
}
#top_nav .dealer_logo {
	max-width: 350px;
	max-height: 120px;
}
#checkout_button {
	text-decoration: none;
	color: #fff;
	height: 50px;
	font-size: 18px;
	margin: 0px auto;
	text-align: center;
}
#cart_items {
	font-size: 11px;
	padding: 3px 2px 0 0;
}
#cart_icon {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#checkout_button:hover {
	background-color: #6C250E;
}
#nav_bar .menu_td {
	text-align: center;
}
#top_nav .menu_td {
	text-align: center;
}
.menu_link {
	color: #fff;
	text-decoration: none;
}
#top_nav .menu_link {
	display: block;
	padding: 7px 18px;
	text-decoration: none;
	background-color: none;
	border: 0px solid #333;
}
#nav_bar .menu_td:hover {
	color: black;
	background-color: #1C3075;
}
/* headers for various sections */
h1 {
	display: block;
	position: relative;
	border-bottom: 1px solid #202020;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #e4e4e4;
	text-transform: uppercase;
	clear: both;
	border-top: 1px solid #444;
}
h1.default {
	margin: 0;
	padding: 5px 3px 7px 6px;
    background-image: url('h1-featured.png');
}
h1.featured_items {
	margin: 0;
	padding: 5px 3px 7px 6px;
	background-image: url('h1-featured.png');
}
h1.best_sellers {
	margin: 0;
	padding: 5px 3px 7px 6px;
	background-image: url('h1-featured.png');
}
h1.catalog {
	margin: 0;
	padding: 5px 3px 7px 6px;
	background-image: url('h1-featured.png');
}
h1.similar_items {
	margin: 0;
	padding: 5px 3px 7px 6px;
}
h1.stores {
	margin: 0 0 3px 0;
	padding: 4px 3px 6px 4px;
	font-size: 14px;
}
/* left sidebar */
#sidebar {
	margin: 0 6px;
	color: #d9d9d9;
}
#sidebar h2 {
	display: block;
	margin: 0;
	padding: 4px 3px 6px 4px;
	background-image: url('h1-featured.png');
	background-size: 100% 100%;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #444;
}
#sidebar h3 {
	display: block;
	margin: 0px 0 0 0;
	padding: 5px 2px 4px 4px;
	background-image: url('h1-featured.png');
	background-size: 100% 100%;
	border-bottom: 1px solid #202020;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #444;
}
.sidebar_content {
	display: block;
	margin: 0;
	padding: 3px 3px 6px 3px;
	font-size: 12px;
	margin-bottom: 4px;
	background-color: #6d6d6d;
	text-align: center;
}
.sidebar_link, #sidebar a {
	word-wrap: break-word;
	color: #e4e4e4;
	text-decoration: none;
}
.sidebar_link:hover, #sidebar a:hover {
	color: #fff;
}
#sidebar_nav {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
}
#sidebar_nav li a {
	display: block;
	padding: 5px 2px 4px 4px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid black;
	background-color: #979797;
}
#sidebar_nav li a:hover, nav ul li a:active {
	text-decoration: none;
	color: #fff;
	background-color: #6d6d6d;
}
#sidebar_nav li a.live, nav ul li a.live:hover {
	background-color: #b4b4b4;
}
#sidebar_nav .subnav {
	border-top: 1px dotted #333;
}
#sidebar_nav .subnav li {
	text-align: left;
	margin: 0;
	padding: 6px;
	background: #6D6D6D;
	text-transform: lowercase;
}
#sidebar_nav .subnav a {
	padding: 2px 0 2px 26px;
	color: #e4e4e4;
	font-size: 12px;
}
#sidebar_nav .subnav a:hover {
	color: #b6191f;
	background-color: #2a2a2a;
}
.navhead {
	text-transform: uppercase;
} /* affects sidebar menu headings only */
#sidebar_right {
	margin: 0 3px 0 6px;
	color: #d9d9d9;
	font-size: 11px;
}
/* cart buttons displayed with each item */
/* style names are used by jQuery to add button actions */
a.add_to_cart, a.find_a_dealer {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #e4e4e4;
	background-color: #606060;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a:hover.add_to_cart, a:hover.find_a_dealer {
	background-color: #871116;
	color: #fff;
}
a.detail_button {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #e4e4e4;
	background-color: #909090;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a:hover.detail_button {
	background-color: #871116;
	color: #fff;
}
a.adding_to_cart {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #e4e4e4;
	background-color: #a8161c;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.go_to_checkout {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-color: #c11920;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a:hover.go_to_checkout {
	background-color: #c11920;
	color: #fff;
}
.arrow-icon-right {
	display: inline-block;
	width: 14px;
	height: 10px;
	background-image: url('arrow-right.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.arrow-icon-down {
	display: inline-block;
	width: 14px;
	height: 10px;
	background-image: url('arrow-down.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebar_nav .more_filter {
	text-align: right;
	font-style: italic;
}
.catalog-nav {
	padding: 3px 3px 6px 9px;
	font-size: 13px;
	color: #fff;
	background-image: url('h1_catalog_bg.jpg');
}
.catalog-pages {
	float: right;
	padding: 0 7px 0 0;
}
.catalog-pages a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
}
.catalog-pages .dead-link {
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
}
#no_search_results {
	margin: 200px 0;
	text-align: center;
	color: #ffffff;
	font-size: 21px;
}
/* standard content pages */
.content {
	margin: 0 0 6px 0;
}
.content_pane {
	width: 580px;
	margin: 0 3px 0 0;
	padding: 6px;
	color: #000;
	font-size: 12px;
	background-color: #fff;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#page_content .return_link {
	display: block;
	position: absolute;
	top: 4px;
	right: 9px;
	text-align: right;
	padding: 6px 0;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	color: #e4e4e4;
	text-decoration: none;
}
#page_content .return_link:hover {
	color: #a0171d;
}
#page_content {
	margin: 0 6px 6px 0;
}
#page_content h2 {
	display: block;
	margin: 0 0 6px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #202020;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}
#page_content a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#page_content a:hover {
	color: #820629;
}
.page_pane {
	width: 760px;
	margin: 0 3px 0 0;
	padding: 6px;
	color: #000;
	font-size: 12px;
	background-color: #fff;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.page_title {
	font-size: 18px;
	color: #333;
	border-bottom: 3px solid #ccc;
	padding: 3px 0 0 0;
	margin: 0 0 3px 0;
	text-align: center;
	background-color: #ccc;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.spacer {
	height: 6px;
}
/* manufacturers page */
.manufacturers_content {
	width: 577px;
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.feature_manufacturer_link {
	display: block;
	padding: 3px 6px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
}
.feature_manufacturer_link:hover {
	color: #a0171d;
}
.manufacturer_link {
	color: #000;
	text-decoration: none;
}
.manufacturer_link:hover {
	color: #a0171d;
}
/* catalog pages */
#catalog_head_ads {
	width: 962px;
	height: 112px;
	margin: 0 0 5px 6px;
	padding: 9px;
	background-image: url('catalogbanner-frame.jpg');
}
#catalog_options {
	margin: 6px 0 0 0;
	background-color: #171717;
	border: 1px solid #333;
	color: #ccc;
	font-size: 12px;
}
#catalog_options .arrow_button {
	font-size: 11px;
}
#no_search_results {
	margin: 120px 0;
	text-align: center;
	color: #666;
	font-size: 18px;
}
.thumbnail_image {
	max-width: 190px;
	max-height: 110px;
}
.pid {
	height: 14px;
}
.item_row_wrapper {
	width: 592px;
	overflow-x: hidden;
}
.item_row li, .item_row_short li {
	width: 190px;
	margin: 0 5px 0 0;
	padding: 0 3px 0 0;
	color: #000;
	font-size: 10px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.item_title {
	height: 31px;
	overflow: hidden;
	padding: 3px 5px;
	margin: 3px 0;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	text-align: center;
}
.item_description {
	height: 70px;
	padding: 0 3px;
}
.item_link {
	color: #000;
	text-decoration: none;
}
.item_link:hover {
	color: #b6191f;
}
.item_thumb {
	height: 110px;
	text-align: center;
}
.item_content {
	padding: 3px 5px;
	font-size: 10px;
}
.item_category {
	margin: 3px 5px;
	padding: 3px 0;
	border-top: 1px dotted #908b80;
	font-size: 10px;
}
.item_price {
	padding: 5px 3px 3px 3px;
	font-size: 16px;
	color: #2f2f2f;
	text-align: right;
}
.item_call {
	padding: 5px 3px 7px 3px;
	text-align: center;
	font-size: 13px;
	color: #2f2f2f;
}
.low_quantity {
	color: #a8161c;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
/* jQuery calls get_price.php to display actual price for every .live_price element on a page */
.live_price, .display_price {
	height: 27px;
	padding: 5px 3px 3px 0;
	font-size: 16px;
	color: #2f2f2f;
	text-align: right;
}
/* jQuery adds button action to this element */
.live_checkout {
	text-align: right;
}
/* home page usually has one larger featured item */
.big_feature {
	width: 585px;
	height: 230px;
	margin: 2px 3px 0 0;
	padding: 0 3px 0 0;
	color: #000;
	font-size: 10px;
	border-right: 1px solid #908b80;
	border-bottom: 1px solid #908b80;
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
td.feature_thumb {
	height: 230px;
	width: 350px;
	text-align: center;
}
.big_feature_thumb {
	max-width: 350px;
	max-height: 224px;
}
/* item detail pages */

.detail_pane_top {
	width: 592px;
	height: 12px;
	background-color: #ffffff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.detail_pane_middle {
	width: 580px;
	margin: 0;
	padding: 6px;
	background-color: #ffffff;
	font-size: 14px;
}
.detail_pane_bottom {
	width: 592px;
	height: 9px;
	background-color: #ffffff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
td.detail_image {
	width: 576px;
	height: 370px;
	text-align: center;
}
.detail_item_title {
	font-size: 18px;
	text-align: center;
}
.detail_item_label {
	padding: 3px 3px 3px 18px;
	color: #666;
}
.detail_item_price_bar {
	margin: 12px 6px 3px 6px;
	padding: 6px 0 0 0;
	border-top: 1px dotted #ccc;
}
.detail_item_price {
	margin: 6px 6px 6px 0;
	font-size: 21px;
	color: #000;
}
.detail_item_back {
	display: block;
	height: 22px;
	margin: 0 12px 6px 12px;
	padding: 8px 0 0 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #e4e4e4;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.detail_item_back:hover {
	color: #a0171d;
}
.detail_item_link {
	text-decoration: none;
	color: #000;
}
.detail_item_link:hover {
	text-decoration: none;
	color: #b6191f;
}
#footer {
	background-image: url('footer.png');
	padding-left: 45px;
}
.bestsellers-header {
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
}
.product-container .breadcrumb {
    background-image: url('h1-featured.png');
}
#social {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #ccc;
    font-size: 12px;
}</pre></body></html>