@charset "UTF-8";
/* CSS Document */

#feature_list h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
div#feature_list {
	width: 809px;
	height: 320px;
	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: 320px;
}
ul#tabs li {
	font-size: 11px;
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: normal;
}
ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}
ul#tabs li a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}
ul#tabs li a:hover {
	text-decoration: none;
}
ul#tabs li a.current {
	color: #FFF;
	background-image: url(../images/feature-tab-current.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	right: 0;
	width: 525px;
	height: 320px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 525px;
	height: 320px;
}
ul#output li a {
	position: absolute;
	right: 10px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
	border-radiys: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	bottom: 10px;
}
ul#output li a:hover {
	background-color: #3B8ED5;
}

