@charset "utf-8";
/* CSS Document */

/* Videos_page*/
.video_section {
}
.video-back-top {
	background: url(../images/video_page_back_top.jpg) no-repeat;
	width: 960px;
	height: 15px;
}
.video-back-mid {
	/*background: url(../images/video_page_back_mid.jpg) repeat-y;*/
	
	width: 970px;
	background-color: #DEE7E7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}
.video-back-bot {
	background: url(../images/video_page_back_bot.jpg) no-repeat;
	width: 960px;
	height: 15px;
}
.video_categories {
	float: left;
	width: 275px;
	min-height: 244px;
	margin-right: 10px; /*changes Dishan*/
	padding-left: 2px;
}
.video_player {
	float: left;
	border: 1px solid #d4d2d2;
	width: 366px;
	height: 236px;
	background: #c0bebe;
}
div.VideoMenu {
	font-size: 14px;
}
#rightcolumn {
	width: 680px;
	height: auto;
	float: left;
	padding-top: 10px;
}
#rightcolumn2 {
	width: 384px;
	height: 230px;
}
* html #rightcolumn { /*IE only style*/
	height: 210px;
}
* html #rightcolumn2 { /*IE only style*/
	height: 210px;
}
.vdoBox {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 10px;
}
.vdoBoxPic {
	width: 220px;
	height: 175px;
	float: left;
}
.vdoBoxDes {
	width: 200px;
	height: auto;
	float: left;
	background-color: #FFF;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
}
.vdoBoxDes span {
	font-size: 12px;
}
.vdoSeperator {
	float:left;
	margin-bottom:10px;
}
/*Video Menu*/
div.VideoMenu span {
	height: 21px;
	padding-top: 7px;
	background: url(../images/big-smile-VideoMenu-up.jpg) repeat-x;
	font-size: 11px;
	color: #0c4771;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
div.VideoMenu {
	margin-bottom: 1px;
}
div.VideoMenu a {
	height: 30px;
	padding-top: 8px;
	font-size: 14px;
	color: #6f90a7;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	width: 255px;
	background-image: url(../images/video-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.VideoMenu a:visited {
	background: url(../images/video_categories_button_up.jpg) no-repeat;
	font-size: 14px;
	color: #6f90a7;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
div.VideoMenu a:hover {
	font-size: 14px;
	color: #063c62;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/video-menu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.VideoMenu a:active {
	font-size: 14px;
	color: #063c62;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/video-menu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
