/** Video section */

div.featured-videos {
	height:468px;
	background: url(../images/carousel/bg.gif) no-repeat;
	position: relative;
	width: 950px;
}

div.featured-videos .left-bar, div.featured-videos .right-bar {
	position: absolute;
	z-index: 999;
	top: 12px;
	width: 53px;
}

div.featured-videos .right-bar {
	right: 20px;
}

div.featured-videos .left-bar {
	left: 20px;
}

.left-bar a, .right-bar a {
	height:445px;
	width: 53px;
	display: block;
	padding:0;
}

.left-bar a {
	background: url(../images/carousel/left-bar.png) no-repeat;
}

.right-bar a {
	background: url(../images/carousel/right-bar.png) no-repeat;
}

.left-bar a:hover, .right-bar a:hover {
	background-position: 0 -447px;
}

div.featured-videos .window {
	overflow: hidden;
	height: 445px;
	position: relative;
	top: 12px;
	left: 20px;
	width: 905px;
}

div.featured-videos .container {
	width: 20000em;
	position: absolute;
}

div.featured-videos .video-item {
	float:left;
	height: 445px;
	width: 680px;
	background: url(../images/carousel/block-bg.gif) no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

div.featured-videos .video-thumb {
	margin-top: 14px;
	margin-left: 16px;
	height: 363px;
}

div.featured-videos .video-caption {
	margin-left: 100px;
	padding-top: 10px;
}

.video-caption h4 {
	margin: 0;
	color: #fff;
	font-weight:normal;
}

.video-caption h4 a {
	color: #fff;
	text-decoration: none;
}

.video-caption span {
	color: #99ea48;
}



/** new main video page **/
.videoplayer-left
{
	background: url(../images/videoplayer/videoplayer-left-border.gif) 0 0 no-repeat;
	width:28px;
	height:663px;
	float:left;
}

.videoplayer-right
{
	background: url(../images/videoplayer/videoplayer-right-border.gif) 0 0 no-repeat;
	width:28px;
	height:663px;
	float:right;
}

.videoplayer
{
	background:#3d3d3d;
	width:894px;
	height:663px;
	float:left;
	margin-bottom:10px;
}

.videoplayer-back-button
{
	float:left;
	width:124px;
	padding-top:30px;
}

.videoplayer-back-button a
{
	background: url(../images/videoplayer/return-menu-button.gif) 0 0 no-repeat;
	width:84px;
	height:56px;
	line-height:0;
	display:block;
	padding:0;
	margin:0;
}

.videoplayer-back-button a:hover
{
	background-position: 0 -56px;
}

.videoplayer-back-button a span
{
	display:none;
}

.videoplayer-main
{
	float:left;
	width:647px;
	padding-right:123px;
	padding-top:30px;
}

.videoplayer-main h2
{
	color:#fff;
	font-size:1.6em;
	line-height:1em;
	margin-top:0.8em;
	margin-bottom:0.2em;
	padding:0;
	font-weight:normal;
}

.videoplayer-main h5
{
	color:#99ea48;
	margin:0;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:normal;
}

.videoplayer-main p
{
	color:#B5B5B5;
	margin-bottom:1em;
	line-height:1.4em;
}

.videoplayer-main p.videodescription
{
	font-weight:bold;
	margin-bottom:0.3em;
}

.videoplayer-splitter
{
	background: url(../images/videoplayer/videoplayer-splitter.gif) 0 0 no-repeat;
	width:647px;
	height:2px;
	margin:1.2em 0;
}

ul.videoplayer-thumbs
{
	margin: 0;
	overflow: auto;
	width: 100%;
}

ul.videoplayer-thumbs li
{
	background: none;
	float: left;
	list-style: none;
	margin: 0 28px 0 0 !important;
	width: 130px;
	padding-left: 0;
	padding-bottom:25px;
}

ul.videoplayer-thumbs li.last
{
	margin-right:0 !important;
}

ul.videoplayer-thumbs li img
{
	vertical-align: middle;
	margin-bottom:6px;
	border: 1px #e2e2e2 solid;
	border-bottom: 5px #e2e2e2 solid;
	padding: 4px;
	text-align: center;
}

ul.videoplayer-thumbs li span
{
	border:none;
	text-align:left;
	display:block;
	line-height:1.3em;
	margin-left:5px;
}
ul.videoplayer-thumbs li span.videothumb-title
{
	color:#019D2A;
	font-size:1.2em;
	font-weight:bold;
	background: none;
}

ul.videoplayer-thumbs li span.videothumb-date
{
}
ul.videoplayer-thumbs li .videothumb-button
{
    position:relative;
	z-index:2;
	display:block;
}

ul.videoplayer-thumbs li a.videothumb-button span
{
	display:block;
	background: none;
    position:absolute !important;
    float:left;
	margin-top:5px;
	.margin-top:10px;
    width: 120px;
    height: 72px;
    cursor: pointer;
}

ul.videoplayer-thumbs li a.videothumb-button:hover span {

	background: url(../images/videoplayer/playbutton.png) no-repeat center;
	_background: url(../images/videoplayer/videothumb-play-button.gif) no-repeat center;
}

/*======================*/
/*latest videos*/
/*======================*/
div.latest-features .box .style
{
	background:#858585;
}

div.latest-features p {
    /*font-size: 0.95em;
    color: #4c4c4c;*/
    margin-bottom: 5px;
	margin-top:10px;
}

div.latest-features div.heading, div.latest-features p {
    margin-left: 10px;
	color:#ececec;
}

div.latest-features img {
    display: block;
}

div.latest-features div.heading {
    margin-bottom: 5px;
    margin-top: 45px;
}

div.latest-features-video {
    width: 247px;
    float: left;
    margin-right: 22px;
}

div.latest-features-video .description p a {
	color: #ececec;
}

div.latest-features div.latest-features-video .box .style
{
	background:#4c4c4c;
	border:1px solid #2d2d2d;
}

div.latest-features div.latest-features-video .box .shadow
{
	background-color:#686868;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	display:block;
	font-size:0;
	height:6px;
}

div.latest-features-video-link a, div.latest-features-video-link a span {
	color: #858585 ;
	text-decoration: none;
}

div.latest-features-video-link a:hover, div.latest-features-video-link a:hover span {
	color: #ececec;
}

div.latest-features-video-link a span {
	background: url(../images/videoplayer/camera-white.gif) no-repeat 8px 12px;
	width: 200px;
	height: 25px;
	display: block;
	padding-left: 55px;
	padding-top: 14px;
	cursor: pointer;
}


div.latest-features div.body-copy {
   /* margin-top: 0;*/
}

div.latest-features-video.last{
    margin-right: 0;
    .margin-right: 15px;
}

div.latest-features-video div.description {
    /*padding-top: 40px;
    background: url(../images/camera.gif) no-repeat 8px 12px;  */
    zoom:1;
}

div.latest-features-video div.style {
    padding: 8px;
	background:#858585;
}

div.latest-features-video h5
{
	color:#99ea48;
	margin:0 0 0 10px;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:normal;
}

p.white-caption {
    color: #ffffff !important;
    font-size: 1.3em !important;
    line-height: 1.2em !important;
	margin-top:0 !important;
}

#footer img {
    display: inline;
}

