* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 0.95em;
    font-family: Verdana;
    background-image: url('images/body-background.jpg');
    background-repeat: repeat-x;
    color: #333333;
    background-color: #000000;
}

p {
    font-size: 0.95em;
    margin: 0 0 1em 0;
    line-height: 135%;
}

table {
    font-size: 0.95em;
    line-height: 135%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #3E6882;
    margin-bottom: 0.7em;
}

h2, h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.05em;
}

ul, ol {
    padding: 0 0 0.5em 1.5em;
    font-size: 0.95em;
}

li {
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

a img {
    border: 0;
}

a, a:link, a:active {
    color: #C61910;
}

a:hover {
    color: #EF5047;
}

label, span.label, span.radioLabel {
    font-size: 0.85em;
}

label span, span.label span {
    color: #999999;
    font-size: 0.7em;
}

label.radioLabel, span.radioLabel {
    float: left;
    width: auto;
    clear: none;
    padding: 0 20px 0 5px;
}

label.radioLabel:after, span.radioLabel:after {
    content: '';
}

input, textarea, select {
    font-family: Verdana;
    font-size: 11px;
    padding: 2px;
}

input.radio, input.checkbox {
    float: left;
}

input.checkbox {
    margin: 0 0 5px 170px;
}

input.radio {
    margin: 0 0 5px 0;
}

fieldset ul input.text, fieldset ul textarea, fieldset ul select {
    float: left;
    margin: 0 0 5px 0;
    width: 180px;
    border: 1px solid #AEAEAE;
}

fieldset ul li.error input, fieldset ul li.error select, fieldset ul li.error textarea {
    border: 1px solid #E9654E;
}

fieldset ul select {
    width: auto;
}

fieldset ul label:after, fieldset ul span.label:after {
    content: ':';
}

fieldset {
    margin: 0 0 10px 0;
    padding: 0px 20px 15px 20px;
    border: 1px solid #D4D4D4;
    background-color: #F9F9F9;
    position: relative;
}

.fieldsetfix {
    height: 45px;
    font-size: 1px;
    line-height: 1px;
    display: block;
}

fieldset ul label, fieldset ul span.label {
    display: block;
    width: 170px;
    float: left;
    clear: left;
    margin: 0 0 5px 0;
}

fieldset ul {
    padding: 0;
    list-style: none;
}

legend {
    position: relative;
    color: #3E6882;
    font-weight: bold;
}

legend span {
    position: absolute;
    top: 1em;
    left: 0px;
    width: 300px;
    display: block;
}

input.submit {
    padding: 0;
    clear: left;
}


/*******************/
/*    STRUCTURE    */
/*******************/

#wrapper {
    width: 960px;
    margin: 0 auto;
}

#header {
    position: relative;
    width: 960px;
    height: 103px;
    margin: 15px 0 15px 0;
    background-image: url('images/header-background.jpg');
}

#header span.headerLeft, #header span.headerRight {
    position: absolute;
    width: 7px;
    height: 103px;
    display: block;
    top: 0;
}

#header span.headerLeft {
    background-image: url('images/header-left.jpg');
    left: 0;
}

#header span.headerRight {
    background-image: url('images/header-right.jpg');
    right: 0;
}

#header h1 {
    width: 227px;
    height: 75px;
    background-image: url('images/header-logo.jpg');
    overflow: hidden;
}

#header a {
    display: block;
    width: 227px;
    height: 75px;
}

#header h1 {
    position: absolute;
    top: 14px;
    left: 15px;
}

#header h1 span {
    display: none;
}

#header p.tagLine {
    position: absolute;
    width: 283px;
    height: 23px;
    left: 310px;
    top: 54px;
}

#header p.tagLine span {
    position: absolute;
    width: 283px;
    height: 23px;
    display: block;
    top: 0;
    left: 0;
    background-image: url('images/header-tag-line.jpg');
}

#header p.telephone {
    position: absolute;
    width: 135px;
    height: 18px;
    top: 19px;
    right: 30px;
}

#header p.telephone span {
    position: absolute;
    width: 135px;
    height: 18px;
    left: 0;
    top: 0;
    background-image: url('images/header-telephone.jpg');
}

