@import "cadastro.css";
@import "logado.css";


body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:0.7em;
	color:#444;
	background:#fff;
	margin:20px 0 15px 0;
}

/* formatacao */

* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}

h1, h2, h3, h4, h5 {font-weight:normal;}

img {border:none;}

a {color:#0D649C;}

a:hover {
	color:#e30720;
	text-decoration:underline;
}

.red, a.red {color:#e30720;}

.redAlert {
	font-size:1.2em;
	font-weight:600;
	color:#e30720;
}

a:hover.red {text-decoration:underline;}

.center {text-align:center;}

.center h5 {
	font-size:1.1em;
	margin:0 0 8px 0;
}

.left {
	float:left;
	padding:0 5px 5px 0;
}

/* bg destaque anuncie */

.fundoDestaque {
	background:#f4f4f4;
	padding:10px 10px 5px 10px;
	margin:0 0 20px 0;
}

.space {
	height:40px;
}

/* post show/hide */

.posthidden {
	display:none;
	padding:10px 0px 10px 5px;
} 

.postshown {display:inline;}

.line {
	border-bottom:1px solid #ddd;
	margin:0 15px 10px 0;
}

.lineBox {
	border-bottom:1px solid #ddd;
	margin:0 5px 10px 5px;
}

ul.listaOff li {
	padding:2px 0 2px 8px;
	border-bottom:1px solid #ddd;
	background:url(../images/seta_red_off.gif) top left no-repeat;
	background-position:0 6px;
}

ul.listaOn li {
	padding:3px 0 8px 7px;
	background:url(../images/seta_red_on.gif) top left no-repeat;
	background-position:0 7px;
}

ul.lista li {
	padding:1px 0 1px 7px;
	background:url(../images/seta_red_on.gif) top left no-repeat;
	background-position:0 7px;
}

.btn_cadastro {
	text-align:center;
	padding:7px 0 7px 0;
}

.btn_cadastro a {
	padding:8px 25px 10px 25px;
	font-size:1.2em;
	font-weight:600;
	text-decoration:none;
	background:url(../images/bg_btn_off.gif) #0d649c repeat-x;
	color:#fff;
}

.btn_cadastro a:hover {
	text-decoration:none;
	background:url(../images/bg_btn_on.gif) #e30720 repeat-x;
	color:#fff;
}

/* botao padrao */

.btnPadrao {
	margin:0 10px 10px 0;
}

.btnPadrao a {
	text-align:right;
	font-weight:600;
	color:#e30720;
}

/* titulos */

.tituloCat {
	font-size:1.6em;
	/*background:url(../images/seta_brancaBaixo.gif) center left no-repeat;
	padding:0 0 0 12px;*/
	margin:0 0 8px 0;
	color:#fff;
}

.tituloBase {
	font-size:1.3em;
	font-weight:600;
	/*background:url(../images/seta_red_on.gif) center left no-repeat;
	padding:0 0 0 8px;*/
	margin:0 0 15px 0;
	color:#444;
}

.tituloPrinciapl {
	font-size:1.8em;
	color:#e30720;
	margin:0 0 20px 0;
}

.TituloPrincipal { 		/* Titulo interno busca de categorias */
	font-size:1.8em;
	color:#e30720;
	margin:20px 0 0 0;
}

.sTitulo {
	font-size:1.2em;
	color:#e30720;
	padding:15px 0 10px 0;
}

.tituloCat img {vertical-align:middle;}

/* div #geral que engloba as demais */

#geral {
	width:780px;
	margin:0 auto;
}

/* topo */

.topo {
	height:71px;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	background:url(../images/topo_bg.gif) repeat-x;
	padding:0 10px 0 0;
}

.abreTopo {
	height:10px;
	_margin:0 0 -4px 0; /* Hack de alinhamento IE6 */
	background:url(../images/topo_top.gif) no-repeat;
}

.fechaTopo {
	height:10px;
	background:url(../images/topo_bottom.gif) no-repeat;
	clear:right;
}

.topo img {vertical-align:middle;}

/* logo e slogan */

.topo h1 {
	float:left;
	padding:0 30px 0 18px;
}

.topo h2 {
	float:left;
	padding:23px 0 0 0;
}

/* menu topo */

.menuTopo {
	margin:0 0 10px 0;
}

/* area de login */

.loginArea {
	float:right;
	width:325px;
	text-align:right;
}

.topo form fieldset {border:none;}

.topo form fieldset legend {display:none;}

.topo form label {
	float:left;
	padding:2px 0 0 0;
}

.topo form input.login, .topo form input.password {
	float:left;
	width:90px;
	height:15px;
	border:1px solid #d5d5d5;
	margin:0 10px 0 3px;
	font-family:arial;
	font-size:1.0em;
	color:#444;
	padding:1px;
}

.topo form .button {
	color:#555;
	font-size:1.0em;
	padding:0 5px 0 5px;
}

.loginOpcoes {padding:10px 0 0 0;}

/* Menu */

#menu {
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	margin:20px 0 30px 0;
}

