/*sitemap*/
dl.article{display: inline;float: left;width: 24.25%;margin-left: 1%;}
dl.article:first-child{margin-left:0;}
dl.article dt,.category h2{background-color:#FF6C00;color: #FFFFFF;font-weight: bold;height: 28px;line-height: 28px;text-align: center;text-transform: uppercase;}
.category h2{margin-bottom:5px;}
dl.article dt a,.category h2 a{color: #FFFFFF;}
dl.article dd,.category li{background: url("../images/list_arrow.png") no-repeat scroll 0 5px transparent;line-height: 18px;padding: 4px 10px 4px 15px;}
dl.article dd a{outline: medium none;}
dl.article dd.sub{background: url("../images/nesli_bg.png") no-repeat scroll 15px center transparent;padding-left: 25px;}
/*list*/
.category ul{-webkit-column-count: 3;-webkit-column-gap: 5px;-moz-column-count: 3;-moz-column-gap: 5px;padding-bottom: 10px;}
/*noFound*/
#nofound{font-size: 12px;line-height: 22px;padding: 0 15px 15px;}
#nofound h3{font-size: 22px;line-height: 40px;font-weight:bold;}
#nofound li{list-style: disc outside none;margin-left: 30px;}
@media screen and (max-width: 768px)
{
    /*sitemap*/
	dl.article{width: auto;}
	dl.article:first-child{margin-left: 5px;}
    dl.sitemap{float: none;display: block;width: auto;margin: 0 5px !important;}
    .sitemap h2{margin-left: 5px;margin-right: 5px;}
    /*list*/
    .category ul{-webkit-column-count: auto;-moz-column-count: auto;}
}