#header .search {
    position: absolute;
    width: 262px;
    height: 27px;
    right: 26px;
    top: 52px;
}

#header .search fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    background: 0 !important;
}

#header .search legend, #header .search label {
    display: none;
}

#header .search div {
    width: 223px;
    height: 28px;
    background-image: url('images/header-search-background.jpg');
}

#header .search input.text {
    position: absolute;
    width: 195px;
    border: 0;
    top: 4px;
    left: 11px;
    color: #686868;
    outline: none;
}

#header .search input.submit {
    position: absolute;
    top: 0;
    right: 0;
}

#navigation {
    height: 28px;
    width: 762px;
    overflow: hidden;
    padding: 0;
    margin: 17px auto 0px auto;
    font-size: 1.05em;
}

#navigation li, #navigation a {
    display: block;
    width: 125px;
    height: 28px;

}

#navigation li {
    padding: 0 1px 0 1px;
    float: left;
    text-align: center;
}

#navigation li a {
    background-image: url('images/navigation-background.jpg');
    background-position: top center;
    line-height: 26px;
    text-decoration: none;
    text-transform: lowercase;
    color: #FFFFFF;
    outline: none;
}

#navigation li a:hover {
    background-position: top right;
    color: #E5E5E5;
}

#navigation li.on a:hover, #navigation li.on a {
    background-position: top left;
    color: #333333;
}

#contentWrapper {
    position: relative;
    width: 960px;
    padding: 20px 0 20px 0;
    background-color: #FFFFFF;
    background-image: url('images/content-wrapper-background.jpg');
    background-repeat: repeat-x;
}

#contentWrapper span.topLeft, #contentWrapper span.topRight, #contentWrapper span.bottomLeft, #contentWrapper span.bottomRight {
    position: absolute;
    height: 7px;
    width: 7px;
    font-size: 1px;
    line-height: 1px;
}

#contentWrapper span.topLeft {
    background-image: url('images/content-top-left.jpg');
    top: 0;
    left: 0;
}

#contentWrapper span.topRight {
    background-image: url('images/content-top-right.jpg');
    top: 0;
    right: 0;
}

#contentWrapper span.bottomLeft {
    background-image: url('images/content-bottom-left.jpg');
    bottom: 0;
    left: 0;
}

#contentWrapper span.bottomRight {
    background-image: url('images/content-bottom-right.jpg');
    bottom: 0;
    right: 0;
}

#content {
    padding: 10px 0 0px 0;
    width: 920px;
    margin: 0 auto;
    background-image: url('images/content-background.gif');
    background-position: top center;
}

#results #content, #property #content, #login #content, #viewing #content, #links #content, #contact #content {
    background-image: url('images/content-background2.gif');
}

#leftColumn {
    width: 185px;
    margin: 0 20px 0 0;
    float: left;
    display: inline;
}

#centerColumn {
    width: 470px;
    float: left;
    margin: 0 0 0 20px;
    display: inline;
}

#fullColumn {
    width: 920px;
}

#rightColumn {
    width: 185px;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    display: inline;
}

#leftContent {
    width: 695px;
    float: left;
    margin: 0 20px 0 0;
    display: inline;
}

#leftContent #leftColumn {
    float: left;
}

#leftContent #centerColumn {
    float: right;
}

#boxes {
    width: 960px;
    height: 133px;
    margin: 15px auto 14px auto;
    text-align: center;
}

#boxes div.divide {
    height: 1px;
    border: 0;
    margin: 6px auto 4px auto;
    width: 75%;
    line-height: 1pt;
    font-size: 1pt;
    overflow: hidden;
    background-image: url('images/box-hr-background.jpg');
}

#boxes div.divide hr {
    display: none;
}

#boxes a {
    text-decoration: none;
    color: #333333;
}

#boxes strong {
    font-weight: bold;
    color: #E01D22;
}

#boxes img {
    margin: 10px 0 0 0;
}

#boxes div.box, #boxes div.boxFirst, #boxes div.boxLast {
    width: 145px;
    height: 133px;
    background-color: #FFFFFF;
    float: left;
    margin: 0 9px 0 9px;
    overflow: hidden;
    background-image: url('images/box-background.jpg');
}

#boxes div.boxFirst {
    margin-left: 0;
}

