#downloads_help_link {
	position: absolute;
	top: -10px;
	right: -5px;
	padding: 0 10px;
	margin: 10px;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.2em;
}

#downloads_help_text h3 {
	margin-bottom: 10px;
}

#downloads_help_text table {
	border: 0;
	background: transparent;
}

#downloads_help_text table tr td {
	border: 0;
	padding: 10px 15px;
}

#downloads_help_text ol li {
	margin-bottom: 10px;
}

.downloads_left_column {
	width: 260px;
	float: left;
}

.downloads_search_bar {
	font-weight: normal;
	height: 10px;
	font-size: 11px;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.downloads_search_button {
	display: block;
	vertical-align: middle;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background-image: url('/media/lockdown/images/go_button_downloads_search.png');
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 5px;
}

.downloads_right_column {
	overflow: hidden;
	border-left: 1px solid #BCC1C2;
}

.downloads_right_column_header {
	line-height: 20px;
	border-bottom: 1px solid #BCC1C2;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	padding-bottom: 5px;
	font-weight: bold;
}

.downloads_right_column_header_sorting_options {
	float:left;
	vertical-align: middle;
	line-height: 20px;
}

.downloads_right_column_header_view_options {
	float:right;
	vertical-align: middle;
	line-height: 20px;
}

.download_line_item {
	border-bottom: 1px solid #BCC1C2;
	border-right: 1px solid #BCC1C2;
	overflow: hidden;
	padding: 3px;
	padding-left: 6px;
}

.download_line_item:hover {
	background-color:#D3DFE8;
}

.download_box_item {
	width: 182px;
	height: 220px;
	background-color: #F2F2F2;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #BFC3C7;
	padding: 5px;
	overflow: hidden;
	position: relative;
}

.download_box_item:hover {
	background-color:#D3DFE8;
}

.download_box_item_thumbnail {
	width:160px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top: 65px;
	margin-bottom: 5px;
	height: 92px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
}

.even {
	background-color: #FFFFFF;
}

.odd {
	background-color: #F2F2F2;
}

.download_file_title {
	font-weight: bold;
	font-size: 14px;
	float: left;
}

.download_file_filmmaker {
	clear:left;
	float: left;
}

.download_file_options {
	float:right;
	line-height: 39px;
	vertical-align: middle;
}

.download_box_item .download_file_options {
	margin-left: 10px;
	margin-right:auto;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
	line-height: 1em;
}

.download_box_item .download_button {
	margin: 10px 0;
}

.download_file_options select {
	font-weight:normal;
	font-size: 11px;
	width: 160px;
	margin-bottom: 5px;
}

.download_file_options img {
	margin-right: 5px;
	margin-left: 5px;
	height: 20px;
	position: relative;
	top: 6px;
}

.download_button {
	cursor:pointer;
	margin: 0 10px;
}

.download_box_item .download_file_title {
	font-size: 12px;
	margin: 0 10px;
}
.download_box_item .download_file_filmmaker {
	font-size: 10px;
	margin: 0 10px;
}

.icon_faded {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#sort_downloads {
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
}


.pagination {
	padding-bottom: 10px;
}