#leftrightcontainer
{
	width: 740px;
}
#left_side_boxes
{
	float: left;
	padding-right: 10px;
	width: 365px;
	
}
#right_side_boxes {
	float: left;
	width: 365px;
}
#release-container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 740px;
	height: 211px;
	background: url('/img/old/releasesbg.jpg') repeat-x #8691a5;
	color: #ffffff;
}
#release-container a, #release-container a:active, #release-container a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#release-container a:hover
{
	text-decoration: underline;
}
#release-image
{
	float: left;
	width: 245px;
	height: 211px;
	padding-right: 10px;
}
#release-info
{
	float: left;
	text-align: justify;
	width: 435px;
}
#current-release h2
{
	padding-top: 10px;
	color: #ffffff;
}
#release-options
{
	padding: 0px;
	display: block;
	width: 28px;
	list-style-type: none;
	float: right;
}
#release-options li
{
	height: 28px;
	width: 28px;
	text-align: center;
	background-color: #576582;
}
#release-options li a
{
	outline: none;
}
#release-options li span
{
	display: none;
}
#btn-info
{
	background: url('/img/information.png') center center no-repeat #576582 !important;
}
#btn-info-active, #btn-info a:hover
{
	background: url('/img/information.png') center center no-repeat #8691a5 !important;
}
#btn-tracklist
{
	background: url('/img/tracklist.png') center center no-repeat #576582 !important;
}
#btn-tracklist-active, #btn-tracklist a:hover
{
	background: url('/img/tracklist.png') center center no-repeat #8691a5 !important;
}
#btn-shop
{
	background: url('/img/cart.png') center center no-repeat #576582 !important;
}
#btn-shop-active, #btn-shop a:hover
{
	background: url('/img/cart.png') center center no-repeat #8691a5 !important;
}

#release-options a
{
	display: block;
	height: 28px;
}
#release-options li a:hover
{
	height: 28px;
}

#release-tracklist
{
	list-style-type: none;
}
#release-tracklist span
{
	display: block;
	padding-right: 5px;
	float: left;
}
.grey_box_header
{
	background: url(/img/old/mediumgrey_header.gif) top center no-repeat;	
	width:345px;
	height:14px;
	color:#505E7C;
	font-weight:bold;
	font-size: 10px;
	padding:5px 10px 5px 10px;
}
#mediaspace
{
	margin-top: 10px;
}
#listen-audio
{
	display: block;
	position: absolute;
	margin-top: -52px;
	margin-left: 20px;
	width: 115px;
	height: 35px;
	outline: none;
}