@import url(menu.css);
@import url(sifr.css);
@import url(editor.css);
@import url(extra.css);

/* template.css
// author:	Nate West
// version:	0.93
// date:		12/30/08
// changelog:	0.93	- Support for franchisee template:
					- redefined #left .grabber to #main .grabber and changed attributes
					- defined .grabber h3
					- defined #right .grabber
					- defined #right .grabber .formline label
				- redefined .inthissection a to include a:link, a:visited and a:hover pseudo elements
				- defined a.sku
				- defined .hotgear
				- defined .hotgear a
				- defined .hotgear img
				- added bold to h3 element
				- defomed #right a

			0.92	- added #middle definition
				- redefined #main for background issue
				- redefined #main .inner
				- redefined #right .col2
				- redefined .grabber
				- redefined .grabber .inner
				- redefined .grabber .button
				- redefined #logos
 */

/*** HTML ***/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #333;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font: bold 24px/28px "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif; /* TradeGothic */
	color: #E13A3E;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
	font: normal 20px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
}
h3 {
	color: #0068A8;
	margin-bottom: 10px;
	text-transform: uppercase;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
}
h4 {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
}
h5 {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
}
ul {
	margin-bottom: 10px;
	margin-left: 20px;
	list-style: square;
}
ol {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 5px;
}
ul ul, ol ol { 
	margin-bottom: 0;
}
img {
	border: none;
}
a,a:link,a:active,a:visited {
	color: #006;
}
a:hover {
	color: #E13A3E;
}

/*** DIVISIONS ***/
.inner {
	width: 1028px;
	text-align: left;
	margin: 0 auto;
	/* height: 100%;
	position: relative; */
}
.clr {
	clear: both;
}
#header {
	background: #0060A9;
	padding: 0 0 10px 0;
}
	#banner1 {
		text-align: right;
	}
/*	#banner1, #search, #logo {
		width: 26%;
		float: left;
		height: 63px;
	}
	#logo {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
*/
	#search {
		background: url(../images/bg_search.png) no-repeat;
		float: right;
		z-index: 10000;
	}
		#search form {
			padding: 0 15px;
		}
		#search h3 {
			font-weight: bold;
			color: #fff;
			margin: 6px 0 6px 35px;
			font-family: "Arial Narrow", "Trebuchet MS", "Trebuchet MS", Arial, sans-serif;
		}
		#search input {
			border: none;
			vertical-align: middle;
			color: #fff;
		}
		#search input.textbox {
			background: none;
			width: 140px;
			margin: 3px 0 3px 30px;
			padding: 3px 5px;
			color: #000;
			font-size: 12px;
		}
		#search input.textbox:focus {
			outline: none;
			border: none;
		}
