/* Downloads Screen CSS Document */

.downloads-header { width: 430px; height: 25px; background: url(../../images/downloads_header_tile.gif) top left repeat-x; }
.downloads-header div { width: 430px; height: 25px; background-position: top left; background-repeat: no-repeat; }
.downloads-header h2 { display: none; visibility: hidden; }

.downloads-header .cdproducts { background-image: url(../../images/downloads_title_cdproducts.gif); }
.downloads-header .dvdproducts { background-image: url(../../images/downloads_title_dvdproducts.gif); }
.downloads-header .flyers { background-image: url(../../images/downloads_title_flyers.gif); }
.downloads-header .folders { background-image: url(../../images/downloads_title_folders.gif); }
.downloads-header .instructionleaflets { background-image: url(../../images/downloads_title_instructionleaflets.gif); }

.downloads-table {}
.downloads-table  td {
    font-size: 80%; color: #464646;
    background-color: #edeff5; border-bottom: 1px solid #dadfea;
}
/*background-color: #fff7f2; border-bottom: 1px solid #ffceb2;   background-color: #f6f6f6; border-bottom: 1px solid #c7c7c7;*/

/* -- Panel Show/Hide Button -- */
.downloads-button { width: 90px; height: 17px; background-position: top left; background-repeat: no-repeat; }
.downloads-button a { height: 17px; display: block; }
.downloads-button a:hover { background-position: bottom left; }
.downloads-button span { display: none; visibility: hidden; }

.downloads-button, .downloads-button a:hover {
    background-image: url(../../images/downloads_button.gif);
}