﻿#regionsLayer {
    width: 585px;
}

    #regionsLayer .popup_close {
        margin-top: 30px;
    }

    #regionsLayer .rtitle {
    }

        #regionsLayer .rtitle span {
            background: url("../images/rtitle.png") no-repeat 0 0;
            font: 16px/1.4 'Noto Sans', sans-serif;
            color: #fff;
            padding: 4px 10px 0px 10px;
            height: 26px;
            display: block;
        }

    #regionsLayer .rbody {
        background: #fff;
        padding: 15px;
        font: 13px/1.3 'Noto Sans', sans-serif;
        color: #000;
    }

    #regionsLayer a {
        cursor: pointer;
    }

.headingLayer {
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #7eb302;
}


    .headingLayer a {
        text-decoration: underline;
        cursor: pointer;
        margin: 0 2px;
    }

        .headingLayer a:hover {
            text-decoration: none;
        }

.headingLayer label {
    font: 24px/1.3 'Noto Sans', sans-serif;
}

.topLayer {
    border-bottom: 1px dotted #d0d0d0;
    padding: 0px 0px 15px 0px;
    margin: 0 0 10px 0;
}


    .topLayer input.blur {
        color: #d0d0d0;
        font-size: 12px;
    }

    .topLayer label {
        margin-right: 10px;
    }

#search_filter_input {
    width: 490px;
}

.topLayer input[type="submit"] {
    text-indent: -1000em;
    width: 49px;
    height: 26px;
    background-color: #5E97EB;
    background-image: -moz-linear-gradient(center top, #5E97EB 1%, #2B67C0 100%);
    border: 1px solid #2462A0;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
}


#innerLayer {
    min-height: 50px;
    max-height: 300px;
}

#regions-list {
    float: left;
    width:100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#regionsLayer .column {
    float:left;
    width: 125px;
    padding-right:8px;
}

    #regionsLayer .column.last {
        padding-right: 0;
    }

#regionsLayer .rwrap {
    position: relative;
    padding: 0 5px 0 20px;
    width: 150px;
    margin: 10px;
}

#regions-list li {
    margin: 3px 0;
}

    #regions-list li.current a{
            padding-right: 16px;
            background: url("../images/active_region.png") no-repeat right 1px;
            border-bottom: 1px dotted #a1a1a1;
    }
    #regions-list li a {
        font: 13px/1.3 'Noto Sans', sans-serif;
        color: #000;
        text-decoration: none;
    }

        #regions-list li a:hover {
            border-bottom: 1px dotted #a1a1a1;
        }
