span.search-squiqqle{
    color:#333357;
    font-size:0.8em;
    font-weight:bold;
}
#home-search{
    background-image: linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -o-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -moz-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -webkit-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -ms-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(5,6,71)), color-stop(0.58, rgb(5,6,71)));

    -moz-border-radius: 10px;
    border-radius: 10px;

    width:251px;
    height:222px;
    margin:20px 10px 10px 0;

    position: relative;
}
#home-search h2{
    color:#FFA812;
    font-size:1.6em;
    line-height:1em;
    text-align:center;
    padding:15px 0 0 0;
}
#home-search form{
    margin:0 20px 10px 20px;
}
#home-search label{
    color:#FFF;
    font-weight:bold;
    font-size:0.8em;
    line-height:2.2em;
}
#home-search input{
    padding: 5px;
    border: solid 1px #AAAAAA;
}
#home-search input.date{
    background-image: url(/images/icons/date.png);
    background-repeat: no-repeat;
    background-position: 185px;
    width: 200px;
}
#home-search select{
    padding: 5px;
    width: 211px;
    border: solid 1px #AAAAAA;
}
#home-search #search-button{
    position: absolute;
    right: 15px;
    bottom: 10px;
    border: none;
}

#name-search{
    background-image: linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -o-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -moz-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -webkit-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -ms-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(5,6,71)), color-stop(0.58, rgb(5,6,71)));

    -moz-border-radius: 10px;
    border-radius: 10px;

    width:251px;
    height:90px;
    margin:10px 10px 10px 0;

    position: relative;
}

#name-search form{
    margin:10px 20px;
    padding:10px 0 0 0;
}
#name-search label{
    color:#FFF;
    font-weight:bold;
    font-size:0.8em;
    line-height:2.2em;
}
#name-search input{
    padding: 5px;
    border: solid 1px #AAAAAA;
}

#location-boxes{}
#location-boxes .location-box{
    float: left;
    width: 310px;
    height: 200px;
    margin-right: 15px;
    position: relative;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#location-boxes .last{
    margin-right: 0;
}
#location-boxes h2{
    color: #FFFFFF;
    background-color:rgba(3,8,66, 0.7);
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    line-height: 30px;
    text-indent: 12px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
#location-boxes h2 a:link{
    color: #FFFFFF;
    text-decoration: none;
}
#location-boxes h2 a:visited{
    color: #FFFFFF;
    text-decoration: none;
}
#location-boxes h2 a:hover{
    color: #FFA812;
    text-decoration: none;
}
#location-boxes img.box-background{
    width: 310px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#location-boxes ul{
    position: absolute;
    top: 40px;
    left: 10px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.4em;
    text-shadow: 1px 1px #000000;
    font-size: 13px;
    z-index: 95;
}
#location-boxes ul a:link{
    color: #FFFFFF;
    text-decoration: none;
}
#location-boxes ul a:visited{
    color: #FFFFFF;
    text-decoration: none;
}
#location-boxes ul a:hover{
    color: #FFA812;
    text-decoration: none;
}

#guarantee-box{ margin-top:10px; }
#guarantee-box div#guarantee-content{ border-right:solid 2px #D7DAFD; border-left:solid 2px #D7DAFD; height:160px; background-image:url(/images/common/logo-reverse.jpg); background-position: 18px 18px; background-repeat:no-repeat; color:#050647; }
#guarantee-box div#guarantee-content p{ text-align:right; font-size:0.9em; padding:20px 20px 0px 70px; }
#guarantee-box div#guarantee-content strong{ font-size:1.2em; }
#guarantee-box img#learn-more{ margin-top:25px; margin-left:165px; }
#guarantee-box-foot{ height:9px; width:251px; background-image:url(/images/common/boxes/guarantee-box-foot.jpg); background-repeat:no-repeat; }

#welcome-box div.box-content{ font-size:0.8em; }

#home-rotator{ height:322px; width:699px; float:left; margin-top:20px; background-color:#FFF; cursor:pointer; }
#home-rotator div#rotator-image{  }
#home-rotator div#rotator-image img{ width:499px; height:322px;  }
#home-rotator div#rotator-buttons{ float:right; background-image:url(/images/common/navigation/rotator-button-bg-v2.jpg); background-repeat:no-repeat; height:322px; width:200px; }
#home-rotator div#rotator-buttons a{ display:block; width:185px; height:35px; margin-top:1px; padding:10px 0 0 15px; font-weight:bold; font-size:0.8em; line-height:1em; }
#home-rotator div#rotator-buttons a:link{ color:#FFF; text-decoration:none; }
#home-rotator div#rotator-buttons a:visited{ color:#FFF; text-decoration:none; }
#home-rotator div#rotator-buttons a:hover{ color:#FFF; text-decoration:none; }
#home-rotator div#rotator-buttons a#rotator-button-first{ margin-top:0px; height:36px; }
#home-rotator div#rotator-buttons a span.link-normal{ font-weight:normal; font-size:0.8em; }

