@CHARSET "UTF-8";
	#thread-container .header {
	    font-weight: bold;	
	}
    #thread-container .single-thread a {        
        font-weight: bold;  
    }	
    #thread-container .title,
	#thread-container .rating,
	#thread-container .last-post,
	#thread-container .answers,
	#thread-container .hits,
	#thread-container .posted-at {
	   float: left;
	}
    #thread-container .rating,
    #thread-container .answers,
    #thread-container .hits {	
	   text-align: center;
	}
	#thread-container .posted-at {
	   text-align: right;
	}
	#thread-container .single-thread {
	   padding: 3px 0 3px 3px;
	}
	#thread-container .title {
	   width: 585px;
	   padding-left: 5px;	   
	}
	#thread-container .rating {
	   width: 0px;
	}
	#thread-container .last-post {
	   width: 110px;
	   overflow: hidden;
	}
	#thread-container .posted-at {
	   width: 85px;
	   margin-right: 5px;
	}
	#thread-container .answers {
	   width: 100px;
	}
	#thread-container .hits {
	   width: 50px;
	}
	#thread-container .row-even {
	   background-color: #ffffff;
	}
    #thread-container .row-odd {
       background-color: #efefef;
    }	
    .forum-quote {
        background-color: #F5FFEF;
        border: 1px solid #2D7F00;
        padding: 10px;
        margin-left: 10px;
	    -webkit-border-radius: 7px; 
	    -moz-border-radius: 7px;
	    -khtml-border-radius: 7px; 
	    border-radius: 7px;
	    width: 750px; 
	    display: block;
    }
    #thread-container .thread-text {
        padding: 3px 0 0 8px;
    }