/* ######### CSS for Shade Tabs. Remove if not using ######### */
.TabContentDiv
{
/*border-top:1px solid #C6C6C6; */
border:1px solid #CEDEED;
margin-bottom: 1em; 
height:auto;
padding-bottom: 10px;
}

.shadetabs{
padding: 3px 0;
margin-left: 15px;
margin-top: 20px;
margin-bottom: 0;
font: bold 11px 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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 8px 15px 3px 15px;
margin-right: 3px;
border: 1px solid #CEDEED;/*#C6C6C6;*/
color: #2d2b2b;
/*background: white url(shade.gif) top left repeat-x;*/
background:#F8F8F8;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
padding: 12px 15px 3px 15px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/shade.gif) repeat-x;
border-bottom-color: white;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
display:none;
}
.tabcontent1{
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
display:none;
}
/********************** Category Scrollar ***********************/
.stepcarousel
{
margin-top:10px;
margin-left:11px;
width:auto;
height: auto; 
background:#FFFFFF;
}

.stepcarousel .panel
{
float: left; 
overflow: hidden; 
margin: 3px 1px 0px 3px;
width: 165px;/*160px;*/
height:100%;
padding:0px;
text-align:center;
border:1px solid #CEDEED;
/*background-color:#F6F9FB;*/
/*background:url(../images/product_scroller_panel_bg.jpg) repeat-x;*/
}

.stepcarousel .panel div.img
{
	margin:5px;
	padding:10px 5px 0px 5px;
	height:110px;
}

.stepcarousel .panel .Title
{
	width:100%;
	margin-top:5px;
	padding:5px 0px 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background:#DFEAF4;
	/**/
	/*background:url(../images/category_scroller_title.jpg) repeat-x;*/
}
.stepcarousel .NavLeft
{
	position:relative;
	display:block;
	padding:2px 2px 2px 3px;
	float:left;
	top:30px;
}
.stepcarousel .NavRight
{
	float:right;
	position:relative;
	display:block;
	padding:2px 3px 2px 2px;	
	top:30px;
	/*background:#000000;*/
} 
