h3 {
  margin: 0;
  padding:0 0 0 0;
  font-size: 13px;
  /* text-transform: uppercase; */
	color:#000000;
	font-weight:bold;
	line-height:16px;
	font-family:Arial, 'Roboto Slab', serif;
}

div#feature_list {
  width: 837px;
  height: 490px;
  overflow: hidden;
  position: relative;
}

div#feature_list ul {
  position: absolute;
  top: 0;
  list-style: none;
  padding:0;margin:0;
}

ul#tabs2 {
  left: 0;
  z-index: 2;
  width: 270px;
	margin-left:0; list-style-type:none;padding:0;
	background:#efefef;
}

ul#tabs2 li {
  font-size: 12px;
  font-family: Arial;
	/* background:url(/images/banner/feature-tab-bg.png) no-repeat top center; */
	height:35px;
	width: 270px;
	padding:0 0 0 0;
	margin:0;
}

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

ul#tabs2 li a {
  color: #000000;
	font-size:12px;
  text-decoration: none;
  display: block;
  padding:5px 0 0 10px; margin:0;
  height:35px;
	width: 260px;
  outline: none;
	line-height:14px;
	text-align:left;
}
ul#tabs2 li a h3{color:#000000}
ul#tabs2 li a:hover {
  text-decoration: none;
}

ul#tabs2 li a.current {
	/* background:url(/images/banner/feature-tab.png) no-repeat top center; */
	/* background: #005dab; */
	background: #005dab;
}
ul#tabs2 li a.current h3{color:#ffffff}
ul#tabs2 li a.current:hover {
  text-decoration: none;
  cursor: hand;
}

ul#tabs2 li span a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 0 5px 0 5px;
  outline: none;
}

ul#output {
  left: 0;
  width: 580px;
  height: 490px;
  position: relative;
	margin-left:0;
	list-style-type:none;padding:0;
}

ul#output li {
  position: absolute;
  width: 100%;
  /* height: 100; */
	left:270px;
	top:1px;
}

ul#output li img {
  padding: 0;
  border: none;
  float: left;
  margin: 0 0 0 0;

}

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

ul#output li a.btn:hover {
  background: #D33431;
}

ul#output li div.main {
	padding:10px 0 0 0;
}

ul#output li div.main a {
	color: #005dab;
	font-weight:bold;
}

ul#output li div.sub {
	padding:0 0 0 10px;
}

/*
ul#output li div a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 11px;
  color: #005dab;
  background: #eeeeee;
  -moz-border-radius: 5px;
}
*/
