/* reset */
ul,li,p{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style-type: none;
}
/* abstract classes*/
.green{
	color: #99cc00;
}
.small{
	font-size: 11px;
}
.font_size_big *, .font_size_big{
	font-size: 16px;
}
.bold{
	font-weight: bold;
}
.font_size_medium *, .font_size_medium{
	font-size: 12px;
}
.height50, .height250, .height300, .height350{
	overflow: hidden;
}
.height50{
	min-height: 50px;
}
* html .height50{
	height: 50px;
	overflow: visible;
}
.height130{
	height: 130px;
}
.height250{
	height: 250px;
}
.height300{
	height: 300px;
}
.height350{
	height: 350px;
}
.height250 .content{
	height: 170px;
}
.height300 .content{
	height: 220px
}
.height350 .content{
	height: 270px
}
.marginleft10{
	margin-left: 10px;
}
.margintop10{
	margin-top: 10px;
}
.marginleft10{
	margin-left: 10px;
}
.marginleft30{
	margin-left: 30px;
}
.size_30x70 .left{
	width: 30%;
}
.size_30x70 .right{
	width: 70%;
}
.size_20x80 .left{
	width: 20%;
}
.size_20x80 .right{
	width: 80%;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.padding10{
	position: relative;
	padding: 10px;
}
ul.horizontal{
	display: block;
}
ul.horizontal li{
	display: inline;
}
ul.horizontal li a{

	padding: 0 5px;
}
ul.horizontal li+li a{
	border-left: 1px solid #dddddd;
}
* html ul.horizontal{
	margin: 0;
	padding: 0;
}
* html ul.horizontal li{
	border-left: 1px solid #c0c0c0;
}
/* layout classes*/
.container_music{
	padding: 10px 20px;

}
.container_music h1{
	display: block;
	color: #0863af;
	font-weight: normal;
	font-size: 24px;
}
.container_music .right{
	margin: 0 0 0 20px;
}
.container_music .left, .container_music .right{
	width: 450px;
	float: left;
}
.container_music .module{
	margin-top: 0;
	
}
/* artists of the week*/
.artists-of-the-week{
	width: 190px;
	float: left;
}
.artists-of-the-week_header{
	border: 1px solid #c6cad3;
	border-bottom: 0;
	color: #808080;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	margin-top: 18px;
}
.artists-of-the-week_content{
	text-align: center;
	font-size: 0;
}
.artists-of-the-week_content div{
	margin: 0 0 9px 0;
}
/* are you artist?*/
.are-you-artist{
	width: 238px;
	height: 302px; 
	float: right;
	background: url(/img/dolby/music/become_musician.jpg) no-repeat;
	margin-top: 22px;
}
.are-you-artist p{
	margin: 20px 0;
	text-align: center;
	padding: 0 20px;
}
.are-you-artist_create-profile{
	display: block;
	width: 170px;
	height: 45px;
	background: url(/img/dolby/music/create_profile.gif) no-repeat;
	text-align: center;
	color: white;
	padding: 8px 0 0 0;
	margin: 0 auto;
	font-weight: bold;
	text-decoration: none;
	text-indent: -9000px;
}
/* musitians */
.musitians_wrappper{
	position: relative;
	width: 436px;
	height: 261px;
	overflow: hidden;
	
	/*
	border: 1px dashed green;
	border: 1px dashed white;
	*/
}
.musitians_wrappper ul{
	display: block;
	overflow: hidden;
}
.musitians_wrappper ul li{
	position: relative;
	display: block;
	float: left;
	
	width: 129px;
	padding: 0 10px 0 67px;
	
	height: 88px;
	overflow: hidden;
	font-size: 11px;	
	/*
	border: 1px dashed red;
	border: 1px dashed white;
	*/
}
.musitians_wrappper ul li .img{
	position: absolute;
	left: 0;
	border: 1px solid #e9e9e9;
	font-size: 0px
}
/* audio records */
.audiorecords_wrapper{
	position: relative;
	/*
	width: 436px;
	height: 265px;
	*/
	overflow: hidden;
	
	/*
	border: 1px dashed green;
	border: 1px dashed white;
	*/	
}
.audiorecords_wrapper ul{
	display: block;
}
.audiorecords_wrapper ul li{
	position: relative;
	display: block;
	height: 52px;
	padding: 0 0 0 64px;
	overflow: hidden;
	
	/*
	border: 1px dashed red;
	border: 1px dashed white;
	*/
	width: 370px;
}
.audiorecords_wrapper ul li p{
	margin: 5px 0;
}
.audiorecords_wrapper a.play_btn{
	position: absolute;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
	height /**/:32px; /* IE5/Win */
	left: 0;
	height: 51px;
	width: 50px;
	background: url(/img/dolby/music/play.gif) no-repeat 10px 50%;
}
.audiorecords_wrapper ul li strong{
	font-size: 12px;

	font-weight: 600;
}
/* musical communities */
.social_wrapper{
	position: relative;
	/*
	width: 436px;
	height: 174px;
	*/
	overflow: hidden;
	
	/* 
	border: 1px dashed green !important;
	*/

}
.social_wrapper ul{
	display: block;
}
.social_wrapper ul li .img{
	position: absolute;
	left: 0;
	border: 1px solid #e9e9e9;
	font-size: 0px
}
.social_wrapper ul li{
	position: relative;
	display: block;
	float: left;
	width: 139px;
	
	padding: 0 0 0 67px;
	
	height: 105px;
	overflow: hidden;
	

	/* 
	border: 1px dashed red !important; 
	*/


}
/* video clips */
.video_wrapper{
	position: relative;
	/*
	width: 435px;
	margin-top: 20px;
	*/
	overflow: hidden;
	

	/* border: 1px dashed green !important;*/ 

}
.video_wrapper table td div{
	width: 143px;
	text-align: center;
}
.video_wrapper table td{
	vertical-align: bottom;
}
/* audio list page */
.audio_list_wrapper{
	padding: 20px;
}
.audio_list_wrapper .left{
	width: 220px;
}
.audio_list_wrapper .right{
	width: 670px;
	margin-left: 30px;
}
.audio_list_wrapper .audio_list ul{
	position: relative;
	display: block;
}
.audio_list_wrapper .audio_list ul li, .audio_list_item{
	display: block;
	position: relative;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
	background: white;
	border-bottom: 1px solid #c0c0c0;
}
.up-content .audio_list_item{ /* hack for profile view*/
	background: none !important;
}
.audio_list_item p, .audio_list_item table{
	margin: 5px 0 5px 70px;
}
.audio_list_item p, .audio_list_item table td{
	padding: 0 10px 0 0;
}

.audio_list_item p *{
	vertical-align: top;
}
.audio_list_wrapper .audio_list ul li .play_btn, .audio_list_item .play_btn{
	display: block;
	height :60px;
	position: absolute;
	top: 0;
	background: url(/img/dolby/music/play.gif) no-repeat 50% 0;
	
	width: 60px;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
}
.audio_list_wrapper .audio_list ul li span, .audio_list_item span{
	padding: 0 10px 0 0;
}
/* file play page*/
.file_tools{
	margin-top: 30px;
}
.file_tools li{
	display: block;
	margin: 10px 0 0 0;
}
.file_play_wrapper .right{
	margin: 0 0 0 10px;
}
.file_play_wrapper textarea{
	margin: 0;
	text-align: left;
	max-width: 262px;
}
.file_play_wrapper .left p{
	margin: 0 0 15px 0;
}

 .module{
	position: relative;
	background: url(/img/module-header.gif) repeat-x;
	min-height: 24px;
	margin-bottom: 20px;
	height: auto !important;
	display: block !important;
}
.module H2{
	display: block;
	font-size: 100%;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	float: left;
	overflow: hidden;
}
 .module UL.module-menu{
	display: block;
	float: right;
	height: 24px;
	overflow: hidden;
}
 .module UL.module-menu LI{
	float: left;
	height: 24px;
	line-height: 24px;
	background: url(/img/module-menu_inactive.gif) no-repeat;
	margin: 0 1px 0 1px;
	padding: 0 0 0 6px;
	font-size: 80%;
	font-weight: bold;
}
 .module UL.module-menu LI A{
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	background: url(/img/module-menu_inactive.gif) no-repeat 100% 0;
	padding: 0 12px 0 6px;
	text-decoration: none;
	color: #0863af;
	_line-height: 12px; /*Fuck me I am hacking fuck*/
	_padding-top: 5px; 

}
 .module UL.module-menu LI.active,  .module UL.module-menu LI.active A{
	background-image: url(/img/module-menu_active.gif);
	color: #7996c1;
}
 .module H2,  .module H2 A{
	color: #ffa800;
}
 .module .module-content{
	position: relative;
	/* top: 10px; */
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	clear: both;
	background: white;
}
 .module .module-content .active{
	display: block;
}
 .module .module-content .disable{
	display: none;
}
 .module .module-controls{
	text-align: right;
	float: right;
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
}
 .module .module-controls span{
	display: block;
	float: left;
}
 .module .module-controls IMG{
	margin: 0;
}
