/* @override 
	http://localhost:8501/ClintMcKoy/css/featurelist.css
	http://localhost:8500/ClintMcKoy/css/featurelist.css
	http://clintmckoy.com/css/featurelist.css
*/

#content h2, #content p, #content li {
}

#content h3 {
	margin: 0 0 3px;
	padding: 7px 0 0 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #222;
}

#content h2 {
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

div#feature_list {
	width: 750px;
	height: 240px;
	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: 12px;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	width: 37px;
	margin: 1px 10px 0 0;
}

ul#tabs li a {

	text-decoration: none;
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
	color: #222;
}

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

ul#tabs li a.current {
	background: url('../images/featurelist/feature-tab-current.png') no-repeat;
	color: #ccc;
}

#content a.current h3 {
	color: #fff;
}

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

ul#output {
	right: 0;
	width: 463px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 463px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #272320;
}

ul#output li a:hover {
	background: #abc5b6;
	color: #222;
}

#content {
	clear: both;
	background: #56524f;
	padding: 10px 20px;
}

#content hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 10px;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
}

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