.duyuru_liste{
	/*height: 440px;*/
}
.duyuru_tek{
	width:100%;
	margin: 10px 0 0 0 ;
	display:block;
	height:55px;
	/*padding: 15px 0 0 0;*/
}
.duyuru_resim{
	width:48px;
	height: 48px;
	position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
}
.duyuru_baslik{
	    margin-left: 55px;
    height: auto;
    position: relative;
    height: 60px;
    font-size:13px;
}

.duyuru_tarihBilgisi{
    /*position:absolute;
    bottom:0px;*/
    font-size:11px;
    color:#1979c4;

    font-weight: bold;
    margin-bottom: 3px;
}
/*.duyuru_baslik a{
	color:#104c84
}*/

.sunum_liste{
	/*height: 440px;*/
}
.sunum{
	width: 100%;
	height: 50px;
	margin: 10px 0 0 0 ;
}
.sunum_tarih{
	width: 40px;
	height: 40px;
	padding: 15px 0 0 0;
	text-align: center;
	background: url("../images/icon/tarih.png") no-repeat center center;
	position: absolute;
	font-size: 12px;
}
.sunum_baslik{
	margin-left: 50px;
}
.sunum_baslik a{
	color:#104c84
}
.mevzuat_liste{
	/*height: 440px;*/
}
.mevzuat{
	width: 100%;
	height:75px;
	margin: 10px 0 0 0 ;
}



    .divFavorites {
        padding-top: 1em;
    }
    .favoriItem {
        /*margin: 0 0 1em 0;*/
       padding-top:7px;
       padding-bottom:7px;
    }
    .favoriItem{
        border-bottom: 1px solid #eee;
    }
    .favoriItem.borderBottomNone:last-child{
        border-bottom: none;
    }
    .favoriItem:hover{
      background-color:#ededed;
    }
        .favoriItem .imgContainer {
            -webkit-transition: text-shadow 0.5s, opacity 0.5s; /* For Safari 3.1 to 6.0 */
            transition: all 0.5s;
            opacity: 1;
        }
        .favoriItem:hover .imgContainer {
            opacity: 0.85;
            /*text-shadow: -1px 1px 6px #666;*/
        }
        .favoriItem a {
            text-decoration: none;
            width: 100%;
            height: 100%;
            display: block;
        }
        .favoriItem div.imgContainer {
            padding-right: 0.5em;
        }
        .favoriItem div {
            display: table-cell;
            vertical-align: top;
        }
        .favoriItem div.Sss {
            vertical-align: middle;
        }

        .favoriItem div.textContainer.Height55{
            height:55px;
        }

