@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-size: 18pt;
		color: #7b7b7b;
	}
}

#content {
	clear: both;
	text-align: left;
	overflow: hidden;
}

	#content #content_left {
		clear: none;
		min-width: 500px;
		max-width: 500px;
		width: 500px;
		float: left;
	}

	#content #content_right {
		clear: none;
		float: right;
		text-align: left;
		min-width: 390px;
		max-width: 390px;
		width: 390px;
	}

	#container ul.videos {
		text-align: left;
		margin-top: 5px;
	}

		#container ul.videos li {
			border-top: 1px #757772 dotted;
			background-image: url(/_images/_elements/sprites.png);
			background-position: -565px -93px;
			background-repeat: no-repeat;
			min-height: 28px;
			height: 28px;
		}

			#container ul.videos li p {
				padding-top: 5px;
				padding-left: 18px;
				color: #757772;
				font-size: 85%;
			}

			#container ul.videos li strong {
				font-weight: normal;
				color: #008457;
			}

			#container ul.videos li a:link, 
			#container ul.videos li a:active, 
			#container ul.videos li a:visited {
				display: block;
				cursor: pointer;
				color: #757772;
				text-decoration: none;
			}

			#container ul.videos li a:hover {
				color: #008457;
			}
			
			#container ul.videos li.selected {
				font-weight: bold;
			}
		
