div#VodContainer_o
{
	width:100%;
	margin:auto;
}

div#VodContainer_o div#VodContainer 
{
	margin:auto;
	width:595px;
}

div#VodContainer div#noPlayer 
{
	width:500px;
	margin:9px;
}

div#VodContainer div#noPlayer ul
{
	list-style: disc none outside;
}
div#VodContainer div#noPlayer ul li
{
	list-style: disc none outside;
	background: none;
	margin-left:10px;
	padding-left:5px;
}

div#VodContainer .FL
{
	float: left;
}
div#VodContainer .FR
{
	float: right;
}

div#VodContainer div#header
{
	clear: right;
	background: url(/images/MediaPlayer/Header.gif) no-repeat 0px 0px;
	height: 36px;
	width: 594px;
		
}

div#VodContainer div#left
{
	background: url(/images/MediaPlayer/Left.gif) no-repeat 0px 0px;
	height: 328px;
	width: 40px;
}

div#VodContainer div#right
{
	background: url(/images/MediaPlayer/Right.gif) no-repeat 0px 0px;
	height: 328px;
	width: 40px;
	clear: right;
}

div#VodContainer div#footer
{
	clear: left;
	background: url(/images/MediaPlayer/Footer.gif) no-repeat 0px 0px;
	height: 48px;
	width: 594px;
}

div#VodContainer div#player
{
	background-color: black;
	height: 328px;
	width: 515px;
}


div.VodList 
{
	margin: 10px;
	text-align: center;
	display:block;
	width:100%;
	height:20px;
}

div.VodList div.label
{
	font-weight: bold;
	text-align:right;
	width:50%;
	float:left;	
}
div.VodList div.label label 
{
	padding-right:10px;
}
div.VodList div.field
{
	text-align:left;
	width:50%;
	float:left;
	clear:right;
}