/* Artist Specific CSS */

/******************************************************************************* 
	GLOBAL SETTINGS
*******************************************************************************/

body{	
	background-color: #e7e6eb;
}

/*  Input Element */

div#menu h3 span{
	
	/* Set the 'Categories' text color */
	
	color: #a0a0a0;
}

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: 95px;	
}

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(/_skins/anti-records/header.jpg);
	background-color: #000000;
	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: #ededeb;
	color: #000000;
}

div#menu menu li b a{

	/* Set The Selected Category Text Color */

	color: #000000;
}

a{

	/* Set the Link Color */
	
	color: #000000;
}

a:hover{
	
	/* Set the Link Rollover Color */
	
	color: #7c7a7b;	
}



/******************************************************************************* 
	MULTI ARTIST CSS
*******************************************************************************/

/* ARTIST SELECT MENU */	

html div#menu menu li form i em select,
html div#menu menu li form i b em select{
	background-color: #000000;
	color: #ffffff;
	background-image: url(/_skins/anti-records/ff_artist_selectr_bg.gif);
	border: 1px solid transparent;
	
}

html div#menu menu li form:hover i em select,
html div#menu menu li form:hover i b em select,
html div#menu menu li form i em select.ierollover{
	background-color: #7c7a7b;
	color: #ffffff;
	background-image: url(/_skins/anti-records/ff_artist_select_hover_bg.gif);
	border: 1px solid transparent;
} 



/* SAFARI and IE CSS */
	
	*:first-child+html div#menu menu li form i em select{
		background-color: #000000;
		color: #fff;
	}

	*:first-child+html div#menu menu li form i em select.ierollover,
	*:first-child+html div#menu menu li form i em select optgroup + optgroup{
		background-color: #7c7a7b;
	}

	html>/**/x:-moz-any-link, 
	x:default {
		background-image: url(/_skins/anti-records/ff_artist_select_hover_bg.gif);
		border: 1px solid #fff;
	}	
	
	x:-moz-any-link {
		background-color: transparent;
		background-image: url(/_skins/anti-records/ff_artist_select_selected_bg.gif); /* Combine these into one image */
		border: 1px solid #fff;
		border-color: #fff;		
	}	
	
/* END - FireFox CSS */

/*******************************************************************************  
	KINGS ROAD TAB 
*******************************************************************************/

/* Logo */

div#wrapper div#top{
	float: right;
	position: relative;
	width: 166px;
}

/* Logo Link */

div#wrapper div#top h1 a{
	text-indent: -500px;
	height: 24px;
	width: 160px;
}

/* Tab */

div#header div#top ul{
	background-image: url(/_skins/anti-records/tab_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 166px;
	float: right;
	padding: 15px 0;
	overflow: hidden;
	margin-top: 0px;
}

/*div#header div#top ul li b span */

div#header div#top ul li b a{
	background-image: url("/_site/img/tab_logo.png");
	height: 14px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	text-indent: -3000px;
	margin-bottom: 2px;
	margin-top: -3px;
}

/*******************************************************************************  
	HERO FEATURE 
*******************************************************************************/

#hero{
	
	/* Hero > Background Color */
					
	background-color: #000000;
}

#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: #666666;
}

#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: #ffffff;	
}

#hero .details p big{
	
	/* Detail Text > Color */
	
	color: #7c7a7b;
}

#hero .details p big b{
	
	/* Detail Text > Bold Text Color */
	
	color: #7c7a7b;
}

#hero .details p b a{
	
	/* Order Now Link > Colors */
	
	background-color: #000000;
	color: #ffffff;
}

#hero .details p b a:hover{
	
	/* Order Now Link Rollover > Colors */
	
	color: #ffffff;
	background-color: #7c7a7b;
}


/*******************************************************************************  
	CATEGORY 
*******************************************************************************/

form span input{
	color: #ffffff;
	background-color: #000000;
}


fieldset span input:hover{	
	color: #ffffff;
	background-color: #7c7a7b;
}

body#category form fieldset input{
	
	/* Product Input Button > Background Color */
	
	background-color: #000000;
}

body#category form fieldset input:hover{
	
	/* Product Input Button > Rollover */
	
	background-color: #7c7a7b;
}


/******************************************************************************* 
	PRODUCT DETAIL 
*******************************************************************************/

/* Product Detail Thumbnail Tray */

body#product form fieldset div#thumbnails{
	background-color: #e3e3e3;
}

/* Thumbnail Border */

body#product fieldset div#thumbnails a{
	border-color: #000000 !important;
}

body#product fieldset div#thumbnails a.active{
	border-color: #abaeb7 !important;
}

/* Thumbnail Border > Rollover Thumbnail */

body#product fieldset div#thumbnails a:hover{
	border-color: #7c7a7b !important;
}

/* Option > Headers (should be same color as other headers) */

body#product dl dt b{
	background-color: #7c7a7b;
}

/* More Information Text */

body#product div#info h4{
	color: #000000;
}

/* More Items Text */

body#product div#other h4{
	color: #7c7a7b;
}

body#product div#other h4 a{
	color: #7c7a7b;
}

/* Select Option Header */

body#product dl dd label{
	background-color: #ffffff;
}

/* Option > Rollover Background Color */

body#product dl dd label.selected,
body#product dl dd label:hover{
	background-color: #ececec;
}

/* Option > Text Color */

body#product dl dd label b{
	color: #000000;
}

/* 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: #000000;
}
 
body#product dl dd label.selected b{
	color: #7c7a7b;
}

/* Option > Add to Cart Button */

body#product dl dd#add input{
	background-color: #000000;
	color: #ffffff;
	background-image: none;
		
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width: 186px;
	height: 47px;
	margin-left: .45em;

	color: #ffffff;
	text-transform: Uppercase;
	line-height: 47px !important;	
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.125em;	
	cursor: pointer;	
}

/* Option > Add to Cart Button Rollover */

body#product dl dd#add input:hover{
	background-color: #7c7a7b !important;
	background-image: none;
}

/* More Items > Back & Next spans bkg color */

div#other ul li#back span#backSlider,
div#other ul li#next span#nextSlider{
	border-color: #e4e4e4;
	background-color: #afafaf;
}

div#other ul li p{
	color: #7c7a7b !important;
}

/* More Items > Image border/bkg */

div#other ul li a img{	
	border-color: #000000;
	background-color: #ffffff;
}

/* More Items > Image border/bkg > Rollovers */

div#other ul li a:hover img{	
	border-color: #7c7a7b;
	background-color: #ffffff;
}

/* More Items > No Javascript! > Image border/bkg > Rollovers (Should be same as Img bg color... seen above)*/

div#other ul li a.nonScroll:hover img{	
	border-color: #000000;
	background-color: #ffffff;
}

/* 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: #000000;
}

/* 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: #7c7a7b;
}

/* 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: #7c7a7b !important;
}