﻿/*--------------------------Accommodation Listing-------------------------*/
.tile {	
	width: 260px;
}
/*--------Listing Values--------*/
.title 
{
    font-size: 18px;
}

.area 
{
    margin-top: 7px;
}

.phone {
    background-image: url('../images/icons/telephone.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 7px;
    margin-right: 15px;
    padding-left: 23px;
    font-size: 0.95em;
}

.fax 
{
    background-image: url('../images/icons/FaxHS.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 15px;
    padding-left: 23px;
    font-size: 0.95em;
    
}

.mobile 
{
    background-image: url('../images/icons/1294304437_mobile_phone.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 15px;
    padding-left: 23px; 
    font-size: 0.95em;     
}

.e-mail {
    background-image: url('../images/icons/email.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 7px;
    margin-right: 15px;
    padding-left: 23px;
    font-size: 0.95em;
    overflow: hidden;
}

.website 
{
    overflow: hidden;
}
/*------------------------------*/

/*--------Listings Components--------*/
.pagerContainer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*------------------------------------------------------------------------*/

/*--------------------------Accommodation Details-------------------------*/
.companyName 
{
    font-size: 1.8em;
    font-weight: bold;
}

.subLabel 
{
    font-size: small;
    font-style: italic;
}

.entityDetailsTableHeader 
{
    font-size: 1.6em;
    font-weight: normal;
}

.entityDetailsTable tr td
{
    padding: 7px;
    border-bottom: 1px solid orange;
}

.entityDetailsTable tr td:first-child
{
    font-weight: bold;
    width: 180px;
}

.entityDetailsTable tr td:last-child
{
    width: 80%;
}

.accommodationImage
{
    padding: 5px;
    max-height: 150px;
    max-width: 200px;
}

.backButton
{
    margin-top: 10px;
}

.backButton:hover
{
    color: #FFABAB !important;
}
/*------------------------------------------------------------------------*/