
  body{
 padding:0;
    margin:0;
	   scrollbar-base-color:#E9E9E9;
	   scrollbar-3d-light-color:#E9E9E9;
        scrollbar-arrow-color:#128FCD;
        scrollbar-dark-shadow-color:#E9E9E9;
scrollbar-face-color:#128FCD;
scrollbar-highlight-color:#E9E9E9; 
scrollbar-shadow-color:#E9E9E9; 
scrollbar-track-color:#FFF;
background-color: #131617; 
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
width: 800px;
color: #fff;

  }


.track{
border-top: 2px solid #f1f1f1;
padding-bottom: 1px ;
 float: left; 
 width: 100%;
}


.time{	
float: left;
text-align:center;
line-height: 50px;
width: 70px;
height: 50px;
clear: both;
font-size: 1.2em;


}

.track_name{
text-align:left;
padding:7px 0px 0px 0px;
float: left; 
}

.song{
display:inline-block;
width: 100%;
font-size: 1.2em;
 color: #fff;
}

.artist{
	text-transform: uppercase;
display:inline-block;
 width: 100%;
 font-size: 1.2em;
 color: #fff;
}


.name_down {
 background: url("../img/his_down.png") no-repeat; 
  height: 15px; 
  width: 15px; 
float: left; 

}
.name_down:hover {
  background: url("../img/his_a_down.png") no-repeat;
   height: 15px; 
  width: 15px;
float: left; 
}
	


	


.tab_container {  
border-radius: 0 5px 0 5px;
  

	  float: left; 
  padding:0px 0px 4px 0px;

	overflow: auto;	
	height: 634px;
	clear: both;
}


  .bdate{
	border: 1px solid #bdbdbd;
    border-radius:5px;
	text-align: center;
    vertical-align: middle;
	padding: 10px 0px;
	font-weight:bold;
	width: 138px; 
	float: left;
	cursor: pointer; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12;
	color: #fff;
	margin: 10px;
	
            }
		
  .bdate_active{
	background-color: #e9e9e9;
  color: #000;
            }
		
.bdate:hover {
    background-color: #e9e9e9; /* Green */
  color: #000;
}
.bdate:focus {
    background-color: #e9e9e9; /* Green */
 
	}
