@charset "utf-8";
/* CSS Document */

img { behavior: url("iepngfix.php") }

* {
	padding: 0px;
	margin: 0px;
	border: none;
	color: #000000;
}

body, html {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

title {
	display: none;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	text-transform: capitalize;
}

ol, li {
	list-style: decimal-leading-zero;
	margin-left: 20px;
}

#film_info li {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#film_info li {
	list-style: none;
}

li.title_listing a {
	text-decoration: none;
	border: 1px #ffffff solid;
	display: block;
}

li.title_listing a:hover {
	border-color: #0066CC;
}

#wrapper {
	width: 95%;
	min-width: 700px;
	margin: 0 auto;
}

#header {
	height: 78px;
	background: url(images/line_thru.gif) repeat-x;
}

#header #line-thru {
	height: 2px;
	background-color: #999999;
	position: absolute;
	top: 39px;
}

#header, #header #line-thru, #content_wrapper {
	width: 100%;
}

#breadcrumb {
	display: block;
	text-align: left;
	margin-bottom: 1.2em;
}

#breadcrumb .title {
	font-size: 1.5em;
	font-weight: bold;
}

#col_one {
	width: 48%;
	float: left;
}

#col_two {
	width: 48%;
	float: right;
}

#footer {
	width: 100%;
	text-align: center;
	clear: both;
}

.content_block {
	width: 100%;
	margin-bottom: 4em;
}

.content_block h1 {
	display: block;
	border-bottom: 1px #999999 solid;
	margin-bottom: 0.5em;
}

#col_one .content_block h1 {
	text-align: left;
}

#col_two .content_block h1 {
	text-align: right;
}

.warning, .message {
	display: block;
	width: 100%;
	text-align: center;
	margin: 3em 0 3em 0;
}

table.list_item_text {
	width:100%; 
	border-collapse: collapse; 
	margin-bottom: 0.5em;
}

table.list_item_text td.date_box {
	width: 3.5em; 
	background-color: #999999; 
	text-align: center; 
	font-weight: bold; 
	color: #ffffff;
	padding: 0.2em; 
	border-collapse: collapse;
}

table.list_item_text span.date_char {
	display: block;
	clear: both;
	color: #FFFFFF;
}

table.list_item_text td.desc_box {
	padding: 1em;
}

table.list_item_text td.date_box, table.list_item_text td.desc_box {
	border-top: 0.3em #999999 solid; 
}

div.list_item_thumbnail {
	width: 150px;	
	text-align: center;
	background-color: #666666;
	border: 0.2em #333333 solid;
	float: left;
	margin: 0em 1em 0.8em 1em;
	overflow: hidden;
}

div.list_item_thumbnail .thumbnail_title {
	width: 100%;
	height: 70px;
}

div.list_item_thumbnail .thumbnail_title *{
	color: #FFFFFF;
}

div.list_item_thumbnail .thumbnail_date {
	display: block;
	color: #FFFFFF;
}

div.list_item_thumbnail .thumbnail_image {
	width: 150px;
	height: 85px;
	overflow: hidden;
}

div.list_item_thumbnail .restrained img{
	height: 85px;
}

div.list_item_thumbnail .single_download {
	float: left;
	margin: 0.5em;
}

div.list_item_thumbnail .zip_item_checkbox {
	float: right;
	margin: 0.5em;
}

.select_all_box {
	margin: 0.5em;
	text-align: right;
}

.a_access_all {
	padding-top: 0em;
	text-align: right;
}

.a_access_all img {
	position: relative;
	top: 0.4em;
	left: -0.5em;
}

.clear {
	clear: both;
}

.full_list h1 {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	text-decoration: underline;
}

.form_button {
	font-weight: bold;
	color: #000000;
	margin: 1em;
	vertical-align: middle;
	background-color:#CCCCCC;
}

input.checkbox {
}