ul#menu li {display:inline;}

ul#menu li a {
	padding:4px 18px 4px 18px;
	text-decoration:none;
}

ul#menu li.menuLinkRed a {
	color:#e30720;
	padding:4px 18px 4px 18px;
	text-decoration:none;
}

ul#menu li.menuLinkRed a:hover, ul#menu li a:hover {
	background:#f4f4f4;;
}

ul#menu li.selected a {
	background:#e30720;
	color:#fff;
}

/****************
 area principal 
 ***************/

.areaPrincipal {
	float:left;
	width:468px;
	padding:0 10px 0 10px;
}

.areaPrincipalInterna {
	float:left;
	width:458px;
	padding:10px 20px 0 10px;
}

.areaPrincipalInterna .tituloPerfil {margin:15px 0 10px 0;}

.areaPrincipalFull {
	float:left;
	width:600px;
	margin:10px 10px 0 10px;
}

.areaPrincipalFS {
	float:left;
	width:100%;
	margin:0px 10px 0 10px;
}

.areaPrincipal p, .areaPrincipalFull p, .areaPrincipalInterna p {
	margin:0 0 15px 0;
	text-align:justify;
}

/* banner */

.banner p {	
	text-align:right;
	font-size:0.9em;
	margin:0;
}

/* destaque area principal */

.destaquePrincipal {
	margin:15px 0 0 0;
	clear:both;
}

	.destaquePrincipal h4 {
		font-size:1.6em;
		color:#e30720;
		margin:0 0 10px 5px;	
	}
	
	.destaquePrincipal p.assCondominialTV {
		float:right;
		width:100%;
		text-align:right;
	}

/* box categorias e busca de categorias */

#boxCategorias {
	height:50px;
	padding:10px;
	margin:10px 0 0 0;
	background:url(../images/box_categoria_top.gif) top #7f7f7f no-repeat;
	clear:both;
}

.boxCategoriasFecha {
	height:10px;
	background:url(../images/box_categoria_bottom.gif) no-repeat;	
}

/* chamada categorias */

.boxCategoriasChamada {
	width:210px;
	float:left;
}

.boxCategoriasChamada p {
	text-align:justify;
	color:#fff;
}

/* box busca de categorias */

.searchBox {
	float:left;
	margin:0 0 0 35px;
}

.searchBox fieldset {border:none;}

.searchBox fieldset legend {display:none;}

.searchBox input.searchField {
	width:140px;	
	font-family:tahoma;
	font-size:1.2em;
	font-weight:600;
	color:#078ee3;
	background:#fff;
	padding:1px;
	margin:4px 3px 0 0;
	border:none;
}

.searchBox .searchButton {	
	font-size:1.1em;
	color:#444;
	padding:1px 5px 1px 5px;
}

