﻿#slider {
    margin-left: 5px !important;
    width: 160px !important;
}
.barra-preco p {
margin-bottom:15px !important;
}
.ui-slider-horizontal {
    height: 7px !important;
}

.letersFilter {
    background-color: #EEEEEE;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 10px 2%;
    width: 96%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.noclickable 
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ccc;
    color: #666;
    height: 18px;
    padding-top: 2px;
    text-align: center;
    width: 20px;
}
.letersFilter a 
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #990000;
    color: #FFFFFF;
    display: block;
    height: 18px;
    padding-top: 2px;
    text-align: center;
    width: 20px;
	text-decoration:none;
}
.letersFilter a:hover 
{
    background-color:#92b30a;
    color:#fff;
}
.letersFilter li {
    display: inline-block;
    *float:left;
    position: relative;
}

.letersFilter p label {
    position: absolute;
    right: 0px;
    top: 90px;
    letter-spacing:0px;
}
.letersFilter p label input
{
    vertical-align:-2px;
    margin-right:2px;
}

ul.fancyList {
    display: block;
    float: left;
    margin: 30px auto 0;
    width: 700px;
}

#divFancyLocations 
{
    background:none !important;
}
ul.fancyList li 
{
    float: left;
    list-style: none outside none;
    margin: 0 10px 0 0;
    width: 339px;
}
ul.fancyList label, ul.fancyList span
{
    clear:both;
    display:block;
}

ul.fancyList li span {
    font-size:11px;
    line-height: 1.8;
    color:#999;
}

#divFancyFacilities  ul.fancyList span 
{
    clear:none;
}

#divFancyLocations ul.fancyList span {
    clear:none;
}

ul.lateralLocations li {
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
    display: block;
    float: left;
    line-height: 1.5;
    list-style: none outside none;
    margin-bottom: 6px;
    padding-bottom: 5px;
}

.facilities label {
    color: #333333;
}


#divLocations span {
    color: #999999;
    display: block;
    float: left;
    font-size: 10px;
    margin-left: 19px;
    margin-top: 1px;
}

.facilities label {
    margin-right: 10px;
    width: auto;
}

#divFacilities span
{
    color: #999999;
    display: block;
    float: right;
    font-size: 9px;
    letter-spacing: -0.03em;
    margin-top: 3px;
    *text-align:right;
    *float:none;
}

ul.fancyReferences              
{
}

ul.fancyReferences  li            
{
   list-style: none outside none;
}

ul.fancyReferences  li  a         
{
}

ul.fancyLocations 
{
}

ul.fancyLocations li
{
   list-style: none outside none;
}

ul.fancyLocations li label
{
}


li.noclickable
{
    color:#606060;
}

A.limpa-filtro 
{
    color:White;
    font-weight:bold;
    display:none;
    position:absolute;
    top:14px;
    left:100px;
    z-index:100
}

.hotel-fakemap, .hotel-payday , .hotel-bestprice
{
    background-repeat:no-repeat;
    line-height:30;
    overflow:hidden;
    width:32;
    height:32;
    display:inline-block;
    *float:left;
 }

.hotel-fakemap 
{
    background-image: url('../img/no-map.png');
    height:132px;
    width:197px;
    cursor:default;
}

.hotel-payday
{
    background-image: url("../img/5-noites-gratis.png");
    height: 25px;
    margin-right: 8px;
    width: 63px;
}

.hotel-bestprice
{
    background-image: url('../img/melhor-preco.png');
    height: 25px;
    width: 66px;
}

