div#forumList {
    background-color:#FFF;
    padding: 0 35px 0 0;
}
div#forumList ul, div#forumList li
{
    list-style-type: none;
}
div#forumList a:link, div#forumList a:visited {
    display: block;
    background-image: url( "/img/okarti.gif" );
    background-repeat: no-repeat;
    background-position: 5px 8px;
    border: solid #F0F0F0 1px;
    color: #903;
    text-decoration: none;
    font-weight: bold;
    width:auto; /*100%;*/
    padding: 4px 0 4px 23px;
}
div#forumList a:visited
{
    color: #903;
    font-weight: 400;
}
div#forumList a:hover
{
    border: solid #888 1px;
    background-color: #EEE;
    color: #F00;
}
div#forumList a:active
{
    color: #F00;
    background-color: #FDC;
}
div#forumList span
{
    color: #008;
}
div#divDetay
{
    display:none;
    width: auto;
    height: 200px;
    overflow:auto;
    background-color:#EEE;
    border-top:solid 5px #F96;
    border-bottom:solid 5px #F96;
    margin:10px 0px 10px 0px;
    padding:10px;
}

div#IletiSol {
    float:left;
    width:140px;
    height:180px;
    background-color:#EEF;
    padding:0px 5px 15px 5px;
    text-align:center;
    border:solid 1px silver;
    margin-right:20px;
    }
div#IletiSol img {
    display:block;
    padding:30px 10px 30px 10px;
    }
div#divDetay p {
    padding:10px;
    }
div#divDetay p:first-letter {
    display:block;
    float:left;
    font-size:x-large;
    padding:5px;
    font-weight:bold;
    color:Maroon;
    }
div#divDetay em {
    display:block;
	background-color:#DEE;
	padding:3px;
	font-style:normal;
	font-weight:bold;
	color:#899;
	}

