@CHARSET "ISO-8859-1";
/**
 * Default
 */
html, body {
	width  : 100%;
	height : 100%;
}

body, form {
	margin : 0px;
}

body, input, textarea, select, th, td {
	font-size   : 11px;
	font-family : arial, verdana;
}

body, th, td {
	color : #363636;
}

body {
	background-color : #fff;
}

table, img {
	border : 0px;
}

table {
	border-collapse : collapse;
}

th, td {
	padding : 0px;
}

input, textarea, select {
	background-color : #c53b59;
	border           : 1px solid #E97791;
	color            : #E97791;
}

input, textarea {
	color : #fff;
}

.botao {
	border : 0px;
}

a:link {
	text-decoration : none; 
}

a:visited {
	text-decoration : none; 
}

a:hover {
	text-decoration : underline; 
}

a {
	color : #c53b59;
}

/**
 *
 */
.divisor {
	height : 1px;
	background-color : #c53b59;
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
}

.titulo {
	font-weight : bold;
}

.titulo_grande {
	font-weight : bold;
	color       : #c53b59;
	font-size   : 13px;
	background-color : #efefef;
	padding : 4px;
}

.tituloPagina {
	font-weight : bold;
	color       : #fff;
	font-size   : 13px;
	background-color : #c53b59;
	padding : 4px;
	margin-bottom:5px;
}

.mensagem {
	font-weight : bold;
	color       : #c53b59;
	font-size   : 13px;
	background-color : #efefef;
	padding : 4px;
}

.erros {
	color : #FF0000;
}

.obrigatorios {
	font-weight : bold;
}

.alfabeto, .justificado {
	width : 100%;
	font-weight : bold;
}

.alfabeto .letra, .justificado .letra {
	padding : 5px;
}

.comprar {
	font-size : 12px;
	font-weight : bold;
}

.produto {
	background-color : #EFEFEF;
	margin: 3px;
}

.preco {
	font-weight : bold;
}

.anuncie {
	font-weight : bold;
	font-size : 15px;
}

.colunista {
	background-color : #EFEFEF;
}

.titulo_branco {
	font-weight:bold;
	font-size : 13px;
	color     : #fff;
}

#resultadoConsulta {
	padding : 15px;
}

.titulo_lilas {
	font-size: 11px;
	font-weight: bold;
	color: #e7b4ba;
}

.menu_minha_conta td {
	font-weight : bold;

}

.banners_direita {
	padding-left : 10px;
}

.home_video {
	padding-left : 20px;
	padding-right : 20px;
}

.banners_direita .banner img,
.banners_direita_home .banner img {
	width: 140px;
	height: 80px;
}

.banner img {
	border: 2px solid  #c53b59;
	margin-bottom:5px;
}
/**
 * Fullscreen area
 */
#fullscreen {
	width  : 100%;
	height : 100%;
}

/**
 * Topo
 */
#topo {
	height           : 115px;
	background-color : #c53b59;
	text-align       : center;
	background-image : url(../img/fundos/bg_pink.gif);
}

.areaMenu {
	background-color : #fff;
	height           : 40px;
}

.menu td {
	padding-left : 40px;
}

.areaConta, .form_conta {
	height           : 50px;
	background-color : #c53b59;
	text-align       : center;
}

.areaConta .conta td, .form_conta .conta td {
	padding     : 3px;
	font-weight : bold;
	color       : #E97791;
}

#redes_sociais {
	padding-left : 30px;
}

#redes_sociais td {
	padding : 3px;
}

.info a {
	color     : #E97791;
	font-size : 9px;
}

/**
 * Corpo
 */
#corpo {
	padding : 10px;
	height  : 240px;
}

/**
 * Base
 */
#base {
	background-color : #c53b59;
	padding-top      : 10px;
	padding-bottom   : 10px;
}

#base td {
	width : 20%;
}

#base a {
	color : #fff;
}

#logo {
	width : 260px;
}

#banner {
	width       : 468px;
	height      : 60px;
	margin-top  : 20px;
	margin-left : 30px;
}

/**
 * Area principal
 */
.principal, .principal_centro {
	width : 810px;
}

/**
 * Form
 */
.form td {
	padding : 3px;
}
