#tabs-selector {
	width: 980px;
}

#tabs-selector h3 {
	color: #20558a;
	font-size: 15px;
	font-weight: bold;
}

#tabs-selector .tabs-ulcls {
	display: table;
	padding-left: 0px;
	margin-bottom: 0px;
	clear: both;
}

#tabs-selector .tabs-ulcls li {
	list-style: none;
	float: left;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	width: 170px;
	padding: 7px;
	margin-right: 10px;
	text-align: center;
	height: 70px;
	border-top: 1px solid #20558A;
	border-left: 1px solid #20558A;
	border-right: 1px solid #20558A;
	margin-bottom: 0px;
	background-color: #20558A;
}

#tabs-selector .tabs-ulcls li:last-child {
	margin-right: 0px;
}

#tabs-selector #tabs-ulid-2 li { 
	height: 50px;
}

#tabs-selector #tabs-ulid-3 li {
	height: 45px;
}

#tabs-selector #tabs-ulid-4 li {
	height: 17px;
}

#loader-tabs-ulid-1, #loader-tabs-ulid-2, #loader-tabs-ulid-3, #loader-tabs-ulid-4 {
	border: 1px solid #20558A;
	padding: 7px;
	width: 954px;
}

#tabs-selector .tabs-ulcls li.active {
	color: #20558A;
	background-color: #ffffff;
}

#tabs-selector .tabber-cls {
	clear: both;
} 

.tabber-cls .tabs-closer {
	height: 25px;
	text-align: right;
	margin-bottom: 5px;
}

.tabber-cls .tabs-closer img {
	cursor: pointer;
}

#page .tabber-cls h3 {
	margin-bottom: 20px;
}

#page .tabber-cls h3 a {
	font-size: 18px;
}

#page .tabber-cls p {
	float: left;
}

#page .tabber-cls .tabber-sidetext {
	float: left;
  width: 500px;
  margin-left: 20px;
  text-align: justify;
}