#boxes div.boxLast {
    margin-right: 0;
}

#boxes .boxImage {
    height: 65px;
    margin: 8px auto 0 auto;
    display: block;
    background-position: top left;
}

#boxes .boxImage:hover {
    background-position: top right;
}

#boxes #boxSales {
    width: 74px;
    background-image: url('images/box-sales.jpg');
}

#boxes #boxRental {
    width: 74px;
    background-image: url('images/box-rental.jpg');
}

#boxes #boxMailing {
    width: 70px;
    background-image: url('images/box-mailing.jpg');
}

#boxes #boxMortgage {
    width: 81px;
    background-image: url('images/box-mortgage.jpg');
}

#boxes #boxTestimonial {
    width: 69px;
    background-image: url('images/box-testimonial.jpg');
}

#boxes #boxLogin {
    width: 42px;
    background-image: url('images/box-login.jpg');
}

#footer {
    height: 32px;
    font-size: 0.8em;
}

#footer p, #footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer span {
    padding: 0 10px 0 10px;
}

#footer p.left {
    width: 600px;
    text-align: left;
    float: left;
}

#footer p.right {
    width: 300px;
    text-align: right;
    float: right;
}

/****************/
/*    SEARCH    */
/****************/

#propertySearch {
    border: 0;
    padding: 0;
    background: 0;
}

#propertySearch legend, #propertySearch label.hidden {
    display: none;
}

#propertySearch div.type {
    width: 60px;
    float: left;
    height: 30px;
}

#propertySearch label {
    float: right;
    font-size: 0.7em;
    display: block;
    line-height: 18px;
    height: 18px;
    width: 40px;
}

#propertySearch select {
    width: 185px;
    margin: 0 0 10px 0;
}

#propertySearch input.radio {
    float: left;
    height: 18px;
    padding: 0;
}

#searchButton {
    width: 185px;
    height: 30px;
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
}

#searchMap {
    width: 185px;
    height: 184px;
    padding: 0;
    display: block;
}

#propertyMap {
    position: relative;
    width: 185px;
    height: 184px;
    overflow: hidden;
    margin: 0;
}

#propertyMap span {
    display: none;
}

#propertyMap a {
    width: 185px;
    height: 184px;
    display: block;
    background-image: url('images/search-map.jpg');
}

#propertyMap a:hover {
    background-position: bottom center;
}

#epc {
    margin: 0 0 17px 0;
}

#epc img {
    margin: 0 17px 0 0;
}

/******************/
/*    FEATURED    */
/******************/

div.featured div.photo {
    border: 1px solid #E4E4E4;
}

div.featured div.photo img {
    display: block;
}

div.featured div.photo a {
    outline: none;
}

div.featured h4 {
    color: #EC2F23;
    margin: 5px 0 0 0;
    font-size: 1em;
}

div.featured p.area {
    color: #EC2F23;
    margin: 0.15em 0 0.1em 0;
}

div.featured p.price {
    color: #3E6882;
    font-size: 1em;
    margin-bottom: 0;
}

/**************/
/*    HOME    */
/**************/

#home div.left {
    width: 225px;
    margin: 0 10px 0 0;
    float: left;
    font-size: 0.9em;
}

#home div.right {
    width: 225px;
    margin: 0 0 0 10px;
    float: right;
    font-size: 0.9em;
}

#home div.right p, #home div.left p {
    margin-bottom: 0;
}


/*****************/
/*    RESULTS    */
/*****************/

div.bar {
    background-image: url('images/bar-background.jpg');
    width: 695px;
    height: 30px;
    overflow: hidden;
}

