div.activeItem
{
	text-align:				center;
}

div.line,
div.Line
{
	background-color:		#1E2B33;
	background-image:		url("../Images/LineBG.png");
	background-repeat:		no-repeat;
	background-position:	center center;
	height:					1px;
	margin:					0px;
	margin-top:				10px;
	margin-bottom:			10px;
}

/** MIXTAPE **/

table.Mixtape
{
	width:					100%;
}

tr.MixtapeInfo
{	
	min-height:				100px;
}

tr.MixtapeInfoHover:hover
{
	background-color:		#E6F0FF;
	cursor:					pointer;
}

td.MixtapeImage
{
	width:					80px;
	vertical-align:			top;
}

td.MixtapeDetails
{
	padding-left:			5px;
	vertical-align:			top;
}

div.MixtapeTitle
{
	color:					#3c7bc2;
	font-size:				16px;
	font-weight:			normal;
}

div.MixtapeDate
{
	margin:					4px 0px;
}

div.MixtapeStars
{
	margin:					4px 0px;
}

img.MixtapeStar
{
	cursor:					pointer;
}

div.MixtapeStats
{
	margin-top:				5px;
}

div.MixtapeActions
{
	text-align:				center;
	font-size:				11px;
	font-weight:			bold;
	line-height:			19px;
}

td.MixtapeDescription
{
	padding-top:			8px;
}

div.downloadbox
{
	height:					24px;
	padding:				8px 0px 0px 32px;
	float:					left;
	margin-right:			20px;
	font-weight:			bold;
}

div.downloadbox img
{
	position:				absolute;
	margin:					-9px 0px 0px -35px;
}
