﻿/* Top box (containing both #searchBox and #advancedSearchBox) */
#topBox
{
    height: 390px;
    background-image: url('/Static/Templates/FoehrferienWohnungen/Images/mainImage.jpg');
    margin-bottom: 15px;    
}
    #topBox form ul.propertyTypeFilters
    {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
    }
    #topBox form ul.propertyTypeFilters li
    {
        float: left;
    }
    #topBox form ul.checkboxFilters
    {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
    }
    #topBox form ul.checkboxFilters li
    {
        float: left;
        width: 30%;
    }
    #topBox form ul.locales
    {
        list-style-type: none;
        padding-left: 0px;
        margin-left: 0px;   
    }
    #topBox form ul.locales li
    {
        float: left;
    }

        /* Search box */
        #searchBox
        {
            position: relative;
            padding: 20px;
            left: 20px;
            top: 20px;
            width: 436px;
            height: 108px;
            background-image: url('/Static/Templates/FoehrferienWohnungen/Images/searchBoxBg.png');   
        }
            #searchBox input.searchInput
            {
                width: 336px;
                height: 23px;
                padding: 5px;
                background-image: url('/Static/Templates/FoehrferienWohnungen/Images/searchInput.png');
                background-color: Transparent;
                border: none;
                font-size: 18px;
            }
            #searchBox input.searchButton
            {
                text-indent: -2000px;
                width: 80px;
                height: 29px;
                background-image: url('/Static/Templates/FoehrferienWohnungen/Images/searchButton.png');
                background-color: Transparent;
                border: none;
                cursor: pointer;
            }
            #searchBox hr
            {
                background-color: #d7d7d7;
                border: 0;
                height: 1px;   
            }
            #dateInputs
            {
                margin-bottom: 10px;
            }
                #dateInputs *
                {
                    float: left;
                }
                #dateInputs label
                {
                    margin-top: 3px;
                }
                #dateInputs input.date-pick
                {
                    width: 65px;
                }
            #toggleAdvancedSearchFormLink
            {
                float: right;
                cursor: pointer;
                color: #ff7501;
                font-size: 12px;
                font-weight: bold;
                padding-right: 20px;
                background-image: url('/Static/Templates/FoehrferienWohnungen/Images/downArrow.png');
                background-position: right;
                background-repeat: no-repeat;
                margin-top: 5px;
            }

        /* Advanced search */
        #advancedSearchBox
        {
            position: relative;
            left: 24px;
            top: 20px;
            padding: 10px 20px 20px 20px;
            color: White;
            width: 426px;
            height: 118px;
            background-image: url('/Static/Templates/FoehrferienWohnungen/Images/advSearchBoxBg.png');
        }
            #advancedSearchBox a
            {
                color: White;   
            }
            #advancedSearchBox hr
            {
                border: 0;
                background-color: #4d6174;
                height: 1px;   
            }
            #advancedSearchBox select
            {
                margin-right: 10px;
            }

/* Bottom box */
#bottomBox
{   
    border-top: 1px solid #dddddd;
    padding-top: 15px;
}

    #bottomBox div.description
    {
        float: left;
        width: 218px;
        margin-right: 20px;
        border: 1px solid #d3d3d3;
        padding: 15px;
        overflow: hidden;
    }

    /* Search results */
    #bottomBox div.searchResults
    {
        float: left;
        width: 680px;
    }
    #bottomBox div.searchResults .title
    {
        font-weight: bold;
        font-size: 13px;
        padding-left: 10px;
        float: left;
    }
    #bottomBox div.searchResults .pageNavigation
    {
        float: right;
    }
    #bottomBox div.property
    {
        margin-top: 10px;
        background-color: #f3f3f3;
    }
    #bottomBox div.property .title
    {
        font-weight: bold;
        font-size: 14px;
        display: block;
        padding-left: 0px;
    }
    #bottomBox div.property .images
    {
        float: left;
        background-image: url('/Static/Templates/FoehrferienWohnungen/Images/propertyBg.png');
        background-position: top left;
        background-repeat: no-repeat;
        width: 174px;
        height: 99px;
        padding: 10px;
    }
    #bottomBox div.property .images img
    {
        float: left;
        width: 150px;
        height: 100px;
    }
    #bottomBox div.property div.details
    {
        float: left;
        width: 460px;
        font-family: Georgia;
        padding-top: 10px;
    }
    #bottomBox div.property div.details img
    {
        float: right;
    }