/*
 * TABS
 */
div#header {
	overflow: hidden;
	position: relative;
}

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

ul#tabs {
	right: 0;
	z-index: 2;
	width: 220px;
}

ul#tabs li {
	
}

ul#tabs li a {
  display: block;
  height: 55px;
	padding: 0px;
	background: transparent url('img/feature-tab.png') scroll top right no-repeat;
	
	padding-left: 24px;
	color: #666;
  font-size: 19px;
  font-family: 'Lucida Sans Unicode';
  text-align: center;
  line-height: 55px;
  
}

ul#tabs li a.current {
	background: transparent url('img/feature-tab-current2.png') scroll top right no-repeat;
	color: #fff;
}

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


/*
 * OUTPUT
 */
ul#output {
	left: 0;
	position: relative;
}

ul#output li {
	position: absolute;
}

ul#output li span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	
  padding: 10px;
	background: #000;
	color: #FFF;
	
	font-size: 11px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.tab-first {
  border-top: 1px #c5c5c5 solid;
  border-right: 1px #c5c5c5 solid;
  
}

.tab-first, .tab-first span {
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
