
#contentbox { width:100%;}
#contentbox .ui-tabs-panel a { text-decoration:none; padding:5px 0 5px 5px; border-bottom:1px dotted #eee; width:100%; float:left; display:block;}
#contentbox .ui-tabs-panel a:hover { background:#eee;}
#contentbox .ui-tabs-panel img { margin:0 5px -3px 0; padding:0px; border:0px; background:none;}
/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none;  list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #eee;
	bottom: -1px;
	_bottom: -20px;
	
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none;  list-style: none;
	float: left;
	border: 1px solid #eee;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none;  list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 10px;
	color: #555555;
	background: #e6e6e6;
}
.ui-tabs-nav-item a:hover {
	background: #dadada;
	color: #212121;
}
.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #ffffff;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	clear:left;
	border: 1px solid #eee;
	background: #ffffff;
	color: #222222;
	padding: 20px;
	_padding:10px 20px;
	overflow:auto;
	margin-bottom:30px;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}




















