#buttons {
	display: none;
	margin-bottom: 1em;
	text-align: center;
}

#bsbuttons {
	margin-bottom: 3.6em;
	text-align: center;
}


a.tab{
	background: #eee;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	color: #000;
	display: block;
	float: left;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 3px;
	width: 120px;
}

.tab-element{clear: both; padding: 5px;}

#bsbuttons a.active, #buttons a.active {
	background: #cc0000;
	color: #ffffff;
}
#bsbuttons a:hover, #buttons a:hover {
	background: #cc0000;
	color: #ffffff;
}
