@charset "utf-8";

body{
	background:#eee;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}
img{border: none}

#home-video{ width:367px; float:left;text-align: left; margin-left:5px}
#home-video-top{
	background-image:url(../../images/emmanuel_box_01a.gif);
	background-repeat:no-repeat;
	height: 15px;
}
#home-video-midle{
	background-image:url(../../images/emmanuel_box_01b.gif);
	background-repeat: repeat-y;
	padding: 0 5px;
}
#home-video-bottom{
	background-image:url(../../images/emmanuel_box_01c.gif);
	background-repeat:no-repeat;
	height: 13px;
}

#player{
	background-color:#000;
	width:360px;
	margin:2px;
	display:block;
	padding:10px 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 270px;
}
#video-playlist{width:250px;text-align: left}
.playlist-item{margin-top:7px;clear: both}
.playlist-ico{float:left;background-image:url(../../images/play_ico.gif);width: 17px;height: 17px;margin: 4px 4px 4px 20px}
.playlist-title{margin:2px;float: left;text-align: left}


.clear{ border:thin none; clear:both; width:auto}