@charset "UTF-8";
/* CSS Document */

#literatureLeftNav {
	margin-top:12px;
}
#literatureLeftNav ul {
	background-image: url(../images/literatureSection/literatureNavBackground.gif);
	background-repeat: repeat-y;
	margin:0;
	list-style-type:none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#literatureLeftNav ul li {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 12px;
	margin-left: 0px;
}
#literatureLeftNav ul li a {
	background-image: url(../images/literatureSection/blackArrow.gif);
	background-repeat: no-repeat;
	color:#5a87c5;
	text-decoration:none;
	padding-left:12px;
	margin-left:12px;
	background-position: 0px 2px;
}
#literatureLeftNav ul li a:hover {
	color:#000000;
}
#literatureLeftNav div {
	height:11px;
	background-image: url(../images/literatureSection/literatureBottomNavBackground.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	margin:0;
}
#literatureLeftNav h3.literatureTitle {
	font-size:23px;
	color:#000000;
}
#literatureLeftNav ul li a.selected {
	background-image: url(../images/literatureSection/blueArrow.gif);
	color:#000000;
}
ul.videoList {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.videoList li {
	float:left;
	width:208px;
	height:192px;
	margin-right:14px;
	margin-bottom:15px;
}
ul.videoList li a {
	display:block;
	padding:3px;
	position:relative;
	background-image: url(../images/videos/videoBackground1.gif);
	background-repeat: no-repeat;
	width:202px;
	height:186px;
	text-decoration:none;
}
ul.videoList li a:hover {
	background-image: url(../images/videos/videoBackground2.gif);
}
ul.videoList li a img {
	width:202px;
	height:145px;
}
ul.videoList li a h4 {
	position:absolute;
	z-index:1;
	top:165px;
	left:25px;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	color:#5a87c5;
	overflow:hidden;
	height:18px;
}
ul.videoList ul li.endOfRow {
	margin-right:0;
}
#videoPlayerArea {
	background-color:#000000;
	padding-top:12px;
	padding-bottom:12px;
	margin-top:12px;
	text-align:center;
}
#downloadAreaBackground {
	background-image: url(../images/videos/downloadAreaBackgroundNew.gif);
	background-repeat: repeat-y;
	margin-top:12px;
}
#downloadAreaBackground h3 {
	margin:0;
	color:#000000;
	font-size:18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}
#downloadAreaBackground p {
	padding:0;
	font-size:12px;
	color:#666666;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
select.downloadPresetsPullDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #6c6d6f;
	margin: 0px;
	padding: 2px;
	border: 1px solid #666666;	
	float:left;
	margin-right:12px;
	margin-top:10px;
}
table.videoOptionsRBs td {
	font-size:14px;
	padding-bottom:6px;
	padding-left:24px;
	padding-right:24px;
}
table.videoOptionsRBs td em {
	font-style:normal;
	display:block;
}
.downloadAreaTop {
	height:6px;
	overflow:hidden;
	background-image: url(../images/videos/downloadAreaTop.gif);
	background-repeat: no-repeat;
}
.downloadAreaBottom {
	height:6px;
	overflow:hidden;
	background-image: url(../images/videos/downloadAreaBottom.gif);
	background-repeat: no-repeat;
}
input.downloadNowButton {
	padding-left:24px;
	margin-bottom:12px;
}