#nav {
	background: #E13A3E;
	height: 24px;
	text-align: center;
	position: relative;
	z-index: 100;
}
#middle {
	text-align: center;
	background: #000;
	padding: 18px 0 10px 0;
}
#main {
	width: 1028px;
	background: url(../images/bg_main.png) repeat-y -4px 0;
	margin: 0 auto;
	text-align: left;
}
	#main .inner {
		background: url(../images/bg_mainbtm.png) no-repeat 267px bottom;
		padding: 0 0 30px 0;
		margin: 0 0 0 10px;
		width: 1005px;
	}
	#left {
		width: 260px;
		margin: 0 8px 0 0;
		float: left;
		color: #fff;
	}
		#left h3 {
			color: #fff;
			font: bold 16px/18px "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif; /* TradeGothic */
			text-transform: uppercase;
			margin-bottom: 0;
		}
		#left .module {
			margin: 5px 10px;
			border-bottom: 1px solid #999;
		}
		#left .player {
			border: 1px solid #999;
			margin: 0 1px 5px 0;
			/* padding: 5px 10px 15px 10px; */
			padding: 6px ;
		}

	#main .grabber {
		background: url(../images/bg_grabber.png) no-repeat center center;
		border: 1px solid #999;
		padding: 5px 5px 15px 5px;
		font-size: 11px;
		line-height: 14px;
		margin: 0 1px 5px 0;
		color: #fff;
	}
		#main .grabber .inner, body.home #main .grabber .inner {
			width: auto;
			padding: 5px 5px 0 5px;
			margin: 0;
			background: none;
			overflow: auto;
		}
		.grabber h3 {
			color: #fff;
			font: bold 16px/18px "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif; /*TradeGothic*/
			margin-bottom: 0;
		}
		.grabber .formline {
			display: block;
			margin: 4px 0px 0px;
			clear: both;
		}
		.grabber .leftlabel {
			display: block;
			float: left;
			width: 30%;
		}
		.grabber fieldset {
			display: block;
			float: left;
			width: 70%;
			border: none;
		}
		.grabber fieldset select {
			display: block;
			margin: 3px 0 8px 0;
		}
		.grabber .button {
			background: url(../images/button.png) no-repeat;
			padding: 4px 4px 5px 4px;
			border: none;
			margin: 10px 0 0 0;
			width: 101px;
			display: block;
			float: left;
			cursor: pointer;
		}
	
		
	#right {
		margin: 15px 0 25px 16px;
		width: 695px;
		float: left;
	}
	body.home #right {
		width: 722px;
		overflow: hidden;
		margin-left: 15px;
	}
		#right .col1 {
			float: left;
			margin: 0;
			width: 445px;
		}
		#right .col2 {
			float: right;
			margin: 0 -15px -15px 15px;
			width: 235px;
		}
			#right .col2 img {
				clear: both;
				margin-bottom: 15px;
				display: block;
			}
		#right hr {
			clear: both;
			margin: 10px 0;
			border: none;
			border-top: 1px solid #999;
		}
		#right .formline {
			display: block;
			margin: 4px 0px 0px;
			clear: both;
		}
			#right .formline label {
				display: block;
				float: left;
				width: 20%;
			}
		#right .grabber {
			margin: 0 0 15px 0;
			border: none;
		}
			#right .grabber .formline label {
				width: 30%;
			}
		#right a {
			font-weight: bold;
		}
#savesearch {
	background: #333;
	color: #fff;
	float: right;
	width: 274px;
	padding: 10px;
}
	#savesearch h3 {
		color: #999;
		font: bold 16px/18px "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#savesearch button {
		float: left;
		margin-right: 10px;
		background-image: url(../images/button_l_graybg.png);
	}
		#savesearch button span {
			background-image: url(../images/button_r_graybg.png);
		}

#reviews p img {
	float: right;
	margin: 10px;
}





body.home #main {
	background-image: url(../images/bg_main_home.png) ;
}
	body.home #main .inner {
		background: url(../images/bg_mainbtm_home.png) no-repeat bottom right;
	}
#footer {
	padding: 20px 0;
	color: #fff;
	margin: 0 0 150px 0;
	background: url(../images/footer_fade.png) repeat-x;
}
	#footer .inner {
		text-align: center;
	}
	#footer a, #footer a:hover {
		color: #fff;
	}
#logos {
	height: 150px;
	width: auto;
	/*background: url(../images/logos_bg.png);*/
	background: #333;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 30px 0;
	border-top: 1px solid #999;
	overflow: hidden;
}
	#logos h3 {
		color: #999;
		font: bold 16px/18px "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif; /* TradeGothic */
		text-transform: uppercase;
		margin-bottom: 0;
	}

/* ELEMENTS */
button, a.button, .button {
	background: url(../images/button_l.png) no-repeat;
	border: none;
	padding: 0;
	line-height: 12px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: block;
	float: left;
	clear: both;
}
button {
	float: none;
	clear: none;
}
	button span, a.button span {
		background: url(../images/button_r.png) no-repeat top right;
		padding: 6px 15px 6px 0;
		margin: 0 0 0 15px;
		display: block;
	}
	button span {
		padding: 6px 17px 6px 0;
		margin: -1px -3px 0 14px;
	}
