/*各區tags樣式*/
#tabs_productInfo{height:30px;padding:5px 0 0 5px;background-image:url(../images/title_org.gif)}
/* 共用設定 root element for tabs  */
ul.tabs{background-image:url(../images/gradient_grayBar.gif);padding:7px 0 0;overflow:hidden}
/* single tab */
ul.tabs li{float:left;margin-left:5px;font-size:1.3em}
ul.tabs li:first-child{margin-left:15px}
ul.tabs li a:hover{background-color:#FFF;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2}
ul.tabs li a:link{color:#929292;padding:5px 20px}
ul.tabs li a:visited{color:#929292}
ul.tabs li a:active{color:#929292}
/* 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:#690052;}
/* 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: #343434 !important;background-color: #FFF;border-top: 1px solid #e2e2e2;border-left: 1px solid #e2e2e2;border-right: 1px solid #e2e2e2;}
/* initially all panes are hidden */
.panes .pane{display:none;}
/* TABS內容設定 */
.tabsFrame{overflow:hidden;padding:0 0 20px}
.tabsFrame div{padding:10px 0 0}