/* lista categorias */

.categoriasFor {	
	float:right;
	width:130px;
	margin:15px 25px 0 0;
	_margin:15px 15px 0 0; /* Hack de alinhamento IE6 */
}

.categoriasFor h4 {
	font-size:1.6em;
	color:#e30720;
	margin:0 0 14px 5px;
}

.categoriasFor ul li, .categoriasFor ul li a {float:left;}

.categoriasFor ul li a {
	width:122px;
	font-size:1.1em;	/* tamanho fonte lista de categorias */
	background:url(../images/seta_red_off.gif) top left no-repeat;
	background-position:0 8px;
	padding:3px 0 3px 8px;
	border-bottom:1px solid #dcdcdc;
	text-decoration:none;
}

.categoriasFor ul li a:hover {
	background:url(../images/seta_red_on.gif) #f9f9f9 top left no-repeat;
	background-position:0 7px;
	color:#e30720;
}

/**************
 area lateral 
 *************/

.areaLateral {
	float:left;
	width:280px;
	clear:right;
}

/* box lateral */

.boxLateral {
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	padding:0 10px 0 10px;
}

.abreBoxLateral {
	height:10px;
	_margin:0 0 -4px 0;	/* Hack de alinhamento IE6 */
	background:url(../images/box_lateral_top.gif) no-repeat;
}

.fechaBoxLateral {
	height:10px;
	background:url(../images/box_lateral_bottom.gif) no-repeat;
	margin:0 0 15px 0;
	clear:left;
}

.boxLateral h3 {
	font-size:1.6em;
	color:#000;
	margin:0 0 15px 0;
}

/* sobre o CondoPlaza */

.boxLateral_beneficios {
	height:70px;
	padding:10px 0 0 0;
	clear:left;
}

.boxLateral_beneficios img {
	float:left;
	padding:0 10px 0 0;
}

.boxLateral_beneficios h4 {
	margin:8px 0 3px 0;
}

/* perfil de cliente (comprador, fornecedor e administrador) */

.perfilCliente {
	margin:25px 0 0 0;
	padding:0 10px 0 10px;
}

.perfilCliente p {
	margin:0 0 5px 0;
}

.perfilCliente p strong {font-size:1.1em;}

.tituloPerfil {
	font-size:1.6em;
	color:#e30720;
	margin:0 0 10px 0;
}

/* rodape */

#rodape {
	height:70px;	
	margin:0 10px 0 10px;
	padding:40px 0 0 0;
	clear:both;
}

#rodape p {
	margin:0 0 5px 0;
}

.menuRodape {
	border-top:1px solid #ddd;
	padding:5px 0 0 0;
}

.byAthos {
	float:right;
	padding:10px 0 0 0;
}


/* Suporte */

#formulario fieldset {border:none;}

#formulario fieldset legend {display:none;}

#formulario form input {
	height:18px;
	border:1px solid #ddd;
	margin:0 0 5px 0;
}

#formulario form select {
	font-size:1.0em;
	height:18px;
	border:1px solid #ddd;
	margin:0 0 5px 0;
}

#formulario form textarea {
	width:300px;
	height:100px;
	border:1px solid #ddd;
}

#formulario .check {
	vertical-align:middle;
	padding:0 0 5px 0;
	margin:0 5px 0 0;
}

/* opcoes suporte */

.opcoesSuporte {
	height:50px;
	padding:8px 0 5px 0;
}

.opcoesSuporte img {
	float:left;
	margin:0 10px 0 0;
}

.opcoesSuporte p {
	padding:3px 0 0 0;
}

/* mensagem enviada */

.emailEnviado {
	padding:20px;
	margin:30px 0 30px 0;
	background:#f4f4f4;
}

.emailEnviado h3 {
	font-size:1.5em;
	color:#e30720;
	margin:0 0 20px 0;
}

.emailEnviado p {
}