#tabs {
  list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px 4px 5px;
	padding-top: 3px;
	margin-left: 6px;
	border-top: 1px solid #eeefca;
	border-bottom: 2px solid #c50909;
/*	margin-bottom: -2px;*/
	background-color: #eeefca;
  background-color: #cc3333;
	text-decoration: none;
	color: #dfdfdf;
	
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;	
	
}

#tabs a.active {
	background-color: #3e3e3e;
	background-color: #cfd501;
	background-color: #e7e8b7;
	background-color: #f2f3da;
	background-color: #e7ee00;
	background-color: #CFD600;
	background-color: #c50909;

	border-top: 1px solid #c50909;
	border-left: 1px solid #c50909;
	border-bottom: 2px solid #c50909;
	border-right: 1px solid #c50909;
	padding-top: 3px;
	color: #ccc;
	color: #fff;
}

#show_tabs {
  padding: 25px; 
  border-bottom: 2px solid #c50909;
  margin-bottom: 0px;	
  -margin-bottom: 0;
}

/* stackable styled container */
/*.stackable {
	clear: both;
	padding: 5px 0 5px 0;
}
*/