a.watch {
    z-index:10;
}

a.watch span{
    display:block;
    background: none;
    position:absolute;
    float:left;
    width: 229px;
    height: 145px;
    cursor: pointer;
    _padding-top: 15px;
}

a.watch:hover span {
	background: url(../images/videoplayer/playbutton.png) no-repeat center;
    _background: url(../images/videoplayer/videothumb-play-button.gif) no-repeat center;
}

.red
{
	color:#e20530 !important;
}

.show-more {
	text-align: right;	
	margin: -15px -20px 12px 0;
	float: right;
}
.show-more a {
	background: url(../images/more.gif) 100% 0 no-repeat;
	padding: 4px 25px 2px 0;
	color: #858585;
	text-decoration: none;
}

.go-back a, .go-back-grey a {
	background: url(../images/back.gif) 0 0 no-repeat;
	padding: 2px 25px 2px 23px;
	color: #e4e4e4;
	text-decoration: none;
}

.go-back-grey {
	margin-bottom: 20px;
}

.go-back-grey a {
	background: url(../images/back-grey.gif) 0 0 no-repeat;
	color: #858585;
}

div.category-intro {
	float: left;
}

div.category-intro p, div.category-intro-bold p {
	width: 400px;
    color: #4c4c4c;    
    font-size: 0.97em;
    margin-bottom: 20px;
}

div.category-intro-bold p {
	font-weight: bold;
}

div.video-category-description {
	margin-top: 30px;
	border-top: 1px solid #999;
}

div.video-thumb img {
	display: block;
}