/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Arial;
	font-size: 12px;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
.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;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
	background-image: url(../images/background/tab.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	padding-top: 2px;
}
.ui-tabs-nav li a:hover {
	color: #212121;
	background-image: url(../images/background/tab-hover.png);
	background-repeat: no-repeat;
	width: 120px;
}

.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	color: #222222;
	background-image: url(../images/background/tab-hover.png);
	background-repeat: no-repeat;
}
.ui-tabs-panel {
	/*resets*/margin: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Arial;
	clear:left;
	color: #222222;
	font-size: 12px;
	background-color: #FFFFFF;
	background-position: 0 0;
	border: 1px solid #CCCCCC;
	text-align: left;
	height: 196px;
	padding-top: 1.4em;
	padding-right: 1.7em;
	padding-bottom: 1.4em;
	padding-left: 1.7em;
	overflow: auto;
	width: 680px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


.ui-tabs-nav-item {
	text-align: center;

}

