#content {
	width: 879px;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a {

}
	h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#feature_list {
	width: 879px;
	height: 231px;
	overflow: visible;
	position: relative;
		}

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

		ul#tabs {
	z-index: 2;
	width: 290px;
	right: 10px;
	background-repeat: repeat;
	background-position: right;
	position: relative;
	overflow: visible;
		}

		ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	text-align: right;
	background-image: url(feature-tab-background.png);
	background-repeat: no-repeat;
	height: 58px;
	top: 5px;
	position: relative;
	overflow: visible;
	padding-right: 8px;
		}
		
		ul#tabs li img {
	border: none;
	float: right;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
		}

		ul#tabs li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	outline: none;
	overflow: visible;
	height: 58px;
	padding-top: 0px;
	top: 0px;
	vertical-align: top;
		}

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

		ul#tabs li a.current {
	color: #FFF;
	background-image: url(feature-tab-current.png);
	background-repeat: no-repeat;
	overflow: visible;
		}

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

		ul#output {
	width: 610px;
	height: 222px;
	position: relative;
	margin-top: 10px;
		}

		ul#output li {
	position: relative;
	width: 610px;
	height: 222px;
	padding-top: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}

		ul#output li a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
			}
		
		ul#output li a:hover {
	background-color: #006600;
		}
