/* Tabs
------------------------- */

div#main ul#tabs {
	height:45px;
	margin:-10px 0 0 0;
	padding: 0 !important;
}
ul#tabs li {
	background:transparent;
	display:inline;
	margin:0;
	padding:0;
}
ul#tabs li a {
	float:left;
	height:45px;
	text-indent:-9999px;
	width:124px;
}
ul#tabs li.design-build a {
	background:url(/images/tab_design-build.gif/);
}
ul#tabs li.test-certify a {
	width:125px;
	background:url(/images/tab_test-certify.gif/);
}
ul#tabs li.market-sell a {
	width:121px;
	background:url(/images/tab_market-sell.gif/);
}
ul#tabs li a.selected {
	background-position:0 -45px;
}
/* new tab content code: */
.tab-content {
	background:url(/images/tab-content.gif/) 0 0 repeat-y;
}
.tab-content-btm {
	background:url(/images/tab-content-btm.gif/) bottom left no-repeat;
	padding:10px 20px;
}
.tab-content-wide {
	background: url(/images/tab-content-wide.gif/) 0 0 repeat-y;
}
.tab-content-wide-btm {
	background: url(/images/tab-content-wide-btm.gif/) bottom left no-repeat;
	padding: 1px 20px;
}


/* Other Styles
------------------------- */

h2.separator {
	margin-bottom: 5px;
	margin-top: 20px;
}
/* Disable small product images in sidebar DF */
img.product_image {
	display: none;
}
div.thumb {
	text-align: center;
}


/* Products
------------------------- */

div.products {
	margin:0;
	padding:0;
	width:695px;
	/* changed width from auto to 695px to enable max font size */
	overflow:auto;
	position:relative;
}
.products table {
	border-collapse: separate;
	width: 100%;
}
.products td {
	padding-right:20px;
	vertical-align:top;
	width:175px;
}
* html .products td {
	padding-right:20px;
	width:175px;
}
.products h4 a {
	color:#666;
	font-weight:normal;
	font-style: normal;
	text-decoration:underline;
	text-align:center;
	margin: 5px 0px -5px;
}
.products .thumb {
	float:none;
	width:auto;
	text-align:center;
}
.products .info {
	float:none;
	width:auto;
}
ul.filters {
	margin:20px 0 -10px 0;
}
ul.filters li {
	background:transparent;
	display:inline;
	margin:0 10px 0 0;
	padding:2px;
	white-space:nowrap;
}
ul.filters li .category {
	font-weight:bold;
}
ul.filters li a.remove {
	font-weight:normal;
}
.newfilter {
	margin:20px 0 10px 0;
}
select.productfilter {
	background:#d4d4d4;
	border:1px solid #717171;
	font-size:.9em;
}
.form select, .form input.textfield {
	width:200px;
}
.tab-content .form p {
	margin:5px 0;
}
.productshot {
	text-align:center;
}
ul#sidenav li li {
	padding: 0;
	background:none;
}
p {
	margin: 0;
}



/* New styles
------------------- */
h1 {
	font-size:1.8em;
	margin:1em 0 0.3em;
}
table {
	border-collapse: collapse;
	width: 300px;
}
.attrTitle {
	font-size: 10px;
	width: 50%;
	border-right: 1px solid #c5c6c6;
	border-bottom: 1px solid #c5c6c6;
	padding: 4px;
	color: #6d6d6d;
	text-transform: uppercase;
}
.attrTitle.last {
	border-bottom: 0;
}
.attrValue {
	font-size: 10px;
	border-bottom: 1px solid #c5c6c6;
	padding: 4px;
	color: #000;
}
.attrValue.last {
	border-bottom: 0;
}
.cta-sidebar {
	background-color: #e8f6fe;
}
.cta-sidebar a {
	color: #2e8bbc;
}
.cta-sidebar a:hover {
	text-decoration: underline;
	color: #ff9900;
}
#specnotice {
	font-size:x-small;
	margin-top:20px;
}
/* User comments.  Contains link to board thread to hold user comments on an article. */
div#usercomments {
	clear: both;
	margin: 20px 0 5px;
	padding-top: 10px;
	padding-left: 45px;
	background: url(/images/icons/discuss.gif/) no-repeat;
}
div.product-index-thumb {
	text-align: center;
}