div.bar p.left {
    float: left;
    width: 240px;
    height: 30px;
    padding: 0 0 0 10px;
    line-height: 30px;
    background-image: url('images/bar-left.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

div.bar p.right {
    float: right;
    width: 435px;
    height: 30px;
    padding: 0 10px 0 0;
    line-height: 30px;
    text-align: right;
    background-image: url('images/bar-right.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

div.bar p.right a {
    text-decoration: none;
}

div.bar p.right a.left span, div.bar p.right span.left {
    padding: 0 0 0 15px;
    margin: 0 10px 0 0;
    background-image: url('images/results-arrow-left-grey.jpg');
    background-repeat: no-repeat;
    background-position: left 3px;
}

div.bar p.right span.left {
    background-image: url('images/results-arrow-left-off.jpg');
}

div.bar p.right a.right span, div.bar p.right span.right {
    padding: 0 15px 0 0;
    margin: 0 0 0 10px;
    background-image: url('images/results-arrow-right-grey.jpg');
    background-repeat: no-repeat;
    background-position: right 3px;
}

div.bar p.right span.right {
    background-image: url('images/results-arrow-right-off.jpg');
}

div.bar p.right a.right:hover span {
    background-position: right -49px;
}

div.bar p.right a.left:hover span {
    background-position: left -49px;
}

div.resultBox {
    padding: 20px 0 20px 0;
    position: relative;
}

div.resultBox div.photo {
    width: 235px;
    height: 176px;
    overflow: hidden;
    padding: 5px;
    float: left;
    display: block;
    margin: 0 20px 20px 0;
    text-align: center;
    background-image: url('images/results-photo-background.jpg');
}

div.resultBox div.main {
    float: left;
    height: 186px;
    margin: 0 0 20px 0;
    width: 430px;
}

div.resultBox h3 {
    color: #C91B12;
    font-size: 1.05em;
    line-height: 30px;
    margin: 0 0 0.3em 0;
    display: block;
}

div.resultBox h3 a {
    text-decoration: none;
}

div.resultBox p.priceText {
    text-align: center;
    width: 120px;
    height: 30px;
    float: right;
    line-height: 110%;
    font-size: 0.7em;
    font-weight: bold;
    margin: 1.1em 0 0em 0;
    color: #3E6882;
}

div.resultBox h4 {
    color: #3E6882;
    line-height: 30px;
    width: 120px;
    font-weight: bold;
    float: right;
    text-align: center;
    font-size: 1.05em;
    margin: 0 0 0.3em 0;
}

div.resultBox p.type {
    clear: left;
    color: #3E6882;
    margin: 0.6em 0 0.6em 0;
    font-size: 0.85em;
}

div.resultBox p.description {
    font-size: 0.7em;
    margin: 0.9em 0 0 0;
    line-height: 150%;
    width: 280px;
    float: left;
}

div.resultBox p.details {
    margin: 0;
    float: right;
    font-size: 0.85em;
}

div.resultBox p.details span {
    padding: 0 0 0 20px;
}

div.resultBox p.details a {
    background-image: url('images/results-arrow-right-white.jpg');
    background-repeat: no-repeat;
    background-position: left 2px;
    text-decoration: none;
}

div.resultBox p.details a:hover {
    background-position: left -50px;
}

#results #leftContent div.hr {
    width: 695px;
    margin: 10px 0;
}

/******************/
/*    PROPERTY    */
/******************/

#property #title h2 {
    float: left;
}

#property #title h3 {
    float: right;
    padding: 0 20px 0 0;
}

#property h3 span {
    font-size: 0.65em;
    padding: 0 5px 0 0;
    position: relative;
    top: -3px;
}

#photoBox {
    position: relative;
    width: 695px;
    height: 411px;
    font-size: 0.75em;
    font-weight: bold;
    margin: 0 0 20px 0;
    background-image: url('images/property-photo-box.jpg');
}

#divider {
    width: 1px;
    height: 70px;
    font-size: 1px;
    line-height: 1px;
    position: absolute;
    bottom: 10px;
    left: 197px;
    background-image: url('images/hr-vert.gif');
}

#photoBox a {
    text-decoration: none;
}

#mainImage {
    float: left;
    margin: 5px 0 0 5px;
}

#thumbScroll {
    width: 264px;
    height: 315px;
    overflow: auto;
    float: right;
    margin: 5px 5px 0 0;
}

#thumbs {
    width: 247px;
}

#thumbScroll .thumbBox {
    float: left;
    margin: 0 0 3px 3px;
    width: 120px;
    height: 90px;
    overflow: hidden;
}

#thumbScroll .thumbBox a {
    display: block;
    width: 120px;
    height: 90px;
    outline: 0;
}

#photoBox p {
    height: 20px;
    line-height: 20px;
}

