/* Artist Specific CSS */

/******************************************************************************* 
	GLOBAL SETTINGS
*******************************************************************************/

body{
																				/* Adjust the Body Background */
     background-position: 0 0px;
	padding-bottom:0px; !important;
	background-color:#fff;
	
	
}

div#menu h3 span{
																				/* Adjust the Categories  Header  */
}
div#content{
																				/* Remove Rounded Borders from Top of the Page  */
																				/* Default is 12px - All values should be the same  */																				
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	
	border-bottom:0;
	
																				/* Adjust the Border on the top of the page - Typically hidden behind the artist header */
	border-top: 1px solid #ffffff;
	z-index:999999;
	
}


div#header, 
div#header div#top, 
div#header div#top h1, 
div#header div#top h1 a{
																				/* Set the height of the Header Graphic */	
	height: 108px;
	z-index:-999;
	
}

div#header{
																				/* Adjust to tuck the page under the header - This SHOULD Be barely Hidden */
	margin-bottom: 0px;
																				/* Set the header background graphic */
	background-repeat: no-repeat;
	background-position:center 0px;
	background-image: url(header.jpg);
	
	
	min-width: 1000px;

}

div#header div#top h1{
																				/* Hide Band Name Header Text (text-indent: -9999px;) */
	text-indent: -9999px;
}

div#menu menu li b{
																				/* Set The selected Category Background */
	background-color: #fffdb3;																			

	color: #000;

}

div#menu menu li b a{
																				/* Set The Selected Category Text Color */
	color: #000;
}

a{
																				/* Set the Link Color */
	color: #000;
}
a:hover{
																				/* Set the Link Rollover Color */
	color: #ec251e;
	
}

fieldset legend b{													/* "NEW" COLOR BACKGROUND */
	background-color:#a41e21;
	
}


/*******************************************************************************  
	HERO FEATURE 
*******************************************************************************/

#hero{
																				/* Hero > Background Color */				
	background-color: #ec251e;
}
#hero a{
																				/* Hero > Rounded Edge Color */
	border-color: #ffffff;
	/* this should be same as the page background*/
}
#hero div.details{
																				/* Text Container > Top Border */
	border-color: #000;
}
#hero hr{
																				/* Text Container > Background */
	/* these should be the same color */
	background-color: #000;
	color: #000;
	
	/* These should be all the same */
	opacity: .75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}
#hero h3, #hero h3 a{
																				/* Title > Color */
	color: #fff;
}
#hero .details p big{
																				/* Detail Text > Color */
	color: #999999;
}
#hero .details p big b{
																				/* Detail Text > Bold Text Color */
	color: #000;
}
#hero .details p b a{
																				/* Order Now Link > Colors */
	background-color: #000;
	color: #fff;
}
#hero .details p b a:hover{
																				/* Order Now Link Rollover > Colors */
	color: #fff;
	background-color: #ec251e;
}


/*******************************************************************************  
	CATEGORY 
*******************************************************************************/

body#category form fieldset input{
																				/* Product Input Button > Background Color */
	background-color: #ec251e;
}

body#category form fieldset input:hover{
																				/* Product Input Button > Rollover */
	background-color: #000;
}



/******************************************************************************* 
	PRODUCT DETAIL 
*******************************************************************************/

																				/* Product Detail Thumbnail Tray */
body#product form fieldset div#thumbnails{
	background-color: #000;
}

																				/* Thumbnail Border */
body#product fieldset div#thumbnails a, 
a.active{
	border-color: #000!important;
}
																				/* Thumbnail Border > Rollover Thumbnail */
body#product fieldset div#thumbnails a:hover{
	border-color: #BF0ec251e !important;
}
																				/* Option > Headers (should be same color as other headers) */
body#product dl dt b{
	background-color: #000;
}
body#product div#info h4, 
body#product div#other h4{
	color: #000;
}
body#product dl dd label{
	background-color: #fff;
}
																				/* Option > Rollover Background Color */
body#product dl dd label:hover,
body#product dl dd label.selected{
	background-color: #eee;
}
																				/* Option > Text Color */
body#product dl dd label b{
	color: #000;
}
																				/* Option > Rollover Text Color */
body#product dl dd label:hover b, 
body#product dl dd label del b, 
body#product dl dd label:hover del b{
	color: #ec251e !important;
}

																				/* Option > Add to Cart Button */
body#product dl dd#add input{
	background-color: #000;
	color: #ffffff;
}
																				/* Option > Add to Cart Button Rollover */
body#product dl dd#add input:hover{
	background-color: #ec251e !important;
}
																		/* More Items > Back & Next spans bkg color */
div#other ul li#back span#backSlider,
div#other ul li#next span#nextSlider{
	background-color: #000;
}

																		/* More Items > Image border/bkg */
div#other ul li a img{
	border-color: #000;
	background-color: #000;
}
																		/* More Items > Image border/bkg > Rollovers */
