

.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;font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 32px;
	}

.ui-tabs-nav-item {
	/*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: 1px solid #666;
	border:none;
	border-right: none;
	}

.ui-tabs-nav-item a, .ui-tabs-nav-item a:visited {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 1em; list-style: none;
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 10px 9px 10px;
	color: #999;
	background: #fff;
	}

.ui-tabs-nav-item a:hover {
	color: #000;
	}

.ui-tabs-selected {
	border: 1px solid #666;
	border-bottom-color: #60102b;
	background: #60102b;
	}

.ui-tabs-selected a, .ui-tabs-selected a:visited, .ui-tabs-selected a:hover {
	color: #fff;
	background-color: #60102b;
	}

.ui-tabs-panel {
	/*resets*/
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	clear:left;
	background: #60102b;
	color: #fff;
	padding: 0 0 0 0;
	font-size: 1.1em;

	}

.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
	}

.ui-tabs .ui-tabs-hide {
     display: none;
}
