        .forum .division .title, 
		.forum .category .title {
            background: #5d4e4b;
			position: relative;
			padding-left: 20px;
			
        }
		    .forum .division .title .divh2pre, 
            .forum .category .title .divh2pre {
            	height: 6px;
				line-height: 0;
				font-size: 0;
            }  
		    .forum .division .title .divh2, 
            .forum .category .title .divh2 {
				display: inline;
                position: relative;
				font-size: 20px;
            }
            .forum .division .title h2, 
			.forum .category .title h2 {
				padding: 0 10px;
				background: #b2afaf;
				font-size: 20px;
				color: #4c1617;
				display: inline;
            }
			
        .forum .division .categories,
        .forum .category .topics {
            width: 100%;
            margin: 0 0 20px 0;
        }
            .forum .division .categories .edit-links,
            .forum .category .topics .edit-links {
                width: 43px;
                float: none;
            }
            .forum .division .categories thead th,
            .forum .category .topics thead th {
                background: #b2afaf;
                border-bottom: 1px solid #5d4e4b;
				padding: 5px 5px 5px 30px;
				color: #5d4e4b;
				font-size: 11px;
            }
            .forum .division .categories .date,
            .forum .category .topics .date {
                width: 150px;
            }
            .forum .division .categories .topics {
                width: 60px;
            }
            .forum .division .categories tr td,
            .forum .category .topics tr td {
                padding: 5px 5px 5px 30px;
                border-bottom: 1px solid #5d4e4b;
                font-size: 12px;
                color: #5d4e4b;
            }
            .forum .division .categories tr td a,
            .forum .category .topics tr td a {
                color: #5d4e4b;
				text-decoration: underline;
            }
            .forum .division .categories tr:hover td,
            .forum .category .topics tr:hover td {
                background: #fbc792;
            }
            .forum .category .topics {
                position: relative;
            }
                .forum .category .topics .shorttext {
                    color: #999;
                }
    .forum .breadcrumbs {
        margin: 0 0 10px 30px;
		color:#4C1617;
		position: relative;
    }
	    .forum .breadcrumbs a {
            color:#4C1617;
			text-decoration: underline;
        }
        .forum .breadcrumbs .last {
            text-decoration: none;
            border-bottom: 1px dotted gray;
        }
    .forum .topic-itself {
        border-top: 1px solid #5d4e4b;
		border-bottom: 1px solid #5d4e4b;
        margin-bottom: 10px;
		position: relative;
		zoom: 1;
    }
        .forum .topic-itself .userbar {
            padding: 20px;
            width: 240px;
            float: left;
			background: #fbc792;
			border-right: 1px solid #5d4e4b;
        }
		    .forum .topic-itself .userbar .author a {
		    	color: #4c1617;
				text-decoration: underline;
		    }
            .forum .topic-itself .userbar dl.profile dt {
            	float: left; clear: left;
                color: #5d4e4b;
                font-size: 9px; line-height: 12px;
                margin: 0; padding: 0;
            }
            .forum .topic-itself .userbar dl.profile dd {
            	float: right; clear: right;
				width: 140px;
				text-align: right;
                font-size: 9px; line-height: 12px;
                margin: 0; padding: 0;
				zoom: 1;
            }
        .forum .topic-itself .content {
			border-left: 1px solid #5d4e4b;
            margin-left: -1px;
			float: left;
			width: 415px;
			padding: 20px 20px 20px 20px;
        }
                .forum .topic-itself .content .toolbar .title {
                	color: #4c1617;
                }
                .forum .topic-itself .content .toolbar .date {
                    color: #5d4e4b;
					font-size: 11px;
                }
            .forum .topic-itself .content .text {
            	color: #221a22;
            }
.forum input {
	border: 2px inset #fff;
}
.forum input.submit {
	border: 2px outset #e0dfe3;
}        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
