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

/* Videos_page*/

.video_section {
	background:url(../images/video_page_back.jpg) no-repeat;
	height:246px;
	padding:12px;
}
.video_categories {
	float:left;
	border:1px solid #d4d2d2;
	width:191px;
	height:244px;
	background:#fff;
	margin-right:7px;
}
.video_list {
	float:left;
	border:1px solid #d4d2d2;
	width:337px;
	height:230px;
	background:#fff;
	margin-right:7px;
	padding:7px;
}
.video_list2 {
	width:310px;
	height:60px;
	background:#f0f4f6;
	padding:5px;
	font-size:12px;
	color:#333;
	line-height:14px;
}
.video_list3 {
	height:60px;
	background:#f0f4f6;
	padding:5px;
	font-size:12px;
	color:#333;
	line-height:14px;
}
.video_player {
	width:300px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEEE7;
}
div.VideoMenu {
	font-size: 14px;
}
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 a {
	height: 25px;
	padding-top: 5px;
	background:url(../images/video_categories_button_up.jpg) no-repeat;
	font-size: 14px;
	color: #6f90a7;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left:10px;
	padding-right:10px;
}
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 {
	background:url(../images/video_categories_button_2.jpg) no-repeat;
	font-size: 14px;
	color: #063c62;
	font-weight: bold;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}
div.VideoMenu a:active {
	background:url(../images/video_categories_button_2.jpg) no-repeat;
	font-size: 14px;
	color: #063c62;
	font-weight: bold;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}
/* End */



a.video_links:link, a.video_links:visited {
	font-size: 12px;
	color: #0c4771;
	font-weight:bold;
	text-decoration:underline;
	line-height:17px;
}
a.video_links:hover {
	font-size: 12px;
	text-decoration:none;
}
img.borderTM {
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
	margin-right:8px;
}
.video_categories_full {
	width:290px;
	min-height:244px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEE7E7;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.videoMenu_full a {
	height: 22px;
	padding-top: 8px;
	font-size: 11px;
	color: #6f90a7;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left:10px;
	background-color:#FFF;
	width: 133px;
	margin-bottom: 1px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#rightcolumn {
}
.vdoBox {
	width:90px;
	height:auto;
	float:left;
	margin-left: 5px;
}
.vdoBoxPic {
	width:90px;
	height:71px;
	float:left;
}
.vdoBoxPic img {
	width:90px;
}
.vdoBoxDes {
	font-size:xx-small !important;
	width:80px;
	height:auto;
	float:left;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #FFF;
	padding: 5px;
}
.vdoBoxDes span {
	font-size:xx-small !important;
}
.bottom-thumb {
	background-color: #DEE7E7;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.video-mobile {
	background-color: #DEE7E7;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contentMob {
	padding-top: 20px;
}