/* Artist Specific CSS */

/******************************************************************************* 
	GLOBAL SETTINGS
*******************************************************************************/

body{
	background: #000 url(/_skins/converge/background.jpg) no-repeat center top;
}

div#menu h3 span{
	color: #383838;
}
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: 216px;
	
}

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/converge/converge.kr.header.png);
	background-color: transparent;
    height:  230px;
	min-width: 1000px;

}

div#header div#top h1{
																				/* Hide Band Name Header Text (text-indent: -9999px;) */
	text-indent: -9999px;
}

div#menu b a, div#menu menu li i a{
																				/* Set The Checkout Color*/

	color: #0e8cf3;

}

div#menu menu li b{
																				/* Set The selected Category Background */
	background-color: #e3b848;																			

	color: black;

}

div#menu menu li b a{
																				/* Set The Selected Category Text Color */
	color: #000000;
}

a{
																				/* Set the Link Color */
	color: #0e8cf3;
}
a:hover{
																				/* Set the Link Rollover Color */
	color: #cc9d33;
	
}

/*******************************************************************************  
	CATEGORY 
*******************************************************************************/

body#category form fieldset span{
	background-color: #ebe8df;
}

body#category form fieldset input{
																				/* Product Input Button > Background Color */
	background-color: #0e8cf3;
}

body#category form fieldset input:hover{
																				/* Product Input Button > Rollover */
	background-color: #cc9d33;
}

/******************************************************************************* 
	PRODUCT DETAIL 
*******************************************************************************/

																				/* Product Detail Thumbnail Tray */
body#product form fieldset div#thumbnails{
	background-color: #000000;
	color: #cc9d33;
}

																				/* Thumbnail Border */
body#product fieldset div#thumbnails a{
	border-color: #0e8cf3 !important;
}
	
body#product fieldset div#thumbnails a.active{
	border-color: #cc9d33 !important;
}																			/* Thumbnail Border > Rollover Thumbnail */
body#product fieldset div#thumbnails a:hover{
	border-color: #cc9d33 !important;
}

body#product fieldset div#thumbnails a:hover img{
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}	

body#product a.active img{
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}																		/* Option > Headers (should be same color as other headers) */
body#product dl dt b{
	background-color: #000000;
}
body#product div#info h4, 
body#product div#other h4{
	color: #000000;
}
body#product dl dd label{
	background-color: #ebe8df;
}
																				/* Option > Rollover Background Color */
body#product dl dd label:hover,
body#product dl dd label.selected{
	background-color: #ffffff;
}
																				/* Option > Text Color */
body#product dl dd label b{
	color: #383838;
}
																				/* 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 !important;
}

																				/* Option > Add to Cart Button */
body#product dl dd#add input{
	background-color: #0e8cf3;
	color: #ffffff;
}
																				/* Option > Add to Cart Button Rollover */
body#product dl dd#add input:hover{
	background-color: #cc9d33 !important;
}

	
																			/* More Items > Back & Next spans bkg color */
div#other ul li#back span#backSlider,
div#other ul li#next span#nextSlider{
	background-color: #0e8cf3;
}

																		/* More Items > Image border/bkg */
div#other ul li a img{
	border-color: #0e8cf3;
	background-color: #FFFFFF;
}
																		/* More Items > Image border/bkg > Rollovers */
div#other ul li a:hover img{
	border-color: #cc9d33;
	background-color: #FFFFFF
}

																		/* 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: #cc9d33;
}

																		/* 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: #0e8cf3;
}
																		/* 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: #cc9d33;
}

																		/* 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: #333333 !important;
}