/*Forumlar iki blok halinde hikayesi başladı*/
.forum_iki_blok {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 8pt;
    height: auto;
    min-height: 210px;
}

.forum_iki_blok li {
    height: auto;
    margin-bottom: 10px;
    float: left;
    width: 50%;
    list-style-type:none;
    position: relative;
    display: inline-table;
}

/* Footer Linkler hikayesi böyle başladı */
.ft {
	text-align: left;
	color: #fff;
	width: 910px;
	margin: auto;
	padding: 6px
}

.ft_box {
	padding:12px
}
.ft_h2 {
	font-size:1.3em;
	color: #999;
	margin-bottom: 6px;
	margin-left: 2px
	text-shadow: 1px 1px 0 white;
}

.ft_h2_bottom_1 {
	border-top: 1px solid #DDD
}

.ft_h2_bottom_2 {
	border-bottom: 1px solid #595959;
	margin-top: -2px
}

.ft_h1 ul {
	list-style-image: url(../../../images/acenavy/ul.png);
	margin-left: 0
}

.ft a {
	color: #999;
	text-shadow: 1px 1px 0 white;
}

.ft a:hover {
	color: #19579E;
	text-shadow: none
}

/* forum isimleri*/
.bbcode_baslik {
    clear: both;
    height: 25px;
    margin: 5px 0 0 0;
    padding-left: 21px;
    background: url(../../../styles/kirmizi/icon/bbcode_baslik.png) no-repeat left;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    border-bottom: 1px solid #ccc
}

/* forum açıklamaları*/
a.tool {
   font-weight: bold;
   position: relative;
   text-decoration: none;
   cursor: help;
}

a.tool span {
   position: absolute;
   font-weight: normal;
   border: 1px solid black;
   background-color: #CFE1F6;
   padding: 10px;      
   color: black;
   width: 225px;

   left: -9999em;
}

a.tool:hover {
   visibility: visible;
   z-index: 100;
}

a.tool:hover span, a.tooltip:focus span {
   left: 30px;
   text-decoration: none;
}

		