/* TAB STYLES */
#tab_container {
	height: 23px;
	background: url(../img/panel-620x75-top.png) no-repeat 0 17px;
}

/* #tabs */

.tabs_2col_content {
/*
	background: url(../img/tabs_white_620x4000.png) no-repeat top left;
*/
}

#tab_container ul,
#tabs ul.tabs {
	margin: 15px 15px 0 15px;
	padding: 0;
	font-size: 12px;
	height: 17px;
	background: none;
}

#tab_container ul li,
#tabs ul.tabs li {
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
}

#tab_container ul li.last,
#tabs ul.tabs li.last {
	margin-right: 0;
}

#tab_container ul li a,
#tabs ul.tabs li a {
	position: relative;
	color: #333;
	padding: 5px 0 5px 0;
	margin: 0;
	background: url(../img/tabs/tab-right.png) no-repeat top right;
	text-decoration: none;
}

#tab_container ul li a:hover,
#tabs ul.tabs li a:hover {
	background: url(../img/tabs/tab-right.png) no-repeat right -52px;
	border-bottom: 1px solid #fff;
}

#tab_container ul li a.active,
#tabs ul.tabs li.ui-state-active a {
	background: url(../img/tabs/tab-right.png) no-repeat right -52px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	z-index: 100 !important;
}

#tab_container ul li a span,
#tabs ul.tabs li a span {
	padding: 5px 12px;
	background: url(../img/tabs/tab-left.png) no-repeat;
}

#tab_container ul li a:hover span,
#tabs ul.tabs li a:hover span {
	background: url(../img/tabs/tab-left.png) no-repeat left -52px;
}

#tab_container ul li a.active span,
#tabs ul.tabs li.ui-state-active a span {
	background: url(../img/tabs/tab-left.png) no-repeat left -52px;
	z-index: 200 !important;
}
#tabs.ui-tabs .ui-tabs-panel.ui-tabs-hide {
	display: none;
}

/* Fix for Non-JavaScript */
/*
#tabs .ui-tabs-panel {
	display: none;
}
#tabs #tabs-1 {
	display: block;
}
*/
/*
#tabs .ui-tabs-panel {
	display: none;
}


#tabs.ui-tabs .ui-tabs-panel {
	display: inline;
}

#tabs ul.tabs {
	display: none;
}
#tabs div.panel_2col_wrappe.active.ui-tabs-panel {
	display: block;
}
#tabs-1 {
	display: block;s
}*/

