﻿#videoHolder {
	display: block;
	width: 640px;
	height: 360px;
	background-color: #999;
	position:relative;
	margin-right:9px;
	float:left;
	z-index:9999;
}

#videoListHolder {
	width:100%;
	clear: left;
}

.videoHolder_large{
	margin:0 5%;
}

.video_list_pic {
	float: left;
	padding-left: 8px;
	padding-right: 16px;
}

.video_list_desc {
	padding-right: 8px;
}

a.video_menu {
	color: #033dfb;
}

a.video_menu:hover {
	color: #033dfb;
}

.videoHeader {
	margin-top: -22px;
    position: absolute;
}

#videoPoster .videoplaybtn {
    background-image: url("/member/common/images/video/video-playbtn.png");
    cursor: pointer;
    height: 70px;
    position: absolute;
    width: 70px;
}

#videolist .videoplaybtnsmall {
    background-image: url("/member/common/images/video/video-playbtn_s.png");
    height: 21px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
    width: 21px;
}

.Member_DivBoxStyleA{
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 270px;
	text-align: center;
	position: relative;
}

.shadow {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.hvchVideoHeader {
	margin-top: -15px;
    position: absolute;	
	color: #962D29;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 0;
	padding: 0;
}

.Member_VideoHeader {
	margin-top: -15px;
    position: absolute;	
	color: #962D29;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 0;
	padding: 0;
}

#cboxClose {
    background: url("/member/common/images/btn_close_hvch.gif") no-repeat scroll transparent;
    height: 21px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 21px;
}


#cboxClose:hover {
    background: url("/member/common/images/btn_close_hvch.gif") no-repeat scroll transparent;
}