div#other ul li a:hover img{
	border-color: #000;
	background-color: #000;
}

																		/* More Items > No Javascript! > Image border/bkg > Rollovers (Should be same as Img background color... seen above)*/
div#other ul li a.nonScroll:hover img{
	border-color: #000;
}

																		/* More products > Back & Next Item Wrapper > Link & Span */
div#other ul li#back a#moveLast,
div#other ul li#back span#moveLast,
div#other ul li#back span.deactive,
div#other ul li#next a#moveNext,
div#other ul li#next span#moveNext,
div#other ul li#next span.deactive{
	background-color: #000;
}
																		/* More products > Back & Next Item Wrapper > Link > Rollover */
div#other ul li#back a#moveLast:hover,
div#other ul li#back span#moveLast:hover,
div#other ul li#next a#moveNext:hover,
div#other ul li#next span#moveNext:hover{
	background-color: #ec251e;
}

																		/* More Items > No Javascript! > Image border/bkg > Rollovers */
div#other ul li#back a.nonScroll:hover,
div#other ul li#next a.nonScroll:hover,
div#other ul li a.nonScroll:hover img{
	border-color: #000!important;
}

h2{
	color:#000;
}

dl dd span{
	color:#ec251e;
}

div#bottom li a{
	color:#bdbdbd;
}

div#bottom li a:hover{
	color:#ec251e;
}



body#product dl dd label{
	background-color:#eee;
}

body#product dl dd label:hover, body#product dl dd label.selected{
	background-color:#fff !important;
}

li form{
	width:100% !important;
	margin-top:0px;
	
}

div#menu menu li form:hover i em select, :first-child + html div#menu menu li form i em select.ierollover{
background-color: #000 !important;
border-color:#000 !important;

}

div#menu menu li form i em select, :first-child + html div#menu menu li form i em select{
background-color: #000 !important;
color: white;
border-color:#ec251e !important;

}

div#menu menu li form i em select{

	cursor: pointer;
font-size: 11px;
font-style: normal;
font-weight: bold;
height: 20px;
margin: 2px 0px;
vertical-align: top;
width: 100%;
}

div#menu menu li form i em{
	display: block;
display: block;
font-style: normal;
font-weight: bold;
line-height: 1.65em;
padding: 0px 25px;
}

div#menu menu li form i input{
display: none;
}












div#menu menu li form i em select, x:-moz-any-link, x:default {
    border: 2px solid transparent;
    font-size: 11px;
    height: 19px;
}

div#menu menu li form i em select, x:-moz-any-link {
    background-color: transparent;
    background-image: none;
    background-position: center center;
    border: 1px solid #000;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    height: 17px;
    opacity: 0.99;
}

div#menu menu li form i em select:hover, x:-moz-any-link {

    border: 1px solid #ff0000;

}


div#menu menu li form i em select, *:first-child + html div#menu menu li form i em select {
    background-color: #000;
    color: #FFFFFF;
}

div#menu menu li form i em select {
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    height: 20px;
    margin: 2px 0;
    vertical-align: top;
    width: 100%;
}

div#menu menu li form i em select, *:first-child + html div#menu menu li form i em select {
    background-color: #ec251e !important;
    color: white;
}









div#menu menu li form i select optgroup {
    color: #AAAAAA;
    font-size: 0.875em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0.5em 0;
    text-align: center;
}

div#menu menu li form i select option, div#menu menu li form i select optgroup {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 125%;
    margin: 0;
    padding: 0.25em;
}




body#product dl dd#add input {
    background-color: #ec251e;
    color: #FFFFFF;
}

body#product dl dd#add input:hover{
	background-color:#000 !important;
}



form fieldset div.main{
	border:1px solid #bdbdbd;
}





/* ////////////// featured items btn */*

.hero-mini .details p b a:hover{
	background-color:#000;
	
}

.hero-mini .details p b a{
	background-color:#ec251e;
	
}

/* other itmes /*/
div#other ul li a img{
	border-color:#bdbdbd !important;
}

div#other ul li#back a.nonScroll:hover, div#other ul li#next a.nonScroll:hover, div#other ul li a.nonScroll:hover img{
	border-color:#bdbdbd !important;
}

div#other ul li#back a#moveLast:hover, div#other ul li#back span#moveLast:hover, div#other ul li#next a#moveNext:hover, div#other ul li#next span#moveNext:hover{
	background-color:#000 !important;
}

div#other ul li#back a#moveLast, div#other ul li#back span#moveLast, div#other ul li#next a#moveNext, div#other ul li#next span#moveNext{
	background-color:#ec251e !important;
}



/* OTHER ITEMS GREY BAR */


body#product form fieldset div#thumbnails {
background-color: #BDBDBD !important;
}






/*    HIDE THE KINGS ROAD TAB  
div#header div#top ul{
visibility:collapse;
}
*/


/*
div#bottom{
	background-image:url(footerbg.png);
	background-position:0px bottom;
	width:1ec251epx;
	height:150px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	padding-bottom:40px;
}

div#bottom ul{
	width:385px !important;
}*/
