/* Reset CSS :: from: http://developer.yahoo.com/yui/reset/ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Basic Setup */
body {
	background: black;
	color: #3a3a3a;
	padding: 10px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11px;
}

input, textarea
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	
}

h2
{
	font-weight: bold;
	margin-bottom: 5px;
}

/* --- LAYOUT SETUP ------------------------------------------------------- */
strong
{
	font-weight: bold;
}

#layout_wrap {
	text-align: center;
}

#stage_wrap
{
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#stage
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 733px;
	height: 598px;
	padding-left: 27px;	
	padding-right: 29px;	
	background: #373737;
	border: 1px solid #6fbfc8;
}

#content {
	position: absolute;
	top: 170px;
	left: 27px;
	width: 733px;
	height: 347px;
}

.panel
{
	background: white;
	width: 733px;
	height: 347px;
}

.twocol.c1, .twocol.c2
{
	float: left;
	width: 50%;
}


#content_home .c2
{
	position: relative;
}

.textonly .content_wrap
{
	padding: 15px;
}


.covertext .content_wrap
{
	padding: 5px;
}

.covertext .twocol.c1
{
	width: 360px;
}
.covertext .twocol.c2
{
	width: 363px;
}
.covertext .twocol.c2 .column_wrap
{
	padding-top: 10px;
	padding-left: 20px;
	width: 330px
}

p.teaser
{
	font-weight: bold;
}

#cover img
{
	display: block;
	border: 1px solid #d7d7d7;
}

#product_code
{
	margin-top: 3px;
	padding-left: 1px;
	color: #999;
}

.twocol .column_wrap
{
	width: 320px;
}


.error input 
{
	border: 1px solid red !important;
}


/* COLOUR SCHEMA */
.schema_bg
{
	background: #6fbfc8;
}

.schema, .menu .active, .menu a:hover
{
	color: #6fbfc8;
}


#pager li a:hover, #pager li a.active
{
	background: #6fbfc8;
	color: white;
}

#puller
{
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#puller_img, .mediascale, .mediaclose
{
	behavior: url("/css/pngbehavior.htc");
}

#puller_mode_wrap
{
	position: absolute;
	top: 14px;
	left: 41px;
	width: 9px;
	height: 6px;
}

#puller_mode
{
	overflow: hidden;
	width: 9px;
	height: 6px;
	background: url(../images/puller_mode.gif);

}

.open #puller_mode
{
	background-position: 0px 6px;
}


/* --- MENUES ------------------------------------------------------------- */

.menu li
{
	float: left;
}

.menu a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}


#menu_main, #menu_interact {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100%;
	z-index: 10;
}


#menu_main
{
	z-index: 11;
	width: 585px;
}


#menu_main ul
{
	margin-left: 27px;
}

#menu_main li
{
	margin-right: 49px;
}

#menu_main a
{
	font-weight: bold;
}

* html #menu_interact, * html #menu_meta
{
	margin-left: 87px;
}

#menu_interact ul#interact
{
	float: right;
	margin-right: 29px;
}

#menu_interact ul#interact li {
	margin-left: 9px;
}


a.button
{
	padding: 2px 5px;
	text-decoration: none;
	color: white;
}

a.button:hover
{
	color: white;
}

.panel a.button {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#menu_interact #shops
{
	background: #333;
}
	
#menu_interact_sendafriend
{
	height: 17px;
}


#menu_interact #shops li
{
	margin: 0px !important;
	float: none;
	opacity: 0.8;
}

#menu_interact #shops li a
{
	font-size: 9px;
	padding: 5px;
}

#menu_interact li:hover ul, #menu_interact li.sfhover ul {
	top: 16px;
	right: 28px;
	left: auto;
}

* html #menu_interact li:hover ul, * html #menu_interact li.sfhover ul {
	top: 15px;
	right: 57px;
}

#menu_interact li ul {
	position: absolute;
	left: -999em;
}

#menu_interact li ul li {
	display: none;
}

#menu_interact li:hover ul li, #menu_interact li.sfhover ul li {
	display: block;
}

#menu_meta {
	position: absolute;
	top: 570px;
	left: 0px;
	width: 100%;
}


#menu_meta ul {
	float: right;
	margin-right: 29px;
}

#menu_meta a
{
	font-size: 10px;
	color: #8c8c8c;
}

#menu_meta a:hover, #menu_meta a.active
{
	color: white;
}

#menu_meta li {
	margin-left: 19px;
}

/* --- HEADER ------------------------------------------------------------- */
#header
{
	padding-top: 50px;
}

