/*Video PlayList*/
.VideoBg
{
	width:270px;
	height:220px;
	/*background:url(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/Images/Video_Bg.jpg) no-repeat;	*/
}
.VideoPlayer
{
    margin-left:10px;   
    margin-top:0px; 
    width:270px;
    height:220px;
    float:left;
    display:inline;
}

.AIVideo_BoxContent
{
	width:100%;
	height:60px;
	overflow:hidden;
	padding-top:2px;
	margin-bottom:3px;
	margin-top:17px;
	background-color:#F2F7FC;
	/*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:100%;
	margin-right:5px;
	float:left;
}
*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/videoListIcon.jpg);
	background-position:13px 9px;
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:11px;
    padding:0px 5px 0px 22px;
	list-style-type:none;
	text-align:justify;
	cursor:pointer;
	line-height:19px;
}
.Link-ListContentVideo
{
	color:#000000;
	text-decoration:none;
}
a.Link-ListContentVideo:link,
a.Link-ListContentVideo:hover,
a.Link-ListContentVideo:visited
 {
	color:#000000;
	text-decoration:none;
}
.ListContentVideo_bg_li
{
	/*background-color:#fff;*/
}