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

		div#feature_list {
	width: 658px;
	height: 230px;
	overflow: hidden;
	position: relative;
	border: 1px solid #EEEEEE;
		}

		div#feature_list ul {
	position: absolute;
	top: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
		}
#feature_list .header {
	height: 30px;
	width: 648px;
	float: left;
	background-color: #EEEEEE;
	color: #660066;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
}


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

		ul#tabs li {

		}

		ul#tabs li a {
	color: #222;
	text-decoration: none;
	display: block;
	height: 30px;
	outline: none;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
		}

		ul#tabs li a:hover {
	color: #660066;

		}

		ul#tabs li a.current {
	color: #FFFF00;
	background-image: url(../images/list-tab.png);
	background-repeat: no-repeat;
		}

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

		ul#output {
	right: 0;
	width: 506px;
	height: 292px;
	position: relative;
		}

		ul#output li {
	position: absolute;
	width: 506px;
	height: 292px;
	z-index: 1;
		}

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

		}
