/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
html {
	background: transparent url(../imagens/bg_all.jpg) repeat-x;
}
a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
}
#site {
	width:100%;
	/*position:relative;*/
}
img {
	border: 0;
}
/*  HEADER --------------------------------------  */
#header {
	height: 30px;
	margin: 0px 5px 0px 5px;
}
#header .headerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
}
#header .headerNav ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#header .headerNav ul li a {
	display: block;
	padding: 0px 2px 2px 2px;
	text-align: left;
	text-decoration: none;
	width: auto;
	color: #0e50a2;
}

#header .headerNav ul li#guiasf a {
	margin-top: 2px;
	margin-left: 10px;
}
#guiasf .guiasfImg {
	float: left;
	width: 95px;
	height: 27px;
	background-image: url(../imagens/bt/bt_guiasf.gif);
	background-repeat: no-repeat;
}
#header .headerNav ul li#carros a {
	margin-top: 2px;
	margin-left: 1px;
}
#carros .carrosImg {
	float: left;
	width: 96px;
	height: 27px;
	background-image: url(../imagens/bt/bt_carros.gif);
	background-repeat: no-repeat;
}
#header .headerNav ul li#casas a {
	margin-top: 2px;
	margin-left: 1px;
}
#casas .casasImg {
	float: left;
	width: 87px;
	height: 27px;
	background-image: url(../imagens/bt/bt_casas.gif);
	background-repeat: no-repeat;
}
#header .headerNav ul li#empregos a {
	margin-top: 2px;
	margin-left: 1px;
}
#empregos .empregosImg {
	float: left;
	width: 135px;
	height: 27px;
	background-image: url(../imagens/bt/bt_empregos.gif);
	background-repeat: no-repeat;
}
#header .headerNav ul li#empresas a {
	margin-top: 2px;
	margin-left: 1px;
}
#empresas .empresasImg {
	float: left;
	width: 129px;
	height: 27px;
	background-image: url(../imagens/bt/bt_empresas.gif);
	background-repeat: no-repeat;
}
#header .headerNav ul li#shopping a {
	margin-top: 2px;
	margin-left: 1px;
}
#shopping .shoppingImg {
	float: left;
	width: 130px;
	height: 28px;
	background-image: url(../imagens/bt/bt_shopping.gif);
	background-repeat: no-repeat;
}

