h3 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}
div#feature_list {
	width: 650px;
	height: 250px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
ul#tabs {
	left: 0;
	z-index: 2;
	width: 315px;
}
ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}
ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}
ul#tabs li a:hover {
	text-decoration: underline;
}
ul#tabs li a.current {
	background:  url('../feature-tab-current.png');
	color: #FFF;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#tabs .tabtitle {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}
ul#output 
{
    color: white;
	right: 0;
	width: 396px;
	height: 240px;
	position: relative;
	border: 1px solid black;
}
ul#output li {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-family: Arial;
	width: 390px;
	height: 240px;
}
ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 50px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: white;
	background: #a6c748;
	border: solid 1px #788e36;
}
ul#output li a:hover {
	background: #bad570;
}
