/*
css stylesheet for the feature list plugin
*/

/* *************************************** ATTENTION display none to hide the feature list**********************  */
#feature_list {
	/*display: none;*/
}

#feature_list h3 {
	margin: 0;	
	padding: 9px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
	clear: none;
	line-height: 1.6em;
	font-weight: bold;
}

div#feature_list {
	width: 750px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin: auto;
	padding-bottom: 15px;
}

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;
	font-family: Arial;
}

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

ul#tabs li a {
	color: #3A3A3A;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
	padding-left: 30px;
}

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

ul#tabs li a.current {
	background:  url(images/feature/feature-tab-current1.png);
	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: #F1F1F1;
	background: #3A3A3A;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #B32B2B;
}

