/*
Description: Styles China Shipping
Version: 0.1
Author: LA Web
date: 19/02/2008
*/


/*  ----  Definições Gerais de HTML  ----  */

html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(img/fundo.jpg) repeat;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color:#666666;
	line-height: 1.7em;
	position:relative;
	text-align:center; /* hack para o IE */
	}

a {
	text-decoration: none;
	color:#0898d7;
	line-height: 1.5em;
	}
	
a:hover {
	text-decoration: underline;
	color:#0071bc;
	}

p {
margin:0;
padding:0;
}

img {
	border: none;
	}



/*  ----  Estilos de Estrutura  ----  */

#geral {
width:778px;
margin:0 auto;
text-align:left; /* "remedio" para o hack do IE */
/*padding: 0px 10px;*/
/*background-image:url(img/lay.png);*/

}

#conteudo {
width:778px;
height:auto;
/*padding: 0px 20px 10px 20px;*/
}

#top {
width:778px;
height:151px;
/*background-image:url(imagens/cima.jpg);*/
}

#taxas {
width:778px;
height:50px;
}

#meio {
width:778px;
height:90%;
background:url(img/meio.png);
/*border:1px solid red;*/
}

#baixo {
width:778px;
height:25px;
background-image:url(img/rodape.png);
}

#cont {
width:760px;
height:auto;
text-align:left;
padding:0px 0px 5px 9px;
}

#tab_esq {
width:70px;
float:left;
text-align:left;
}


#tab_dir {
width:442px;
float:right;
text-align:left;
}

#tab_esq_ter {
width:110px;
float:left;
text-align:left;
}

#tab_dir_ter {
width:402px;
float:right;
text-align:left;
}




/*  ----  Estilos de Texto  ----  */

.txt {
font-size: 9pt;
color:#999;
line-height: 1.7em;
}

.txt_home {
font-size: 9pt;
color: #666;
}

.txt_booking {
color: #0071bc;
font-weight: bold;
text-align: center;
}

.txt_destaque {
color: #0071bc;
font-weight: bold;
}

.txt_destaque2 {
color: #000;
font-weight: bold;
}

.txt_preto {
color: #000;
}

.txt_preto_peq {
font-size:9px;
color: #000;
}

.txt_link {
color: #edbe00;
text-decoration:none;
}

.txt_link_peq {
color: #edbe00;
text-decoration:none;
font-size:8pt;
}

.txt_vertical {
writing-mode: tb-rl;
filter: flipv fliph;
}