@CHARSET "gb2312";

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
  }

  #tabs li {
    float: left;
    margin: 0 -15px 0 0;
  }

  #tabs a {
    float: left;
    position: relative;
    padding: 0 40px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;      
    border-right: 30px solid transparent;
    border-bottom: 30px solid #81c2d6;
    border-bottom-color: #81c2d6;
    opacity: .7;
    filter: alpha(opacity=70);      
  }
  
  

  #tabs a:hover,
  #tabs a:focus {
    border-bottom-color: #81c2d6;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #tabs a:focus {
    outline: 0;
  }

  #tabs #current {
    z-index: 3;
    border-bottom-color: #3d3d3d;
    opacity: 1;
    filter: alpha(opacity=100);      
  }

  /* ----------- */
  #content {
      background: #fff;
      border-top: 1px solid #81c2d6;
      padding-top: 1em;
      padding-bottom: 1em;
      /*height: 220px;*/
  }

  #content h2,
    #content h3,
    #content p {
      margin: 0 0 15px 0;
  }  
  
   #content li{
   	padding-top:10px;
   	margin-top:0px;
   }
   
   #content ul{
   	padding-left:20px;
   }
   
   #content img{
   		float: left;
   		width: 400px;
   		margin-top: 15px;
   		margin-left:30px;
   }

  /* Demo page only */
  #about {
      color: #999;
      text-align: center;
      font: 0.9em Arial, Helvetica;
  }

  #about a {
      color: #777;
  }   