/* downloads page specific */
#Downloads {
 width: 740px;
}
.col1 { float: left; width: 250px; }
.col2 { float: left; width: 250px; margin-left: 20px; }

#GetItems { 
 cursor: pointer;
 position: fixed;
 left: 740px; 
 top: 240px; 
 width: 117px; 
 z-index: 99; 
}

#downloadsForm td.maincontent {
 background: #5d8e99;
 background-color: #5d8e99;
 border: 2px solid #4D6066;
 border-top: none; 
}
#downloadsForm div.main_panel {
 padding-top: 20px;
 vertical-align: top; 
 color: #FFF; 
}
#dl_menu_div { float: left; padding-right: 20px; }
div.downloads_table_colrow {
 width: 240px;
 height: 60px;
 margin-bottom: 10px;
}
div.downloads_table_col {
 width: 240px;
}
.scrolltop { cursor: pointer; }
#downloadsForm .thumb {
 float: left;
 width: 78px;
 height: 58px;
 border-top: 1px solid #BBB;
 border-left: 1px solid #BBB;
 border-bottom: 1px solid #666;
 border-right: 1px solid #666;
}
#downloadsForm .buddy_icons { border: none; }
#downloadsForm .preview {
 border: 2px solid #253c41;
}
#downloadsForm .dl_details {
 padding: 10px 0 0 90px;
}
#downloadsForm div.title {
 font-size: 21px;
 font-weight: bold;
 color: #FFF;
 margin: 0 0 10px 0;
}
#downloadsForm div.dl_item {
 font-size: 13px;
 color: #dfe8eb;
}
#downloadsForm div.dl_get {
 font-size: 11px;
 color: #1a2b2e;
}
.GetItems_column {
 vertical-align: top;
 background-color: #4F7F8A;
 background-image: url('/downloads/images/top_stripe.gif');
 background-repeat: repeat-x;
 width: 215px; /* width: 215px; */
}

#downloadsForm td.maincontent input, 
#downloadsForm td.maincontent select, 
#downloadsForm td.maincontent textarea {
 border: 1px solid #253c41;
 background-color: #FFF;
 background: #FFF;
 color: #5d8e99;
}

/* for downloads homepage module */
.download_item_txt {
 font-size: 11px;
 color: #FFF;
 padding: 2px 0 2px 0;
}
#top_downloads {
 padding: 5px;
}
#top_downloads .buddy_icon {
 padding-right: 20px;
 float: left;
}
#top_downloads .screensaver {
 padding-right: 20px;
 float: left;
}
#top_downloads .wallpaper {
 padding-right: 20px;
 float: left;
}
#top_downloads img {
 border: 1px solid #253c41;
}