﻿/* Master Page Related */
body
{
    font-family:Arial, Helvetica, Sans-Serif;
}
#header
{
    margin-bottom:15px;
}
#header img
{
    float:left;
    width:250px;
}
#header .details
{
    float:right;
    width:500px;
    text-align:right;
    color:#9F096B;
}
#header h1
{
    font-size:130%;
    margin:5px 0 0 0;
    padding:0;
}
#pageWrapper
{
    width:770px;
}
#pageWrapper .inside
{
    padding:10px;
}
#footer
{
    font-size:90%;
    font-style:italic;
}

/* Display Pages */
#display h2
{
    font-weight:normal;
    font-size:160%;
    margin:0;
    padding:0;
}
#display h3
{
    font-size:160%;
    margin:10px 0 0 0;
    padding:0;
}
#display h3 span
{
    font-size:90%;
    font-weight:normal;
    margin:0;
    padding:0;
}
#display h4
{
    font-size:110%;
    margin:0 0 15px 0;
    padding:0;
}
#display h5
{
    font-size:110%;
    margin:20px 0 0 0;
    padding:0;
}
#display p, #display ul
{
    margin:0 0 5px 0;
    line-height:1.35em;
}
#display .noStampDuty
{
    text-transform:uppercase;
    font-size:80%;
    margin-bottom:20px;
}
#display .address
{
    float:left;
    width:250px;
}
#display .address div
{
    font-size:110%;
    padding-top:2px;
}
#display .map
{
    float:right;
    width:500px;
}
#display .map img
{
    margin:20px 0 0 0;
}
#display .epc img
{
    margin:5px 0 0 0;
}

/* List Pages */
#listpage table
{
    border-collapse:collapse;
    border:solid 1px #000;
}
#listpage table. tr
{
}
#listpage table th
{
    text-align:left;
    padding:5px;
    font-size:80%;
    text-transform:uppercase;
}
#listpage .th-ref
{
    width:1%;
}
#listpage .th-type
{
    width:1%;
}
#listpage .th-location
{
    width:1%;
}
#listpage .th-price
{
    width:18%;
}
#listpage .th-rooms
{
    width:1%;
}
#listpage .th-desc
{
    width:30%;
}
#listpage .th-features
{
    width:28%;
}
#listpage .th-restrictions
{
    width:28%;
}
#listpage table td
{
    vertical-align:top;
    border-top:solid 1px #000;
    padding:5px;
}
#listpage ul
{
    margin:0;
    padding:0;
    font-size:90%;
}
#listpage li
{
    list-style-type:square;
    margin-left:15px;
}
#listpage .desc, .lblNoFeatures, .rooms
{
    font-size:90%;
}
#listpage .noStampDuty
{
    font-size:70%;
    font-weight:bold;
    text-transform:uppercase;
}
#listpage .price-desc
{
    font-size:90%;
    font-style:italic;
}
