@charset "utf-8";
#header_position_buttons a   {
	text-decoration: none;
	color: #FFF;
	width: 120px;
	float: left;
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003;
}
#header_position_buttons a:hover  {
	background-color: #C10000;
}
#main_content_leftbar a   {
	color: #333;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-left: 2px;
	line-height: 20px;
}
#main_content_leftbar a:hover {
	color: #900;
	background-color: #E8E8E8;
}
#main_content_produtos_fila_imgprod a img {
	border: medium solid #FFF;
}
#main_content_produtos_fila_imgprod a:hover img {
	border: medium solid #F00;
}

#main_content_produtos_fila_descprod a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#main_content_produtos_fila_precoprod a {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

