/* CSS Document */

.pt {
	display:block;
	background:url(/temas/default/imgs/pt-off.gif) no-repeat;
	width:13px;
	height:9px;
	padding-right:10px;
}

.pt_on {
	display:block;
	background:url(/temas/default/imgs/pt-on.gif) no-repeat;
	width:13px;
	height:9px;
	padding-right:10px;
}

.pt a{
	display:block;
	width:100%;
	height:100%;
	outline:none;
	text-indent:-5000px;
}

.pt a:hover {
	background:url(/temas/default/imgs/pt-on.gif) no-repeat;
}

.en {
	display:block;
	background:url(/temas/default/imgs/en-off.gif) no-repeat;
	width:13px;
	height:9px;
	padding-right:10px;
}

.en_on {
	display:block;
	background:url(/temas/default/imgs/en-on.gif) no-repeat;
	width:13px;
	height:9px;
	padding-right:10px;
}

.en a{
	display:block;
	width:100%;
	height:100%;
	outline:none;
	text-indent:-5000px;
}

.en a:hover {
	background:url(/temas/default/imgs/en-on.gif) no-repeat;
}

.es {
	display:block;
	background:url(/temas/default/imgs/es-off.gif) no-repeat;
	width:13px;
	height:9px;
	padding-right:10px;
}

.es_on {
	display:block;
	background:url(/temas/default/imgs/es-on.gif) no-repeat;
	width:13px;
	height:9px;
	padding-right:10px;
}

.es a{
	display:block;
	width:100%;
	height:100%;
	outline:none;
	text-indent:-5000px;
}

.es a:hover {
	background:url(/temas/default/imgs/es-on.gif) no-repeat;
}



.link {
	font-weight:bold;
	color:#006826;
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}

a {
	font-weight:bold;
	color:#006826;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}







/*familia*/
.path {
	float:left;
	color:#CCCCCC;
	padding-right:7px;
}

.pathActive {
	float:left;
	color:#8fb800;
	padding-right:7px;
	text-decoration:underline;
	font-weight:bold;
}

.pathLink {
	float:left;
	font-weight:bold;
	color:#006826;
	text-decoration:none;
	padding-right:7px;
}
.pathLink:hover {
	text-decoration:underline;
}

.pathLink_extra {
	float:left;
	font-weight:bold;
	color:#FF6600;
	text-decoration:none;
	padding-right:7px;
}
.pathLink_extra:hover {
	text-decoration:underline;
}


.pathActive_menu {
	font-weight:bold;
	text-decoration:none;
}
.pathActive_menu:hover {
	color:#8fb800;
}








.pagActive {
	float:left;
	font-weight:bold;
	color:#006826;
	text-decoration:none;
	padding-right:7px;
}
.pagLink {
	float:left;
	color:#8fb800;
	padding-right:7px;
	text-decoration:underline;
	font-weight:bold;
}
.pagLink:hover {
	color:#006826;
	text-decoration:none;
}

.precoFamilia {
	font-weight:bold;
	color:#ff6600;
	font-size:12px;
}

.linkDetalhe {
	color:#9fcc00;
}
.linkDetalhe:hover {
	text-decoration:none;
}












.btCarrinho {
	display:block;
	background:url(/temas/default/imgs/icon_carrinho.gif) no-repeat;
	background-position:bottom;
	width:26px;
	height:25px;
	padding-right:10px;
}

.btCarrinho span{
	display:none;
}


.btSair {
	display:block;
	background:url(/temas/default/imgs/bt_sair.gif) no-repeat;
	background-position:bottom;
	width:22px;
	height:19px;
}

.btSair span{
	display:none;
}





.qtd_carrinho{
	font-weight:bold;
	color:#8fb800;
}

.total_carrinho{
	font-weight:bold;
	color:#006826;
	text-decoration:underline;
}





.btOkPesquisa {
	display:block;
	border:0;
	background:0;
	background-image:url(/temas/default/imgs/search.gif);
	background-repeat:no-repeat;	
	width:25px;
	height:22px;
	/*text-indent:-5000px;
	color:#FFFFFF;*/
}

.btOkPesquisa span{
	display:none;
}
