﻿h2 
{
    color:#4C6273;
}
 .propertyList {
    border:2px solid #eee;
 }
 .propertyList.featured {
    border:2px solid red;
 }
 .propertyList .photo {
    width:20px;
 }
 .propertyList .photo img {
    border:2px solid #ccc;
 }			 
 .propertyList .info {
 
 }
 .propertyList .info a.propertyDesc {			 	
    font-size:1.3em;
    text-decoration:none;
 }			 
 .propertyList.featured .info a.propertyDesc
 {
    color:red;
 }
 .propertyList .row {
 
 }
 .propertyList .rowAlt {
    background-color:#eee;
 }
 
 
 h2.boxHeader
{
    margin:10px 0 0 0;
    padding:10px 5px 5px 47px; 
    height:27px;     
    background-color:#4C6273;
    color:#fff;
    font-size:1.5em;
}   
h3.boxHeader
{
    margin:0;
    padding:10px 5px 5px 47px; 
    height:27px;     
    background-color:#4C6273;
    color:#fff;
    font-size:1.5em;
}   
.box 
{
    padding:10px;
    background-color:#f1f1f1;
    margin-bottom:20px;
    border:2px solid #eee;
}   
.amenityCategoryWrapper 
{
    padding:10px;
    /*background-color:#f1f1f1;
    border:2px solid #eee;*/
    margin-bottom:0;
}
.amenityCategoryWrapper h3 
{
    margin:0;
    padding:0;
}
.amenityCategoryWrapper ul
{
    margin-left:20px; 
    padding-left:20px; 
    margin-top:0;
    padding-top:0;
          
}
.amenityCategoryWrapper li
{
    margin-left:20px; 
    padding-left:20px; 
          
}
#availability 
{
    background-image:url(../images/iconCalendar.png);
    background-repeat:no-repeat;
    background-position:10px 6px;
}
#callOwner 
{
    background-image:url(../images/iconPhone.png);
    background-repeat:no-repeat;       
    background-position:10px 6px;
}
#emailOwner 
{
    background-image:url(../images/iconEmail.png);
    background-repeat:no-repeat;
    background-position:10px 6px;
}
#features 
{
    background-image:url(../images/iconFeatures.png);
    background-repeat:no-repeat;
    background-position:10px 6px;
}
#rates 
{
    background-image:url(../images/iconRates.png);
    background-repeat:no-repeat;       
    background-position:10px 6px;
}
#photos 
{
    background-image:url(../images/iconPhotos.png);
    background-repeat:no-repeat;
    background-position:10px 6px;
}
input, textarea 
{
    color:#666;
}
 
 
