.kin-cat {
    margin-bottom: 20px;
}

.kin-cat a {
    display: block;
    color: #000;
    padding: 6px 8px;

    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(211,211,211,1) 94%, rgba(255,255,255,1) 94%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(94%,rgba(211,211,211,1)), color-stop(94%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(211,211,211,1) 94%,rgba(255,255,255,1) 94%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(211,211,211,1) 94%,rgba(255,255,255,1) 94%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(211,211,211,1) 94%,rgba(255,255,255,1) 94%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(211,211,211,1) 94%,rgba(255,255,255,1) 94%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-bottom:  1px solid #293473;
}

.kin-cat a span {
    color: #293473;
    font-weight: bold;
}

.kin-cat a.active-cat {
    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(156,186,231,1) 94%, rgba(255,255,255,1) 94%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(94%,rgba(156,186,231,1)), color-stop(94%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(156,186,231,1) 94%,rgba(255,255,255,1) 94%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(156,186,231,1) 94%,rgba(255,255,255,1) 94%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(156,186,231,1) 94%,rgba(255,255,255,1) 94%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(156,186,231,1) 94%,rgba(255,255,255,1) 94%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-bottom-color:  #adaaad;
}

.kin-cat .bellows__header:active,
.kin-cat .bellows__header {
    cursor: pointer;
    color: #000;
    padding: 8px 22px 8px 8px;

    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(211,211,211,1) 94%, rgba(255,255,255,1) 94%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(94%,rgba(211,211,211,1)), color-stop(94%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(211,211,211,1) 94%,rgba(255,255,255,1) 94%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(211,211,211,1) 94%,rgba(255,255,255,1) 94%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(211,211,211,1) 94%,rgba(255,255,255,1) 94%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(211,211,211,1) 94%,rgba(255,255,255,1) 94%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-bottom-color:  #293473;
}

.kin-cat .bellows--is-open .bellows__header {
    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(156,186,231,1) 94%, rgba(255,255,255,1) 94%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(94%,rgba(156,186,231,1)), color-stop(94%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(156,186,231,1) 94%,rgba(255,255,255,1) 94%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(156,186,231,1) 94%,rgba(255,255,255,1) 94%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(156,186,231,1) 94%,rgba(255,255,255,1) 94%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(156,186,231,1) 94%,rgba(255,255,255,1) 94%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-bottom-color:  #adaaad;
}

.kin-cat .bellows__header:before,
.kin-cat .bellows__header:after{
    color: #000;
    background-color: #000;
    width: 10px;
    height: 2px;
	right: 10px;
}

.kin-cat .bellows__item + .bellows__item {
    margin-top: 2px;
}

.kin-cat .bellows__content {
    padding: 0px;/* 0px 0px 8px;*/
    border: 0px;
}

.kin-cat .bellows__content a {
    padding-left: 16px;
}
