h3 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 13px;
}

div#feature_list {
	width: 700px;
	height: 200px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: 0;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;

}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 150px;
}

ul#tabs li {
	font-size: 10px;
	font-family: Arial;
}



ul#tabs li a {

	color: #222;
	text-decoration: none;	
	display: block;
	padding: 5px 15px;
	height: 40px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
}



ul#tabs li a.current {
	background:  url('../images/feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 550px;
	height: 200px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 550px;
	height: 200px;
}

ul#output li a {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 3px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #222;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}