/* 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... */
}
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
}

/* Skin */
.tabs-nav {
	list-style: none;
	margin: 0;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left;
	min-width: 89px;
	height: 24px;
	width: 89px;
	padding: 0px;
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	background-image: url(../images/taipei-new1-1.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 89px;
	position: relative;
	margin-bottom: -20px;
}
.tabs-nav a {
	position: relative;
	z-index: 2;
	color: #000000;
	font-size: 12px;
	text-decoration: none; /* required in IE 6 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
}
.tabs-nav .tabs-selected a {
	color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	/* 沒點選的第一頁*/
	background-position: 0px 3px;
	padding-top: 0px;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-position: 0px 3px;
	padding-top: 2px;
}
/*選取距離*/
.tabs-nav .tabs-selected a span {
	background-repeat: no-repeat;
	height: 24px;
	width: 89px;
	background-image: url(../images/taipei-new1.gif);
	text-align: center;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {/*字型大小*/
	background-position: 0px 1px;
}
.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 {/*沒被選取距離*/
	padding-top: 6px;
	background-position: 0px 1px;
	text-align: center;
}
.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 { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	border-top: 1px solid #c5c7bf;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	width: 320px;
	padding-top: 20px;
	padding-right: 8px;
}
.tabs-container td {
	background-image: url(../images/ao-sv.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tabs-loading em {
	padding: 0 0 0 10px;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
