@charset "ISO-8859-1";
.secBox {
	font-size: 9pt;
	background: #3E454B;
	border: 1px solid #CCCCCC;
	padding: 6px 10px 10px;
	display: block;
	overflow:hidden;
	height:auto;
	margin-bottom: 10px;
}
.secBox h2 {
	margin: 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: -1.5pt;
}
.repeat_artists {
	font-size: 9pt;
	background: #3E454B;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 2px;
	height: 150px;
	width: 153px;
	text-align: center;
	text-transform: uppercase;
}
.repeat_cat {
	font-size: 8pt;
	float: left;
	margin: 0px 2px 2px;
	height: 140px;
	width: 124px;
	text-align: center;
	padding-top: 2px;
}
.secBoxArtist {
	font-size: 9pt;
	padding: 6px 8px 0px;
	display: block;
	overflow:hidden;
}

.secBottmLink{
	float:right;
	font-weight: bold;
	text-transform: uppercase;	
}
.logo {
	height: 80px;
	width: 280px;
	position: relative;
	left: 0px;
	top: 4px;
	float: left;
}
#playerHolder {
	float: right;
	height: 71px;
	width: 315px;
	top: 5px;
	position: relative;
	background: #9E9E9E url(/images/player_bg.jpg) no-repeat;
}

.featuredImage {
	border:1px solid #999999;
	margin-bottom: 5px;
	width: auto;
}

.footerL {
	margin-left:10px;
	float:left;
}

.footerR {
	margin-right:10px;
	float:right;
}


/*  ARTIST IMAGE ROLLOVER MENU  */

/* Fix IE. Hide from IE Mac \*/
* html ul li { top:1px; }
* html ul li a { height: 1%; }
* .secBoxArtist  ul li ul:hover {background: #000000; }
* .secBoxArtist li ul {background: #000000; }
/* End */

.secBoxArtist  ul {
	display: block;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 136px;
	text-align: center;
}
.secBoxArtist  ul li {
	position: relative;
	margin: 0;
	padding: 0;

}
.secBoxArtist  ul li ul {
	overflow:hidden;
	height: 90px;
}
.secBoxArtist  ul li ul:hover {
	display: block;
	overflow:hidden;
	background: url(/images/over_bg.png) repeat;

}
.secBoxArtist li ul {
	position: absolute;
	background: url(/images/over_bg.png) repeat;
	top: 0px;
	padding-top:0px;
	left: 0;
	display: none;
	z-index: 20;
}
.secBoxArtist li ul li {
	display: block;
	background: #333333;
	line-height: 11px;
	width: 120px;
	margin: 1px auto 0px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	font-weight: bold;
	font-size: 8pt;
}
.secBoxArtist li ul li a {
	display: block;
	background: #333333;
	line-height: 11px;
	width: 120px;
	font-size: 8pt;
}
.secBoxArtist li ul li a:hover {
	color:#66CCFF;
	background: #475B74;
	font-size: 8pt;
	
}
.secBoxArtist  li:hover ul, .secBoxArtist  li.over ul{ 
	display: block; 
}
.smallbuy {
	font-size:7pt;
	line-height:10pt;
	color:#FFFFFF;

}
.smallbuybtn {
	font-size:7pt;
	color:#FFFFFF;
	background: #333333;
	border: 1px solid #999999;
	padding:0px 1px;
	margin:0px;
	height: 10px;
	position: relative;
	top: 0px;
}

.smallbuybtn a:hover {
	background: #336699;
	margin:0px;
}

.labelLogo {
	width:175px;
	background-color:#FFFFFF;
	float:left;
	text-align:center;
	padding:4px;
	margin-right:10px;
}
