/************** Sixth Street Cinema **************/

.top_bar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CCCCCC;
	line-height: 20px;
	width: 700px;
}

.top_bar_date {
	background-color: #444444;
	padding-left: 5px;
	float: left;
	width: 475px;
}

.top_bar_film_type {
	background-color: #444444;
	padding-right: 5px;
	float: right;
	width: 215px;
	text-align: right;
}

.title_bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	width: 700px;
	font-style: normal;
}
.gray_bg {
	background-color: #333333;
	width: 100%;
}


.title_bar_title {
	background-color: #CCCCCC;
	padding-left: 5px;
	float: left;
	font-weight: bold;
	color: #444444;
	width: 375px;
	text-align: left;
}

.title_bar_runtime {
	background-color: #CCCCCC;
	padding-right: 5px;
	font-size: 14px;
	color: #666666;
	float: right;
	width: 315px;
	text-align: right;
}

.title_bar_title_doc {
	background-color: #CCCCCC;
	padding-left: 5px;
	float: left;
	font-weight: bold;
	color: #444444;
	width: 500px;
	text-align: left;
}

.title_bar_runtime_doc {
	background-color: #CCCCCC;
	padding-right: 5px;
	font-size: 14px;
	color: #666666;
	float: right;
	width: 190px;
	text-align: right;
}

.copy_bar {
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	width: 695px;
	font-style: normal;
	text-align: left;
	color: #333333;
	padding-left: 5px;
}

.copy_bar_copy {
	padding-top: 5px;
}

.copy_bar_notes {
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	padding-bottom: 5px;
}

.copy_bar_poster {
	float: right;
	padding-left: 10px;
	width: 170px;
}

.film_spacer {
	padding-top: 7px;
}

.float_fix {
	clear:both;
}
