/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
	display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
	display: none;
    }
}

#mytabs ul.tabs	{
	padding-left: -20px!important;
	}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-size: 13px;
}
.ui-tabs-nav {
	margin: 0 0 0 5px!important;
	padding: 0!important;
	list-style: none!important;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	min-width: 64px; /* be nice to Opera */
	list-style-image: none!important;
}
.ui-tabs-nav a {
	display: inline-block!important;
	padding: 2px 5px 3px 5px;
	background-color: #CA9D52;
	color: #fff!important;	
	border-left: 1px solid #ecd6bb;
	border-top: 1px solid #ecd6bb;
	border-right: 1px solid #ecd6bb;
	position: relative;
	top: 1px;
	font-size: 13px;
	text-decoration: none!important;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap; /* required in IE 6 */    
	outline: 0; /* prevent dotted border in Firefox */
	min-width: 64px;
	width: auto!important;
	width: 64px;
	margin-top: 4px;
	height: 20px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	z-index: 2;
	margin-top: 0;
	color: #554B3E!important;
	background-color: #fff!important;
	border-left: 1px solid #CA9D52!important;
	border-top: 1px solid #CA9D52!important;
	border-right: 1px solid #CA9D52!important;
	cursor: text!important;
	height: 24px;
	line-height: 2.0;
	padding: 1px 10px 4px 10px;
	background-image: url(../images/grad.gif);
	background-repeat: repeat-x;
	background-position: 0 1px;
}
.ui-tabs-nav a:hover {
	color: #D7BE8E!important;
	background-color: #572700;
	border-left: 1px solid #CA9D52;
	border-top: 1px solid #CA9D52;
	border-right: 1px solid #CA9D52;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
	color: #554B3E!important;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-panel {
	border-top: 1px solid #CA9D52;
	padding: 1em 8px;
	/* background: #fff; declare background color for container to avoid distorted fonts in IE while fading */
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}


/* ul.tabs li a	{
	font-weight: 800;
	font-size: 12px;
	} */
/*  style and copy for jquery tab information fragments */
.boxed	{
	float: left;
	width: 715px;
	background-image: url(../images/bg-box.gif);
	background-position: top left;
	background-repeat: no-repeat;
	/* 	width: 713px;
	border-left: 1px solid #CA9D52;
	border-right: 1px solid #CA9D52;
	border-bottom: 1px solid #CA9D52; */
	padding: 10px;
	margin-bottom: 15px;
	clear: both;
	}	
.boxed h3	{
	font-size: 13px;
	display: none;
	margin: 0;
	}

