#horizontal_tabs_4_tabbox .tabheader{
	cursor : pointer;
	height : 16px;
	width : 86px;
	font-size : 11px;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	border-width : 0px 0px 0px 0px;
	padding : 5px 10px 0px 10px;
}
#horizontal_tabs_4_tabbox .tabheader_selected{
	height : 16px;
	width : 86px;
	font-size : 11px;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	background-image : url('/template_images/horizontal_tabs_4header_active_background.jpg');
	background-repeat : no-repeat;
	border-width : 0px 0px 0px 0px;
	padding : 5px 10px 0px 10px;
}
#horizontal_tabs_4_tabbox .tab_on{
	height : auto;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	background-color : #474546;
	overflow : hidden;
	border-width : 0px 0px 0px 0px;
	padding : 4px 4px 0px 4px;
}
#horizontal_tabs_4_tabbox .tab_off{
	display : none;
	overflow : hidden;
	height : auto;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	background-color : #474546;
	overflow : hidden;
	border-width : 0px 0px 0px 0px;
	padding : 4px 4px 0px 4px;
}
#horizontal_tabs_4_tabbox .tab_on a:link{
}
#horizontal_tabs_4_tabbox .tab_on a:visited{
}
#horizontal_tabs_4_tabbox .tab_off a:link{
	text-decoration : none;
}
#horizontal_tabs_4_tabbox .tab_off a:visited{
	text-decoration : none;
}