@charset "utf-8";
#tabs  h1  {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 15px;
	padding-top: 28px;
}
div#feature_list {
	width: 650px;
	height: 300px;
	overflow: hidden;
	position: relative;
		}
 
		div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
		}
 
		ul#tabs {
	z-index: 2;
	width: 220px;
		}
		
		ul#tabs li img {
	float: left;
	padding-top: 14px;
	padding-right: 25px;
	padding-left: 14px;
		}
 
		ul#tabs li a {
	text-decoration: none;
	display: block;
	height: 75px;
	outline: none;
		}
 
		ul#tabs li a:hover {
	text-decoration: none;
	color: #F2055C;
		}
 
		ul#tabs li a.current {
	color: #F2055C;
	background-image: url(../images/tabs_back.png);
		}
 
		ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
		}
 
		ul#output {
	width: 430px;
	height: 300px;
	position: relative;
	right: 0;
		}

 
		ul#output li {
	position: absolute;
	width: 405px;
	height: 285px;
	padding-left: 25px;
	text-align: justify;
	padding-bottom: 15px;
		}

#output h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #F2055C;
	margin-bottom: 10px;
}