#content {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0;
	height: auto;
	border:none;
}
#topo {
	height: 80px;
	margin: 0px 0px 0px 0px;
	background-image: url(../imagens/contentheadershopping_bg.gif);
	background-repeat: repeat;
}
#topo .Logo {
	float: left;
	width: 273px;
	height: 72px;
	margin-top: 5px;
	margin-left: 8px;
	background-image: url(../imagens/shoppinglogo.gif);
	background-repeat: no-repeat;
}
html>body #topo .Logo { /* ie5win fudge */
	margin-top: 3px;
	margin-left: 17px; 
}
#topo .Banner {
	float: left;
	margin-top: 10px;
	margin-left: 129px;
	width: 468px;
	height: 60px;
	background-color:#666666;
}
#powered {
	background:url(../imagens/logo_powered.png) no-repeat center;
	width:142px;
	height:114px;
	float:right;
	margin-right:5px;
}
#busca {
	background-image:url(../imagens/busca.jpg);
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
.textB {
	width:350px;
	border:1px solid #0066FF;
	font-size:16px;
	font-weight:bold;
}
.btn {
	background: url(../imagens/buscar.jpg) no-repeat;
	width:100px;
	height:20px;
	border:0;
}
#content {
}
/*------- MENU ------*/
#menu {
	float:left;
	width:14%;
	left:0;
	position:absolute;
	background-color: #FFF;
	min-width:180px;
}
#menu h1 {
	font-size:13px;
	color: #0057A5;
	text-align:center;
	line-height:20px;
}
#menu li {
	display:block;
	border: 1px solid #000;
	margin: 3px;
	background-image:url(../imagens/menu_back.jpg);
}
#menu li a {
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	padding-left:2px;
}
.vc_esta {
	text-align: left;
	float:left;
}
/*------- subMenu ------*/
#submenu {
	display:block;
	margin-bottom:10px;
	width:100%;
	float:left;
}
#sub_categs {
	width:33%;
	display:block;
	float:left;
	line-height:15px;
}
#sub_categs a {
	font-size:11px;
}
#sub_categs a:hover {
	text-decoration:underline;
}
#ordenar {
	border-bottom: 1px solid #ccc;
	background-color:#F2F2F2;
	line-height:20px;
	padding-left:5px;
	margin-bottom:10px;
	font-size:12px;
	display:block;
	width:99%;
	float:left;
}
/*------- Coluna 3 ------*/
#lista {
	position:relative;
	margin-left:185px;
	margin-right:185px;
	min-width:590px;
}
#lista h2 {
	color: #666666;
	text-align:right;
	font-size:11px;
	width:99%;
	font-weight:bold;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #000;
}
#col3 {
	position:absolute;
	right:0;
	width:15%;
	min-width:180px;
	top: 154px;
	background-color: #FFF;
	float:left;
}
/*------- GUIAS ------*/
#guias {
	margin:3px;
	border: 1px solid #000000;
	background-color:#F7F7F7;
}
#guias li {
	list-style-image:url(../imagens/seta_submenu.gif);
	list-style-position:inside;
	display: block;
	line-height:15px;
	margin: 3px;
	border-bottom:1px dotted #ccc;
}
#guias li a {
	font-size:10px;
}
#guias h2 {
	height:25px;
	background:url(../imagens/guias.jpg) no-repeat;
	border: 1px solid #FFF;
}
/*------- OPINIOES ------*/
#opina {
	margin: 3px;
	border: 1px solid #000000;
	background-color:#F7F7F7;
}
#opina li {
	list-style-image:url(../imagens/seta_submenu.gif);
	list-style-position:inside;
	display: block;
	line-height:15px;
	margin: 3px;
	border-bottom:1px dotted #ccc;
}
#opina li a {
	font-size:10px;
}
#opina h2 {
	height:25px;
	background:url(../imagens/opina.jpg) no-repeat;
	border: 1px solid #FFF;
}
/*------- RODAPE ------*/
.tag {
	float:left;
	clear:both;
	display:block;
	width:100%;
}
.tag h3 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	height:30px;
	color:#0057A5;
	padding-left:35px;
	padding-top:20px;
	border-bottom: 1px solid #000000;
	background:url(../imagens/procurados.gif) no-repeat left;
}
.tag h4 {
	text-align:center;
}
.rodape {
	clear:both;
	width:100%;
	background-image:url(../imagens/footer.gif);
	color:#FFFFFF;
	font-size:9px;
	line-height:22px;
	text-align:center;
}
.tagCloud {
	color:#000000;
	text-decoration:none;
}
.tagCloud:hover {
	color:#000000;
	text-decoration:underline;
}
/*------- paginas -----------*/
.paginas {
	color: #336699;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	float:left;
	display:block;
	width:100%;
	text-align:center;
}
.paginas a {
	text-decoration: none;
}
.paginas a:link {
	color: #336699;
}
.paginas a:visited {
	color: #336699;
}
.paginas a:hover {
	color: #FF6633;
}
.paginas a:active {
	color: #336699;
}
a.page {
	margin:0px 2px 0px 2px;
	padding:1px 5px 1px 5px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	color:#cccccc;
	font-weight:bold;
}
a.page:hover {
	margin:0px 2px 0px 2px;
	padding:1px 5px 1px 5px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	color:#cccccc;
	font-weight:bold;
}
/*------- produto -----------*/
.produto {
	width: 23.5%;
	/*min-width:180px;*/
	float: left;
	height: 200px;
	vertical-align:top;
	display:block;
	border: 1px dashed #ccc;
	margin: 3px;
	text-align:center;
	background-color:#FFFFFF;
}
.prodNome {
	text-align:center;
	font-weight: bold;
	display:block;
	height:15px;
}
.red {
	color:#FF0000
}
.preco {
	font-size: 14px;
	color: #0057A5;
}
.carrinho {
	font-size: 11px;
	color: #336699;
	font-weight:bold;
	display:block;
	text-align:right;
	padding-left:25px;
	background:url(../imagens/carrinho.gif) no-repeat left;
	width:60px;
}
/* ----------------------- */
