

div#feature_list {
	width: 940px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin-top:	30px;
	margin-left: 1px;
	margin-right: 1px;
}

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

ul#tabs {
	left: 0;
	z-index: 2;
	width: 446px;
}

ul#tabs h3 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	font-family: Arial;
	font-weight:bold;
	
}
ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.4em;
}

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

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 5px;
	height: 70px;
	outline: none;
}

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

ul#tabs li a.current {
	background: url("http://getmymeal.com/images/featuretabcurrent.png") no-repeat scroll right center transparent;
	color: #FFF;
}

ul#tabs li a.current:hover {
	cursor: default;
}

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

ul#output {
	left: 412px;
	width: 500px;
	height: 240px;
	position: relative;
}

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

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

ul#output li img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#output li a:hover {
	background: #A11F22;
	text-decoration: underline;
}

ul#output li a:hover img {
	text-decoration: none;
}
