﻿#specsContentContainer {
	border:1px solid #b8b8b8;
	background:#eeca02;
	padding:20px 10px 30px 10px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 6px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

/* 04/06/09 - Changed the font color from #999 to #000*/
.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 8px;
margin-right: 3px;
border: 1px solid #b8b8b8;
color: #000;
font-weight:normal;
position: relative;
top: 1px;
background-color:#F8F8F8;
font-weight:bold;
}


.shadetabs li a:hover{
text-decoration: none;
color: #666666;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color:#000000 !important;
border-bottom-color: #eeca02;
background:#eeca02;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



/* Category tabs */
#categoryContentContainer {
	background:#fbfbfb url(../images/categoryTabs/categoryShowBg.gif) repeat-x bottom;
	padding:5px 15px;
	margin-right:3px;
	height:200px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.categoryTabs {
	padding: 0;
	width:100%;
	font: bold 12px "Trebuchet MS", Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.categoryTabs li {
	display: inline;
	margin: 0;
}
.categoryTabs li.column a {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	width:33.5%;
}

.categoryTabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #4a4a4a;
	font-weight:bold;
	position: relative;
	top: 1px;
	width:33%;
	font-size:100%;
	font-weight:normal;
	display:block;
	float:left;
	background:#d6d6d6 url(../images/categoryTabs/categoryShowTabOff.gif) repeat-x bottom;
	height:50px;
}

.categoryTabs li a span.marginBox {
	margin:5px 10px;
	float:left;
}

.categoryTabs li a:hover{
	text-decoration: none;
	color: #666666;
	background:#fff url(../images/categoryTabs/categoryShowTabOn.gif) repeat-x bottom;
}

.categoryTabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	color: #666666;
	background:#fff url(../images/categoryTabs/categoryShowTabOn.gif) repeat-x bottom;
}

.categoryTabs li a.selected{ /*selected main tab style */
	border-bottom-color: #F8F8F8;
}

.categoryTabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}