            #middlesection
            {
                float: left;
                display: block;
                width: 100%;
            }

                #middlesection-left
                {
                    float: left;
                    width: 150px;
                    display: block;
                    font-size: 10px;
                    padding: 10px;
                }

                #middlesection-right
                {
                    float: left;
                    width: 780px;
                    display: block;
                    padding: 10px;
                }

                    #middlesection-right .box
                    {
                        background-color: #1d4fd0;
                        margin: 5px;
                        color: #ffffff;
                        position: relative;
                    }

                    #middlesection-right .box .box-seperator
                    {
                        position: absolute;
                        top: 24px;
                        left: 0px;
                        width: 780px;
                        height: 12px;
                        background-image: url('../images/result-box-seperator.jpg');
                        background-repeat: repeat-x;
                    }


                    #middlesection-right .box .rightsection
                    {
                        margin: 5px;
                        color: #ffffff;
                        top: 0px;
                        right: 20px;
                        position: absolute;
                    }
                    
                        #middlesection-right .box .ResultButton
                        {
                            color: #ffffff;
                            width: 85px;
                            padding: 7px 0 7px 0;
                            float: left;
                            background-image: url('../images/btn-results.jpg');
                            background-repeat: no-repeat;
                            text-align: center;
                        }
                    
                        #middlesection-right .box .rightsection b
                        {
                            display: block;
                            float: left;
                            padding: 0 3px 0 3px;
                        }

                        #middlesection-right .box .rightsection img
                        {
                            display: block;
                            float: left;
                            padding: 0 10px 0 0;
                        }

                        #middlesection-right .box h1, #middlesection-right .box h2, #middlesection-right .box h3, #middlesection-right .box h4, #middlesection-right .box h5
                        {
                            background-color: #8e0e80;
                            padding: 4px;
                            margin: 0px;
                            display: block;
                            color: #ffffff;
                        }

                        #middlesection-right .box h2, #middlesection-right .box h4
                        {
                            font-size: 14px;
                        }

                        #middlesection-right .box a
                        {
                            background-color: #346af2;
                            padding: 5px;
                            display: block;
                            color: Yellow;
                            font-size: 12px;
                            text-decoration: none;
                        }

            #footer
            {
                margin-top: 20px;
                float: left;
                display: block;
                width: 100%;
                height: 102px;
                background-image: url('../images/bottom-gradient.png');
                background-repeat: no-repeat;
            }
            
            #footer a
            {
                color: #ffffff;
            }


                #footer-left
                {
                    width: 220px;
                    display: block;
                    float: left;
                    color: #ffffff;
                    font-size: 10px;
                    padding: 24px 0 0 10px;
                    text-transform: uppercase;
                }

                #footer-middle
                {
                    width: 540px;
                    display: block;
                    float: left;
                    color: #ffffff;
                    font-size: 10px;
                    text-align: center;
                    padding-top: 24px;
                }

                #footer-right
                {
                    width: 190px;
                    display: block;
                    float: left;
                    color: #888888;
                    font-size: 10px;
                    padding: 24px 10px 0 0px;
                    text-align: right;
                    text-transform: uppercase;
                }




#classifiedview-box
{
    background-color: #4474e5;
    width: 776px;
    float: left;
    padding: 7px;
}

    #classifiedview-box a
    {
        color: #ffffff;
    }

    #classifiedview-box .top
    {
        width: 100%;
        float: left;
        position: relative;
        height: 290px;
    }

        #classifiedview-box .top .mainimg img
        {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 344px;
            height: 280px;
        }

        #classifiedview-box .top .topright
        {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 426px;
            height: 280px;
            color: #ffffff;
        }
        
            #classifiedview-box .top .topright h2
            {
                padding: 4px 0 4px 0;
                margin: 0;
                text-indent: 10px;
                font-size: 14px;
                float: left;
                width: 100%;
                height: 31px;
                background-image: url('../images/classifiedview-heading.jpg');
                background-repeat: no-repeat;
                color: #ffffff;
            }
            
            #classifiedview-box .top .topright .left
            {
                width: 250px;
                float: left;
            }
            
            #classifiedview-box .top .topright .right
            {
                width: 176px;
                float: left;
            }

                #classifiedview-box .top .topright .right .print
                {
                    list-style-image: url(../images/classifiedview-printicon.jpg);
                }

    #classifiedview-box .bottom
    {
        width: 100%;
        float: left;
        position: relative;
        color: #ffffff;
    }

    #classifiedview-box .bottom .bottomleft
    {
        width: 514px;
        float: left;
    }
    
        #classifiedview-box .bottom .bottomleft .PropertyPhotos
        {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            #classifiedview-box .bottom .bottomleft .PropertyPhotos a
            {
                float: left;
            }

            #classifiedview-box .bottom .bottomleft .PropertyPhotos img
            {
                float: left;
                width: 95px;
                margin-right: 5px;
            }
                    
        #classifiedview-box .bottom .bottomleft dt
        {
            font-weight: bold;
        }

        #classifiedview-box .bottom .bottomleft dd
        {
            padding: 0;
            margin: 0 0 10px 8px;
        }

        #classifiedview-box .bottom .bottomleft h3
        {
            width: 100%;
            border-bottom: 2px solid #ffffff;
            color: #ffffff;
            font-size: 18px;
        }
        
            #classifiedview-box .bottom .bottomleft .additionaldetails
            {
                width: 152px;
                padding: 5px;
                border: 1px solid #3732ee;
                background-color: #3c47ef;
                color: #ffffff;
                text-align: left;
                font-size: 12px;
                float: right;
            }
    
    #classifiedview-box .bottom .bottomright
    {
        width: 262px;
        float: left;
    }
    
        #classifiedview-box .bottom .bottomright h3
        {
            width: 100%;
            color: #ffffff;
            text-align: center;
            margin: 0;
            padding: 0;
            font-size: 14px;
        }

        #classifiedview-box .bottom .bottomright .contactbox
        {
            width: 212px;
            float: right;
            
            padding: 5px;
            border: 1px solid #ffffff;
            background-color: #3c47ef;
            text-align: left;
            font-size: 12px;
            margin: 14px;
        }
