﻿@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:227px;*/
		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 {
		background: url('/includes/css/images/tab_gradient.png') repeat-x scroll 0 0 transparent;
		background-color: #ffffff;
		font-size: 9px;
		font-weight: bold;
		border-width: 1px;
		border-style: solid;
		border-color: #d9d8d8;
		border-top-width: 4px;
		border-top-style: solid;
		border-top-color: #d9d8d8;
		float: left;
		line-height: normal;
		list-style-type: none;
		margin: 0 5px -1px 0;
		padding: 0px 0px 2px 0px;
		text-align: center;
		text-transform: uppercase;
	}
	
	.ui-state-hover {
		border-top-color: #f6861f !important;
		}
		.ui-state-active {
		border-top-color: #f6861f !important;
		}
		
	#tab_downloads li a {
		float:left; /* required, do not remove */
		display:block;
		padding:10px 20px 4px 20px;
		color: #848484;
		font-weight: bold;
	}

	/* Solidworks Tab */
	#tab_downloads li.tab1 a {
		width: 90px;
	}
	/* Plastics & Electric Tab */
	#tab_downloads li.tab2half a {
		width: 150px;
	}
	/* Composer Tab */
	#tab_downloads li.tab2 a {
		width: 62px
	}
	/* OnePart Tab */
	#tab_downloads li.onepart a {
		width: 45px
	}
	/* Free CAD Tools Tab */
	#tab_downloads li.tab3 a {
		width: 90px;	
	}
	
	#tab_downloads #tab_nav {
		height:33px;
		width:750px;	
	}
	#tab_downloads #tab_nav li.selected a {
		color: #666;
	}
/* TAB DOWNLOADS */

/* PRODUCT HEADER */
	#productHeader {
		height: 25px;
		background-color: #E7E7E7;
		font-weight:bold;
	}
	#productHeader .colOne{
		width:226px;
	}
	#productHeader .colTwo{
		width:50px;
	}
	#productHeader .colThree{
		width:108px;
	} 
	#productHeader .colFour{
		width:165px;
	}
	#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;
}

/* .EULA_lang_buttons {
	font-size: 14px;
} */ 
