﻿
/* player container */
div.player
{
	border: 2px solid #fff;
	outline: 1px solid #333;
	-moz-outline-radius: 4px;
	cursor: pointer;
	text-align: center;
	margin-right: 15px;
}

/* play button */
div.player img
{
	margin-top: 83px;
}

/* info area */
div.player div.info
{
	height: 40px;
	background: #333 url(video/h80.png) repeat-x;
	opacity: 0.9;
	color: #fff;
	margin-top: 63px;
	text-align: left;
	padding: 5px 15px;
	font-family: "bitstream vera sans" , "trebuchet ms";
	font-size: 14px;
	border-top: 1px solid #ccc;
}

/* duration data inside info area */
div.player div.info span
{
	color: #99FF99;
	display: block;
	font-weight: bold;
}

/* another video */
div.AnotherVideo
{
	border: 2px solid #fff;
	outline: 1px solid #444;
	-moz-outline-radius: 4px;
	height: 40px;
	background: #333 url(video/h80.png) repeat-x;
	opacity: 0.9;
	color: #fff;
	text-align: left;
	padding: 5px 15px;
	font-family: "bitstream vera sans" , "trebuchet ms";
	font-size: 14px;
	border-top: 1px solid #ccc;
	cursor: pointer;
	width: 396px;
	margin-left: 20px;
}

/* duration data inside AnotherVideo area */
div.AnotherVideo span
{
	color: #F8A01B;
	display: block;
	font-weight: bold;
}

/* yet another video */
div.YetAnotherVideo
{
	border: 2px solid #fff;
	outline: 1px solid #444;
	-moz-outline-radius: 4px;
	height: 40px;
	background: #333 url(video/h80.png) repeat-x;
	opacity: 0.9;
	color: #fff;
	text-align: left;
	padding: 5px 15px;
	font-family: "bitstream vera sans" , "trebuchet ms";
	font-size: 14px;
	border-top: 1px solid #ccc;
	cursor: pointer;
	width: 396px;
	margin-left: 20px;
}

/* duration data inside AnotherVideo area */
div.YetAnotherVideo span
{
	color: #15AAE2;
	display: block;
	font-weight: bold;
}
