
/*Video PlayList*/
.VideoBg
{
	width:280px;
	height:210px;
	float:right;
	/*background:url(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/Images/Video_Bg.jpg) no-repeat;	*/
}
.VideoPlayer
{
    margin-left:0px;   
    margin-top:0px; 
    width:280px;
    height:185px;
    float:left;
    display:inline;
}

.AIVideo_BoxContent
{
	width:280px;
	border:1px solid #64aed3;
	height:auto;
	float:right;
	margin-bottom:5px;
	margin-top:8px;
}
.AIVideo_TopBoxContent
{
	
	width:260px;
	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(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/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(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/Images/Video_Title.jpg) no-repeat;*/
}
.ListContentVideo
{
	overflow-y:scroll;
	margin-top:4px;
	height:142px;
}
*html .ListContentVideo
{
	height:145px;
}
.ListContentVideo ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	height:110px;
}
.ListContentVideo li {
	background-image:url(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/Images/BtnPlay_Video.jpg);
	background-position:8px 10px;
	background-repeat:no-repeat;
	padding:5px 5px 5px 20px;
	list-style-type:none;
	text-align:justify;
	cursor:pointer;
	font-size:12px;
	float:left;
	width:98%;
}

.ListContentVideo_bg_li
{
	background-color:#eef6fd;
}