ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	/*border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;*/
	width: 100%;
}

ul.tabs li {
	position: relative;
	background-color: #ac1829;	/*background-image: linear-gradient(to bottom, #fff, #ddd);*/
	padding: 10px 12px 10px 12px;
	float: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	margin-right: 10px;
	width: 120px;
	font-size: 14px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align: center;
	font-family: 'Ubuntu', sans-serif, Arial, Helvetica;
	cursor: pointer;
}

ul.tabs li:hover {
	background: #c42a3c;
}

ul.tabs li.active {
	background: #eee;
	z-index: 3;
	color: #000;
	font-weight: bold;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 615px;
	background: #FFFFFF;
}

.tab_content {
	z-index: -1;
	background: #eee;
	-moz-box-shadow: 0px 2px 2px 0px #ccc;
	-webkit-box-shadow: 0px 2px 2px 0px #ccc;
	box-shadow: 0px 2px 2px 0px #ccc;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	margin-bottom: 20px;
	padding: 15px;
	width: 585px;
	margin-top: 6px;
	overflow: auto;
	border: 1px solid #ccc;
}

#container {
	width: 600px;
	margin: 0 auto;
}
