.tab_header {
    width: 625px;
}

.tab_header tr td.tab_item, .tab_header tr td.tab_item_s {
    width: 122px;
    height: 20px;
}

.tab_header tr td.tab_item {
    background: url(../images/tabg.gif) top right no-repeat;
    border-left: 1px solid #666;
    border-bottom: 1px solid #039;
}

.tab_header tr td.tab_item_s {
    background: url(../images/tabb.gif) top right no-repeat;
    border-left: 1px solid #039;
}

.tab_header tr td a {
    display: block;
    color: #666;
    line-height: 14px;
    vertical-align: bottom;
    padding-left: 9px;
    
}

.tab_header tr td.tab_item_s a {
    color: #039;
}

.tab_header tr td.tab_sep {
    border-bottom: 1px solid #039;
}

.tab_pane {
    width: 623px;
    display: none;
    border: 1px solid #039;
    border-top: none;
}

.tab_pane .tp_panel {
    margin: 0px 9px 0px 9px;
    height: 391px;
}

.po_table {
    width: 605px;
}

.po_table tr th {
    height: 33px;
    line-height: 17px;
    vertical-align:bottom;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #999;
    margin: 0px;
    padding: 0px;
}

.po_table tr td {
    border-bottom: 1px solid #999;
    line-height: 12px;
    margin: 0px;
    padding: 7px 0px 0px 0px;
}

.po_table tr td.po_pic {
    width: 78px; 
    padding: 0px;
}

.po_table tr td.po_pic div {
    width: 49px;
    height: 37px;
    margin: 1px 0px 1px 0px;
}

.po_table tr.pover td {
    color: #039;
}

.po_nav {
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    color: #666;
    text-align:right;
    margin: 0px 9px 0px 9px;
}

.po_nav a {
    line-height: 22px;
    text-decoration: none;
    vertical-align: middle;
}

.po_nav a.nav_prev {
    padding: 0px 10px 0px 10px;
    background: url(../images/prevg.gif) left center no-repeat;    
}

.po_nav a.nav_next {
    padding: 0px 0px 0px 10px;
    background: url(../images/nextg.gif) right center no-repeat;
}

.po_nav a.nav_prev:hover {
    background: url(../images/prevb.gif) left center no-repeat;
}

.po_nav a.nav_next:hover {
    background: url(../images/nextb.gif) right center no-repeat;
}

#po_wait {
    background: #fff url(../images/wait.gif) center center no-repeat;
    height: 413px;
}

#po_cardetail {
    display: none;
    position:absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: #fff url(../images/wait.gif) center center no-repeat;
    border: 1px solid #039;
    width: 623px;
    height: 438px;
}

.po_cardetailpane {
    background-color: #fff;
    margin: 6px 0px 0px 7px;
}

.po_cardetailpane td btit {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
}

#po_bigimg {
    width: 232px;
    height: 175px;
}

.po_cardetailpane td {
    vertical-align: top;
}

.po_tlbl tr td:first-child {
    padding-right: 20px;
}

.po_tlbl td {
    line-height: 12px;
    vertical-align:bottom;
}

.po_smallimg {
    width: 60px;
    height: 40px;
    display:block;
}

.bclose {
    display: block;
    line-height:12px;
    color: #666;
    background: url(../images/garrow.gif) left 4px no-repeat;
    margin:0px;
    padding: 0px 0px 0px 7px;
}

.bclose:hover {
    background: url(../images/barrow.gif) left 4px no-repeat;
    color: #039;
}