/* CSS Document */

html
{
	height: 100%;
}
body
{
	color: #5E5E5E;
	font: 1.0em Tahoma,Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(img/bg_tgk.gif) repeat-x;
	min-height: 100%;
	position: relative;
}
* html body
{
	height: 100%;
}
.tituloPesqRoteiro
{
    display:block;
    background-color: #eee;
    border:solid 1px #ccc;
    padding:5px;
    font-weight:bold;
    width: 192px;
    margin-bottom:5px;
}

.tituloFiltroRoteiro
{
    padding: 0px; 
    margin: 0px;
}

input, textarea, select
{
	font: normal 1em "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
h1, h2, h3
{
	font-weight: normal;
	color: #212121;
}
h1
{
	letter-spacing: -1px;
	font-size: 1.5em;
}
h2
{
	font-size: 1.0em;
}
h3
{
	font-size: 0.9em;
}
a
{
	color: #000;
	text-decoration: none;	
}
a:hover
{
	text-decoration: underline;
}
/* Main Blocks */
#page-box
{
	width: 780px;
	margin: 0 auto;
	padding-bottom: 30px;
	border: solid 1px #ccc;
	border-top-width: 0px;
	border-bottom-width: 0px; /*background-color: #00FF66;*/
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#header
{
	height: 145px;
	padding-top: 10px;
	background: url(../images/top-bg.jpg) no-repeat;
	position: relative; /*background-color: #003366;*/
}

#content
{
	overflow: hidden;
	width: 780px;
	z-index: 5; /*background-color: #FFFF00;*/
}

#footer
{
	background: url(../images/page-bottom-bg.gif) repeat-x bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	z-index: 1;
	margin: 0px 0 0 0 !important;
	padding: 0; /*background-color: #FF0000;*/
	float: left;
}


/*Content*/

#content-esq
{
	display: block;
	width: 215px;
	float: left;
}

#content-dir
{
	display: block;
	width: 560px;
	float: right;
}

/* Filtros */

.imageFiltro
{
     height:10px;
     width:10px;
}

.filtro-box
{
	display: block;
	width: 215px;
	margin-bottom: 15px;
}

.filtro-title
{
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: url(img/bg_fundoFiltro.gif) no-repeat;
	display: block;
	height: 27px;
	width: 204px;
	padding-left: 15px;
	font-style: oblique;
	font-variant: small-caps;
}

.filtro-itens
{
	border: solid 1px #ccc;
	border-top-width: 0px;
	display: block;
	width: 202px;
	background-color: #f8f8f8;
	padding-top: 7px;
	padding-bottom: 7px;
}

.linkFiltro
{
 text-decoration:none;
 color: #7a7776;;
}

/*Roteiro*/

.roteiro-info a
{
	color: #111;
	text-decoration: none;	
}

.roteiro-info h1, .roteiro-info h2
{
	font-size: 1.1em;
	font-style: oblique;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}

.roteiro-info h2 a
{
	color: #c12028;
	font-size: 0.8em;
}

.roteiro-block
{
	width: 550px;
	display: block;
	margin-bottom: 10px;
	float: left;
	height: 140px;
}

.roteiro-thumb
{
	display: block;
	float: left;
	width: 138px;
}

.roteiro-img
{
	border: none;
	width: 128px;
	height: 103px;
	border: solid 2px #d5d6d1;
}

.roteiro-info
{
	display: block;
	float: right;
	width: 410px;
	font-size: 0.9em;
}

.roteiro-divisor
{
	margin-top: 10px;
	margin-left: 100px;
	border: none;
	float: left;
}

.tdSaibaMais
{
	text-align: right;
	padding-top: 6px;
}

.roteiro-descricao a
{
	color: #333;
}

/*Home*/

.bannerLateral
{
	border: none;
	height:300px;
	display: block;
	width: 202px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.bannerImagemLateral
{
     width:202px;
     height:100px;
}

.tblHome
{
	width: 202px;
}

.tituloImagem
{
 	background-color: #a21617; 
 	color: #eee;
    font-size: 15px;
    font-family: Arial,Verdana,Tahoma;
	font-weight: bold; 
	vertical-align:top;
}

.tituloImagem a
{
    text-decoration: none;
    color: #fff; 
}

.imagemRoteiro
{
	width:120px;	
	height: 103px;
}

.bordaImagem
{
	border: solid 3px #eccc9b;
}

.descImagem
{
 background-color:#f8f8f8;
 vertical-align:top;
}

.descImagem a
{
    color: #7a7776;
    text-decoration: none;
}

.tblBannerInferior
{
	 width: 554px; 
	 height: 168px;
}

.imgTblBanner
{
	 border: medium none; 
	 height: 165px; 
	 width: 130px;
}

.imgTblBanner2
{
	 border: medium none; 
	 height: 165px; 
	 width: 278px;
}

.tblFormaPGTO
{
	background-color:#ffffff;
	width:100%;
}

.imgTblFormaPGTO
{
	border: medium none; 
	height: 39px; 
	width: 574px;
}

/* PaginacaoJS */
#Paginacao, #PaginacaoBaixo
{
    float: right; text-align: center; display: block;
    margin-bottom: 10px;
}
.PaginacaoJS
{
	padding: 1px;
	float: left;
}
.PaginacaoJS a
{
	text-decoration: none;
	padding: 1px;
	margin-left: 1px;
	font-weight: normal;
	color: #666;
}
.Selecionado a
{
	background-color: #eee;
}
#PaginacaoBaixo .Selecionado a
{
	background-color: #ccc;
}
.TresPontos a
{
	background-color: #ddd;
}

/* ORDEM */
#divOrdem
{
	vertical-align: bottom;
	border: solid 1px #ccc;
	padding: 3px;
	margin-bottom: 10px;
}

#divOrdem a
{
	margin-right: 0px;
	padding-right: 1px;
	text-decoration: none;
	text-transform: lowercase;
	font: 18px arial;
	color: #666; 
}

#tooltip
{
	width: 200px;
}

/*TOTAL*/
.TotalRegistros
{
    	font: 18px Tahoma,Arial, Helvetica, sans-serif;
}
/*COTACAO*/
#cotacao
{
     display: block;
     font-family: Tahoma,arial;
     font-weight:bold;
     font-size:13px;
     width: 300px;
     margin-left:142px;
}

#divHeaderSuperior
{
	display: block;
	float: left;
	height: 92px; 
}

#divLogo
{
	display: block;
	float: left;
	width: 350px;
}

#divHeaderEsq
{
	width: 390px;
	display: block;
	float: right;
}

/*TELEFONE*/
#telefone
{
     font-family: Tahoma,arial;
     font-weight:bold;
     font-size:13px;
     width: 300px;
     display: block;
     margin-left:240px;
     margin-top:30px;
}

/*bannerLogo*/
.bannerLogo
{
     border:none;
}

/*faixa footer*/
.faixaFooter
{
    background: url(img/bg_rodape.gif) repeat-x;
    height:30px;
    color: #fff;
    text-align:center;
    font-size: 11px;
}

.faixaFooter a
{
    color: #fff;
    text-decoration:none;
    padding-top: 10px;
    display: block;
}

/*Menu tool4web*/
#divMenuTool4Web
{
	position:relative;
	display: inline-block; 
	float: right;
	display: block;
	width: 490px;
	text-align: right;
	margin-top: 3px;
}

#Menu ul
{
	list-style-type: none;
	display: inline;
}

#Menu li
{
    display: inline;
    margin-bottom: 7px;
	/*border: solid 0px #6d1212;*/
	padding-right:5px;
}

#Menu li a
{
	color:#fff;
	display: inline;
	font-family: Tahoma,Arial;
	font-size:14px;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	text-transform:lowercase;
	text-decoration: none;
}

#Menu li a:hover
{
    text-decoration: none;
    background-color: #EEB422;
    font-style: normal;
    color: #fff;
    /* border-color: #6d1212;*/
    text-decoration: none;
}



/* Menu superior */
#divMenu
{
	z-index: 100;
	position:relative;
	float: left;
	width: 270px;
	display: block;
}
#menu
{
	display: block;
	padding: 0px;
	margin: 0px;
	z-index: 100;
}
#menu a
{
	/*border-left: solid 2px #99C233;*/
	margin-right: 3px;
	padding: 7px 2px 5px 2px;
	text-decoration: none;
	font-size: 1.4em;
	color: #FFFFFF;
}
#menu li
{
	display: inline-block;
	top: 0px;
	padding: 5px;
	z-index: 100;
}
#divMenuFrame
{
	-moz-margin-top: 20px;
	position: relative;
	font-variant: normal;
	font-weight: bold;
	text-align: right;
	text-transform:lowercase;
}
/*Hack para Firefox 2 (case-insensitive)*/
#divMenuFrame[id=DivMenuFrame]
{
	margin-top: 10px;
}


#divMenuFrame ul
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #000;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}
#divMenuFrame li
{
	display: inline;
	/*font-weight: bold;*/
	text-align: left;
	font-size:10px;
}
#divMenuFrame ul a
{
	color: #fff;
	text-decoration: none;
	/*border: solid 0px #cc0000;*/
	display: inline-block;
	margin: 0px;
}


#Pais li, #Preco li, #Dias li
{
    display: block;
    width: 200px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    background-color: #cf0000;
    border: solid 1px #eee;
    border-bottom-width: 0px;
    border-top-width: 0px;
    _margin-left: -350px;
    _position: relative;
}
select
{
	_z-index: -10;
}

#Pais, #Preco, #Dias
{
    border: solid 5px #EEB422;
}
#Pais li a, #Preco li a, #Dias li a
{
	display: block;
	background-color: #fff;
	color:#666;
	font-weight: bold;
}
#divMenuFrame li:hover
{
    color: #FFF;
    font-weight: bold;
	background-color: #EEB422;
}
#divMenuFrame li a:hover
{
	_background-color: #cc0000;
	_color: #FFF;
}
#Pais li a:hover, #Preco li a:hover, #Dias li a:hover
{
	/*background-color: #aa0000;
	color: #fff;*/
	color: #aa0000;
	
}


/*Bloco de conteudo*/
.arquivosBloco
{
	display: block;
}
.imgsBloco
{
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imgsBloco_centralizado
{
	text-align: center;
}
.legendaImgBloco
{
	padding: 3px;
	font-size: 0.8em;
	background-color: #000;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.blocoConteudo
{
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
}

.blocoConteudo a
{
	text-decoration: underline;
}


/*blocoItem*/
.blocoItem h3
{
	border: solid 0px #666;
	border-bottom-width: 0px;
	color: #000;
	font-weight: 500;
}

.blocoItem, .listaContainer
{
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;
	margin-bottom: 20px;
}

.listaContainer:hover
{
	background-color: #eee;
}


/*album de foto*/


/* Modal */
.modal
{
	display: block;
	position: fixed;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	z-index: 10;
	background: #666; /*#f2f2f2;*/
	text-align: center;
	_font-size: 10pt;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999999;
}
.modalConteudo, .modalConteudoAlbum
{
	margin: 0 auto 0 auto;
	margin-top: 50px;
	color: #000000;
	display: block;
	border: solid 1px #222;
	padding: 10px;
	width: 720px;
	padding-top: 0px;
	font-size: 10pt;
	background-color: #fff;
	text-align: left;
	height: 460px;
	overflow: auto;
}

.clsTituloModal
{
    color: #fff;
    font-weight:bold;
}

.modalConteudoPequena
{
	margin: 0 auto 0 auto;
	margin-top: 100px;
	color: #000000;
	display: block;
	border: solid 1px #222;
	padding: 10px;
	width: 500px;
	padding-top: 0px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	height: 200px;
	overflow: auto;
}
.modalConteudoTitulo
{
	background-color: #222;
	color: #fff;
	margin-left: 30px;
	margin-right: 30px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 4px;
}

.motivoModal
{
	padding: 5px;
	border: solid 0px #000;
	border-bottom-width: 1px;
}
.modalConteudoAlbum
{
	width: 480px;
	height: 300px;
	overflow: auto;
}

/*mostra esconde*/
.mostraEsconde
{
    text-decoration:none;
    border:none;
    font-size:14px;
    color: #676767;
}

.mostraEscondeFiltro
{
    text-decoration:none;
    border:none;
    font-size:14px;
    color:#fff;
}

/*formulario*/
.clsBtn, .clsBtnOpcionais
{
	border: solid 1px #bbbdbe;
	padding: 2px;
	cursor: pointer;
	background-color: #fff;
	color: #666;
	font-variant: small-caps;
	font-style: oblique;
}
.clsBtnOpcionais
{
    color:Red;
}

/*ToolTip*/
.clsToolTip
{
	position: absolute;
	width: 150px;
	border: 4px solid #EEB422;
	padding: 4px;
	margin-top: 16px;
	background-color: white;
	z-index: 100;
	font-variant: normal;
	font-style: normal;
	letter-spacing: 1px;
}

.menu-item-bullet
{
    font-weight: bold;
    font-family: Tahoma;
    color: #666;
    font-size: 0.5em;
    
}