/* forum */

.itembox {
    float: left;
    width: 140px;
    margin: 0 10px 10px 0;
}

.itemlongbox {
    float: left;
    width: 650px;
    margin: 0 10px 10px 0;
}

.postBox {
    overflow: auto; 
    width: 810px;
    border-top: 2px solid #ebfbff; 
    padding-bottom: 5px;
    display: block;
    height: auto;
    clear: both;
}

.pE,
.pQ,
.pP,
.pF,
.pM
{
    float: right;
    width: 17px; 
    height: 17px;
    display: block;
    padding-right: 5px;
    text-indent: -9999px;
    overflow: hidden;
}

.pE {
    background: url('/layout/images/forum/edit.gif') no-repeat;
}

.pQ {
    background: url('/layout/images/forum/quote.gif') no-repeat;
}

.pP {
    background: url('/layout/images/forum/profile.gif') no-repeat;
}

.pF {
    background: url('/layout/images/forum/fish.gif') no-repeat;
    width: 22px; 
    height: 17px;
}

.pM {
    background: url('/layout/images/forum/email.gif') no-repeat;
    width: 22px; 
    height: 17px;
}

.postTopline {
    height: 22px;
    width: 100%;
    border-left: 2px solid #69B9DA;
    border-bottom: 2px solid #69B9DA;
    margin-bottom: 5px;
}

.postTopL {
    font-size: 11px;
    text-align: right;
    float: left;
    padding-left: 10px;
}

.postTopR {
    width: 30%;
    float: right;
}

.clear
{
    clear: both;
}
