#barra_esquerda {
	padding-top: 1px;
	width: 168px;
}



#box_novos_produtos {
	width: 153px;
	background-image: url(../images/bg_barras_esquerda.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	margin-left: 4px;
	background-color:#FFDFB5;
}
#box_novos_produtos {
	margin-bottom: 9px;
}
#box_novos_produtos h2 {
	background-image: url(../images/topo_barra_novos_produtos.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 38px;
	width: 153px;
	text-indent: -1000px;
}
#box_novos_produtos ul {
	font-size: 12px;
	list-style-type: none;
	padding-left: 10px;
}
#box_novos_produtos ul li a {
	color: Gray;
	text-decoration: none;
}
#box_novos_produtos ul li a:hover {
	color: red;
	text-decoration: none;
}

#box_mais_vendidos {
	width: 153px;
	background-image: url(../images/bg_barras_esquerda.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	margin-left: 4px;
	background-color:#FFDFB5;
}
#box_mais_vendidos {
	margin-bottom: 9px;
}
#box_mais_vendidos h2 {
	background-image: url(../images/topo_barra_mais_vendidos.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 38px;
	width: 153px;
	text-indent: -1000px;
}
#box_mais_vendidos ul {
	font-size: 12px;
	list-style-type: none;
	padding-left: 10px;
}
#box_mais_vendidos ul li a {
	color: Gray;
	text-decoration: none;
}
#box_mais_vendidos ul li a:hover {
	color: red;
	text-decoration: none;
}

#box_categorias {
	width: 153px;
	background-image: url(../images/bg_barras_esquerda.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 17px;
	margin-left: 4px;
}
#box_categorias {
	margin-bottom: 0px;
}
#box_categorias h2 {
	background-image: url(../images/topo_barra_categorias.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 38px;
	width: 153px;
	text-indent: -1000px;
}

#box_categorias ul {
	font-size: 12px;
	list-style-type: none;
	padding-left: 10px;
}
#chamadas {
	margin-top: 4px;
	margin-left: 4px;
}

#chamadas li {
	list-style-type: none;
	margin-bottom: 1px;
}
#box_categorias ul li a {
	color: gray;
	text-decoration: none;
}
#box_categorias ul li a:hover {
	color: red;
	text-decoration: none;
}

