.tabs {
  background:#fff;
  color:#111;
  padding:14px 0px;
  width:425px;
  margin:0px 18px;
}

.tabs ul { margin-left: -25px; }

.tabs li { list-style:none; float:left; }

.tabs ul a {
	display:block;
	padding:5px 15px;
	text-decoration:none!important;
	margin:0px 2px;
	margin-left:0;
	font:11px;
	color:#fff;
	background:#444;
}
.tabs ul a:hover {
	color:#fff;
	background:#111;
}
.tabs ul a.selected {
	margin-bottom:0;
	color:#000;
	background:#dddddd;
	cursor:default; font-weight:bold;
}
.tabs div {
	padding:20px;
	*margin-top:-15px;
	clear:left;
	background:#dddddd;
	min-height:175px;
}
.tabs div a { color:#000; }
