#tabs {
	margin: 10px;
}

ul.tabs {
	margin: 0px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	xwidth: 100%;
}
ul.tabs li {
	float: left;
	margin: 5px 1px 0px 0px;
	padding: 0;
	border: 1px solid black;
	height: 26px;
	line-height: 26px;
	background: #f3f3f3 url(/lib/kingpumps/tabs-back.jpg);
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: white;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	xborder: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
color: #990033 !important;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a  {
	background: #fff;
	border-bottom: 1px solid #fff;
	height: 31px;
	line-height: 31px;
	margin-top: 0px;
color: #990033 !important;
}
#tabcontents {
	clear: both;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: solid 1px black;
}
.tab_container {
	border: 1px solid black;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
}

#tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9, #tab10 {display: none;}

.tab_content table td {
  padding: 3px;
}
.tab_content table td a {
  font: normal 12px arial;
  color: #4c4c4c;
  display: block;
}
.tab_content table td a:hover {
  text-decoration: none;
}

div.tabsTitle {
  width: 75px;
  font: bold 14px arial;
  color: blue;
  height: 28px;
  line-height: 28px;
  float: left;
}