A:link 	{COLOR: #636363;    TEXT-DECORATION: none}
A:visited	{COLOR: #636363;    TEXT-DECORATION: none}
A:hover 	{COLOR: #636363;    TEXT-DECORATION: underline}


body {
	behavior: url(csshover.htc);
}

.texto {
	COLOR: #636363; font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
.branco {
	COLOR: #ffffff; font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
.asterisco {
	COLOR: #b03740; font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
.verde {
	COLOR: #0C0; font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
.vermelho {
	COLOR: #F00; font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
.produtos_detalhes {
	COLOR: #636363; font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
}
.mais_detalhes {
	COLOR: #636363; font-size: 8px;
	font-family: Arial;
	text-decoration: none;
}
.destaque {
	COLOR: #b03740; font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
}
.promocao {
	COLOR: #c50f1d; font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
}
.menu {
	COLOR: #547091; font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
}

table.menu td:hover {
	background: #d7d7cc;
}
table.menu td a {
	display: block;
	width: 100%;
	text-decoration: none;
}


.grupos {
	COLOR: #514a01; font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
}


.sub_grupos {
	COLOR: #000000; font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}

table.sub_grupos td:hover {
	background: #d7d7cc;
}
table.sub_grupos td a {
	display: block;
	width: 100%;
	text-decoration: none;
}



#pages {
	padding: 3px;
}
#pages ul {
	list-style-type: none;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pages li a {
	color: #debb66;
	padding: 4px;
	border: 1px solid #debb66;
	text-decoration: none;
	float: left;
	
}
#pages li a:hover {
	color: #debb66;
	background: #fcf4df;
	border: 1px solid #debb66;
}
#pages li.nolink {
	color: #b7b7b7;
	border: 1px solid #d9d9d9;
	padding: 4px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid #debb66;
	padding: 4px;
	background: #debb66;
}



img {border: none;}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0px; padding: 10px;
	width: 300px;
}
ul.thumb li {
	margin: 0px; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 25px;
	height: 25px;
}
ul.thumb li img {
	width: 25px; height: 25px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 5px;
	position: absolute;
	left: 0%; top: 0%;
	z-index:9990;
	margin-top:0px;
	margin-left:0px
}