#header h2, #player h2
{
	color: #9c9c9c;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#header h1
{
	margin-bottom: 11px;
	height: 37px;
	border-bottom: 1px solid #5f5f5f;
}

hr
{
	border: 0px;
	border-top: 1px solid #5f5f5f;
	height: 0px;
	overflow: hidden;
}



/* --- CONTENT ------------------------------------------------------------ */
h1 {
	color: #6fbfc8;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

#content p
{
	line-height: 17px;
	margin-bottom: 10px;
}




/* --- HOME --------------------------------------------------------------- */


#player_list a {
	color: white;
}


.column_wrap li.track
{
	height: auto;
	line-height: 16px;

	clear: both;
}

li.track span
{
	float: left;
	margin-bottom: 1px;
}


.track
{
}

.tracklist_total
{
	padding-top: 15px;
	text-align: right;
	padding-right: 9px;
}



.track .track_nr {
	width: 20px;
	text-align: right;
	margin-right: 10px;
}

.track .track_title {
	width: 240px;
}

.track.has_preview {
	cursor: pointer;
	background: #e2f2f4;
	font-weight: bold;
}

.track.has_preview .track_title span {
	background: url(../images/preview.png) no-repeat right 3px;
	padding-right: 20px;
}                   

.track .track_duration {
	width: 50px;
	text-align: right;
}


/* --- ARTIST ------------------------------------------------------------- */

#artist_content h1
{

}

/* --- MEDIA -------------------------------------------------------------- */
.media_item {
	position: relative;
	padding: 1px;
	background: url(../images/background_media.gif) no-repeat;
	width: 170px;
	height: 170px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	
}

#mi_8, #mi_4
{
	margin-right: 0px;
}

.icon {
	position: absolute;
	top: 5px;
	left: 147px;
	z-index: 10;
}

#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 

.mediascale
{
	position: absolute;
	top: 10px;
	left: 140px;
}

/* --- DISCLAIMER --------------------------------------------------------- */

#content_sendafriend
{
	width: 550px;
	height: 300px;
	background: #eee;
}

#saf #captcha
{
	vertical-align: top;
}

#saf_close
{
 	position: absolute;
	top: 20px;
	left: 530px;
	cursor: pointer;
}

#captcha_img
{
	vertical-align: top;
}

#saf #row-submit
{
	text-align: right;
}
#saf
{
	width: 490px;
}

#saf .form-row
{
	margin-bottom: 5px;
}


#saf input.text
{
	padding: 2px;
	width: 150px;
	border: 1px solid #666;
}

#saf_captcha
{
	width: 40px !important;
}

#saf label
{
 	display: block;
	width: 90px;
	font-size: 9px;
	font-weight: bold;
}

#saf_message
{
	width: 100%;
}  

/* --- DISCLAIMER --------------------------------------------------------- */
#content_disclaimer_wrap
{
	height: 280px;
	overflow: auto;
}


#content_disclaimer_wrap .c2
{
	width: 40%;
}





/* --- PLAYER ------------------------------------------------------------- */
#player_panel
{
	position: absolute;
	top: 0px;
	left: -999px;
	z-index: 99;
	width: 789px;
	overflow: hidden;
}

#content_player
{
	position: relative;
	padding-top: 50px;
	padding-bottom: 0px;
	background: black;
	padding-left: 27px;
	padding-right: 29px;
}

#player #volume_wrap
{
	float: left;
 	height: 9px;
	width:  9px;
  margin: 0px 5px;
}

#player #volume
{

	height: 9px;
	width:  9px;
	background: url(../images/volume.gif) no-repeat;
	background-position: 0px -27px;
	overflow: hidden;
}

#player_wrap
{
	position: relative;
	padding-bottom: 20px;
}                   	

#playhead
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #565656;
	width: 731px;
	height: 21px;
	z-index: 1001;
}

#volume_control
{
	padding-top: 7px;
	padding-left: 20px;
}



#progress_wrap
{

	position: absolute;
	top: 8px;
	left: 50px;
	background: #787878;
	width: 150px;
	height: 4px;
	overflow: hidden;
}

#progress_bar
{
	background: black;
	width: 0px;
	height: 4px;
	border-right: 2px solid #69c0c7;
}


#playhead_volume
{
	float: 			left;
	width: 		 	82px;
	height: 		21px;
	background: #565656;
}

#volume_up_wrap, #volume_down_wrap
{
	float: left;
	width: 5px;
	height: 5px;
	overflow: hidden;
	margin-top: 2px;
}

#playhead_title
{
	float: 			left;
	width: 		 	367px;
	height: 		21px;
}

#playhead_control
{
	position: relative;
	float: 			left;
	width: 		 	282px;
	height: 		21px;
	background: #565656;
}

#player #playlist
{
	position: relative;
	top: 1px;
	left: 0px;
	width: 367px;
	z-index: 1005;
}


#player #playlist_wrap
{
	padding-left: 83px;
}

#player #playlist li.track
{
	margin: 0px;
	padding: 0px;
	background: #303030;
	color: white;
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	z-index: 1000;
}

#player #playlist li.track a
{
	line-height: 21px;
	padding: 0px;
 	margin: 0px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: white;
	height: 21px;
}

* html #player #playlist li.track a
{
/*	height: 15px; */
}

#player #playlist li.track a span
{
	cursor: pointer;
}

#player #playlist li.track a:hover, #player #playlist li.track a.active
{
	color: #70bfc6;
}

#player .track_nr
{
	padding-left: 30px;
	padding-right: 20px;
}

#track_time
{
	position: absolute;
	top: 3px;
	left: 240px;
	color: white;
}


#content_links #link_list li {
	margin-bottom: 5px;
}

#close_panel
{
	background: black;
	height: 567px;
}

a
{
	color: #3A3A3A;
}


#ecm_logo
{
	position: absolute;
	top: 567px;
	left: 28px;
}

#pager
{
	position: absolute;
	top: 315px;
	left: 0px;
	width: 355px;
	text-align: right;
}

#artist_content #pager
{
	position: absolute;
	top: 320px;
	left: -10px;
	width: 100%;
	text-align: right;
}



#pager li
{
	display: inline;
	margin-left: 2px;
}
            
#pager li a
{
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;

}

#disclaimer
{
	padding-top: 3px;
}




.page
{
	background: white;

	padding: 15px;
}

.twocol.c2 .page
{
	width: 335px;
}

.page
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 702px;
	height: 299px;
	padding: 15px;
}
