div#feature_list h3 {
	margin: 0;	
	padding: 0 0 0 0;
	font: 12px "KPNSansBold",Verdana,Helvetica,sans-serif;
	color:#000099;
	height: 33px;
	overflow: hidden;
	font-weight:normal;
}

div#feature_list .current h3 {
	color:white;
}

div#feature_list {
	width: 743px;
	height: 264px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 10px; /* FF1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */	
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs_banner {
	left: 0;
	z-index: 2;
	width: 124px;
	background:none;
}

ul#tabs_banner li {
	font-size: 10px;
	font-family: Arial;
	width: 124px;
	border:none;
}

ul#tabs_banner li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs_banner li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 33px;
	outline: none;
	border:none;
}

ul#tabs_banner li a:hover {
	background:  url('../img/feature-tab-current2.png');
	color: #FFF;
}

ul#tabs_banner li a:hover h3 {
	color: #FFF;
}

ul#tabs_banner li a.current {
	background:  url('../img/feature-tab-current2.png');
	color: #FFF;
}

ul#tabs_banner li a {
	background:  url('../img/feature-tab.png');
	color: #FFF;
}

ul#tabs_banner li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output_banner {
	left: 124px;
	width: 617px;
	height: 264px;
	position: relative;
}

ul#output_banner li {
	position: absolute;
	width: 614px;
	height: 264px;
}

ul#output_banner li a {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}

#content {
	width: 741px;
	margin: 0 auto;
	background: #FFF;	
	border: 1px solid #dddddd;
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 10px; /* FF1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */	
}

#content h1 {
	margin: 0;
}

#content hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

#content p {
	margin: 0;	
	padding: 7px 0;
}

#content .clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

#content a { 
	outline-color: #888;	
}
