/*News*/

#news_pane
{
	background-color:#242423;
    border: 2px solid #292928;
	overflow: auto;
	width:595px;
    margin-right: 7px;
    float: left;
    overflow: hidden;
}

#news_pane .hirek{
    width: 98%;
    overflow: auto;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

#news_pane .hirek img{
    float: left;
}

#news_pane .hirek h3{
    float: left;
    color: #28c933;
    text-shadow: 1px 0px #254d27;
    font-size: 28px;
    text-align: left;
}

#news_pane .hirek .kelt{
    color: #28c933;
    float: right;
    margin-top: 12px;
    font-weight: bold;
}

#news_pane .text{
    margin: 10px;
    width: 570px;
    overflow: auto;
    overflow: hidden;
    text-align: justify;
    line-height: 16px;
    float: left;
}

#news_pane .text .image{margin: 3px; padding: 1px; border: 1px solid #666;}

#news_pane .wrote{text-align: right;float: left; width: 95%;margin-top: 10px;}

#news_pane .text ul{margin-left: 15px;}
#news_pane .text ul li{list-style-type: disc;}
#news_pane .text a{color: #38C0E0;font-weight: bold;}

#news_pane .more2{color:#38c0e0;font-weight: bold; margin: 15px 0px;display: block; width: 400px;
    text-align: left; float: left;}
    
/*Categories*/
#category_pane
{
	background-color:#242423;
    border: 2px solid #292928;
	overflow: auto;
	width:235px;
    float: left;
    overflow: hidden;
}

#category_pane table{float: left;margin-left: 4px;margin-bottom: 4px;}

#category_pane .category{
    width: 220px;
    overflow: auto;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

#category_pane .category img{
    float: left;
}

#category_pane tr{background: #454545; border-bottom: 1px solid #242423;}

#category_pane tr .down{margin-left: 5px;font-weight: bold;}

#category_pane td{border-bottom: 2px solid #242423;line-height: 18px;}

#category_pane .listen {color:#38c0e0;font-weight: bold;}

/*Top news*/

#top_news_pane
{
	background-color:#242423;
    border: 2px solid #292928;
	overflow: auto;
	width:235px;
    float: left;
    overflow: hidden;
    margin-top: 7px;
}

#top_news_pane .top_hirek{
    width: 300px;
    overflow: auto;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

#top_news_pane .top_hirek img{
    float: left;
}

#top_news_pane .title{
    line-height: 17px;
    font-size: 16px;
    font-weight: bold;
}
#top_news_pane .hir_img{
    border: 1px solid #3d3d3d;
    padding: 1px;
}

#top_news_pane table{ text-align: left;}

#top_news_pane table .kelt{color:#bbb;}

#top_news_pane .more{color:#38c0e0;font-weight: bold;}

#top_news_pane .more2{color:#38c0e0;font-weight: bold; margin: 15px 0px;display: block; width: 400px;
    text-align: left;}
