#Forumlastmod {
    background:url(../images/webshop/forumHead.jpg) no-repeat;
    width:149px;
    padding-top:180px;  
}
    #Forumlastmod ul {
        margin:0px;
        padding:0px;
    }
        #Forumlastmod ul li {
            list-style:none;
            padding:0px;
            border-bottom:1px solid #d4d2d2;
            padding:5px;
        }
             #Forumlastmod ul li a {
                 background:url(../images/webshop/square.gif) no-repeat left center;
                 padding-left:15px;
                 
             }
             #Forumlastmod ul li span {
                 display:block;
                 padding-left:15px;
             }
    
    .categoryBox {
        float:left;
        width:250px;
    }
    .categoryBox a {
        color:#C98852;
        text-decoration:none;
        font-weight:bolder;
    }
    .categoryBox a:hover {
        text-decoration:underline;
    }

.post {
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
}

.post .number {
	float:left;
    color:#63BAD8;
    font-size:30px;
    margin:0px 5px;
}

.post .author {
	float:left;
}

.post .text {
    float:left;
    width:600px;
    border-top:1px solid #63BAD8;
}

#NewPostLink {
	margin:10px;
}
.forumPostListBox{
    border-top:1px solid #63BAD8;
}

