﻿#feature_list {
	width: 600px;
	height: 285px;
	overflow: hidden;
	position: relative;
	z-index:1;
	clear:both
}

#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;}

#feature_tabs {
	right: 0;
	z-index: 2;
	width: 220px;
	font-size: 14px;
}

#feature_tabs li {
	margin:0;
	height:80px;
	color: #ccc;
	background:url(feature_tab_bg.png) 0 0 no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
}

#feature_tabs li:hover {
	cursor:pointer;}

#feature_tabs li:last-child {
	height:107px}
		
#feature_tabs li .link-title {
	color:#eeeeee;
	font-size:15px;
	line-height: 24px;
}
	
#feature_tabs li .link-more {
	text-decoration: none;
	color:#aaa;
}

#feature_tabs li .link-more:hover {
	border-bottom:1px dotted #666}

#feature_tabs li.current {
	background:url(feature_current.png) 0 0 no-repeat}

#feature_output {
	top:0;
	right: 0;
	width: 600px;
	height: 285px;
	position: relative;
	margin:0;
	padding:0;
}

#feature_output li {
	position: absolute;
	width: 600px;
	height: 285px;
	margin:0;
}

#feature_output li a {
	position: absolute;
	top: 0;
	left: 0;
	width:600px;
	height:285px;
}

.feature_cat {
	text-align:right;
	padding:5px 0;
	line-height: 18px;
}