/*video center*/
#frmVideoCenter .content {
	border-bottom:1px solid #CED8F0;
	margin-bottom:10px;
}
#iVideoPlayer {
	border-bottom:1px solid #CED8F0;
	margin:0 0 20px 0;
}
#iNowPlaying {
	margin:0 0 6px;
	clear:both;
	float:left;
	width:300px;
}
#iNowPlaying dt {
	padding:0;
	margin:0 5px;
	font-weight:bold;
	width:auto;
}
form #iNowPlaying dd {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:1em;
}
#pnlVideoBank .subContainer {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CED8F0;
}
#frmVideoCenter #txtSearch {
	border:1px solid #5B9FD7;
	width:180px;
	float:left;
	margin-right:5px;
}
#frmVideoCenter #ddlCategories {
	height:20px;
	margin-right:5px;
	float:left;
	width:180px;
}
#frmVideoCenter #btnSearch {
	padding:1px 4px 0;
}
#vidResults {
	padding:0;
	margin:0;
	text-indent:0;
	float:left;
}
#pnlVideoBank #vidResults li {
	float:left;
	list-style:none;
	margin:0 0 10px;
	padding:0 0 5px;
	text-indent:0;
	width:570px;
	border-bottom:1px solid #CED8F0;
}
#vidResults .resultImage {
	width:90px;
	float:left;
}
#vidResults .resultImage img {
	border:1px solid #CED8F0;
}
#vidResults dl dt,
#vidResults dl dd,
#vidResults dl  {
	width:480px;
}
* html #vidResults dl dt,
* html #vidResults dl dd,
* html #vidResults dl  {
	width:460px;
}
#vidResults dl {
	float:right;
	margin:0;
	padding:0;
}
#vidResults dl dt,
#vidResults dl dd  {
	clear:both;
}
#vidResults dt a,
#vidResults dd {
	font-size:1em;
	font-weight:normal;
}
#frmVideoCenter .pagination {
	float:right;
	top:10px;
	position:relative;
}
* html #frmVideoCenter .pagination {
	top:20px;
}
*:first-child+html #frmVideoCenter .pagination {
	top:20px;
}
#frmVideoCenter .bottom {
	padding-top:10px;
	top:0;
}
* html #frmVideoCenter .bottom {
	top:0;
}
*:first-child+html #frmVideoCenter .bottom {
	top:0;
}
/*homepage*/
.homepage-video {
	margin-bottom:20px;
	float:left;
	clear:both;
}
.homepage-video #VideoPlayer {
	width:97px;
	margin:0;
	padding:0;
	float:left;
}
.homepage-video .view-more {
	float:right;
}
.homepage-video .video-item dt {
	font-weight:bold;
	padding-left:2px;
}
/*module*/
.sidebar .panel {
	clear:both;
}
.sidebar .video-module {
	clear:both;
	float:left;
}
.sidebar .video-module .subpanel {
	clear:both;
	float:left;
	padding-bottom:10px;
	width:148px;
}
.video-module .subpanel div {
	padding-left:30px
}
.sidebar .video-module .video-item dt{
	padding:0 5px;
	font-weight:bold;
}
.sidebar .video-module h2 {
	width:144px;
}
/*error*/
#iNoResults p {
	margin-bottom:0;
}