#photoBox #icons a {
    height: 20px;
    display: block;
    padding: 0 0 0 28px;
    background-repeat: no-repeat;
    background-position: left -12px;
}

#photoBox #icons a:hover {
    background-position: left -81px;
}

#viewMap {
    position: absolute;
    left: 217px;
    top: 374px;
}

#viewMap a {
    background-image: url('images/property-icon-map.jpg');
}

#printBrochure {
    position: absolute;
    left: 379px;
    top: 343px;
}

#printBrochure a {
    background-image: url('images/property-icon-print.jpg');
}

#viewFloorplans {
    position: absolute;
    left: 548px;
    top: 343px;
}

#viewFloorplans a {
    background-image: url('images/property-icon-floor-plan.jpg');
}

#requestViewing {
    position: absolute;
    left: 216px;
    top: 343px;
}

#requestViewing a {
    background-image: url('images/property-icon-viewing.jpg');
}

#emailFriend {
    position: absolute;
    left: 379px;
    top: 374px;
}

#emailFriend a {
    background-image: url('images/property-icon-recommend.jpg');
}

#addShortlist {
    position: absolute;
    left: 548px;
    top: 376px;
}

#share {
    padding: 0 !important;
    margin: 0 !important;
}

#backButton {
    position: absolute;
    width: 149px;
    height: 30px;
    top: 352px;
    left: 23px;
}

#backButton a {
    width: 149px;
    height: 30px;
    display: block;
    background-image: url('images/property-button-back.jpg');
}

#backButton a:hover {
    background-position: center bottom;
}

#backButton span {
    display: none;
}

#property .mapWrapper {
    width: 685px;
    height: 302px;
    padding: 5px;
    background-image: url('images/property-map-background.jpg');
    margin: 0 0 10px 0;
}

#property #map, #property #streetView {
    width: 683px;
    height: 300px;
    border: 1px solid #CCCCCC;
}

#streetView {
    position: relative;
}

#streetView p.unavailable {
    position: absolute;
    width: 683px;
    top: 130px;
    font-weight: bold;
    color: #999999;
    text-align: center;
}

#features {
    float: right;
    width: 200px;
    margin: 0 40px 20px 20px;
    padding: 0 0 0 20px;
    background-image: url('images/hr-vert.gif');
    background-repeat: repeat-y;
}

#local {
    margin: 54px 0 0 0;
}

/***************/
/*    LOGIN    */
/***************/

#login .hr {
    margin: 0 0 15px 0;
}

#loginFrame, #registerFrame {
    background-color: #FFFFFF;
    background-image: url('images/content-wrapper-background.jpg');
    background-repeat: repeat-x;
    background-position: 0px -30px;
}

#loginBox {
    width: 615px;
    height: 167px;
    padding: 35px 40px 0 40px;
    background-image: url('images/login-background.jpg');
}

#loginBox fieldset {
    border: 0;
    padding: 10px 0 0 0;
}

#loginBox fieldset div {
    width: 223px;
    height: 27px;
    background-image: url('images/login-bg.jpg');
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}

#loginBox fieldset div input {
    position: absolute;
    width: 195px;
    border: 0;
    top: 4px;
    left: 11px;
    color: #686868;
    outline: none;
}

#loginBox #signupButton {
    width: 185px;
    height: 27px;
    padding: 0;
}

#loginBox #loginButton {
    width: 85px;
    height: 27px;
    float: left;
    padding: 0;
}

#loginBox legend {
    display: none;
}

#loginBox p {
    font-size: 0.75em;
    line-height: 150%;
}

#loginBox div.right {
    width: 190px;
    float: right;
}

#loginBox div.left {
    width: 320px;
    float: left;
}

/*************/
/*    MAP    */
/*************/

.infoPop {
    width: 300px;
}

.infoPop a.img {
    float: left;
    display: block;
    margin: 0 15px 0 0;
}

.infoPop p {
    float: right;
    width: 200px;
    font-size: 0.8em;
}

.infoPop .price {
    font-weight: bold;
    color: #3E6882;
}

div.key {
    position: relative;
    height: 30px;
    background-image: url('images/bar-background.jpg');
    width: 695px;
}

div.key p {
    float: left;
    line-height: 28px;
}

p.key {
    padding: 0 10px 0 10px;
}

