* { margin: 0; padding: 0; }
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }
html { overflow-y: scroll; }


/* Specific to example one */

#tabs {
	padding: 0px;
	width: 100%;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tabs .list-wrap {
	margin-top: 20px;
}
#tabs  ul.nav li.nav a span {
	font-size: 10px;
	color: #24A6D0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

#tabs .nav {
	overflow: visible;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
#tabs .nav li {
	width: 190px;
	float: left;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 20;
	padding: 0px;
	height: 55px;
	background-color: #F5F9E8;
	border: 1px solid #3F3F3F;
}
#tabs .nav li.soldout , #tabs ul li.soldout a.current, #tabs ul li.soldout a:hover{
	background-image: url(images/nav-soldout.png);
	background-repeat: no-repeat;
	background-position: 65px -25px;
}
#tabs .nav li.last { margin-right: 0; }
#tabs .nav li a {
	display: block;
	padding: 10px;
	color: #6CA9AC;
	font-size: 20px;
	text-align: center;
	height: 30px;
	margin: 0px;
	text-decoration: none;
	line-height: 20px;
	font-style: normal;
	text-transform: capitalize;
	font-weight: bold;
}
#tabs .nav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#tabs ul { list-style: none; }
#tabs ul li:last-child a { border: none; }
#tabs ul li.nav a.current, #tabs ul li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6BA8AB;
	height: 37px;
}
