.hidden {
	display:none;
}

.artistImage {
	border:10px solid #0D1C31;
	float:left;
	margin:0px 20px 20px 0px;
}

p {
	font-size:10px;
	line-height:14px;
}


.tabPanel #tabs {
	position:relative;
	margin-top:-30px;
	float:right;
}

.tabs-artists {
	margin-top:-20px;
	}

#content .tabContent p {
	color:#FFF;
}

#content #releases li {
	background: none;
	float:left;
	padding:7px;
	height:145px; 
	line-height:12px;
	text-align:center;
	color:white;
	width:70px;
	/*
	border-left:1px solid #01779D;
	border-right:1px solid #1A90B8;
	*/
}

#content #releases .sep {
	width:auto;
}

#releases a img {
	width:68px;
	height:68px;
	border:1px solid white;
	margin-bottom:5px;
	/*background-color:#00b2e8;*/
}

#releases a { color:#fff; text-decoration:none;}

.topfive {
	padding:20px 10px;
}

.topfive .cover {
	width:68px;
	height:68px;
	border:1px solid white;
	margin:0px 10px 0px 0px;
}

.topfive li {
	height:75px;
	padding-top:10px;
}

.hidden {
	display:none;
}
/*
#content #artistList {
	border:1px solid red;
}
*/
#content #artistList li {
	background: none;
	float:left;
	width:108px;
	height:160px;
	margin: 0px 10px 20px 20px;
	padding:0px;
	text-align:center;
}

#content #artistList a {
	border:10px solid #0D1C31;
	display:block;
	margin-bottom:10px;
}

#content #artistList a:hover {
	border:10px solid #516269;
}

.gradientbkg {
	background-color:#00b1e7;
	background-image:url(/_images/bkg/grad.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}

#content #subProducts {
	color:#FFF;
	padding:20px;
}

#content #subProducts p, #content #subProducts h2 {
	color:#FFF;
}

#content #subProducts li {
	background-image:none;
}

#content #subProducts .vat { color:#9ce5fb; font-size:10px; margin-top:40px;}
#content #subProducts .options { margin-right:20px;}

#content #recommended { background-color:#024E70; padding:20px;color:#fff; line-height:15px; }
#content #recommended li { background-image:none; float:left; padding:0px 7px 7px 7px; line-height:12px; text-align:center; color:white; width:115px; border-left: 1px solid #025A80; border-right: 1px solid #044E71; }
#content #recommended li.first { border-left:0px; }
#content #recommended li.last { border-right:0px; }
#content #recommended h2 { color:#fff; margin-bottom:10px;}
#content #recommended p { color:#FFF; }
#content #recommended img { border: 1px solid #fff; margin-bottom:5px;}

.ticker {
	width:280px;
	height:180px;
	position:relative;
	overflow:hidden;
}

/*
mystic meg styles
*/




.predictive {
	background-color:#FFFFA0;
	width:210px;
}

    .predictive ul {
    	margin:0px;
    	padding:0px;
    	border:1px solid #E5E6E8;
    	border-bottom:none;
    }
    
    .predictive li {
		background:none;
    	list-style-type:none;
    	padding:0px;
		margin:0px;
		border-bottom:1px solid #E5E6E8;
    }
        .predictive li.disabled a {
            text-decoration: line-through;
            font-weight:normal;
        }
    
    .predictive a {
        padding: 8px;
    	display:block;
    	text-decoration:none;
    	font-weight:normal;
    }
    
    .predictive a:hover {
        background-color: #eee;
    	color:#333;
    }


	.predictive .selected {
		background-color:#eee;
		color:#333;
	}

	.predictive .highlight {
		font-weight: bold;
	}