.inputbox, input {
	font-size: 10px;
	line-height: 12px;
	background:#fff;
	border: 1px solid #666666;
}
select.inputbox {
	background: #ccc;
}

.pagination{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.pagination li {
	padding: 5px;
	display: inline;
	border: 1px dotted #333;
}
.accessible {
	display: none;
}
table.results {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #000;
	clear: both;
}
	table.results p {
		margin: 5px;
	}
	table.results td {
		vertical-align: top;
		border: 1px solid #999;
		background: #fff;
	}
		table.results td.price {
			border-right: none;
		}
		table.results td.photo, table.results tr.even td.photo {
			background: #999;
			border-left: none;
			border-right: none;
		}
	table.results tr {
	}
		table.results tr.even td {
			background: #ffd;
		}
		table.results tr.spacer td {
			height: 5px;
			background: none;
			border: none;
		}
	table.results th {
		font: bold 16px "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-align: left;
		padding: 5px 0;
		height: 20px;
		border-bottom: 1px solid #999;
	}
		table.results th, table.results th a {
			color: #999;
			text-decoration: none;
		}
table.locations td {
	padding: 5px 3px;
}

.inthissection {
	background:#E13A3E; 
	padding: 10px; 
	margin-bottom: 15px;
}
	.inthissection h3 {
		color: #fff;
		margin: 0 0 10px 0; 
		padding: 0; 
		font-weight: bold;
	}
	.inthissection a, .inthissection a:link, .inthissection a:hover, .inthissection a:visited {
		color: #fff;
		text-decoration: none;
	}
a.sku, a.sku:link, a.sku:hover, a.sku:visited {
	color: #000;
	text-decoration: none;
}
	

.hotgear {
	background: #555; /*#D5A00F;*/
	color: #000;
	padding: 5px;
	margin: 5px 0 10px;
	text-transform: uppercase;
}
	.hotgear a, .hotgear a:hover, .hotgear a:link, .hotgear a:visited {
		color: #fff;
		text-decoration: none;
	}
	.hotgear img {
		width: 240px;
		padding: 0 auto;
		margin: 5px -5px -5px;
		text-align: center;
	}

	
	
/* nyroModal lightbox styles */
.wrapper {
	background: #fff;
	margin: 0;
	font: 12px/14px "Trebuchet MS",Arial,sans-serif;
	color: #333;
}
.wrapper h2 {
	font: normal 18px/22px "Trebuchet MS",Arial,sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.wrapper .imgright {
	float: right;
	margin: 0 0 10px 15px;
}

.wrapper .phone_number {
	text-align: center;
	font: 48px/50px "Trebuchet MS",Arial,sans-serif;
}
.wrapper .buy_disclaimer {
	color: #000;
	font: bold 16px/18px "Arial Narrow",Arial,Helvetica,sans-serif;
	text-align: center;
	padding: 5px;
	background: #D5A00F;
}

#savedSearches td
{
	padding: 5px;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}




.shipping-info {
	text-transform: none;
	display:block;
	line-height: 15px;
	font-size: 11px;
	color:#333;
	padding: 4px;
}

#modal-content {
	display: none;
	position: absolute;
	top: 0;
	width: 350px;
	padding: 25px;
	text-align: center;
	background: #fff;
	border: solid 10px #000;
	z-index: 999;
	-moz-box-shadow: 0 0 100px #000;
	-webkit-box-shadow: 0 0 100px #000;
	box-shadow: 0 0 100px #000;
}

#model-content h2 strong {
	color: #E13A3E !important;
}

#modal-content .vote-box-button {
	width: 50%;
	margin: 0 auto;
}


#modal-content .vote-box-button .button {
	clear: none;
	margin: 0 5px;
}


#recentNews
{
    margin-left:10px;    
}

