@media projection, screen {
	.tabs-hide {
		display: none;
		}
	}
@media print {
	.tabs-nav {
		display: none;
		}
	}
#tabs div {
	border-bottom: #006666 1px solid;
	border-left: #006666 1px solid;
	border-right: #006666 1px solid;
	}
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
	_display: inline-block;
	}
.tabs-nav:after {
	display: block;
	clear: both;
	content: " ";
	}
.tabs-nav li {
	float: left;
	margin: 0 0 0 0px;
	min-width: 84px;
	}
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0px 7px 0px 6px !important;
	background: url(/pic/tab.png) no-repeat !important;
	}
.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0 !important;
	color: #666;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	}
.tabs-nav .tabs-selected a {
	color: #000;
	/*font-weight: bold;*/
	}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -150px  !important;
	outline: 0;
	}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-position: 100% -100px !important;
	}
.tabs-nav a span {
	width: 64px;
	min-width: 64px;
	height: 18px;
	min-height: 18px;
	padding-top: 6px !important;
	_padding-bottom: 4px !important;
	padding-right: 0 !important;
	}
*>.tabs-nav a span {
	width: auto;
	height: auto;
	}
.tabs-nav .tabs-selected a span {
	padding-top: 7px !important;
	}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position: 0 -50px !important;
	}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-position: 0 0 !important;
	}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
	}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	cursor: pointer;
	}
.tabs-nav .tabs-disabled {
	opacity: .4;
	_position: relative;
	filter: alpha(opacity=40);
	}
.tabs-nav .tabs-disabled a span {
	_height: 19px;
	_min-height: 19px;
	}
.tabs-container {
	border-top: 1px solid #006666;
	padding: 1em 8px;
	background: #fff;
	}
.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(/pic/loading.gif) no-repeat 0 50%;
	}