div.VideoDiv
{
	/*background-image: url('../video/LoadingVideo.jpg');*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	font-weight: bold;
	text-align: center;

	width:900px;
	height:490px;
}

table.table_videos
{
	border-collapse: collapse;
	border-width: 1;
}
table.table_videos td
{
	border:1px solid rgb(220, 220, 220);
}
td.td_line_0
{
	background-color: rgb(240, 240, 240);
	
	font-weight: bold;
	text-align: center;
	font-size: 13pt;
}
td.td_line_1
{
	background-color: rgb(230, 230, 230);
}




table.table_video
{
}

table.table_video td
{
	vertical-align:middle;
	border:1px solid #808080;
}
table.table_video a:link
{
	text-decoration: none;
	color: rgb(255, 255, 255);
}
table.table_video a:hover
{
	text-decoration: none;
	color: rgb(200, 200, 200);
}
table.table_video a:visited
{
	text-decoration: none;
 	color: rgb(255, 255, 255);
}
table.table_video a:active
{
	text-decoration: none;
 	color: rgb(255, 255, 255);
}

td.td_video_icon
{
	background-color: rgb(255, 255, 255);
	
	background-image: url('../images/misc/film-strip.gif');
	background-repeat: no-repeat;
	background-position: 50px center;
/*	background-position: 6px 0px; */
	
	font-weight: bold;
	text-align: left;
	font-size: 36pt;

	width:100px;
}

td.td_video
{
	background-color: rgb(220, 220, 220);
	font-size:9pt;
	text-align: center;
	font-weight: bold;
}
td.td_video a
{
	display:block;

	width:200px;
	height:60px;

	background-image: url('../images/buy/button_buy.jpg');
	background-repeat: no-repeat;
}
td.td_video a:hover
{
	background-image: url('../images/buy/button_buy_hover.jpg');
}