

a { 
	outline-color: #888;	
}

	
		h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
			
		}

		div.feature_list {
			position: relative;
		}

		div.feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}
		
		ul.a{
		text-decoration:none;
		}
		
		
		ul.tabs {
			font-size: 0px;
			font-family: Arial;
			z-index: 2;
			width: 38%;
		}

		ul.tabs li {
			font-size: 12px;
			font-family: Arial;
			color: #222;
		}
		
		ul.tabs li img {
			padding-left: 4px;
			border: none;
			float: left;
			margin: 5px 10px 0 0;
		}

		ul.tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 0px;
			outline: none;
		}

		ul.tabs li a:hover {
			text-decoration: none;
		}

		ul.tabs li a.current {
			color: #FFF;
		}

		ul.tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul.output {
			
			font-size: 0px;
			font-family: Arial;
			width: 63%;
			height: 100%;
			position: relative;
		}

		ul.output li {
			position: absolute;
				
		}

		ul.output li a {
			position: absolute;
			bottom: 0px;
			left: 0px;
			width:100%;

			padding: 0px 0px 0 0px;
			margin-left:0px;
			text-decoration: none;
			font-size: 12px;
			background-repeat:no-repeat;
			color: #FFF;
			
		}
		
		ul.output li a:hover {
			background-repeat:no-repeat;
			
		}
