@charset "utf-8";
/* CSS Document */

#player{
	float:right;
}

#bandimage{
	clear:left;
	float:left;
	margin-bottom:10px;
}

#bandimage img{
	width: 275px;
	height: 270px;
}

#artist{
	float:left;
	margin:0px 0px 0px 0px;
	font-size:24px;
	font-weight:bold;
}

#genre{
	color:#333333;
	font-size:16px;
}

#titlewrapper{
	float:right;
	width:370px;
	height:100px;
	/*background-color:red;*/
}


.whitebox_top_right, .whitebox_top_right .whitebox_head, .whitebox_top_right .whitebox_head h3, .whitebox_top_right .whitebox_body{
	background: transparent url(/images/colour_schemes/creative_impressions/colourbox_in_content.png) no-repeat bottom right;
}

.whitebox_top_right{
	float:right;
	margin-top:0px;
	width: 360px !important; /* intended total box width - padding-right(next) */ 
	width: 350px; /* IE Win = width - padding */ 
}

.whitebox_top_right .whitebox_head{
	background-position: top right;
}

.whitebox_top_right .whitebox_head h3{
	background-position: top left; 
}

.whitebox_top_right .whitebox_body{
	background-position: bottom left; 
}

.whitebox a{
	font-weight:bold;
}

.whitebox p{
	margin-bottom:1em;
}