<style>
#tabs
{
	float: right;
	width: 100%;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	height: 24px;
	border-bottom: 1px solid #aaaaaa;	
}

#tabs ul {margin: 0px; padding: 0px 0px 0px; list-style: none;}
#tabs li {margin: 0px; padding: 0px; float: left; background: url(/lib/brandnamesonly/right-normal.gif) no-repeat right top;}
#tabs a {display: block; background: url(/lib/brandnamesonly/left-normal.gif) no-repeat left top; padding: 7px 17px;  padding-bottom: 4px; color:#3F3B37; min-width: 80px; text-align:center; font-weight: bold;}

#tabs li:hover {background: url(/lib/brandnamesonly/right-current.gif) no-repeat right top;}
#tabs li:hover a {display: block; background: url(/lib/brandnamesonly/left-current.gif) no-repeat left top; padding: 7px 17px; padding-bottom: 4px; color:#000000; text-decoration: none;}

#tabs .current {background: url(/lib/brandnamesonly/right-current.gif) no-repeat right top;}
#tabs .current a {display: block; background: url(/lib/brandnamesonly/left-current.gif) no-repeat left top; padding: 7px 17px; padding-bottom: 5px; color:#000000; text-decoration: none; color: #3F3B37;}
#tabs .current a:hover {padding-bottom: 5px;}
/*top tabs*/


.tabs-content {font-size: 11px; font-family: Arial, Helvetica, sans-serif;  padding: 10px 15px;}
.hide-tab {display: none;}
.show-tab {display: block;}
</style>
