p {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 11px;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}

		h3.producttile {
	margin: 0;
	padding: 13px 0 0 0;
	font-size: 15px;
	text-transform: none;
		}

		div#feature_list {
	width: 950px;
	overflow: hidden;
	position: relative;
		}

		div#feature_list ul {
	position: relative;
	top: 0;
	list-style: none;
	padding: 10px 0px 0px 0px;
	margin: 550;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			position: absolute;
			margin: -20px 0px 0px 0px;
		}

		ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	width: 230px;
	float:left;
	height:100px;
	margin: 0px 3px 0px 2px;
		}
		
		ul#tabs li img {
	padding: 0px;
	border: none;
	float: left;
	margin: 10px 10px 5px 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 100px;
			outline: none;
			background:  url('../images/feature-tab-current2.png');
			padding: 25px 0px 0px 10px;
		}

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

		ul#tabs li a.current {
			background:  url('../images/marker_2.png');
			color: #FFF;
			height: 100px;
			padding: 25px 0px 0px 10px;
		}

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

		ul#output {
			width: 940px;
			height: 428px;
			position: relative;
			overflow: hidden;
			clear:
		}

		ul#output li {
			position: relative;
			width: 940px;
			height: 428px;
		}

		ul#output li a {
			position: relative;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
