#HeaderPanel
{
    margin-top: 30px;
    background-image: url(/gfx/detail-header-bg.gif);
    background-repeat: repeat-x;
}

#MainImageContainer
{
    width: 220px;
    height: 220px;
    overflow: hidden;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    border: 3px solid #cc7a16;
    float: left;
}

#MainImage
{

}

#MainDetails
{
    padding-top: 15px;
    color: #c9af54;
    height: 125px;
}

#MainDetails h3
{
    font-family: Verdana;
    font-weight: normal;
    color: #cc7a16;
    font-size: 18px;

}

#MainDetails span.propref

{
    display: block;
    float: right;
    clear: right;
    margin-top: -18px;
    padding-right: 5px;

}

#MainDetails h4
{
    color: #c9af54;
    font-weight: normal;
    line-height: 15px;
}

#Thumbs
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#Thumbs img
{
    width: 64px;
    height: 64px;
    border: 1px solid #cc7a16;
    margin-right: 15px;
}

.galleryNote
{
    font-size: 12px;
    color: #cc7a16;
}

.detailButton
{
    display: block;
    padding: 7px;
    background-color: #e5b42f;
    color: white;
    margin-right: 5px;
    font-size: 12px;
    background-image: url(/gfx/tiny-drop.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 65px;
    float: left;
    margin-bottom: 5px;
    text-align: center;
}

.wide
{
    width: 145px;
}

#Buttons
{
    margin-top: 20px;
}

#SeasonPrices
{
    padding: 10px;
    background-color: #aca97a;
    background-image: url(/gfx/tiny-drop.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 170px;
    float: left;
    margin-left: -20px;
    margin-right: 12px;
    color: white;
    margin-top: 3px;

}

#SeasonPrices h5, #SeasonPrices h5 a
{
    font-size: 12px;
    color: #f6e5b6;
    font-weight: normal;
    line-height: 16px;
}

#SeasonPrices ul
{
    padding: 0px;
    margin: 0px;
}

#SeasonPrices ul li
{
    list-style: none;
    float: left;
    width: 85px;
}

#SeasonPrices span
{
    line-height: 14px;
}

#SeasonPrices a
{
    color: white;
}

#SmallButtons
{
    float: left;
    width: 250px;
    margin-top: 5px;
    clear: right;
}

#TopButtons
{
    float: left;

}

#LowerButtons
{
    float: left;
    margin-top: 5px;
}

#DetailsPanel
{
    background-color: #aca97a;
    background-image: url(/gfx/bottom-curves-midi.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 154px;
    margin-left: 30px;
    margin-top: 30px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#MainInfo
{
    color: #eeeee4;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/gfx/top-curves-midi.gif);
    background-repeat: no-repeat;
    background-position: top;
    line-height: 14px;
}

#Features
{
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 15px;
}

#Features ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#Features li
{
    background-image: url(../gfx/feature_tick.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    line-height: 14px;

}

#Features li a
{
    color:white;
}

#CottageDescription
{
    margin-top: 15px;
    width: 450px;
    float: left;
    margin-left: 60px;
    border-top: 3px solid #e5b42f;
    padding-top: 15px ;
    line-height: 16px;
}

#CottageDescription b, #CottageDescription strong
{
    color: #e5b42f;

}

div#FullGallery
{
   margin-top: 20px;
   padding: 10px;
   background-color: #f2d997;
    text-align: center;
}

div#FullGallery img
{
    width: 83px;
    height: 83px;
    margin: 5px;
}

.clear { display: inline-block; }

.clear:after, .container:after {

 content: ".";

 display: block;

 height: 0;

 clear: both;

 visibility: hidden;

}

* html .clear { height: 1%; }

.clear { display: block; }