/*/////
作者頁
Design by SharonSu @ 方合
//////*/


 .active {
         margin:1 1;
        background:url(../images/tabact.gif) no-repeat left top;
        font-size:14px;
		color:#993300;
		font-weight:bolder;
        width:175px;
        cursor:pointer;
		height:43px;
    }

    /* inactive樣式是給未選取頁籤用的 */

    .inactive {
	    background:url(../images/tabright.gif) no-repeat left top;
        font-size:13px;
		color:#ffffff;
        width:175px;
        cursor:pointer;
		margin:0 0;
	    height:43px;
    }

    /* layer樣式是給DIV用的 */

    .layer {
	    background-color:#ffffff;
        border: 1px solid;
		border-color:#FF9999;
        border-top: none;
        width: 380px;
        height:auto;
			
    }

    .layer ul{
	
	margin: 5px 0px 0px 5px;
	padding: 0;
	list-style: none;
	font-size:13px;
	line-height:20px; 
}

    .layer li{
	font-size:11px;
    color:#666666;
	margin: 2px 0px 0px 10px;
	padding: 5;
	list-style: none;
	line-height:15px; 
}


 .aurcon {
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
  padding-left:10px;
  font-size:13px;
  line-height: 20px;
  width:370px;
  float:left;
  }
 
  .aurcon2 {
  background-color:#ffffff;
  margin:0px 0px 0px 10px;
  font-size:13px;
  line-height: 20px;
  width:300px;
  float:left;
   
 }
 
 .aurpix{
  background-color:#ffffff;
  width:154px;
  float:right;
  margin:10px 10px 0px 0px;
 }

.bookt {
  font-size:13px;
  font-weight:bolder;
}
.booki {
  font-size:11px;
  font-color:#666666;
  }


  #tabs{
    margin:10px 0px 0px 5px;
  
  }