#recentNews li a
{
    color:#FFFFFF;   
    font:bold 20px/24px 'Arial Narrow', 'Trebuchet MS', sans-serif;
}

#recentNews li a:hover
{
    color:#CCCCCC;   
}

.music-news-article
{
    display:inline-block; 
    margin-bottom:10px;  
}

.music-news-title
{
    font-size:18px;
    color:#FFFFFF; 
    margin-bottom:5px;  
    font-weight:bold;
}

.music-news-content
{
    color:#FFF;
}

.music-news-content a:active, .music-news-content a:visited, .music-news-content a:link
{
    display:block;
    color:#6CB8DE;
    text-decoration:none;
}

.music-news-content a:hover
{
    color:#E13A3E;
}

.music-news-inner-article
{
    display:inline-block; 
    margin-bottom:10px;  
}

.music-news-inner-title
{
    font-size:18px;
    color:#000; 
    margin-bottom:5px;  
    font-weight:bold;
}

.music-news-inner-content
{
    color:#000;
}

.music-news-inner-content a:active, .music-news-inner-content a:visited, .music-news-inner-content a:link
{
    display:block;
    color:#6CB8DE;
    text-decoration:none;
}

.music-news-inner-content a:hover
{
    color:#E13A3E;
}


/*Franchise Territories Map*/

#territories {
	padding-top: 10px;
	position: relative;
}
.popup {
    position: absolute;
    width: 200px;
    background-color: #FFFFFF;
    border: solid 4px #047ED6;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     background: rgba(239, 253, 255, .90);
    -webkit-box-shadow: 0px 0px 20px ;
    -moz-box-shadow: 0px 0px 20px ;
    box-shadow: 0px 0px 20px ;
    z-index: 1500 !important;
	padding: 20px;
}

.popup ul
{
    list-style:none;   
    margin-left:0;
}

#no-territories-here.popup {
    width: 250px;
}

.popup .close {
    font: bold 11px sans;
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    color: #fff;
    padding: 3px 6px;
    cursor: pointer;
}

#content .box .popup li {
	margin: .1em 1.5em !important;
}

#location-franchise-link
{
    color:#444;
    font:italic 18px/24px serif;
    text-align:right;   
}


/***********************

Contact Us Form
****************************/

    .contactus
    {
        display:block;
        padding-bottom:35px;   
    }

    .contactus h3 {
		color: #fff;
		font: bold 16px/18px "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif; /*TradeGothic*/
		margin-bottom: 0;
	}
	.contactus .formline {
		display: block;
		margin: 6px 0px 0px;
		clear: both;
	}
	.contactus .leftlabel {
		display: block;
		float: left;
		width: 40%;
	}
	.contactus fieldset {
		display: block;
		float: left;
		width: 70%;
		border: none;
	}
	.contactus fieldset select {
		display: block;
		margin: 3px 0 8px 0;
	}
	.contactus .button {
		background:none;
		border:1px solid #FFF;
		padding: 4px 4px 5px 4px;
		margin: 10px 0 0 0;
		width: 101px;
		display: block;
		float: left;
		cursor: pointer;
	}
	
	.contactus input
	{
	 width:140px;   
	    
	}
	
	.contactus textarea
	{
	    width:237px;   
	}
	
	.contactus .button:hover 
	{
	    border:1px solid #CCC;   
	}
		
	.contactus .errormessage {
	    background-color: #900;
	    color: #FFF !important;
	    padding: 6px 6px;
	}
	    
	.contactus  .errormessage p {
	    font-weight: bold;
	    font-size: 14px;
	}
	
	.contactus .errormessage ul
	{
	    margin-left:0px;  
	    margin-bottom:0px; 
	}
	    
	.contactus   .errormessage li {
	    list-style: disc;
	    margin-left: 1.5em;
	    font-size: 12px;
	}
	    
	.contactus .form-error
	{
	    color:#D95151;
	    margin-bottom:10px;  
	}
