/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    * PZ3 inside Tables    */       .PZshdw {      border-right:5px solid #8798a9;      border-bottom:5px solid #8798a9;      margin:0 0 15px 0;      }    .PZtbl {      border:1px solid #000;      margin:-5px 0 0 -5px;      padding:0;      border-collapse:collapse;      background:#000 url(head_bg.gif) repeat-x;      color:#336;    }    .PZtbl td {      border:1px solid #000;    }    .PZtbl .PZwrap {      float:left;      margin:7px 10px 0 20px;    }    .PZtbl .PZwrap .PZhead {      display:block;      margin:-8px 0 7px 0    }    .PZtbl .PZwrapR {      float:left;      margin:7px 10px 0 20px;    }    .PZtbl .PZwrapR .PZhead {      display:block;      margin:-8px 0 7px 0    }    *:first-child+html .PZtbl .inrTbl {      margin:-3px 0;  /* ie7 */    }    .PZtbl .inrTbl .headings {      color:#fff;      background:inherit;      font-weight:bold;      }    .PZtbl .inrTbl .headings td {      text-align:center;      height:22px;      /* use for getting bg image */      /* border-bottom:1px solid #000;         background-color:#369;   */    }    .PZtbl .inrTbl td {      border-width: 0 0 0 1px;      width:70%;      height:115px;    }    .PZtbl .inrTbl td+td,    .PZtbl .inrTbl td+td+td {      width:15%;      text-align:center;    }    .PZtbl .inrTbl td p {      width:95%;      margin:5px auto;    }    .PZtbl .inrTbl td p.details {      font-size:.8em;    }    /* extra IE6 stuff */       * html .PZtbl .inrTbl {      margin:-3px 0;    }    * html .PZtbl .inrTbl .price,    * html .PZtbl .inrTbl .avail {      width:15%;    }    * html .PZtbl .inrTbl td.price p,    * html .PZtbl .inrTbl td.avail p {      text-align:center;    }       /*        Note: You'll also need the PZ3 CSS, which isn't included here.        You can find the latest PZ3 CSS code on this page:        http://randsco.com/pz3           Copyright Policy:        Free for personal use.        Donation required for commercial use.        http://randsco.com/copyright    */   