/* CSS Document */
body{
	margin:0;
	font-family: "Arial", "Helvetica", "sans-serif","新細明體";
}
#content{
	width:985px;
	height:445px;
	background-color: #fff;
}
#left{
		width:750px;
		height:445px;
		float:left;
		border:1px solid #fff;
	}
		/* 改 預設 FF 用 585PX (減掉 400) */
#mainclass{
	width:750;
	height:445px;
	border-right:1px solid #f0f0f0;
	overflow:hidden;
	background-color:#f4f4f4;
	background-image:url(08sf-limit/loading.gif);
	background-position :68% 35%; 
	background-repeat:no-repeat;
}
/* 增加 IE 專用 以下 */
* html body #content{
	width:985px;
}
/* 增加 IE 專用 以上 */
#img_show{
	width:740px;
	height:415px;
	background-color:#fff;
	background:url("loading.gif") no-repeat 340px 180px;
	background-repeat : no-repeat;
	margin:2px;
	border:solid 1px #ccc;
}
#img_select{
	width:750px;
	height:25px;
}
	 #tabs1 {
      float:left;
      width:100%;
	  background:#fff;
      font-size:11px;
      line-height:normal;
	  border-bottom:1px solid #ccc;
	  /*padding-top:5px;*/
      }
    #tabs1 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666666;
	  width:99px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
/*
	#tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }
*/
	 #tabs1 a.m_Active {
	 	background-position:0% -42px;
	 }
	 
	 #tabs1 a.m_Active span.m_Active{
	 	color:#cc3300;
	 	background-position:100% -42px;
	 }



#right{
		width:230px;
		height:440px;
		float:right;
		border:1px solid #ccc;
		margin-top:2px;
}
#copyright{
	background-color:#f0eeee;
	height:22px;
	width: 985px;
	margin-top:5px;
	font-size: 11px;
	color: #999999;
	letter-spacing: 1px;
	line-height: 22px;
	text-align:center;
}