
.horizontal_line {
	height: 1px;
	border-top: 1px solid #cecece;
}
/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
	border-bottom: 5px solid #ffff00;
	width: 100%;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border-right: none;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 15px solid #ffffff;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1.1em;
	text-decoration: none;
	padding: .4em 0.8em 0.1em 0.8em;
	color: #a1a1a1;
	background: #ffffff ;
}
.ui-tabs-nav li a:hover {
	color: #000000;
}
.ui-tabs-nav li.ui-tabs-selected {
	background: #ffff00 ;
	border-bottom-color: #ffff00;
	color: #000000;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffff00 ;
	color: #000000;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear: left;
	/*border-bottom: 1px solid #CECECE;*/
	background: #ffffff ;
	color: #000000;
	padding: 0.5em 1.0em;	
}
.ui-tabs-hide {
	position: absolute; left: -99999999px;
}

