.tabpanel {
  margin: 20px 0;
  padding: 0;
  height: 1%; /* IE fix for float bug */
}
.tablist {
  margin: 0 0px;
  padding: 0;
  list-style: none;
}
.tablist li:last-child a { background:none;}
.tab {
  cursor:pointer; font-size:16px;
  background:url('../images/nav-bg.jpg') repeat-x scroll 0px 0px transparent;
  float: left; color:#ffffff;
  display: inline; /* IE float bug fix */
}
.tab a       {  padding:18px 49px;color:#ffffff; text-decoration:none; display:block; 
background:url('../images/seperator.jpg') repeat-y scroll right top transparent}
.tab.selected     { background:url('../images/nav-hvr-bg.png') repeat-x scroll 0px 0px transparent; color:#ffffff;}
.panel {
	clear: both;
	display: block;
	margin: 0;
	border: 1px solid #e3dfdf;
	height:184px;
	background:url(../images/grd-gry.jpg) repeat-x;
	padding-top: 42px;
	padding-right: 22px;
	padding-bottom: 24px;
	padding-left: 30px;

}

ul.controlList {
  list-style-type: none;
}


.focus {
}

.accordian {
  margin: 0;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 600px;
}

.hidden {
  position: absolute;
  left: -300em;
  top: -30em;
}
