h3 {
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 14px;
	font-weight:bold;
}

div#feature_list {
	width:700px;
	height: 270px;
	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: 293px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

ul#tabs li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width:293px;
	height:25px;
	outline: none;
	border:1px solid #eee;
	padding:15px;
}

ul#tabs li a:hover {
	color:#fff;
	text-decoration: underline;
}

ul#tabs li a.current {
	width:293px;
	height:25px;
	background:  url('../images/H1N1/featured/bluearrowbar.jpg');
	border:none;
	color: #fff;
}

ul#tabs li a.current h3 {
	color:#fff;
	font-weight:bold;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}


ul#output {
	width: 432px;
	height: 660px;
	left:290px;
}

ul#output li {
	margin:0px;
	padding:0px;
	width:403px;
	border:1px solid #eee;
}
ul#output li .product-info {
	width:200px;
	float:left;
}
ul#output li .product-links {
	padding:20px;
}
ul#output li .buy-online {
	margin-top:70px;
	padding:20px;
}

ul#output li .product-image {float:right;width:100px;padding:40px;}
