/* body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:x-small Verdana, sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
} html>body {font-size:small;}
*/
#tabs {
  float:left;
  width:100%;
  background:#fff url("../images/tab-background.png") no-repeat bottom; 
/*  background:#fff url("../images/line.png") no-repeat bottom; */
  font-size:11px;
  line-height:normal;
}
	
#tabs ul {
  margin:0;
  padding:0 5px 0;
  list-style:none;
}
	
/* INACTIVE / UNSELECTED */

#tabs li {
  float:left;
  background:url("../images/tab-right-inactive.gif") no-repeat right top;
  margin:0px;
  padding:0 7px 0 0;
}
	
#tabs a {
  float:left;
  display:block;
  background:url("../images/tab-left-inactive.gif") no-repeat left top;
  padding:5px 5px 2px 10px; /* top right bottom left */
  text-decoration:none;
/*  font-weight:bold;  */
  color:#666;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs a:hover {
  color:#a2a8b8;
}

/* ACTIVE / SELECTED */

#tabs #current {
  background-image:url("../images/tab-right-active.gif");
}

#tabs #current a {
  background-image:url("../images/tab-left-active.gif");
  color:#333;
  padding-bottom:3px;
}


#tabcontentbox {
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear: both;
	padding: 15px 15px;
}

#tabcontentbox ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#tabcontentbox li {
	padding-left: .3em;
}