/* root element for tabs. decorated with rounded borders and gradient background image */
#tabs {
	background:#e5f6fd;
	width: 690px;
}

/* tabs header */
#tabs h2 {
	margin:0;
	padding:5px 10px;
	font-size:22px;
	font-weight:normal;
	cursor:pointer;
	text-transform:uppercase;
	border-bottom: 1px solid #77b41d;
	border-top: 1px solid #77b41d;
	background-color: #fff;
	background-image: url(../img/navbg.png);
	background-repeat: repeat-x;
}

/* currently active header */
#tabs h2.current {
	cursor:default;
	background-color:#77b41d;
	color:#555;
}

/* tabs tabox */
#tabs div.tabox {
	display:none;
	height:auto;
	padding:0px;
	color:#333;
	font-size:12px;
}

/* a title inside tabox */
#tabs div.tabox h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#fff;
}
