﻿/*div.tabWidgetContainer { padding: 10px; }*/
/* **** Base Styles ************** */
dl.STW_Active, .STW_Active dt, .STW_Active dd { margin:0;padding:0; }
dl.STW_Active dd { margin:0; }
dl.STW_Active .STW_tabsArea { margin:0;padding:0; height:0;}
dl.STW_Active .STW_tab { background-color:#ffffff;cursor:pointer;margin:0; width:196px;position:relative;left:-196px;}
dl.STW_Active .STW_tabContent { background-color:#fff;display:none;margin:0;padding:0;position:relative;z-index:1; }
dl.STW_Active .STW_tabContentArea { clear:both;margin:0;padding:0;position:relative;top:-11px;}
/* **** Selected Styles ********** */
dl.STW_Active .STW_tabContent.selected { display:block; }
/* **** Customization Styles ***** */
dl.STW_Active .STW_tab { 
	position:relative; 
	top:-23px;
	height:25px;
	margin: 8px 0 0 0; 
	padding: 0px; 
	overflow: visible;
	z-index:2;
	color:#7286a2;
}
dl.STW_Active .STW_tab dt span{ 
	display:block;	
	margin:0; 
	padding:8px 0 0 20px;
}
dl.STW_Active .STW_tab:hover dt,
dl.STW_Active .STW_tab.hover dt { 
	/*text-decoration: underline;*/
}
dl.STW_Active .STW_tab.selected dt { 
	color:#fff;
}
dl.STW_Active .STW_tabContent { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background-image:url(../images/bkg_tabcontent.gif);
	padding: 15px 30px 20px 30px;
	height:1%;
}
.tabcontainer_top{
	position:relative;
	height:15px;
	background-image:url(../images/bkg_tabcontent_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	z-index:2;
}
.tabcontainer_bottom{
	position:relative;
	top:-11px;
	height:15px;
	background-image:url(../images/bkg_tabcontent_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	z-index:2;
	margin:0 0 14px 0;
	padding:0;
}
dl.STW_Active div.title{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7286a2;
	margin:0;
	padding:0;
}
/* Products page tabs ------------------------------------*/
dl.STW_Active .STW_tab dt.prodtab1 {
	width:197px;
	height:32px;
	margin:0;
	padding:0;
	position:relative;
	background: transparent url(../images/bkg_tab_sprite.gif);
}
dl.STW_Active .STW_tab dt.prodtab1:hover {
	background: transparent url(../images/bkg_tab_sprite.gif) 0 -32px;
	color:#fff;
}
dl.STW_Active .STW_tab.selected dt.prodtab1 { 
	background: transparent url(../images/bkg_tab_sprite.gif) 0 -32px;
}
dl.STW_Active dd.prodtab1 h3{ 
	display:none;
}
dl.STW_Active .STW_tab dt.prodtab2 {
	width:197px;
	height:32px;
	margin:0;
	padding:0;
	background: transparent url(../images/bkg_tab_sprite.gif) 0 0px;
}
dl.STW_Active .STW_tab dt.prodtab2:hover {
	background: transparent url(../images/bkg_tab_sprite.gif) 0 -32px;
	color:#fff;
}
dl.STW_Active .STW_tab.selected dt.prodtab2 { 
	background: transparent url(../images/bkg_tab_sprite.gif) 0 -32px;
}
dl.STW_Active dd.prodtab2 h3{ 
	display:none;
}
dl.STW_Active .STW_tab dt.prodtab3 {
	width:197px;
	height:32px;
	margin:0;
	padding:0;
	background: transparent url(../images/bkg_tab_sprite.gif) 0 0px;
}
dl.STW_Active .STW_tab dt.prodtab3:hover {
	background: transparent url(../images/bkg_tab_sprite.gif) 0 -32px;
	color:#fff;
}
dl.STW_Active .STW_tab.selected dt.prodtab3 { 
	background: transparent url(../images/bkg_tab_sprite.gif) 0 -32px;
}
dl.STW_Active dd.prodtab3 h3{ 
	display:none;
}
dl.STW_Active .STW_tab dt.prodtab4 {
	width:197px;
	height:32px;
	margin:0;
	padding:0;
	background: transparent url(../images/bkg_tab_sprite.gif) 0 0px;
}
dl.STW_Active .STW_tab dt.prodtab4:hover {
	background: transparent url(../images/bkg_tab_sprite.gif) 0 -32px;
	color:#fff;
}
dl.STW_Active .STW_tab.selected dt.prodtab4 { 
	background: transparent url(../images/bkg_tab_sprite.gif) 0 -32px;
}
dl.STW_Active dd.prodtab4 h3{ 
	display:none;
}
/* End Products page tabs ------------------------------------*/