﻿
/*=================* 共用 *==============*/



/* 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;
	}
}



/* 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  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



/*=================* 首頁 *==============*/


.ui-tabs-nav {
   	font-weight: bold;
	position: absolute;
	_position: absolute;
	top: 4px;
	right: 14px;
	z-index: 100;
}
.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 2px 0 0;	
	background-image: url('../images/btn03a.jpg');
	background-repeat:no-repeat;
	height: 23px;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	
	color:black !important;
}






.ui-tabs-nav a {
    outline: 0; /* @ Firefox, prevent dotted border after click */  	
   	color: #009140 !important;
	background-image: url('../images/btn03c.jpg');
	background-repeat:no-repeat;
	width: 52px;
	height: 23px;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
}
.ui-tabs-nav .ui-tabs-selected a {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
	color:black !important;
}
.ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;	
	background-image: url('../images/btn03b.jpg');
	background-repeat:no-repeat;	
}






.ui-tabs-nav .ui-tabs-unselect a:focus { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;	
	background-image: url('../images/btn03b.jpg');
	background-repeat:no-repeat;	
}






.ui-tabs-nav .ui-tabs-unselect a:hover { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;	
	background-image: url('../images/btn03b.jpg');
	background-repeat:no-repeat;	
}






.ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;	
	background-image: url('../images/btn03b.jpg');
	background-repeat:no-repeat;	
}






.ui-tabs-nav a:focus { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;	
	background-image: url('../images/btn03b.jpg');
	background-repeat:no-repeat;	
}






.ui-tabs-nav a:hover { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;	
	background-image: url('../images/btn03b.jpg');
	background-repeat:no-repeat;	
}






.ui-tabs-nav li.btn4on {
	float: left;
	margin: 0 2px 0 0;
	background-image: url('../images/btn04a.jpg') !important;
	width: 36px !important;
	height: 23px;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 2em;
}
.ui-tabs-nav .btn4on a {
    outline: 0; /* @ Firefox, prevent dotted border after click */   	
   	color: #009140 !important;
	background-image: url('../images/btn04c.jpg');
	background-repeat:no-repeat;
	width: 36px !important;
}
.ui-tabs-nav .ui-tabs-selected .btn4on {
	color:black !important;	
}
.ui-tabs-nav .ui-tabs-selected .btn4on a {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
}
.ui-tabs-nav .ui-tabs-unselect .btn4on a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;		
	background-image: url('../images/btn04b.jpg');
	background-repeat:no-repeat;
}



.ui-tabs-nav .ui-tabs-unselect .btn4on a:focus { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;		
	background-image: url('../images/btn04b.jpg');
	background-repeat:no-repeat;
}



.ui-tabs-nav .ui-tabs-unselect .btn4on a:hover { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;		
	background-image: url('../images/btn04b.jpg');
	background-repeat:no-repeat;
}



.ui-tabs-nav .btn4on a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;		
	background-image: url('../images/btn04b.jpg');
	background-repeat:no-repeat;
}



.ui-tabs-nav a.btn4on:focus { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;		
	background-image: url('../images/btn04b.jpg');
	background-repeat:no-repeat;
}



.ui-tabs-nav .btn4on a:hover { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
   	color: #009140;
	border:0;		
	background-image: url('../images/btn04b.jpg');
	background-repeat:no-repeat;
}



/*=================* Products/ICS *==============*/


.productsICS-tabs-nav {
	list-style: none;
	position: relative;
	_height: 32px;
	height:33px;
	z-index: 100;
}
.productsICS-tabs-nav li {
    float: left;
    margin: 0 0 0 5px;
}
.productsICS-tabs-nav a span {
	font-size: 11px;
	display: block;
	padding: 0 6px;
	background: url('../images/tabs.png') no-repeat;
}
.productsICS-tabs-nav a {
	font-size: 12px;
	display: block;
	padding: 0 6px;
	background: url('../images/tabs.png') no-repeat;
}
.productsICS-tabs-nav a {
    position: relative;
	top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #009140 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none; 
}
.productsICS-tabs-nav a:hover {
    background-position: 100% -165px;
    border:0;
}
.productsICS-tabs-nav a {
	background-position: 100% -99px;
}
.productsICS-tabs-nav a.selected {
	background-position: 100% -132px;
}
.productsICS-tabs-nav a span {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 9px;
}
.productsICS-tabs-nav a span {
    width: auto;
    height: auto;
}
.productsICS-tabs-nav a:hover span {
    background-position: 0 -66px;
}
.productsICS-tabs-nav a span {
	background-position: 0 0;
}
.productsICS-tabs-nav a.selected span {
	background-position: 0 -33px;;
	color:black;
	padding-bottom: 10px;
}




