.price {
    margin: 14px 0;
}
.price h3 {
    margin: 0 0 2px;
    padding: 7px 10px 6px;
    background: url(/app/rtitle.png) repeat-x #d6312d;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;    
}
.pborder {
    border: 1px solid #cccdcd;
    background: #FFF;
    padding: 2px;
}
.price table {
    width: 100%;
    border-bottom: 1px solid #cccdcd;
}
.price thead {
    background: url(/app/thead.png) repeat-x #fcfcfc 0 100%;
    height: 60px;
}
.price thead th,
.price thead td {
    border: 1px solid #cccdcd;
    font-weight: normal;
    padding: 9px;
    line-height: 16px;
}
.price thead td {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.price tbody th,
.price tbody td {
    border-left: 1px solid #cccdcd;
    border-right: 1px solid #cccdcd;
    padding: 9px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.price tbody .odd {
    background: #F4F4F4;
}
.price tbody th {
    font-weight: normal;
    text-align: left;
}

/* Tabs */
.ptabs {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: -5px;
}
.ptabs li {
    float: left;
    margin: 0 -1px 5px 0;
    border-top: 1px solid #cccdcd;
    background: url(/app/tab.png) no-repeat 100% 100%;
}
.ptabs li,
.ptabs a {
    background: url(/app/tab.png) no-repeat 0 100%;
}
.ptabs a {
    display: block;
    color: #43484d;
    margin-left: 1px;
    padding: 6px 10px 6px 9px;
    background-position: 100% 100%;
    text-decoration: none;
}
.ptabs li.ui-state-active {
    position: relative;
    border: 1px solid #cccdcd;
    border-bottom: none;
    background: #fff;
    margin-bottom: 0;
    font-weight: bold;
}
.ptabs li.ui-state-active a {
    position: relative;
    top: 1px;
    background: #FFF;
    margin-left: 0;
    padding: 5px 9px 7px;
}
.ptabs a:focus {
    outline: none;
}
