
ul.is_tabs { width : 100% ; 
	   height : 34px ; 
           padding : 0px ; 
           margin : 0px ; 
	list-style-type: none;
      	border-top: 1px solid #ccc;
}

ul.is_tabs li {
	margin: 0 2px 0 0;
	float: left;
}


ul.is_tabs a {
	float: left;
	display: block;
	padding: 4px 8px;

	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
}

ul.is_tabs a:hover {
	background: #fff;
}

ul.is_tabs a.active {
	background: #fff;
	cursor: default;
	color: #000;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 20px 8px 0 8px;
}

