DIV.tabs {
  font-size: 13px;
}

DIV.tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

DIV.tabs li {
  cursor: pointer;
  float: left;
  border: 1px solid gray;
  border-bottom-width: 0;
  margin: 0 0.5em 0 0;
  padding: 3px 1em;
  background-color: #ddd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

DIV.tabs li:hover {
  background-color: white;
}

DIV.tabs a {
	display: block;
	padding: 0 1em;
}

DIV.tabs li.selected {
	position: relative;
	top: 1px;
	background-color: #F8F8f8;
}

DIV.tab {
  display: none;
	clear: both;
}

DIV.tab.selected {
  display: block;
  background-color: #F8F8f8;
  border: 1px solid gray;
  padding: 5px;
  padding-top: 10px;
}
