/***********************************************************************
	RESET
***********************************************************************/
.tn { position:static; float:left; height:100%; }
.page .tn:hover { background:none; }
b.caption { display:none; }

/*---| RESET UI TABS |-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ui-tabs .ui-tabs-panel	{ display:block; padding:0; clear:both; border-width:0; background:none; }
.ui-tabs .ui-tabs-nav	{ padding:0; }
.ui-tabs .ui-tabs-nav li { position:static; float:left; margin:0; border-bottom-width:0 !important; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width:0; padding-bottom:0; }
.ui-tabs .ui-tabs-nav li a { float:none; padding:0; text-decoration:none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor:default; }

/***********************************************************************
	TABS
***********************************************************************/
.downloads_tab_container { float:left; margin:30px 0 0 0; width:640px; }
.downloads_tab_container > ul { font-size:18px; font-family: 'Ante',Impact, Arial, sans-serif; height:50px; border-bottom:1px solid #356e81; text-transform:uppercase; overflow:hidden; }
.downloads_tab_container > ul li { display:block; float:left; width:159px; height:50px; line-height:50px; text-align:center; border-right:1px solid #000; }
.downloads_tab_container > ul li:first-child { }
.downloads_tab_container > ul li a { display:block; height:50px; line-height:50px; color:#546971; background:#1b3741; text-decoration:none; }
.downloads_tab_container > ul li a:hover { color:#bbcacf; }
.downloads_tab_container > ul li a span { padding:0 5px; }

.downloads_tab_container > ul li.ui-tabs-selected a { color:#fff; background:#356e81; }

.beta_tab_container .ui-tabs-panel { padding:20px; }
.beta_tab_container .ui-tabs-panel h3 { color:#bbcacf; }
.beta_tab_container .ui-tabs-panel p { margin:5px 0; color:#63919e; }
.beta_tab_container .ui-tabs-panel ul { margin:5px 0; padding:0 0 0 30px; color:#63919e; }
.beta_tab_container .ui-tabs-panel ul li { list-style:square; }
.beta_tab_container .ui-tabs-panel a { margin:5px 0; color:#fff; }
.beta_tab_container .ui-tabs-panel p+h3 { margin:10px 0 0 0; }
.beta_tab_container .ui-tabs-panel img { margin:1px; border:4px solid #0d3b4b; }

/*---| SIDEBAR |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fc_portal_downloads .trailing { display: block; padding-top: 100px; padding-left: 650px; position: absolute; overflow:hidden;}
/*.fc_portal_minecraft .trailing img { width: 300px; height: 600px; border: 4px solid #356E81; }*/

/***********************************************************************
	DOWNLOADS
***********************************************************************/

.downloads_content {width:640px; position:relative;}

.downloads_content .title				{font-weight: normal; font-style: normal; font-family: 'Ante';font-size: 20px; float:left; padding:10px 5px 0 15px; line-height:30px; color:#bbcacf; text-transform:uppercase;}

.downloads_content .text					{ float:left; padding:15px; color:#63919e; font-size:14px; line-height:20px; }

.downloads_content .text	 ul {
	list-style-type: disc;
	margin: 10px;
	padding: 0px 0px 0px 30px;
}

