#tabbedcontent {
	width:680px;
	margin-left:10px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 40px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 39px;
	line-height: 37px;
	border: 1px solid #CCC;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background-color: #e0e0e0;
	background-image: url(../images/tab_off.png);
	background-repeat: repeat-x;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 0.9em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #CCC;
	text-decoration:underline;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	background-image: url(../images/tab_on.png);
}
html ul.tabs li.active a, html ul.tabs li.active a:hover  {
	color: #FFF;
}
html ul.tabs li.active a:hover  {
	text-decoration:none;
}
.tab_container {
	border: 1px solid #CCC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	margin-bottom:1em;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
