/* Artist Specific CSS */

/******************************************************************************* 
	GLOBAL SETTINGS
*******************************************************************************/

body{
																				/* Adjust the Body Background */
	
	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;
	
																				/* Adjust the Border on the top of the page - Typically hidden behind the artist header */
	border-top: 1px solid #ffffff;
}


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: 202px;
	
}

div#header{
																				/* Adjust to tuck the page under the header - This SHOULD Be barely Hidden */
	margin-bottom: -10px;
																				/* Set the header background graphic */
	background-repeat: no-repeat;
/*	background-position: center top;*/
	background-image: url("Refused-Store-Header.jpg");
	background-color: #000;

	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: #000;																			

	color: #000;

}

div#menu menu li b a{
																				/* Set The Selected Category Text Color */
	color: #fff;
}

a{
																				/* Set the Link Color */
	color: #1b77ff;
}
a:hover{
																				/* Set the Link Rollover Color */
	color: #000;
	
}

/*******************************************************************************  
	HERO FEATURE 
*******************************************************************************/

#hero{
																				/* Hero > Background Color */				
	background-color: #fff;
}
#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: #fff;
}
#hero hr{
																				/* Text Container > Background */
	/* these should be the same color */
	background-color: #000000;
	color: #000000;
	
	/* 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: #1b77ff;
}
#hero .details p b a{
																				/* Order Now Link > Colors */
	background-color: #1b77ff;
	color: #fff;
}
#hero .details p b a:hover{
																				/* Order Now Link Rollover > Colors */
	color: #fff;
	background-color: #000;
}


/*******************************************************************************  
	CATEGORY 
*******************************************************************************/

body#category form fieldset input{
																				/* Product Input Button > Background Color */
	background-color: #1b77ff;
}

body#category form fieldset input:hover{
																				/* Product Input Button > Rollover */
	background-color: #333333;
}



/******************************************************************************* 
	PRODUCT DETAIL 
*******************************************************************************/

																				/* Product Detail Thumbnail Tray */
body#product form fieldset div#thumbnails{
	background-color: #000000;
}

																				/* Thumbnail Border */
body#product fieldset div#thumbnails a, 
a.active{
	border-color: #1b77ff !important;
}
																				/* Thumbnail Border > Rollover Thumbnail */
body#product fieldset div#thumbnails a:hover{
	border-color: #BF0000 !important;
}
																				/* Option > Headers (should be same color as other headers) */
body#product dl dt b{
	background-color: #fff;
}
body#product div#info h4, 
body#product div#other h4{
	color: #fff;
}
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: #1b77ff;
}
																				/* 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: #333333 !important;
}

																				/* Option > Add to Cart Button */
body#product dl dd#add input{
	background-color: #1b77ff;
	color: #ffffff;
}
																				/* Option > Add to Cart Button Rollover */
body#product dl dd#add input:hover{
	background-color: #333333 !important;
}
																		/* More Items > Back & Next spans bkg color */
div#other ul li#back span#backSlider,
div#other ul li#next span#nextSlider{
	background-color: #000000;
}

																		/* More Items > Image border/bkg */
div#other ul li a img{
	border-color: #1b77ff;
	background-color: #000000;
}
																		/* More Items > Image border/bkg > Rollovers */
div#other ul li a:hover img{
	border-color: #000000;
	background-color: #1b77ff;
}

																		/* 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: #1b77ff;
}

																		/* 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: #1b77ff;
	
}
																		/* 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: #000;
	
}

																		/* 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;
}

fieldset legend b{													/* "NEW" COLOR BACKGROUND */
	background-color:#82c6fa;
	
}









div#menu h3{
	text-align: center;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 33px; 														/* 33px (Side Shadow) */

}


div#menu h3 span{
	border-top: 1px dotted #fff;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal !important;
	text-transform: Uppercase;
	display: block;
	padding: 1.25em 25px .25em 25px;
	font-size: .75em;
	color: #aaaaaa;
	background-image: url("");
	background-position: top left;
	background-repeat: repeat-x;	
	
}

div#menu menu{
	padding-top: .7em;
	padding-bottom: .7em;
	padding-right: 33px; 														/* 33px (Side Shadow) */
	display: block;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 74px;														/* 70px = 50px (Graphic Space) + 20px(text padding) */
}


div#menu menu li{
	font-size: .75em;
}

div#menu menu li a{
	font-weight: bold;
	padding: 0 25px;
	display: inline-block;
	display: block;
	line-height: 1.65em;
	text-transform: Capitalize;
}

div#menu menu li a strong{
	display: none;
}

div#menu menu li b{

	background-color: #000;														
	background-image: url("");
	background-repeat: repeat-y;
	background-position: left top;

	display: block;
	font-size: 115%;
	margin-bottom: .2em;
	color: #fff;
}

div#menu menu li b a{
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: Uppercase;
	line-height: 1.75em;
	padding-bottom: 1px;
	font-size: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	padding-right: 0px;
	margin-right: 13px;
}

div#menu menu li b a:before{
	content: "\203A ";
	font-size: 120%;
	margin: 0 .4em 0 0;
	color: #333333;
	font-weight: bold;
}

div#menu menu li i{
	border-top: 1px dotted #fff;
	background-image: url("");
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	margin: .85em 0 0 0;
	padding: .85em 0 0 0;
	font-style: normal;
}
div#menu menu li i a{
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: Uppercase;
	font-size: 92%;
}





																				/* Cart & Navigation */
div#menu{
	width: 234px;
	overflow: hidden;
	margin: 0 0 0 799px;
	z-index: 50;
	position: absolute;	
	display: block;
}
																				/* Cart */

div#menu span#cart_add{
	margin-left: -24px;
	margin-top: -8px;

	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 1em;
	background-color: #fff;
	background-image: url("");
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	width: 200px;
	position: absolute;
}

div#menu span#cart_add strong#cart_msg{
	width: 201px;
	display: block;
	font-weight: normal;
}

div#menu span#cart_add strong#cart_msg i{
	font-style: normal;
	font-size: 1.1em;
	display: block;
	color: #ffffff;
	text-transform: Uppercase;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	padding: .7em 25px .7em 25px;
	text-align: center;
}

div#menu p{
	text-align: center;
	display: block;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px; 															/* 70px = 50px (Graphic Space) + 20px(text padding) */
	padding-bottom: .95em;
	padding-right: 58px; 														/* 56px = 25px (text padding) + 33px (Side Shadow) */
	padding-left: 25px;															/* 25px (text padding) */
	position: relative;
	z-index: 10;
	margin-top: 15px;															/* This should be overridden on Artist Pages */
}

div#menu p span{
	font-size: .65em;
	color: #fff;
	display: block;
}

div#menu p span a#itemNum{
	font-size: 1.15em;
	font-size: 11px;
	font-weight: bold;
}
div#menu p span a#itemNum:before{
	content: "";
}

div#menu p b{
	display: block;
	margin: .8em 0 0 0;
}

div#menu p b a{
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: .7em;
	display: block;
}









div#content{

	border: none;
	background-color:none;


}




div#content dl dt b{
	background-color:#000000;
}

div#content dd span{
	color:#000000;
}





div#content dl dd label:hover{
	background-color:#000;
}

div#content dl dd label:hover span{
	color:#fff;
}

div#content dl dd label span b {
	color:#fff;
}

form span select option:hover{
	color: #ffffff;
	font-size: 120%;
	text-indent: .5em;	
}

big b {
	color:#ffffff;
}

fieldset span input:hover{
	background-color: #000;
}


div#content dl dd label:hover big b{
	color: #fff;
}
