
#content {
	width: 299px;
	background: #FFF;	
}

h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

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

a { 
	outline-color: #888;	
}
h3 {
			margin: 0;	
			padding: 5px 0 0 0;
			font-size: 14px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 299px;
			height: 220px;
			overflow: hidden;
			position: relative;
		}

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

		ul#tabsmahdi {
			left: 0;
			z-index: 999;
			width: 69px;
			height: 60px;
			padding-top:20px;
		}

		ul#tabsmahdi li {
	
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabsmahdi li img {
			
			border: none;
			float: left;
			
		}

		ul#tabsmahdi li a {
			color: #222;
			text-decoration: none;	
			display: block;
			
			height: 60px;
			outline: none;
		}

		ul#tabsmahdi li a:hover {
			text-decoration: underline;
		}

		ul#tabsmahdi li a.current {
			color: #FFF;
		}

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

		ul#output {
			right: 0;
			width: 299px;
			height: 220px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 299px;
			height: 220px;
		}

		ul#output li a {
			position: absolute;
			bottom: 2px;
			right: 5px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 10px;
			font-weight:bold;
			color: #FFF;
			left:60px;
			background:#D33431;
			opacity:0.8;
			filter:alpha(opacity=80);
			-moz-border-radius: 5px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
		ul#output li a:hover {
			background: #666666;
		}