﻿.HotelItem, .HotelAltItem {
    display: block;
    border-bottom: 1px solid #000000;
    height: 150px;
    background-color: #d0e7f5;
    width: 100%;
    position: relative;

}
.HotelItemIphone, .HotelAltItemIphone {
    display: block;
    border-bottom: 1px solid #000000;
    height: 180px;
    background-color: #d0e7f5;
    width: 100%;
    position: relative;

}


.Iphone:hover{
background-color: #c0d7e5;
}
.Iphonealt:hover{
background-color: #EFEFEF;
}

.HotelAltItem {
    background-color: #FFFFFF;
}

.HotelItem td, .HotelAltItem td
{
    vertical-align: top;
    text-align: left;
}
.HotelItem td.rate, .HotelAltItem td.rate
{
    vertical-align: top;
    text-align: right;
    width: 100px;
}
.HotelItem td.more, .HotelAltItem td.more
{
    vertical-align: bottom;
    text-align: left;
    width: 100px;
}

.HotelItem .ImageCell, .HotelAltItem .ImageCell
{
    width: 150px;
    height: 150px;

}
.HotelItem .ImageItem, .HotelAltItem .ImageItem
{
    margin-right: 15px;
}
.HotelItem .InnerCell, .HotelAltItem .InnerCell
{
    padding: 10px 15px 15px 0;
   
}

span.HotelName
{
    float: left;
    margin-right: 15px;
}

span.HotelName h3
{
    margin-top: 0;
}
span.HotelName .PropertyTitle
{
    font-size: 18px;
    font-weight: normal;
    line-height: -1;
    color: #414141;
    margin-top: 0;
}
span.Rate{
    float: right;
}

.Duration{
    position: absolute;
    bottom: 10px; 
    right: 10px;
    font-size: 12px;
}

.moreButton a
{
    position: absolute;
    bottom: 10px; 
    left: 165px;
        font-weight: bold;
        background-color: #fc8200;
}

.moreButton a:link
{
    padding: 2px 14px;
    background-color: #fc8200;
    color: #ffffff;
    text-decoration: none;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    white-space:nowrap;
    position: absolute;
    bottom: 10px;
    
}
.moreButton a:visited 
{
    padding: 2px 14px;
    
    background-color: #fc8200;

    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    white-space:nowrap;
}

.moreButton a:active 
{
    padding: 2px 14px;
    background-color: #fc8200;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    white-space:nowrap;
}
.moreButton a:hover
{
    background-color: #E99C2A;
    color: #ffffff;
    text-decoration: none;
     padding: 2px 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    white-space:nowrap;
    position: absolute;
    bottom: 10px;
	font-weight: bold;
}
.rateDiv
{
    float: right;
}
.rateDiv span
{
    color: #cc0000;
    font-weight: bold;
    font-size: 18px;
}
.rateDiv em
{
    font-weight: bold;
    font-weight: normal;
    font-style: normal;
    color: #414141;
    font-size: 12px;
}
.HotelBlurb p
{
    font-size: 12px;
        padding-bottom: 0px;
       margin-top: 0px;
}

/*---------- Ratings ----------*/
.classification
{
    float: left;
    position: relative;
    width: 91px;
    height: 17px;
}
.classification .cover
{
    position: absolute;
    background: none;
    top: 0px;
    left: 0px;
    width: 91px;
    height: 17px;
    z-index: 101;
}
.classification .progress
{
    position: absolute;
    background: transparent url(images/stars_full.png) top left no-repeat;
    top: 0px;
    left: 0px;
    height: 17px;
    z-index: 102;
}
/*--------- Settings and Nav --------------*/
#showSettings
{
    color: #3399cc;
    cursor: pointer;
}
.nav
{
    width: 100%;
}
.nav_backwards
{
    width: 30%;
    float: left;
    text-align: left;
}
.nav_forwards
{
    width: 30%;
    float: left;
    text-align: right;
}
.nav_pages
{
    width: 40%;
    float: left;
    text-align: center;
}
.nav_backwards a:link, .nav_forwards a:link
{
    font-size: 12px;
}
td.p3 
{
    font-size: 10pt;
}
p.p3
{
    font-size: 8pt;
}
.navBtn
{
    font-size: 10pt;
}
/*------------------- IE PNG FIX -------------*/
div
{
    behavior: url(http://www.territorydiscoveries.com/DesktopModules/SearchDisplay_Listing/images/iepngfix.htc);
}

/*----------- Ajax Stuff ---------*/
.ListingModal
{
    position: absolute;
    background-color: #ffffff;
    filter: alpha(opacity=70);
    mozopacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.ListingModal div
{
    padding: 4px;
    margin: 0 auto;
}



