/* CSS Document */

.downloadsList {
	margin-bottom: 3px;
}

.downloadsList .downloadsListTitle {
	margin-bottom: 15px;
	border-bottom: 2px solid #58585A;
}

.level_x .centerTitle h1 {
	color: #707070;
}

.downloadsList .level_2 .leveltitle {
	/*color: #ED1C24;/**/
}

.downloadsList h2, .downloadsList h3 {
	cursor: pointer;
}

.downloadsList.level_2 .editorBoxElement3 {
	padding-bottom: 2em;
}

.downloadsList.level_2 {
	margin-bottom: 1em;
}

.level_3 .editorBoxElement3 {
	background-color: white;
	border: 1px solid #C4C4C4;
	display: block;
	margin-bottom: 1em;
	padding: 15px;
	background-image: none;
	width: auto;
}

.toggleButton {
	background-image:url("images/toggle.png");
	background-repeat: no-repeat;
	background-position: top right;
	cursor:pointer;
	height:16px;
	margin-top:2px;
	margin-right: 10px;
	width:16px;
	float: left;
}

.downloadsList h2:hover .toggleButton,
.downloadsList h3:hover .toggleButton {
	background-position: center right;
}

.downloadsList h2:active .toggleButton,
.downloadsList h3:active .toggleButton {
	background-position: bottom right;
}

.downloadsList h2.active .toggleButton,
.downloadsList h3.active .toggleButton {
	background-position: top left;
}

.downloadsList h2.active:hover .toggleButton,
.downloadsList h3.active:hover .toggleButton {
	background-position: center left;
}

.downloadsList h2.active:active .toggleButton,
.downloadsList h3.active:active .toggleButton {
	background-position: bottom left;
}

#center .level_x .centerTitle {
	border-bottom: none;
	margin-bottom: 0px;
	margin-top: 10px;
}

.downloadsList .downloadsListTitle h1 {
	margin: 0 0 3px;
}

.downloadsList .downloadsListTitle, .downloadsList .downloadsListText {

}

.downloadsList .file_table th, .downloadsList .file_table td {
	border-bottom:1px solid #BDBEBD;
	padding:5px;
}

.downloadsList .file_table thead th {
	border-color: #BDBEBD #707070 #707070 #BDBEBD;
	border-style: solid;
	border-width: 1px;
	color: #BDBEBD;
	padding: 6px 12px;
}

.downloadsList .file_table tbody tr:hover {
	background-color: #EDEDED;
}

.downloadsList .file_table thead h2 {
	color: #707070;
	margin: 0;
}


/* CSS Document */

.downloadsList {
	margin-bottom: 2em;
}

.downloadsList .entry:hover {
	background-color: #EDEDED;
}

.downloadsList .entry {
	padding: 10px 5px;
	border-bottom: 1px dashed #BDBEBD;
}

.downloadsList .entry.last {
	border-bottom: none;
	margin-bottom: 2em;
}

.downloadsList .level_2 {
	border-bottom: 1px solid #BDBEBD;
}

.downloadsList .level_2 .pitch1.dlxContent {
	border: 0;
	padding: 0;
	background: none;
}

.downloadsList .level_2 .entry.last,
.downloadsList .level_2.last {
	margin-bottom: 0px;
	border-bottom: none;
}

.downloadsList .entry h2, .downloadsList .entry h3, .downloadsList .entry h4, .downloadsList .entry h5 {
	color: #707070;
	margin: 0;
}
.downloadsList .entry a {
	vertical-align: top;
}
.downloadsList .entry p {
	margin: 0;
	padding-left: 20px;
}

.downloadsList.level_1 {

}
.downloadsList.level_x {
	padding-left: 5px;
}
.downloadsList.level_x .entry {
	border: none;
	padding: 0;
	margin-bottom: 1em;
}