body { background: #000000 url('bg_full.jpg') no-repeat center top; }

/* @font-face code Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'Mido';
    src: url('fonts/Mido-webfont.eot');
    src: url('fonts/Mido-webfont.eot?#iefix') format('eot'),
         url('fonts/Mido-webfont.woff') format('woff'),
         url('fonts/Mido-webfont.ttf') format('truetype'),
         url('fonts/Mido-webfont.svg#webfontFHzvtkso') format('svg');
    font-weight: normal;
    font-style: normal;
}

#dealer_id { width: 1000px; margin: 0 auto; position: relative; min-height: 90px; padding-top: 20px; }
#dealer_id a { color: #c9bb9a; text-decoration: none; }
#dealer_id .dealer_name {
	font-family: 'Mido';
	font-size: 40px;
	padding: 12px 0 3px 6px;
}
#dealer_id .dealer_location {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 6px 6px;
}

#theater_button { position: absolute; top: -8px; right: -21px; }
#theater_button img { width: 200px; }
#theater { border-top: 1px solid #333; }

#top_nav {
	width: 990px; margin: 0 auto;
	height: 29px; padding: 6px 0;
	background: url('topnav-bg.jpg');
	border-bottom: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e4e4e4;
}

#top_nav .link { text-decoration: none; color: #e4e4e4; }

#top_nav .dealer_logo { max-width: 700px; max-height: 200px; }

#top_nav .menu_td {
	text-align: center;
	border-right: 1px solid #a98779;
}

#top_nav .menu_link {
	display: block; margin: 2px 12px 4px 12px; padding: 4px 0 2px 0;
	font-family: Times, serif; font-size: 15px;
	color: #d6cbb0;
	text-decoration: none;
	border: 1px solid #8c4120;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#top_nav .menu_link:hover {
	color: #d6cbb0;
	background-image: url('nav-item-over-bg-b.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #66483f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#top_nav .live_link {
	display: block; margin: 2px 12px 4px 12px; padding: 4px 0 2px 0;
	font-family: Times, serif; font-size: 15px;
	color: #d6cbb0;
	text-decoration: none;
	background-image: url('nav-item-over-bg-b.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #66483f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#top_nav .menu_checkout_td {
	width: 250px;
}

#checkout_button {
	display: block; margin: 3px 12px; padding: 2px 0 0 6px;
 	background-image: url('nav-item-over-bg.jpg');	
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #66483f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	color: #c4a866;
	text-decoration: none;
	font-family: Times, serif; font-size: 16px; font-style: italic; line-height: 21px;
}

#checkout_button:hover { color: #fff; }

#cart_items { font-size: 12px; font-style: normal; padding: 0 0 0 6px; }

#cart_icon { position: absolute; top: 4px; right: 6px; }

/* headers */
h1 {
	display: block; position: relative;
	padding: 3px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #d6cbb0;
	text-transform: uppercase;
	clear: both;
}
h1.default { margin: 0 3px 0 0; padding: 5px 3px 7px 6px; background-color: #8d3a1d; }
h1.featured_items { margin: 0 3px 0 0; padding: 5px 3px 7px 6px; background-color: #9e0000; }
h1.best_sellers { margin: 0 3px 0 0; padding: 5px 3px 7px 6px; background-color: #996633; }
h1.catalog { margin: 0 3px 0 0; padding: 5px 3px 7px 6px; background-color: #8d3a1d; }
h1.similar_items { margin: 0 3px 0 0; padding: 5px 3px 7px 6px; background-color: #8d3a1d; }
h1.stores { margin: 0; padding: 6px 3px 3px 4px; font-size: 14px; text-align: center; color: #fff; }

/* sidebar */
#sidebar {
	margin: 0 6px;
	color: #d9d9d9;
	/*background-image: url('sidebar_slice_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;*/
}

#sidebar h2 {
	display: block;
	margin: 0 0 1px 0; padding: 6px 3px 6px 4px;
	background-color: #8d3a1d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #d6cbb0;
	text-transform: uppercase;
}

#sidebar h3 {
	display: block;
	margin: 6px 0 0 0; padding: 3px 3px 2px 3px;
	background-color: #8d3a1d;
	border-bottom: 1px solid #202020;
	font-family: DejaVuSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #d6cbb0;
	text-transform: uppercase;
	border-top: 1px solid #444;
}

.sidebar_content {
	display: block;
	margin: 0; padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d1b26d;
	color: #000000;
}

.sidebar_link, #sidebar a {
	color: #000000;
	text-decoration: none;
}
.sidebar_link:hover, #sidebar a:hover {
	color: #8d3a1d;
}

#sidebar_nav li a {
	display: block; background-color: #bea263;
	padding: 5px 2px 4px 4px;
	color: #000000;
	font-family: Times, serif;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#sidebar_nav li a:hover, nav ul li a:active {
	text-decoration: none;
	color: #000000;
	background-color: #8d3a1d;
}

#sidebar_nav li a.live, nav ul li a.live:hover { background-color: #b4b4b4; }

#sidebar_nav .subnav li { text-align: left; margin: 0; padding: 0; }

#sidebar_nav .subnav a {
	padding: 2px 0 2px 9px;
	color: #000000; background-color: #d1b26d;
	font-size: 13px;
}

