.clear{
	height:40px;	
}

h3 {
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 16px;
	font-weight:bold;
}

.feature-shadow {
	height: 300px;
	
}

div#feature_list {
	width: 900px;
	height: 300px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.9), 0 2px 20px rgba(255, 255, 255, 0.094) inset;
	border-radius:10px 10px 0 0 ;
	margin:0 auto;
}

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

ul#tabs {
	right: 0;
	z-index: 2;
	width: 353px;
	background: #2e2d2b;
	
	
}

ul#tabs li {
	font-size: 14px;
	font-family: Arial;
	padding: 0;
	background: none;
	margin:0;
}


ul#tabs li a {
	color: #4f4f4f;
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 55px;
	width:360px;
	outline: none;
}

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

ul#tabs li a.current {
	background: url('../images/fabrics/feature-tab-current_rtl.png');
	color: #FFF;
}

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

ul#output {
	left: 0;
	width: 630px;
	height: 300px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 610px;
	height: 300px;
	padding: 0;
}
#output img{
	width:610px;
	height: 300px;
}

.address, .mobile, .fax, .email{
	 margin-left: 6px;
}
