#content {
	width: 881px;
	margin: 0 auto;
	background: #FFF;
}
a { 
	outline-color: #888;	
}

h3 {
	margin: 0;	
	padding: 0;
	font-size: 16px;
	font-weight:bold;
}

div#feature_list {
	width: 881px;
	height: 298px;
	overflow: hidden;
	position: relative;
}

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

ul#tabs {
	left: 0;
	z-index: 2;
	width: 251px;
	background-color: #002060;	
	height: 298px;
}

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

ul#tabs li a {
	color: #FFFF00;
	text-decoration: none;	
	display: block;	
	padding: 7px 0 7px 15px;
	outline: none;
}

ul#tabs li a:hover {
	color: #FFFFCE;
}

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

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

ul#output {
	right: 0;
	width: 614px;
	height: 298px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 614px;
	height: 298px;
	margin-left:-5px;
}

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

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