#esquerda{ /* DIV DA ESQUERDA */
	width:170px;
	height:auto;
	background-image:url(../img/fundo_laterais.jpg);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	text-align:center;
	display:table;
}

#parceiros{ /* ESTILO DA COLUNA DA ESQUERDA */
	width:170px;
	height:24px;
	padding-top:2px;
	background-image:url(../img/topo_laterais.jpg);
	background-repeat:no-repeat;
}

#novos_produtos{
	font-size:10px;
	text-align:left;
}

#novos_produtos p{ /*TEXTO DE NOVOS PRODUTOS */
	width:140px;
	margin-left:15px;
	margin-right:5px;
	text-align:justify;
}

#novos_produtos a:link{
	color:#333333;
	text-decoration:none;
}

#novos_produtos a:visited{
	color:#333333;
	text-decoration:none;
}

##novos_produtos a:hover{
	color:#000000;
	text-decoration:underline;
}

#acesso{
	position:relative;
	float:left;
	width:170px;
	height:auto;
	background-image:url(../img/fundo_laterais.jpg);
	background-repeat:repeat-y;
}

#login{ /* ESTILO PARA O LOGIN E SENHA */
	color:#333333;
	font-size:11px;
	height:auto;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;

}

#login a:link{
	color:#333333;
	text-decoration:none;
}

#login a:visited{
	color:#333333;
	text-decoration:none;
}

#login a:hover{
	color:#000000;
	text-decoration:underline;
}

.form{ /* ESTILO DOS FORMS */
	height:18px;
	width:150px;
	vertical-align:middle;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	
}