/*=================* Products/MCS *==============*/


.productsMCS-tabs-nav {
	list-style: none;
	position: relative;
	_height: 32px;
	height:33px;
	z-index: 100;
}
.productsMCS-tabs-nav li {
    float: left;
    margin: 0 0 0 5px;
}
.productsMCS-tabs-nav a span {
	font-size: 11px;
	display: block;
	padding: 0 6px;
	background: url('../images/tabs.png') no-repeat;
}
.productsMCS-tabs-nav a {
	font-size: 12px;
	display: block;
	padding: 0 6px;
	background: url('../images/tabs.png') no-repeat;
}
.productsMCS-tabs-nav a {
    position: relative;
	top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #1568ac !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none; 
}
.productsMCS-tabs-nav a:hover {
    background-position: 100% -165px;
    border:0;
}
.productsMCS-tabs-nav a {
	background-position: 100% -99px;
}
.productsMCS-tabs-nav a.selected {
	background-position: 100% -132px;
}
.productsMCS-tabs-nav a span {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 9px;
}
.productsMCS-tabs-nav a span {
    width: auto;
    height: auto;
}
.productsMCS-tabs-nav a:hover span {
    background-position: 0 -66px;
}
.productsMCS-tabs-nav a span {
	background-position: 0 0;
}
.productsMCS-tabs-nav a.selected span {
	background-position: 0 -33px;;
	color:black;
	padding-bottom: 10px;
}


/*=================* Products/NCS *==============*/


.productsNCS-tabs-nav {
	list-style: none;
	position: relative;
	_height: 32px;
	height:33px;
	z-index: 100;
}
.productsNCS-tabs-nav li {
    float: left;
    margin: 0 0 0 5px;
}
.productsNCS-tabs-nav a span {
	font-size: 11px;
	display: block;
	padding: 0 6px;
	background: url('../images/tabs.png') no-repeat;
}
.productsNCS-tabs-nav a {
	font-size: 12px;
	display: block;
	padding: 0 6px;
	background: url('../images/tabs.png') no-repeat;
}
.productsNCS-tabs-nav a {
    position: relative;
	top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #c72525 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none; 
}
.productsNCS-tabs-nav a:hover {
    background-position: 100% -165px;
    border:0;
}
.productsNCS-tabs-nav a {
	background-position: 100% -99px;
}
.productsNCS-tabs-nav a.selected {
	background-position: 100% -132px;
}
.productsNCS-tabs-nav a span {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 9px;
}
.productsNCS-tabs-nav a span {
    width: auto;
    height: auto;
}
.productsNCS-tabs-nav a:hover span {
    background-position: 0 -66px;
}
.productsNCS-tabs-nav a span {
	background-position: 0 0;
}
.productsNCS-tabs-nav a.selected span {
	background-position: 0 -33px;;
	color:black;
	padding-bottom: 10px;
}

/*=================* Products/MMS *==============*/


.productsMMS-tabs-nav {
	list-style: none;
	position: relative;
	_height: 32px;
	height:33px;
	z-index: 100;
}
.productsMMS-tabs-nav li {
    float: left;
    margin: 0 0 0 5px;
}
.productsMMS-tabs-nav a span {
	font-size: 11px;
	display: block;
	padding: 0 6px;
	background: url('../images/tabs.png') no-repeat;
}
.productsMMS-tabs-nav a {
	font-size: 12px;
	display: block;
	padding: 0 6px;
	background: url('../images/tabs.png') no-repeat;
}
.productsMMS-tabs-nav a {
    position: relative;
	top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #3e2383 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none; 
}
.productsMMS-tabs-nav a:hover {
    background-position: 100% -165px;
    border:0;
}
.productsMMS-tabs-nav a {
	background-position: 100% -99px;
}
.productsMMS-tabs-nav a.selected {
	background-position: 100% -132px;
}
.productsMMS-tabs-nav a span {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 9px;
}
.productsMMS-tabs-nav a span {
    width: auto;
    height: auto;
}
.productsMMS-tabs-nav a:hover span {
    background-position: 0 -66px;
}
.productsMMS-tabs-nav a span {
	background-position: 0 0;
}
.productsMMS-tabs-nav a.selected span {
	background-position: 0 -33px;;
	color:black;
	padding-bottom: 10px;
}

