/* Tabs */

#tabs {
	margin-left: 10px;
	margin-top: 50px;
}

	#tabs p {
		background: #DDDDDD;
		margin-right: 10px;
		margin-left: 30px;
	}

#tabs ul {
	overflow:hidden;
	}

#tabs li {
	list-style: none;
	float: left;
	background: #ebebeb;
	margin-right: -20px;
}

#tabs ul li a {
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	line-height: 30px;
	color: #000000 !important;
	font-size: 12px !important;
}

#tabs li:hover {
	background: #DDDDDD;
}

#tabs li  a.active .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #DDDDDD !important;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5 {
	margin-top: -10px;
}

.ui-tabs .ui-tabs-panel { display: block;}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Tabs End */