﻿@import url(Main.css);

#results div.course {
    position: relative;
    padding: 10px;
    border-bottom: solid 1px #d5d5d5;
    min-height: 75px;
}

#results div.premiumCourse {
    padding: 10px;
    background-color: #beb5ca;
    border-bottom: solid 1px #d5d5d5;
    position: relative;
}

.establishmentImage {
    /*position: absolute;*/
    left: 440px;
    /*float: left*/
    padding-bottom: 10px;
}

#selections div {
    padding: 3px;
}

#leftCol {
    position: relative;
    left: 10px;
    float: left;
}

#rightCol {
    position: relative;
    left: 350px;
    border-left: solid 1px #dddddd;
    margin-left: 86px;
}

#coursesStyles label {
    font-style: normal;
    font-weight: normal;
    font-size: 90%;
    display: initial;
}

.labelData {
    position: absolute;
    left: 444px;
    text-align: left;
    width: 400px;
}

#establishments .labelData {
    left: 120px;
}

.labelCourseData {
    position: relative;
    left: 20px;
}

#courses {
    position: relative;
    background-color: #e1edf0;
    padding: 20px 10px 35px 20px;
}

.courseDetail {
    display: none;
    width: 420px;
    position: relative;
    left: 50px;
    margin: 10px 0 10px 0;
    padding: 10px;
    background-color: #beb5ca;
}

#establishments {
    position: relative;
}

    #establishments .courseHeader .labelCourseHeader {
        position: relative;
        left: 30px;
        font-weight: bold;
    }

        #establishments .courseHeader .labelCourseHeader:hover {
            text-decoration: underline;
            cursor: pointer;
        }

    #establishments .courseHeader .courseDetail .labelCourseHeader:hover {
        text-decoration: none;
        cursor: default;
    }

#establishmentDetails {
    font-size: 80%;
}

#coursesStyles select {
    width: 275px;
    font-size: 100%;
}

#sidebarA div {
    margin-bottom: 3px;
}

#contentCol {
    float: right;
    width: 585px;
}

#sidebarA {
    float: left;
    width: 157px;
}

#sidebarB {
    width: 157px;
    z-index: 1;
    left: 722px;
}

#selectionB {
    position: relative;
    top: -79px;
    left: 437px;
}

#selections {
    height: 150px;
}

.course {
    line-height: 15px;
}

.premiumCourse {
    line-height: 15px;
}

.smart-paginator {
    margin-bottom: 20px;
}

.courseDetail div {
    font-weight: bold;
}

.map {
    position: relative;
    height: 262px;
    margin: 3px;
}

.view-content {
    min-height: 545px;
}


.advert {
    float: left;
    padding: 10px;
    width: 250px;
    height: 100px;
}

    .advert a {
        border-bottom: none !important;
    }

#navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #navlist li {
        padding: 0;
        margin: 0;
    }

    #navlist a, #navlist a:visited {
        display: block;
        background-color: #D6E5EC;
        padding: 5px 40px 5px 10px;
        border: 1px solid;
        border-color: #fff #0085ff #0085ff #fff;
        color: #1B68B4;
        text-decoration: none;
        font-size: 110%;
    }

        #navlist a:hover {
            background-color: #bbdbea;
            color: #4d2f6b;
        }

#browserAlert {
    background-color: #bbdbea;
    color: #4d2f6b;
}

.clearFix {
    clear: both;
}
