h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FF0000;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	display: inline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	display: inline;
}
#video_content {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
div.video_duration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display:inline;
}

li.video_title {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #666666;
	border-bottom-color: #FFFFFF;
	border-right-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:7px;
	color: #00CC00;
}
#pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 50%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
	text-align: center;
	margin: auto;
}
li.video_title:hover {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:7px;
	color: #00CC00;
	height: 100%;
}
li.video_description {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:6px;
	min-height:50px;
	height:100%;
}
img.video_thumbnail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:1px;
	border: 1px dotted #000000;
	vertical-align: middle;
	float:left;
	text-align: left;
	white-space: normal;
	height: auto;
	width: 50px;
}
img.video_thumbnail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:1px;
	border: 1px dashed #000000;
	vertical-align: middle;
	float:left;
	text-align: left;
	white-space: normal;
	height: auto;
	width: 70px;
}
#free_videos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: blink;
}