﻿.list-a-z li {
    display: inline-block;
    padding: 0 6px;
}

.list-course {
    clear: both;
    margin: 0px;
}

.course-title {
    background: #D20001;
    padding: 5px 23px;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 0px;
}

.course-list li a {
    color: #000;
    text-transform: capitalize;
}

.course-list li {
    padding: 9px 20px;
}

.course-list {
    padding-left: 0px;
    list-style-type: none;
}

    .course-list li:hover {
        background: #ECECF6;
    }

    .course-list li a:hover {
        text-decoration: none;
        color: #D20001;
    }

.list-h3 {
    padding: 9px 15px;
    background: #E1E1E1;
    color: #D20001;
    font-family: -webkit-pictograph;
    text-transform: uppercase;
}

.about {
    padding-left: 37px;
    font-family: -webkit-pictograph;
    font-weight: 600;
}

.list-course h3 {
    background: #E1E1E1;
    padding: 7px 17px;
    color: #D20001;
}

.gotopa {
    float: right;
    text-transform: uppercase;
    color: #605E5E;
    font-size: 14px;
    margin-top: 6px;
    cursor: pointer;
}

.list-course p {
    padding-left: 10px;
}

    .list-course p a {
        color: #000;
    }

        .list-course p a:hover {
            color: #D20001;
        }

.hr {
    border-bottom: dashed 1px #ccc;
}

.search li {
    list-style-type: none;
}

    .search li select {
        width: 93%;
        height: 30px;
        border-radius: 4px;
        margin: 6px 0px;
    }

.search-con {
    background: #ECECF6;
    border-top: #D20001 solid 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
}

    .search-con h3 {
        font-weight: 600;
    }

        .search-con h3 > span {
            font-size: 12px;
        }

.search {
    margin-left: 0px;
    padding-left: 0px;
}
    .search input[type=text] {
    width: 63%;
    height: 30px;
    border-radius: 3px;
    border: solid 1px#ccc;
}
    .search input[type=submit] {
    height: 30px;
    border: none;
    background: #D20001;
    color: #fff;
    width: 28%;
    border-radius: 4px;
}