div.key p img {
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}

div.key p.lets img {
    margin-left: 20px;
}

div.key .left {
    display: block;
    background-image: url('images/bar-left.jpg');
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 2px;
    background-repeat: no-repeat;
}

div.key .right {
    display: block;
    background-image: url('images/bar-right.jpg');
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 2px;
    background-repeat: no-repeat;
}

#mainMap {
    background-image: url('images/property-photo-box.jpg');
    padding: 4px;
    width: 687px;
    height: 403px;
    margin: 10px 0 0 0;
}

#mainMap #map_canvas {
    width: 687px;
    height: 403px;
}

#mainMap #map_canvas #noResults {
    text-align: center;
    color: #3E6882;
}

/****************/
/*    DEZREZ    */
/****************/

body.dezrez-body {
    background-color: #FFFFFF;
    background-image: url('images/content-wrapper-background.jpg');
    background-repeat: repeat-x;
    background-position: 0px -30px;
}

body.dezrez-body h1 {
    font-size: 1.3em;
}

td.dezrez-headingrow {
    color: #3E6882;
    padding: 1em 0;
}

td.dezrez-address {
    font-size: 0.85em;
}

td.dezrez-data, .dezrez-rental, td.dezrez-item {
    padding: 0 0 5px 0;
}

td.dezrez-item, td.dezrez-compulsory, td.dezrez-data, td.dezrez-rental {
   font-size: 0.85em;
}

.dezrez-compulsory {
    font-style: italic;
}

.dezrez-thumb {
    margin: 0 20px 0 0;
    border: 1px solid #999999;
}

.dezrez-address2 {
    color: #3E6882;
    font-size: 1.2em;
    padding: 0 0 10px 0;
}

.dezrez-price {
    font-size: 1.3em;
    color: #3E6882;
    background-image: url('images/bar-left.jpg');
    background-repeat: no-repeat;
    height: 30px;
    line-height: 28px;
    background-position: top left;
    padding: 0 0 0 10px;
}

.dezrez-links-table {
    margin: 0 0 20px 0;
}

div.dezrez-portfolio {
    text-transform: uppercase;
    padding: 0 10px 0 0;
    line-height: 28px;
}

span.dezrez-portfolio {
    padding: 0 10px 0 0;
}

.dezrez-description {
    text-align: left !important;
}

tr.oddbody, tr.evenbody {
    height: 30px;
    background-image: url('images/bar-background.jpg');
    margin: 0 0 5px 0;
    padding: 0 10px 0 0;
}

.dezrez-prop-address {
    background-image: url('images/bar-right.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 30px;
    line-height: 28px;
}

.dezrez-table .checkbox {
    margin: 0;
}

.dezrez-table .TextBox, .dezrez-table #EM {
    width: 120px !important;
}

#form1 .dezrez-item, #form1 .dezrez-compulsory {
    width: 150px;
}

#form1 #NOTESFIELD {
    width: 430px;
}

#form1 #submit1 {
    margin: 0 0 0 150px;
}

/***************/
/*    FORMS    */
/***************/

.bookViewing, .valuationSubmit {
    clear: both;
    margin: 10px 0 0 170px;
    padding: 0;
    float: left;
}

span.notice {
    color: #999999;
    font-size: 0.7em;
    padding: 0 0 0 10px;
    float: right;
    width: 280px;
    line-height: 1.5em;
    display: block;
}

span.error {
    color: #CC0000;
    background-image: url('images/error.jpg');
    background-repeat: no-repeat;
    background-position: 8px 0px;
    font-size: 0.7em;
    height: 16px;
    padding: 0 0 0 30px;
    float: right;
    width: 258px;
    margin: 2px 0 0 0;
    line-height: 14px;
    display: block;
}

span.tr {
    background-image: url('images/box-tr.jpg');
    width: 4px;
    height: 4px;
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
}

span.tl {
    background-image: url('images/box-tl.jpg');
    width: 4px;
    height: 4px;
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
}

span.br {
    background-image: url('images/box-br.jpg');
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    display: block;
}

span.bl {
    background-image: url('images/box-bl.jpg');
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    display: block;
}

/*******************/
/*    RECOMMEND    */
/*******************/

