@charset "UTF-8";
#sitevideos{width:100%;}
#sitevideos ul{
	list-style: none;
	padding: 0;
}

#sitevideos li.category{
	float: left;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px 5px 10px 0;
	margin-bottom: 10px;
	width: 100%;
}
#sitevideos li.category{border-bottom: 2px dotted #0a0a0a;}
#sitevideos li.category div{width: 100%;}
#sitevideos li.category div img{
	border: 4px solid #0a0a0a;
	height: 200px;
}
#sitevideos li.category div.title{text-indent: 20px;}
#sitevideos li.category span{font-weight: normal;}


#sitevideos li.video{
	width: 100%;
	margin-bottom: 10px;
	font-size: 8pt;
	border-bottom: 1px dotted #0a0a0a;
	padding-bottom: 10px;
}
#sitevideos li.video p{margin:0;}
#sitevideos li.video img{
	border: 4px solid #FFF;
}
b.title{
	font-size: 11pt;	
}
div.playvideo{
	cursor: pointer;
	width: 110px;
	height: 30px;
	background: url('img/buttons.png') no-repeat -1px -156px;
}
div.playvideo a{
	display: block;
	width: 110px;
	height: 30px;
}
