/* dmzx/filedownload 1.0.2 for proflat 1.2.0 */

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: #444444;
}
 
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;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
dl.extra-box dt a {
    color: #444444;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}
dl.extra-box dd a, dl.download-contrib dd {
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding-right: 40px;
}

dl.extra-box.orange, .big-tag.orange {
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, #ffc561 0%, #ff8a2b 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: #d21a4e;
    display: inline;
    padding: 0;
}

dl.download::before {
	color: #f5f5f5;
    content: "\f019";
    display: block;
	font-family: FontAwesome;
	font-size: 40px;
    position: absolute;
    right: 6px;
    top: 11px;
}

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