@charset "utf-8";
#main{
	width:860px;
	
}

#video_table{
	border-collapse: collapse;
	border: 1px solid #aaa;
	width: 840px;
	clear:both;
	margin:0 auto;
}
#video_table .video_series_top{
	width: 200px;
}
#video_table th,#video_table td{
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    vertical-align: top;
	border: 1px solid #aaa;
}
#video_table{

}
#video_table #media_video{
	border: 1px solid #aaa;
    height: 515px;
    text-align: center;
    vertical-align: middle;
    width: 820px;
}
#video_table p{
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}
#video_fx_wrapper{
	margin: 0 auto;

}

#video_table a{
	line-height: 1.4em;
}
#video_table a:hover{
    color: #036;
}
#video_table a.cng {
	font-size: 12px;
	cursor: pointer;
	margin: 0 2px 2px;
	padding:5px;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
    background: #fff;
    border: 1px solid #A4BC23;
    color: #A4BC23;
}

#video_table a.cng:hover {
    background: #A4BC23;
    border: 1px solid #A4BC23;
    color: #fff;
}

#video_table a.slct, #video_table a.slct:hover { 
	cursor: default; 
    background: #A4BC23;
    border: 1px solid #A4BC23;
    color: #fff;
}
#List_box a{
	padding:5px;
	}



