.clear {
	clear: both;	
}

#video_boxed_left{
float:left;
width:380px;
margin:0px 20px 10px 0px;
}

#video_boxed_right{
float:right;
width:380px;
margin:0px 0px 10px 20px;
}

#video_boxed_none{
display:block;
width:380px;
margin:20px;
}

#flashContent, .flashVideo { display: none; }
.videoSmPosterContainer {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	font-family:arial;
}


.videoSmPoster {
	padding: 5px 5px 0px 5px;
	border-radius: 2px;
	display:block;
	height:107px;
}
.videoSmPoster:hover {
	background: rgba(0,0,0,0.05);
	border-radius: 3px;
}
.videoSmPoster img {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #999;
	border-radius: 2px;
}
.videoSmPoster img:hover {
	border: 1px solid #000;
	box-shadow: 0px 0px 7px #aaa;
}

.videoSmPoster .title {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	height: 108px;
}
.videoSmPoster .subtitle {
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
	height: 108px;
}
.videoSmPoster .duration {
	display: block;
	margin-top: 6px;
	color: #555;
	font-size: 0.8em;
}
/* .videoSmPoster > p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	height: 108px;
}
.videoSmPoster > p span {
	display: block;
	margin-top: 6px;
	color: #555;
} */


.videoThumbsContainer {
	padding-bottom: 20px;
	background: url(images/topSecBg.jpg) no-repeat center bottom;	
}
.videoThumbs {
	background: #f1f1f1;
	background: rgba(0,0,0,0.04);
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.videoThRight {
	float: right;
	padding: 4px;
	width: 213px;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0px 0px 8px #ccc;
	background: #fff;
}
.videoThRight:hover {
	border: 1px solid #444;
	box-shadow: 0px 0px 8px #aaa;
}
.videoThLeft {
	width: 229px;
	position: relative;
}
.videoBlurb1 {
	color: #bb1e27;
	text-align: center;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 45px;
}
.videoBlurb2 {
	color: #333;
	text-align: center;
	font-size: 1em;
	margin: 10px 0px 0px;
}
.watchVideo {
	position: absolute;
	top: 0px;
	left: -30px;
	z-index: 10;
	background: #BB1E27;
	background: -moz-linear-gradient(bottom, #BB1E27, #A01A21);
	background: -webkit-gradient(linear, left bottom, left top, from(#BB1E27), to(#A01A21));
	/*box-shadow: inset 0 0 8px rgba(0,0,0,0.3);*/
	box-shadow: 5px 5px 10px #aaa;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 8px 20px 8px 10px;
	width: 235px;
	font-size: 1em;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.videoDown {
	background: #e1e1e1;
	background: rgba(0,0,0,.08);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	margin: 14px 0px 0px 0px;
	padding: 0px 0px;
	font-size: 0.8em;
	border-radius: 2px;
}
/**********************************
Downloadable content drop-down menu
***********************************/
.supportingContent {
	margin: 7px 0 0 0;
	padding: 0;
	width: 185px;
	float: right;
	position: relative;
	list-style-type: none;
}
.supportingContent > li {
	font-size: 12px;
	padding-top: 5px;
}
.supportingContent > li > ul { display: none; }
.supportingContent > li {
	background: #d5d5d5 url(/GeneralWeb/WebComponents/flash_video/images/downArrow.gif) no-repeat 73px 10px;
	width: 70px;
	font-size: 12px;
	padding: 4px 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.5);
}
.supportingContent > li:hover {
	background: #fff url(/GeneralWeb/WebComponents/flash_video/images/downArrow.gif) no-repeat 73px 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: 3px 3px 3px #aaa;
}
.supportingContent > li:hover ul {
	display: block;
	background: #fff;
	background: -moz-linear-gradient(bottom, #e9e9e9, #fff);
	background: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), to(#fff));
	box-shadow: 3px 3px 3px #aaa;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0 10px;
	position: absolute;
	*top: 20px;/*IE7 hack*/
	left: 0px;
	z-index: 10;
	width: 155px;
}
.supportingContent ul > li {
	font-size: 11px;
	height: 18px;
	padding-top: 1px;
	padding-left: 25px;
	margin-bottom: 5px;
}
.videoDL { background: url(/GeneralWeb/WebComponents/flash_video/images/video_icon.png) no-repeat 0px -18px; }
.videoDL:hover { background: url(/GeneralWeb/WebComponents/flash_video/images/video_icon.png) no-repeat 0px 0px; }
.transcriptDL { background: url(/GeneralWeb/WebComponents/flash_video/images/transcript_icon.png) no-repeat 0px -18px; }
.transcriptDL:hover { background: url(/GeneralWeb/WebComponents/flash_video/images/transcript_icon.png) no-repeat 0px 0px; }
.videoDL span, .transcriptDL span { color: #555; }
.altFlashContent img {
	margin: 10px 0 10px 5px;
	border: none;
}
/* End drop-down menu */
/* #tooltip {
	position: absolute;
	font: 0.9em Arial, Helvetica, sans-serif;
	background: url(/hivaids/images/tooltipBtm.png) no-repeat bottom left;
	padding: 10px 10px 15px 10px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
	color: #fff;
	display: none;
	text-align: left;
}
.altFlashContent img {
	margin: 10px 0 10px 5px;
	border: none;
}
.altFlashContent pre {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 5px;
	color: #900;
} */