table.demoMovies{
	margin-top: 10px;
}
table.demoMovies tr td{
	color: #022776;
	font-size: 12px;
	padding: 18px 0;
	vertical-align: middle;
}
table.demoMovies tr th{
	border-bottom: 1px solid #cfcfcf;
	color: #002776;
	padding-bottom: 10px;
	text-align: center; 
	vertical-align: bottom;
}
td.borderRight, th.borderRight{
	border-right: 1px solid #cfcfcf
}
img.playDemo{
	height: 48px;
	margin: 0 10px 0 20px;
	width: 48px;
}
ul#leftNav{
	margin-left: 10px;
	margin-right: 10px;
}
ul.leftMain li h4{
	margin-bottom: 5px;
}
ul.leftMain li, ul.leftMain li ul.noTop li{
	list-style-position: outside;
	list-style-type: none;
}
ul.leftMain li ul.noTop li{
	color: #002776;
	margin: 0 0 7px 10px;
	padding: 0;
}
.textright{text-align: right;}