﻿.player_holder{ 
     width: 873px; 
     margin-left:auto; 
     margin-right:auto;
     background-color:#fff;
     height: 325px;
}
.player_wrapper{
	width:469px;
	height:325px;
	float:left;
	border: solid 1px #f0f0f0;
}
.playlist_wrapper{
	width:398px;
	height:325px;
	overflow:auto;
	float:left;
	margin-left:2px;
	border-left: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	border-top: solid 1px #f0f0f0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.odds{
background-color:#f0f0f0;
font-family: "Verdana";
font-size:10px;
color:#003366;
}
.evens{
background-color:#FFF;
font-family: "Verdana";
font-size:10px;
color:#003366;
}
.hovers{
background-color:#FFFF99;
font-family: "Verdana";
font-size:10px;
color:#003366;
}
.selected{
background-color:#00FFFF;
font-family: "Verdana";
font-size:10px;
color:#FFFFFF;
border-bottom: solid 1px #999999;
border-top: solid 1px #999999;
}
.style1 {font-weight: bold}
.thumb{
	margin-right:5px;
	margin-bottom:5px;
	margin-left: 5px;
}