/*Video PlayList*/
.VideoBg
{
	width:315px;
	height:220px;
	/*background:url(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/Images/Video_Bg.jpg) no-repeat;	*/
}
.VideoPlayer
{
    margin-left:11px;   
    margin-top:0px; 
    width:315px;
    height:220px;
    float:left;
    display:inline;
}

.AIVideo_BoxContent
{
	width:100%;
	height:111px;
	margin-top:17px;
	background:url(Images/VideoList_Bg.jpg) left top no-repeat;
}
.AIVideo_TopBoxContent
{
	
	width:232px;
	height:21px;
	float:right;
	display:inline;
	border-bottom:1px solid #64aed3;
}
.AIVideo_TopBoxContent_Icon
{
	margin-left:4px;
	vertical-align:bottom;
	float:left;
	display:inline;
	width:21px;
	height:21px;
	background:url(Images/Icon_ContentVideo.jpg) left top no-repeat;	
}
.AIVideo_TopBoxContent_Title
{
	width:109px;
	height:14px;
	line-height:25px;	
	text-decoration:none;
	margin-top:3px;	
	margin-left:4px;
	vertical-align:top;
	float:left;
	display:inline;
	background:url(Images/Video_Title.jpg) no-repeat;
}
.ListContentVideo
{
	overflow-y:scroll;
	margin-top:1px;
	margin-bottom:1px;
	height:60px;
	width:245px;
	margin-right:5px;
	float:right;
}
*html .ListContentVideo
{
	height:60px;
}
.ListContentVideo ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	height:60px;
}
.ListContentVideo li {
	background-image:url(Images/BtnPlay_Video.jpg);
	background-position:5px 3px;
	background-repeat:no-repeat;
	padding:0px 5px 0px 22px;
	list-style-type:none;
	text-align:justify;
	cursor:pointer;
	line-height:18px;
}
a.Link-ListContentVideo:link,
a.Link-ListContentVideo:hover,
a.Link-ListContentVideo:visited
 {
	color:#006BC7;
	text-decoration:none;
}
.ListContentVideo_bg_li
{
	background-color:#fff;
}