#sidebar_nav .subnav a:hover {
	color: #000000;
	background-color: #8d3a1d;
}

#sidebar_right {
	margin: 0 3px 0 3px; padding: 0 2px;
	color: #ffffff;
	font-size: 12px;
	/*background-image: url('sidebar_slice_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;*/
}

.sidebar_spacer { margin: 6px; height: 3px; background-image: url('sidebar-spacer-bg.jpg'); }

/* this n that */
.content { margin: 0 0 6px 0; }
.content_pane { 
	width: 580px;
	margin: 0 3px 0 0; padding: 6px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	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-family: Helvetica, Arial, sans-serif;
	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-family: DejaVuSans, Arial, sans-serif;
	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-family: Helvetica, Arial, sans-serif;
	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: 1px; margin: 0;
}

/* cart buttons */
a.add_to_cart, a.find_a_dealer {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-family: DejaVuSans, Arial, sans-serif;
	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-family: DejaVuSans, Arial, sans-serif;
	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-family: DejaVuSans, Arial, sans-serif;
	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-family: DejaVuSans, Arial, sans-serif;
	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;
}


/* manufacturers */
.manufacturers_content {
	width: 580px;
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	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 */
#catalog_head_ads { 
	width: 962px; height: 112px; margin: 0 0 5px 6px; padding: 9px;
	background-image: url('/templates/default/catalogbanner-frame.jpg');
}

#catalog_options {
	margin: 6px 0 0 0;
	background-color: #171717;
	border: 1px solid #333;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#catalog_options .arrow_button { font-size: 11px; }

.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-family: Helvetica, Arial, sans-serif;
	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;
}

.full_image { max-width: 560px; } /* controls width of full-sized images */
.thumbnail_image { max-width: 190px; max-height: 110px; }
.pid { height: 14px; }

.detail_item_label {
	padding: 3px 9px 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-family: DejaVuSans, Arial, sans-serif;
	font-size: 21px;
	color: #000;
}

.detail_item_back {
	display: block;
	height: 22px; margin: 0 12px 6px 12px;
	padding: 8px 0 0 0;
	background-color: #8d3a1d;
	font-family: Helvetica, Arial, sans-serif;
	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: #ffffff;
}

.detail_item_link { text-decoration: none; color: #000; }
.detail_item_link:hover { text-decoration: none; color: #b6191f; }


/* items */
.big_feature {
	display: block; overflow: hidden;
	width: 585px; height: 230px;
	margin: 2px 3px 0 0; padding: 0 3px 0 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	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_row li, .item_row_short li {
	width: 190px;
	margin: 0 5px 0 0; padding: 0 3px 0 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	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-family: DejaVuSans, Arial, sans-serif;
	font-size: 14px;
	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: 120px;
	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-family: DejaVuSans, Arial, sans-serif;
	font-size: 16px;
	color: #2f2f2f;
	text-align: right;
}
.item_call {
	padding: 5px 3px 7px 3px; text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #2f2f2f;
}

.low_quantity { color: #a8161c; font-style: italic; font-weight: bold; text-decoration: none; }

.live_price, .display_price {
	height: 27px;
	padding: 5px 3px 3px 0;
	font-family: DejaVuSans, Arial, sans-serif;
	font-size: 16px;
	color: #2f2f2f;
	text-align: right;
}

.live_checkout { text-align: right; }
