﻿@charset "utf-8";
/* CSS Document */

/*JQUERY STYLES */
.ui-tabs .ui-tabs-panel { display: block; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*JQUERY STYLES */


/* TAB DOWNLOADS */
	#tab_downloads {
		margin:10px 0 0 0;
	}
	#tab_downloads input.downloader {
		border: none;
		color: #336699;
		cursor: pointer;
		margin:0px;
		text-align:left;
		width:157px;
		font:11px Verdana,Arial,Helvetica,sans-serif;
		display:table-cell;
	}
	#tab_downloads input.downloader:hover {
		text-decoration:underline;
	}
	#tab_downloads .bg_downloads table {
		border-collapse:collapse;
		border-spacing:0;
	}
	#tab_downloads ul {
		height: 36px;
	}
	#tab_downloads li {
		line-height: 0px;
		padding-left: 0px;
		list-style-type:none;
	}
	#tab_downloads li a {
		float:left; /* required, do not remove */
		height: 36px;
		font-size: 0;
		text-indent: -9999px;
		list-style: none;
	}
	#tab_downloads li.tab1 a {
		width: 228px;
	}
	#tab_downloads li.tab2 a {
		width: 219px;
	}
	#tab_downloads li.tab3 a {
		width: 153px;
	}
	#tab_downloads #tab_nav {
		background:#0C9;
		height:36px;
	}
/* TAB DOWNLOADS */

/* PRODUCT HEADER */
	#productHeader {
		height: 25px;
		background-color: #E7E7E7;
		font-weight:bold;
	}
	#productHeader .colOne{
		width:175px;
	}
	#productHeader .colTwo{
		width:50px;
	}
	#productHeader .colThree{
		width:140px;
	} 
	#productHeader .colFour{
		width:175px;
	}
	#productHeader .colFive{
		width:72px;
	}
/* PRODUCT HEADER */

.bg_downloads {
	/*float: left;*/
	padding: 0px 0 5px 0;
	background: transparent url(/sw/images/interface/bg_table.gif) repeat-y;
	width:683px;
}
.bg_downloads_bottom {
	/*float: left;*/
	width: 675px;
	font-size: 0;
	text-align: -9999px;
	height: 12px;
	background: transparent url(/sw/images/interface/bg_table_bottom.gif) left bottom no-repeat
}
.searchtd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.tab_content_top {
	background-color:#EEEEEE; 
	padding: 10px 9px 10px 9px; 
	margin: 0px 0px 10px 0px; 
	width:650px;
}
.tab_content_bottom {
	width:650px; 
	border:none; 
	background-color:#FFF;
	margin:0 10px 0 10px;
}

.downloadtable {
	border: 1px solid #DDD;
}
.downloadtable td {
	padding:3px; 
	text-indent:-3px;
	border: 1px solid #DDD;
}
.downloader {
	margin-left:3px;
}
.smallgreytxt {
	margin-top: 0; 
	margin-bottom: 0;
}
.no_downloads {
	width:650px; 
	color:#F00; 
	padding:0px 0px 25px 0px;
	text-align:center;
}

