.styled_tabs {
	display: block;
	clear: both;
	overflow: hidden;
	display: block;
}

.styled_tabs .controls {
	float: left;
	margin: 20px 0 0;
	border-bottom: 1px solid #999999;
	padding-left: 20px;
	display: block;
	width: 100%;
	clear: both;
}

.styled_tabs .controls .control {
	text-decoration: none;
	background-color: #cccccc;
	display: inline-block;
	float: left;
	font-weight: bold;
	color: #000000 !important;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding: 10px 20px;
	margin-right: 5px;
	border: 1px solid #999999;
	border-bottom: none;
}

.styled_tabs .controls .control.active {
	border-bottom: 1px solid #ffffff;
	margin-bottom: -1px !important;
	background-color: #ffffff;
}

.styled_tabs .targets {
	float: left;
	clear: none;
	min-height: 400px;
	display: block;
	width: 100%;
	border: 1px solid #999999;
	border-top: none;
	overflow: hidden;
	clear: both;
	padding: 20px 30px;
}
