div.inline-attachment dl.file {
	 display: none;
}

dl.file {
	 display: none;
}

/**/

dl.files {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

dl.files dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.files dd {
	margin: 0;
	padding: 0;
}

dl.files dd {
    color: #2424CD;
}
 
div.inline-attachment dl.file {
	display: none;
}

dl.file{
	display: none;
}

/* ddd */
dl.extra-box {
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
    min-height: 59px;
    padding: 10px 10px 8px;
    position: relative;
    width: 300px;
	text-decoration: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #ffffff !important;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
dl.extra-box dt a {
    color: #E5E5FA !important;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: none !important;
}
dl.extra-box dd a, dl.download-contrib dd {
    color: #ffffff !important;
    display: block;
    font-weight: bold;
    padding-right: 40px;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

dl.extra-box.orange, .big-tag.orange {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #6A6AF5 0%, #2528D9 100%) repeat scroll 0 0;
}

dl.extra-box.download dd.extras {
    color: #fff;
    margin-top: 0.5em;
}

dl.extra-box.download dd.extras a {
    color: #ffffff !important;
    display: inline;
    padding: 0;
    text-shadow: none;
}

dl.download::before {
    background: rgba(0, 0, 0, 0) url("./images/download-arrow.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 47px;
}

dl.download dt {
    position: relative;
    text-transform: uppercase;
} 

/* Added By CaniDev */
.attachbox { position: relative; }

a.download-thanks-button {
	position: absolute;
    right: -230px;
	top: 40%;
	border: 1px solid #ccc;
	padding: 10px;
	background: linear-gradient(#6A6AF5 0%, #2528D9 100%) repeat scroll 0 0;
	color: #FFF;
	font-size: 1.1em;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.download-thanks-button:hover {
    background: #6A6AF5;
}

.memberlist-download-table {
    border: 1px solid #ccc;
    border-radius: 8px;
    border-collapse: separate;
	font-size: 11px;
	width: 100%;
}

.memberlist-download-table td {
	border-bottom: 1px solid #ccc;
	padding: 8px;
}

.memberlist-download-table tr:last-child td {
	border-bottom: none;
}

.memberlist-download-table td.date {
	text-align: center;
	width: 20%;
}