﻿
.watchvideo {
    text-align: center;
    position: relative;
    float: right;
    display: inline-block;
    margin: 5px 0 5px 20px;
    padding: 5px;
    clear: both; 
    overflow: hidden;
    width: 150px;
    
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), to(#dddddd) );
	background:-moz-linear-gradient(top, #fafafa 5%, #dddddd);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#dddddd');
}
div.watchvideo span.icon {
	width: 30px;
	height: 30px;
	position: absolute;
	margin: 20px 0 0 60px;
	text-indent: -9999px;
    z-index: 2;
    background-image: url('/images/playicon_30.png');
    background-repeat: no-repeat;
}

.watchvideo.large {
    width:355px;
    height:200px;
    padding: 0px;
    
}
.watchvideo.large span.icon {
    margin: 0px;
    top: 85px;
    left: 162px;
}

.watchvideo img {
	opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
 
}
.watchvideo h3 {
    margin: 0;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.watchvideo p,
.watchvideo span.title {
    margin:0;
    font-size: 8.5pt;
    line-height: 13pt;
    color: #58595b;
}


/* --- video overlay --- */
.video_overlay {
	padding: 10px;
    width: 720px;
    height: 100%;
	border-radius: 2px;
    display: none;
    z-index: 200000;
    background-color: #fff;
    border: 0px solid #eee;
    }

.video_overlay .close {
    top: -15px;
    width: 35px;
    height: 35px;
    right: -15px;
    position: absolute;
    cursor: pointer;
    background-image:url(/images/overlay/close.png);
    z-index:200001;
    }

.video_content_wrap {
    height: 100%;
    /* overflow-y: auto; */
    }
    
#video_overlay_trigger,
#video_overlay_newpage,
#video_overlay_thispage,
.video_overlay_trigger,
.video_overlay_newpage,
.video_overlay_thispage {
    cursor: pointer;
}


/* playlist */
div.section .video {
    width: 490px; 
    height: 360px;
    }
    
div.section .videoinfo {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 185px;
    padding: 0px;
    }
div.section .videoinfo h3 {
    padding: 0 0 10px 0;
    margin: 0px;
    clear: none;
}
div.section .videoinfo p {
    padding: 0 0 10px 0;
    margin: 0px;
    clear: none;
    color: #666 !important;
}

div.section .playlist {
    padding: 0px;
    margin: 0px;
}
div.section .playlist ul {
    padding: 0px;
    list-style-type: none;
    margin: 5px 5px 0px 0px;
    width: 185px;
    border-top: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-left: #ddd 1px solid;
}
div.section .playlist li {
    border-bottom: #ddd 1px solid;
    background-color: white;
    padding: 0px;
    margin: 0px;
    width: 185px;
    display: block;
    background-repeat: no-repeat;
    background-position: right top;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}
div.section .playlist li:active {
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
}
div.section .playlist li:focus {
	-moz-outline-style: none
}
div.section .playlist .activeplay {
    padding: 5px 6px 5px 6px;
    margin: 0px;
    color: #333 !important;
    font-size: 14px;
    line-height: 17px;
    background: #f1f1f1;
}
div.section .playlist ul .info {
    padding: 0px 6px 5px 6px;
    margin: 0px;
    margin: 0px;
    display: none;
    color: #666 !important;
    font-size: 10px;
    line-height: 13px;
    background: #f1f1f1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dddddd');
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ddd));
    background: -webkit-linear-gradient(top,  #f1f1f1,  #ddd);
    background: -moz-linear-gradient(top,  #f1f1f1,  #ddd);
    background: -ms-linear-gradient(top,  #f1f1f1,  #ddd);
    background: -o-linear-gradient(top,  #f1f1f1,  #ddd);
    background: linear-gradient(top,  #f1f1f1,  #ddd);
    
}
div.section .playlist ul .title {
    padding: 3px 6px 0px 6px;
    margin: 0px;
    width: 179px;
    display: block;
    background: url(/images/video/bkg_playlist_thumbwhite.png) no-repeat -200px 0px;
    height: 27px;
    color: #6f6f6f !important;
    font-size: 11px;
    line-height: 13px;
}
div.section ul .titlehover {
    padding: 3px 6px 0px 6px;
    margin: 0px;
    width: auto;
    display: block;
    background: url(/images/video/bkg_playlist_thumbwhite.png) no-repeat center top;
    height: 27px;
    color: #363636 !important;
    font-size: 11px;
    line-height: 13px;
}
