body
{
	margin: 0; padding: 0;
	font-family:Arial,sans-serif;
	font-size:12px;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}
.maincontainer
{
	width: 787px;
	margin: 0px auto;
}
.leftcol
{
	float:left;
}
.rightcol
{
        float:left;
	margin-left:10px;
}

.vidtitle
{
	font-size: 18px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:5px;
}
.flowplayerholder
{
	padding:0px; 
}
.rightmenutitle
{
	font-size:18px;
        font-weight: bold;
        margin-top:10px;
        margin-bottom:5px;
}
.rightmenu
{
	overflow: auto;
	width:235px;
	height:400px;
        font-size: 12px;
        margin-top:0px;
        margin-bottom:5px;
	padding: 6px;
	background-color:white;
	border: 1px solid #666;

}
.menuitem
{
	clear:left;
	padding:1px;
	width:213px;
	height:56px;
	background-color:white;
}
.rightcol a:link, .rightcol a:visited, .rightcol a:hover, .rightcol a:active {
	text-decoration: none; color:rgb(0,0,0); 
}
.thumbs 
{
        float:left;
	border:0px;
}
.menuitemname
{
	/*float:left;*/
	padding-left:3px;
	
	overflow: hidden;
}
.devide
{
	margin-bottom:3px;
	margin-right-value:7px;
	padding-bottom:3px;
	border-bottom-width:1px;
	border-bottom-style: dotted;
	border-bottom-color:rgb(204,204,204);
}
.desc
{
	margin-top:10px;
        font-size: 14px;
}
.currentvid 
{
background: yellow;
}
#footer { clear:both;text-align:right; }

