﻿.tabs {
	overflow: hidden;
	border-bottom: 1px solid #999;
	width: 100%;
	background: transparent;
}

.tabs li,
.tabs a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.tabs li {
	background: transparent;
	border: 1px solid #999;
	border-bottom-width: 0;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
	text-align: center;
	padding-left:0;
	padding-right:0;
}

.tabs a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	background-color: #883800;
	background-image: linear-gradient(top, #883800, #D45700);
}

.tabs a.current {
	background: transparent;
	color: black;
	border-bottom-width: 0;
}

.tabs a:hover {
	background: #B24A00;
	border-color: #999;
	color: white;
}

/* For IE6. */
* html .tabs a {
	height: 1%;
}

div.tabs_content > h2 {
	padding-top: 20px;
}