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;
    color: #666666;
}

div.inline-attachment dl.file {
	display: none;
}

dl.file{
	display: none;
}

/* ddd */
dl.extra-box {
	border: 4px solid #178bc4;
	border-radius: 5px;
    display: block;
    margin-bottom: 5px;
    min-height: 39px;
    padding: 10px 10px 8px;
    position: relative;
    width: 250px;
	text-decoration: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #666666 !important;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
dl.extra-box dt a {
    color: #666666 !important;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: none !important;
}
dl.extra-box dt a:hover, dl.extra-box dd a:hover {
    color: #AA0000 !important;
}
dl.extra-box dd a, dl.download-contrib dd {
    color: #666666 !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-image: linear-gradient(155deg, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 5%, rgb(156, 191, 208) 50%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
}

dl.extra-box.download dd.extras {
    color: #666666;
    margin-top: 0.5em;
}

dl.extra-box.download dd.extras a {
    color: #d21a4e !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: 26px;
    position: absolute;
    right: 3px;
    top: -10px;
    width: 24px;
	z-index: 1;
}

dl.download dt {
    position: relative;
    text-transform: uppercase;
}