div.demolayout {
	width: 260px;
	margin: 0 0 9px 0;
	float: left;
}

ul.demolayout {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(/images/skin/yetii_pixel.gif) bottom left repeat-x;
}

ul.demolayout li {
	margin: 0 2px 0 0;
	float: left;
}

ul.demolayout a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666;
	background: #ddd url(/images/skin/tab_bg.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

ul.demolayout a:hover {
	background: #eee;
}

ul.demolayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #932a24;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px 5px 0;
	height: 260px;
	overflow: auto;
}

.tabs-container ul {
	font-size: 11px;
	list-style-type: none !IMPORTANT;
	margin-left: -20px;
}
.tabs-container li {
	border-bottom: dashed 1px #ddd;
}
.tabs-container h3 {
	display: none;
}	