/* TABS BASE CLASSES
----------------------------- */

.ui-tabs-selected { /* current tab */
	
}
.ui-tabs-deselectable { /* deselect selected upon click */
	
}
.ui-tabs-disabled { /* disabled tab */
	
}
.ui-tabs-panel { /* toggled panel */
	clear: both;
	width: 498px;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    padding: 10px;
    background-color: #fff;
}
.ui-tabs-panel.full { /* toggled panel */
	clear: both;
	width: 918px;
    min-height: 420px;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    padding: 10px;
    background-color: #fff;
    float: left;
}
.ui-tabs-panel-footer {
	width: 520px;
    height: 6px;
	background: transparent url(/images/site/bg-tabs-panel.png) no-repeat bottom left;
}
.ui-tabs-panel-footer.full {
	clear: both;
	width: 940px;
    height: 6px;
	background: transparent url(/images/site/bg-content-full-footer.png) no-repeat bottom center;
}
.ui-tabs-hide { /* REQUIRED - hides the tab panels */ display: none; }

/* ADDITIONAL STYLING
----------------------------- */

div#tabs-container {
	position: relative;
    width: 100%;
    margin-bottom: 30px;
}
div#tabs-container .content {
	padding: 10px 10px 10px 10px;
    overflow: auto;
    width: 475px;
    height: 470px;
}
div#tabs-container .content.full {
	padding: 10px 10px 10px 10px;
    overflow: visible;
    width: 898px;
    height: auto;
}
ul.ui-tabs-nav {
	background: transparent url(/images/site/bg-tabs.png) no-repeat top right;
	width: 100%;
    height: 46px;
    border-bottom: 1px solid #c7c7c7;
}
ul.ui-tabs-nav.full {
	background: transparent url(/images/site/bg-tabs.png) no-repeat top right;
	width: 100%;
    height: 46px;
    border-bottom: 1px solid #c7c7c7;
}
.ui-tabs-nav li {
	text-align: center;
    font-size: 1.2em;
    font-weight: bold;
	display: block;
	float: left;
    height: 46px;
    border-right: 1px solid #c7c7c7;
    padding-left: 1px;
    line-height: 1em;
    margin: 0;
}
.ui-tabs-nav .first.ui-state-default {
	background: transparent url(/images/site/bg-tabs-first-off.png) no-repeat top left;
}
.ui-tabs-nav .first.ui-state-active {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-first-on.png) no-repeat top left;
}
.ui-tabs-nav .first.ui-state-active.ui-state-hover {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-first-on.png) no-repeat top left;
}
.ui-tabs-nav .first.ui-state-hover {
	background: transparent url(/images/site/bg-tabs-first-over.png) no-repeat top left;
}
.ui-tabs-nav .ui-state-active {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-on.png) repeat-x top left;
}
.ui-tabs-nav .ui-state-active.ui-state-hover {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-on.png) repeat-x top left;
}
.ui-tabs-nav .ui-state-hover {
	background: transparent url(/images/site/bg-tabs-over.png) repeat-x top left;
}
.ui-tabs-nav li.ui-state-active a, .ui-tabs-nav li.first.ui-state-active a {
	border-bottom: 1px solid white;
    margin-top: -1px;
    color: #444;
}
.ui-tabs-nav li.ui-state-default a {
    color: #999;
}
.ui-tabs-nav li a, .ui-tabs-nav li a:visited {
	display: block;
    width: 80px;
    height: 32px;
    color: #444;
    text-decoration: none;
    padding: 15px 8px 0 8px;
}
ul.ui-tabs-nav.full li a, ul.ui-tabs-nav.full li a:visited {
	width: auto;
}
.ui-tabs-nav li a:hover {
    text-decoration: none;
}