﻿/* =============================================== */
/* BROWSE FORM */
/* =============================================== */

div#sort
{
    float: right;
    padding-right: 25px;
    margin-left: 20px;
    margin-top: 15px;
    color: #689F11;
    font-weight: bold;
}

/* the browsing links at left (footer.gif actually provides the whole bg img) */
div#browseform
{
    display: inline;
    margin-right: 0px;
    margin-left: 40px;
    float: left;
    width: 175px;
    background-image: url('../images/browseby_col_footer.gif' );
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top:40px;
}

/* added a new H3 element to the markup, to give us a graphical header */
h3#browseform-hdr
{
    width: 175px;
    height: 36px;
    background-image: url(   '../images/browseby_col_header.gif' );
    background-repeat: no-repeat;
    font-size: 120%;
    text-indent: -9999px;
    margin-top: 0;
}
div.fr h3#browseform-hdr
{
    background-image: url(   '../images/browseby_col_header_fr.gif' );
    }
div.fr h3#browseform-hdr
{
    width: 175px;
    height: 36px; /*background-image: url(   '../images/browseby_col_header_fr.gif' );*/
    background-repeat: no-repeat;
    font-size: 120%; /*text-indent: -9999px;*/
    margin-top: 0;
}

div#browseform ul
{
    list-style-type: none;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 15px;
}

div#browseform ul a, div#browseform ul a:visited
{
    color: #7F7F7F;
    font-weight: normal;
    text-decoration: none;
}
div#browseform ul a:hover
{
    color: #689F11;
}

div#browseform label
{
    color: #689F11;
    margin-top: 2em;
    font-weight: bold;
    font-size: 120%;
    margin-left: 15px;
}

/* added a new "column" div to markup, containing all the results */
div.column
{
    margin-left: 235px;
}
/* move "column" to left if favorites search */
div.columnleft
{
     margin-left: 45px;  
}

/* layout for the divs containing individual search hit records */
div.browserecord
{
    position: relative;
    width: 628px;
    height: auto;
    margin-top: 20px;

    margin-right: 25px;
    margin-bottom: 20px;
        border:0px solid blue;
        float:left;
}

div.browsefavourite
{
    float: right;
    padding-top:20px;
    width:180px;
    font-size:11px;
    border:0px solid blue;
   
}
div.browsefavouriteHeader
{
    margin-left:720px;
    padding-top:5px;
    width:150px;
    font-size:11px;
    border:0px solid blue;
    font-weight:bold;
    }


div.browsefavourite div.updates
{
    width:80px;
    font-weight:bold;
    margin-left:10px;
    margin-top:10px;
    float:left;
    height:20px;
    border:0px solid blue;
    font-size:11px;
    }
div.browsefavourite div.remove
{
    width:30px;
    float:right;
    padding-left:5px; 
    padding-top:5px;
    padding-right:0px;
    font-weight:bold;
    margin-right:50px;
    border:0px solid red;
            font-size:11px;
    }
div.browsefavourite input {
	margin-right:0px;
	float:left;
}

div.browserecordheader
{
    margin-bottom: 13px;
    position: relative;
    height: 2.5em;
    background: transparent url(       '../images/recordheader_bg.gif' ) no-repeat bottom;
}
div.browserecordheader p
{
    position: absolute;
    bottom: 6px;
    margin: 0;
    line-height: 1;
}
div.browserecordheader p.icons
{
    width: 100px;
    left: 395px;
    font-weight: bold;
    color: #000;
    font-size: 0.9em;
    border:0px solid black;
    text-align:right;
}
div.browserecordheader p.icons img
{
margin:0px 5px 0px 0px;
}
div.browserecordheader p.price
{
    width: 145px;
    left: 0px;
    font-weight: bold;
    color: #000;
    font-size: 0.9em;
}
div.browserecordheader p.price strong
{
    font-size: 1.4em;
}
div.browserecordheader p.number
{
    left: 150px;
    font-weight: bold;
    color: #689F11;
    font-size: 1.3em;
}
div.browserecordheader p.number a
{
    text-decoration: none;
}
div.browserecordheader p.footage
{
    right: 0px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.3em;
}

/* thin down the area holding descriptions of each house, less page width now */
div.browsesummary
{
    width: 333px;
    height: 120px;
    margin-left: 140px;
}

div.browsethumbnail
{
    position: absolute;
    width: 119px;
    height: 119px;
    top: 3.5em;
    left: 0px;
    background-image: url(   '../images/thumbnail_bg.gif' );
}
div.browsethumbnail img
{
    border: 1px solid #595959;
    position: absolute;
    top: 10px;
    left: 10px;
}

div.browsebuilder
{
    position: absolute;
    width: 132px;
    top: 42px;
    right: 0px;
}

/* paging controls */
div.browsepaging
{
    clear: both;
    position: relative;
    margin-left: 45px;
    margin-bottom: 20px;
    width: 823px;
    height: 30px;
    background: #fff url(   '../images/paging_bg.gif' );
    background-repeat: repeat-x;
    text-align: center;
}

div.browsepaging p.pagenumber
{
    position: absolute;
    margin: 0;
    top: 7px;
    left: 3px;
}

div.browsepaging p.pages
{
    width: auto;
    position: relative;
    top: 7px;
    left: 16px;
    margin: 0 0 0 0;
}

div.browsepaging p.seeall
{
    position: absolute;
    margin: 0;
    top: 7px;
    right: 3px;
}

div.browsepaging a, div.browsepaging a:visited
{
    margin: 0 1px 0 1px;
    color: #000;
    text-decoration: none;
}
div.browsepaging a:hover
{
    color: #90C93A;
    text-decoration: none;
}

/* ensure there is some extra space at the bottom of the main panel */
div#browseresults
{
    padding-bottom: 40px;
}

div.browsenoresults
{
    position: relative;
    width: 475px;
    height: auto;
    font-size: 1.2em;
    color: #689F11;
    margin-top: 2em;
    margin-bottom: 0px;
    margin-left: 40px;
}


#ctl00_CPH1_savedsearchheader
{
    margin-left:45px;
    margin-right:20px;
    }
   #ctl00_CPH1_savedsearchheader table
{
    width:100%;
    }
    #ctl00_CPH1_savedsearchname{margin-top:30px;}
    
    
