@charset "utf-8";
/* CSS Document */
#container{  padding:0 10px; text-align:left;}
#container .tabpanel{
	width:100%;
	margin:0; padding:0px;	
	clear: both;
	float:left; /* 解決firefox tab內的資料少於圖示高度外框會往上縮的問題 */	
}

#container .tabpanel ul.tablist {
	width:100%;
	overflow:hidden;    /*----overflow要加-----*/
	background:#FFFFFF url(../images/tablist_bg.gif) repeat-x 100% bottom; /*----底線設在背景圖像中-----*/
}

#container .tabpanel li.tab {
	background-image: url(../images/PanelsTab1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0 0px 8px;	
	margin:0 2px 0 0px;
	list-style-type: none;
	margin-right:2px;
	float:left;
	cursor: pointer;
	word-break:keep-all;
	font-size:100%;	
	border:0px none;
	border-bottom: solid 1px #ddd;
	margin-top: -1px; /*-----往上移--*/
}
#container .tabpanel li.tab span{
	text-align:center;
	background-image: url(../images/PanelsTab1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:6px 8px 2px 0px;
	color: #FFF;
	display:block;	
	cursor: hand;
}
#container .tabpanel li.tab span em{
	color: #BBE31C;	
}
#container em, #container .tabpanel li.selected span em{
	color: #690;
	font-size:90%;
	padding:0 2px 0;
}

#container .tabpanel li.selected {
	background-image: url(../images/PanelsTab2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display:block;
	margin:0 2px 0 0px;
	padding:0px 0 0px 5px;
	border-bottom: 0px none;  /*-----將下方的border 隱藏掉------*/
	margin-bottom: -1px;      /*----再設margin-top:-1 往上1px------*/
	
}
#container .tabpanel li.selected span{
	background-image: url(../images/PanelsTab2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:6px 8px 2px 0px;
	font-weight: bold;
	color: #006600;
	display:block;
	cursor: hand;
}

#container .tabpanel .tabpanel {
	clear: both;
	width:100%;
	border: solid 1px #ddd;  
	border-top: none;         /*---要把上面的框線隱藏掉--*/
	margin:0px 0 0px 0;
	padding:0px;
}
.web2Tag, .web2Favorite, .web2Comment, .web2Digg, .web2Trackback, .web2Forward{ margin:0 20px;}
.web2Tag ul, .web2Favorite ul, .web2Comment ul, .web2Digg ul, .web2Trackback ul, .web2Forward ul{ margin:5px 0;  }
