/*各區tags樣式*/
#tabs_productInfo{
	height: 30px;
	padding: 5px 0 0 5px;
	background-image: url(../images/title_org.gif);
}


/* 共用設定 root element for tabs  */
ul.tabs {
	background-color: #54565a;
	overflow: hidden;
}

/* single tab */
ul.tabs li {
    float:left;
	margin-left:15px;
	font-size: 1.3em;
}
ul.tabs li:first-child{ margin-left: 15px;}
ul.tabs li a:hover{
	background-color: #fff;
	text-decoration:none;
	color: #54565a !important;
}
ul.tabs li a:link		{ color: #fff; padding: 10px 20px;}
ul.tabs li a:visited	{ color: #fff;}
ul.tabs li a:active		{ color: #fff;}

/* link inside the tab. uses a background image */
ul.tabs a {
    display:block;
    text-align:center;
}

ul.tabs a:active { outline:none;}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {  color:#54565a;}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    cursor: default !important;
    color: #54565a !important;
	font-weight:bold;
	background-color: #fff;
}


/* initially all panes are hidden */
.panes .pane { display:none;}


/* TABS內容設定 */
.tabsFrame{	overflow: hidden; }
.tabsFrame div{ padding: 10px 0; }
