﻿div#propertymenucontainer
{
    margin: -12px 0 0 0px;
}
div#propertydetails
{
}
/*general css for all tabs */
div.sectioncontainer
{
    clear: both;
}

.sectioncontainer p
{
    width: 100%;
    margin: 5px 10px 0 10px;
}
.sectioncontainer h1
{
    clear: both;
    margin: 3px 0 3px 5px;
}

/* Detailed facilities */
div#detailedfacilities
{
    min-height: 350px;
}
div.checkboxes
{
    width: 30%;
    min-height: 170px;
    float: left;
}
div.checkboxes h3
{
    text-align: center;
}
/* general */
div#general
{
    min-height: 350px;
}
/*activities */
div#activities
{
    min-height: 350px;
}
/* places to visit */
div#placestovisit
{
    min-height: 350px;
}
/* booking form */
div#bookingform
{
     min-height: 350px;
     width: 300px;
     padding-top: 30px;
     margin-left: 70px;
}
div#bookingform input
{
    margin-bottom: 10px;
}
div#bookingform .commandbutton
{
    clear: both;
    float: left;
    margin: 10px 0 0 80px;
}
/* common css */
div.detailsrow
{
    padding: 20px;
}
.detailsrow .detailslabel
{
    width: 20%;
    float: left;
    font-weight: bold;
    text-align: right;
}
.detailsrow .detailscontent
{
    width: 65%;
    float: left;
    margin: 0 0 20px 15px;
}

/* activity list */
div.activityrow
{ clear: both;
  width: 580px;
}

div.activityrow span.formlabel 
{ float: left;
  width: 150px;
  text-align: right;
}
div.propertypageimage
{
    padding-top: 5px;
}
/* tariff table */
div#tariff
{
    
}
div#tariff table
{
    /*background-color: #e8e8e8;
    border: 0;
    padding: 0;*/
    
}
div#tariff table tr.alt
{
    background-color: #e8e8e8;
    /*border: 0px;*/
    
}
div#tariff table tr.alt td
{
    /*background-color: #e8e8e8;
    border: 0px;*/
}
div#tariff table td
{
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}
div#tariff table th
{
    
}
