/* utf-8 marker: äöü */

/* backend */
.dlcSelect {padding: 3px 6px; border: 1px solid #999; border-radius: 3px;}


/* download button */
.dlcButtonContainer {display: table; background: #060!important; color: #fff; font-family: arial, sans-serif; font-size: 16px; line-height: 1.4em; text-align: center; border-radius: 5px; padding: 0 0 10px 0; margin: 0 auto 20px auto; overflow: auto;}
.dlcButtonContainer input:hover {color: #fc0;}
.dlcButtonDownloadFile {min-width: 240px!important; background: transparent!important; color: #fff; font-family: arial, sans-serif; font-size: 16px; line-height: 1.4em; border: 0!important; font-weight: 700; padding: 12px 20px 6px 20px!important; margin: 0; cursor: pointer; white-space: normal;}
.dlcButtonInfo {font-size: 88%; line-height: 1em; padding: 0 12px; white-space: nowrap;}


/* downloads list */
ul.dlcList, ul.dlcList input.dlcListDownloadButton {font-size: 16px!important; line-height: 24px!important;}

ul.dlcList {font-family: arial, sans-serif; line-height: 1.4em; list-style: none; padding: 0; margin: 8px 0 24px 0;}
ul.dlcList li {clear: both; padding: 5px 12px 5px 0; margin: 2px 0;}
ul.dlcList span.dlcListArrow {font-size: 20px; line-height: 1em; font-weight: 400;}
ul.dlcList span.dlcListFile {font-weight: 700; white-space: nowrap;}
ul.dlcList span.dlcListInfo {font-size: 88%; line-height: 1em; white-space: nowrap;}

ul.dlcList input.dlcListDownloadButton {position: absolute; width: auto; background: none!important; color: transparent!important; font-family: arial, sans-serif; font-weight: 700!important; border: 0px solid #900!important; padding: 0 8px 0 0; margin: -2px 0 0 0; cursor: pointer;}
/* ul.dlcList input.dlcListDownloadButton:hover {background: #c60 url(darrow.gif)no-repeat 8px 14px!important;} */


/* downloads table */
table.dlcTable {font-family: arial, sans-serif; font-size: 16px; line-height: 1.4em; border-collapse: collapse; border: 0; margin: 8px 0 24px 0;}
table.dlcTable td.dlcTableFileAndInfo {padding: 2px 12px 2px 9px;}
table.dlcTable span.dlcTableFile {font-weight: 700;}
table.dlcTable span.dlcTableInfo {font-size: 88%; line-height: 1em; white-space: nowrap;}

table.dlcTable input.dlcTableDownloadButton {background: #060 url(darrow.gif)no-repeat 8px 4px!important; width: 40px; height: 40px; padding: 0 8px; border: 0px solid #060; border-radius: 3px; cursor: pointer;}
table.dlcTable input.dlcTableDownloadButton:hover {background: #c60 url(darrow.gif)no-repeat 8px 14px!important;}



