﻿  .sizer{width:600px!important;}
  .sizer.content{overflow:hidden;}

   div.detial {
      border: 2px solid #458B74;
      border-radius: 10px;
      padding: 2% 2%;
      margin: 10px;
    }

      div.detial .tb0 {
        width: 520px;
      }

      div.detial table {
        border-collapse: separate;
        border-color: write;
        border-spacing: 2px;
        width: 98%;
        margin: 0 auto;
      }

        div.detial table tr:nth-of-type(even) {
          background-color: #F0FFFF;
        }

        div.detial table td {
          padding: 5px;
          color: #444444;
        }

        div.detial table .th {
          text-align: center;
          padding: 2px;
          background-color: #9BCD9B;
          color: #444444;
          width: 120px;
        }

    /* [David 110.01.08] PubLand */ 
    div.publand table {
      border-collapse: separate;
      border-color: write;
      border-spacing: 2px;
      width: 98%;
      margin: 0 auto;
    }

      div.publand table td {
        padding: 5px;
        background-color: #F0FFFF;
        color: #444444;
      }

      div.publand table .th {
        text-align: center;
        font-weight:bold;
        padding: 2px;
        background-color: #9BCD9B;
        color: #ffffff;
      }

      div.publand table .tl {
        text-align: center;
        font-weight: bold;
        padding: 2px;
        background-color: #3D7878;
        color: #ffffff;
      }