.row{ clear:both; }

.mr16{ margin-right:16px; }
.mr13{ margin-right:13px; }
.mr20{ margin-right:20px; }
.mt10{ margin-top:10px; }

.box-1{ width:960px; }
.box-1.mt10{ padding-top:10px; }
.box-1 h2
{
    background-image:url(/images/common/boxes/box-1-head.jpg);
    background-repeat:no-repeat;
    height:36px;
    line-height:36px;
    color:#FFF;
    padding:0 12px;
    font-size:0.8em;
}
.box-1-foot
{
    background-image:url(/images/common/boxes/box-1-foot.jpg);
    background-position:bottom;
    background-repeat:no-repeat;
    height:9px;
}
.box-3{ width:309px; float:left;}
.box-3 h2
{
    background-image:url(/images/common/boxes/box-3-head.jpg);
    background-repeat:no-repeat;
    height:36px;
    line-height:36px;
    color:#FFF;
    padding:0 12px;
    font-size:0.8em;
}
.box-3-foot
{
    background-image:url(/images/common/boxes/box-3-foot.jpg);
    background-position:bottom;
    background-repeat:no-repeat;
    height:9px;
}
.box-4{ width:230px; float:left; }
.box-content
{
    border-right:solid 2px #D7DAFD;
    border-left:solid 2px #D7DAFD;
    padding:10px 15px;
    font-size:0.8em;
    line-height:1.4em;
    height:140px;
}
.box-content p
{
    margin-bottom:10px;
}
.box-1 .box-content
{
    height:auto;
}
div#top-vacation-box { }
div#top-vacation-box h3{ margin-bottom:5px; }
div#top-vacation-box ul{ margin-bottom:5px; }
div#top-vacation-box div.column{ width:295px; float:left; }
div.link-list{ line-height: 1.6em; }
div.link-list h3{ color:#A36B20; border-bottom:solid 1px #aaa; padding-bottom:3px; }
div.link-list ul{ padding-bottom:10px; }
div.link-list a{ font-size:0.9em; }
div.link-list a:link{ color:#141556; }
div.link-list a:visited{ color:#141556; }
div.link-list a:hover{ color:#A36B20; text-decoration:none; }
div#top-vacation-box .box-content{ height:445px; }
div#deals-box .box-content
{
    padding:0;
    height:160px;
}
div#deals-box ul
{
    padding:10px;
}
div#deals-box ul li
{
    line-height:2.1em;
    clear:both;
    font-size:0.9em;
}
div#deals-box ul li a:link
{
   color:#141556;
}
div#deals-box ul li a:visited
{
   color:#141556;
}
div#deals-box ul li a:hover
{
    color:#A36B20;
    text-decoration:none;
}
div#deals-box span.top-deals-name
{
    font-weight:bold;
    width:150px;
    display:block;
    float:left;
}
div#deals-box span.top-deals-from
{
    font-style:italic;
    display:block;
    float:left;
    width:40px;
}
div#deals-box span.top-deals-price
{
    color:#FE3A00;
    font-weight:bold;
    display:block;
    float:left;
    text-align:right;
    width:90px;
}
div#follow-box
{
}
div#follow-box img
{
    float:left;
    padding-right:15px;
    padding-bottom:5px;
}
div#follow-box p
{
    float:left;
    width:190px;
    padding-top:15px;
}
div#follow-box div.facebook
{
    padding-bottom:10px;
}
div#follow-box div.twitter
{
    clear:both;
    padding-top:5px;
    border-top:dashed 1px #CCC;
}
div#follow-box a:link
{
    color:#141556;
    text-decoration:none;
    font-weight:bold;
}
div#follow-box a:visited
{
    color:#141556;
    text-decoration:none;
    font-weight:bold;
}
div#follow-box a:hover
{
    color:#A36B20;
    text-decoration:underline;
    font-weight:bold;
}
div.tool-tip
{
    background-color:#FFF;
    border:solid 2px #AAA;
    width:200px;
    position:fixed;
    z-index:1000;
    text-align:left;
}
div.tool-tip.villa
{
    padding:10px;
}
div.tool-tip.villa h3
{
    color:#141556;
    font-size:0.8em;
    border-bottom:solid 1px #AAA;
    padding-bottom:5px;
    margin-bottom:5px;
}
div.tool-tip.villa p
{
    font-size:0.7em;
    line-height:1.4em;
    margin-bottom:10px;
}

.ui-autocomplete {
    height: 200px;
    overflow: auto;
    text-align: left;
}
.ui-autocomplete li {
    font-size: 0.8em;
}