#recommendBody {
    background-color: #FFFFFF;
    background-image: none;

}

#recommendBody #content {
    background-image: none;
    width: 550px;
}

#recommendBody label {
    width: 140px;
}

#recommendBody input.text {
    width: 360px;
}

#recommendBody textarea {
    width: 360px;
}

#recommendSubmit {
    clear: both;
    margin: 0 0 0 140px;
}
#recommendBody .fieldsetfix {
    height: 50px;
}

#recommendBody h4 {
    margin: 1em 0 1.4em 0;
}

#recommendBody p {
    margin: 1em 0 2em 0;
}

#recommendBody #recommendSubmit {
    padding: 0;
}

#recommendBody span.error {
    margin: 0.5em 0 0 0;
    color: #CC0000;
    width: 345px;
}

#recommendBody #footer {
    font-size: 0.7em;
    text-align: center;
}

#recommendBody legend {
    font-size: 1.2em;
}

#recommendBody span {
    width: 450px;
}

/***************/
/*    PRINT    */
/***************/

#print {
    background: #FFFFFF;
    font-size: 0.8em;
}

#print #wrapper {
    width: 600px;
    margin: 0 auto;
}

#printHeader {
    width: 600px;
    margin: 0 auto;
    height: 103px;
    margin: 15px 0 15px 0;
}

#print #mainImage {
    margin: 0 auto 35px auto;
    display: block;
    float: none;
}

#print #top h3 {
    float: right;
}

#print #top h3 span {
    font-size: 0.8em;
}

#print #top h2 {
    float: left;
}

#printButton img {
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
}

#printButton {
    width: 140px;
    margin: 10px auto 0 auto;
}

#printButton a {
    text-decoration: none;
}

@media print {
    #printButton {
        display: none;
    }
}


/*****************/
/*    SELLING    */
/*****************/

#sellingTable {
    width: 695px;
    margin: 0 0 1em 0;
    border: 1px solid #D6D6D6;
}

#sellingTable th {
    background-color: #C5190F;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
}

#sellingTable th, #sellingTable td {
    padding: 6px 20px;
}

#sellingTable td.strong {
    font-weight: bold;
    background-color: #D6D6D6;
}

/*****************/
/*    CONTACT    */
/*****************/

.contactSubmit {
    clear: both;
    margin: 10px 0 0 170px;
    padding: 0;
    float: left;
}

#contact textarea {

}

#contact #aenquiry {
    height: 100px;
}

/**********************/
/*    TESTIMONIALS    */
/**********************/

blockquote {
    padding: 0;
    background-image: url('images/blockquote-middle.jpg');
    margin: 0 0 17px 0;
}

blockquote p {
    line-height: 150%;
}

blockquote div.quote {
    margin: 0;
    padding: 2em 2em 0 2em;
    color: #4A4A4A;
    background-image: url('images/blockquote-top.jpg');
    background-repeat: no-repeat;
    font-size: 0.8em;
}

blockquote p.client {
    margin: 0;
    text-align: right;
    font-style: italic;
    padding: 0 1em 1em 1em;
    color: #3E6882;
    background-image: url('images/blockquote-bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

/***********************/
/*    ACCESSIBILITY    */
/***********************/

.accessibility {
    width: 33%;
    text-align: center;
    float: left;
    margin: 10px 0 0 0;
}

/*****************/
/*    GENERIC    */
/*****************/

.accessibility {
    width: 33%;
    text-align: center;
    float: left;
    margin: 10px 0 0 0;
}

/***************/
/*    LINKS    */
/***************/

#links em {
    color: #3E6882;
}

/*****************/
/*    GENERIC    */
/*****************/

.hr {
    height: 1px;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 1px;
    line-height: 1px;
    background-image: url('images/hr.gif');
    clear: both;
}

.hr hr {
    display: none;
}

#leftColumn .hr, #rightColumn .hr {
    background-image: url('images/hr-side.jpg');
    background-position: top center;
    height: 2px;
    margin: 20px 0 0px 0;
}

.err {
    color: #C61910;
}

.noMargin {
    margin: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0px;
}

#detailsSticker {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 100;
}

#resultsSticker {
    position: absolute;
    left: -15px;
    top: 5px;
    z-index: 100;
}