.hotels-stars-rating {
	list-style:none;
	margin:0;
	padding:0;
}
.hotels-stars-rating li {
	display:inline-block;
	*float:left;
	width:16px;
	height:16px;
	background:url('../Common/js/stars/jquery.ui.stars.gif') no-repeat;
}
.hotels-stars-rating li.star-full {
	background-position:0 -48px;
}
.hotels-stars-rating li.star-half {
	background-position:0 -80px;
}
.hotels-stars-rating li.star-empty {
	background-position:0 -32px;
}


	#dialog-form { font-size: 12px; color: #666666;}
	#dialog-form label input { display:block; }
	#dialog-form 	input.text { margin-bottom:12px; width:95%; padding: .4em; }
	#dialog-form 	fieldset { padding:0; border:0; margin-top:10px; }
	#dialog-form 	h1 { font-size: 1.2em; margin: .6em 0; }
	div#users-contain { width: 350px; margin: 20px 0; }
	div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
	div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
	div#dialog-form h3 {color:#990000; margin:0}
	div#dialog-form fielset {margin-top:10px;}

	a.sended-email{
		    background-image: url('../Common/js/themes/ui-lightness/images/ui-icons_222222_256x240.png');
		    background-repeat:no-repeat;
		    background-position:-64px -144px;
		    background-color:Green;
		    position:relative;
		    height:16px;
		    width:16px;
		    margin:0;
		    padding:0;
		    display:block;
	}
    .ui-dialog .ui-state-error { padding: .3em; }
    .validateTips { border: none; padding: 0.3em 0; }
    .more-details-module a 
    {
        color: #990000;
        font-size:11px;
        text-decoration:underline;
    }
    .more-details-module a:hover 
    {
        text-decoration:none;
    }
    [id|="moreDetailsDescription"] 
    {
        display:block;
        margin-top:10px;
    }
    .limpa-filtro
    {
        background: url('../img/btn-limpar.png') no-repeat;
        width:49px;
        height:13px;
        display:inline-block;
        overflow:hidden;
        line-height:30;
        top: 16px !important;
        left: 142px !important;
        cursor:pointer !important;
    }
    .limpa-filtro:hover 
    {
        background-position:0px -13px;
    }
    .ui-corner-all {
    text-transform:lowercase !important;
    font-size:12px !important;
    }
    .ui-autocomplete-input 
    {
        text-transform:lowercase !important;
    }
    .lateralLocations label 
    {
        float:left;
        width: 130px;
    }
    #divLocations 
    {
        float:left; margin-top:0;
    }
    .fancyReferences a
    {
        color: #990000;
        font-size:12px;
        margin-bottom:4px;
        display: block;
        padding-left: 15px;
        background: url('../img/bullet-setinha.png') no-repeat 3px 5px;
    }
    .fancyReferences a:hover 
    {
        text-decoration:underline;
    }
    #referencesAnchor, #facilitiesAnchor
    {
    color: #990000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    clear:both;
    margin: 10px 17px;
    }
    #referencesAnchor:hover 
    {
        text-decoration:underline;
    }
    #divFancyReferences ul
    {
        display:block;
        width:600px;
        list-style:none;
        float: left;
        margin-bottom: 10px;
    }
    #divFancyReferences ul li
    {
        float:left;
        width:280px;
    }
    #divFancyReferences ul li a
    {
        color: #990000;
        font-size:12px;
        margin-bottom:4px;
        display: block;
        padding-left: 15px;
        background: url('../img/bullet-setinha.png') no-repeat 3px 5px;
    }
    #divFancyReferences ul li a:hover 
    {
        text-decoration:underline;
    }
   
    #fancybox-overlay 
    {
        z-index: 99999999 !important;
    }
    #fancybox-wrap 
    {
        z-index: 2147483647 !important;
    }
    #divFancyReferences 
    {
        padding:15px;
    }
    .divFancyReferences h3 
    {
        color:#990000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
    }
    #HotelName 
    {
        width: 175px;
    }
    #txMessage 
    {
        width:345px;
    }
    .ui-dialog-buttonset button 
    {
        background-color:#990000;
        color:#fff;
        border:none;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        padding:5px 10px;
    }
    .ui-widget 
    {
        font-family:Arial, Sans-Serif;
    }
    #locationsAnchor 
    {
        color:#333;
        font-size:12px;
        clear:both;
        display:block;
        margin-top:20px;
        font-weight:bold;
    }
    .lateralLocations
    {
        color:#333;
    }
    
.ui-menu {
    z-index: 3 !important;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em !important;
}

#divReferences, #divFacilities
{
    position:relative;
}

.hiddenTrackId 
{
    display:none; 
    color: White; 
    font-size: large; 
    float: right; 
    padding-top: 10px; 
    padding-right: 10px;
}
 .loading-results 
{     
	background:url(../img/carregando.gif) no-repeat;     
	width:150px;     
	height:17px;     
	color:#fff;     
	font-size:10px;     
	display:block;     
	position:absolute;     
	top:10px;     
	right:10px;     
	padding:4px 0 0 7px; 
}	
#fancyPaginationNext, .filter-fancy {
	color:#990000 !important;
}