























 
 
















#feature_list h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
			color: #FFF;
		}

		div#feature_list {
			width: 960px;
			height: 307px;
			overflow: hidden;
			position: relative;
			border: 0px solid red;
			background-color: #84A40B;
		}

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

		ul#tabs {
			right: 0;
			z-index: 2;
			width: 331px;
			
		}
		
		.selector-item{
		padding: 10px 20px 10px 30px;	
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			height: 61px;
			border-bottom: 1px solid  #FFF;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: right;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #FFF;
			text-decoration: none;	
			display: block;
			outline: none;
			height: 61px;
		}

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

		ul#tabs li a.current {
			background-color:  #688009;
			color: #FFF;

		}

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

		ul#output {
			left: 0;
			width: 613px;
			height: 307px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 613px;
			height: 307px;
		}

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