@charset "utf-8";
/* CSS Document */

/* demo */

div#tab-container-1-nav {
	width: 413px;
	height:auto;
	margin: 0;
	overflow:hidden;
}

ul#tab-container-1-nav {
	list-style-type: none;
	width: 425px;
	height:auto;
	float: left;
	margin:0;
	padding:0;
	background: url(../img/pixel.gif) bottom left repeat-x;
}

ul#tab-container-1-nav li {
	margin: 0 2px 0 0;
	float: left;
}

ul#tab-container-1-nav a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}

ul#tab-container-1-nav a:hover {
	background: #fff;
}

ul#tab-container-1-nav a.active {
	background: #fff;
	cursor: default;
	color:#933;
}
.tab { width:403px; height:auto; float:left; border:1px #ccc solid; border-top:0; padding:10px; line-height:32px; font-family:Arial, Helvetica, sans-serif; overflow:hidden;}
