/*  phpBBHacks.com Style Sheet  */

/* Download Categories */

#contentcolumn ul.categories {
	padding-left: 0;
}

ul.categories { list-style-type: none; }
ul.categories strong { display: block; }
li.category a { text-decoration: none; color: #454545; display: block; width: 292px; padding: 20px; float: left; background: #FFFFFF; border: 1px solid #B5C9DE; margin: 0 6px 6px 0; }
li.category_alt a { text-decoration: none; color: #454545; display: block; width: 292px; padding: 20px; float: left; background: #FFFFFF; border: 1px solid #B5C9DE; margin: 0 0 6px 0;}
li.category a:hover, li.category_alt a:hover { text-decoration: none; color: #454545; background: #C9D8E8; border: 1px solid #6898CE; }
li.category strong, li.category_alt strong { font-size: 14px; text-decoration: underline; }
li.category em, li.category_alt em { display: block; margin: 6px 0 0 0; }

a.viewall { font-size: 14px; text-align: center; font-weight: bold; display: block; padding: 6px; margin-bottom: 6px; text-decoration: none; color: #454545; background: #FFFFFF; border: 1px solid #B5C9DE; }
a:hover.viewall { font-size: 14px; text-decoration: none; color: #454545; background: #C9D8E8; border: 1px solid #6898CE; }

/* Download List */

#itemlist { margin-bottom: 20px; clear: both; width: 100%;}
#itemlist a { font-size: 14px; font-weight: bold; }

.itemlist_data { text-align: right; width: 110px; padding: 6px; }
#itemlist_name { padding: 6px; }

.item_row1 { padding: 6px; }
.item_row2 { padding: 6px; background: #C9D8E8; }

.navigate_items { padding: 6px; margin-bottom: 20px; font-weight: bold; border: 1px solid #999; border-width: 1px 0 1px 0; }
.navigate_items option, .navigate_items select { font-weight: bold; }
.sort_items_method, .sort_items_display { width: 90px; }

/* Download Page */

a#download { display: block; margin-right: 7px; width: 163px; height: 34px; float: left; background: url(/style/v3/theme/images/download_download.gif) no-repeat; }
a#demo { display: block; margin-right: 7px; width: 163px; height: 34px; float: left; background: url(/style/v3/theme/images/download_demo.gif) no-repeat; }
a#help { display: block; margin-right: 7px; width: 163px; height: 34px; float: left; background: url(/style/v3/theme/images/download_help.gif) no-repeat; }
a#report { display: block; width: 163px; height: 34px; float: left; background: url(/style/v3/theme/images/download_report.gif) no-repeat; }
#download span, #demo span, #help span, #report span { display: none; text-indent: -5000px; }
a:hover#download, a:hover#demo, a:hover#help, a:hover#report { background-position: 0 -34px; }

#downloadinfo_wrapper { margin-top: 20px; width: 674px; background: url(/style/v3/theme/images/download_bg.gif) repeat-y; }
#downloadinfo_container { background: url(/style/v3/theme/images/download_top.gif) top no-repeat; }
#downloadinfo { background: url(/style/v3/theme/images/download_bottom.gif) bottom no-repeat; line-height: 160%; }
#downloadinfo_description { float: left; width: 439px; padding: 6px; margin-right: 2px; }
#downloadinfo_other { float: left; width: 209px; padding: 6px; }
