#media_file_container {
    width: 990px;
    height: 682px;
	background: url(/img/downloads.background.png) 10px 0px no-repeat;
}
#topic_downloads2 {
    width: 150px;
    height: 30px;
    background: url(/img/topic/downloads2.png) top left no-repeat;
    clear: both;
}

#files_list {
    width:513px;
	height:407px;
	overflow:auto;
}
#files_list .file_item {
    margin-top: 20px;
    width:490px;
    height:68px;
    overflow:hidden;
	border-bottom: 1px dotted #595959;
}
#files_list .file_item .title {
    width:330px;
    height:15px;
    overflow:hidden;
	font-weight: bold;
}
#files_list .file_item .description {
    width:330px;
    height:15px;
}
#files_list .file_item .details {
    width:139px;
    height:20px;
	font-weight: bold;
}
#files_list .file_item a.downloadbutton {
    width:139px;
    height:35px;
    display:block;
	background: url(/img/download.button.png) top left no-repeat;
}
#files_list .file_item a.downloadbutton span {
    display: none;
}

#file_menu a {
    float:left;
	display:block;
	height:28px;
}
#file_menu a span {
    display: none;
}

#media_gallery_container {
    width: 990px;
    height: 682px;
    background: url(/img/gallery.background.png) 10px 0px no-repeat;
}
#topic_galerie {
    width: 150px;
    height: 30px;
    background: url(/img/topic/galerie.png) top left no-repeat;
    clear: both;
}
img.thumbnail {
	border:1px solid #000000;
	margin-bottom:25px;
	margin-left:25px;
}