
/*UI tabs*/
#tab {
	margin: 0 auto;
}

.ui-tabs-nav {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
.ui-tabs-nav-item {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none; 
	float: left;
	border: 0px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav-item a {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none;
	text-align:center;
	font-size: 100%; 
	list-style: none;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	padding: 0.5em 0;
	text-align: center;
	color: #FFFFFF;
	background: #e6e6e6 url(../search/images/tab1.gif) 0 50% repeat-x;
	width:180px;
}
.ui-tabs-nav-item a:hover {
	background: #dadada url(../search/images/tab3.gif) 0 50% repeat-x;
}
.ui-tabs-selected {
	border-bottom-color: #ffcc33;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #dadada url(../search/images/tab2.gif) 0 50% repeat-x;
	color: #FFFFFF;
}
.ui-tabs-panel {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.0; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	color: #222222;
	padding: 0.2em 0em;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


