@charset "utf-8";
/* CSS Document */

#conteudo  .destaques li {
	float: left;
	width: 295px;
	list-style-type: none;
	display: table;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#conteudo .destaques h3 {
	text-transform: uppercase;
	color: #333333;
	line-height: 16px;
	height: 32px;
}


#conteudo .destaques img {
	height: 90px;
	width: 120px;
	float: left;
	padding-right: 5px;
}
#conteudo .destaques p {
	height: 30px;


}

#conteudo .destaques span {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F23112;
	padding-right: 2px;
	padding-left: 2px;
}
#conteudo .destaques .icarrinho {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	background-image: url(../images/carrinho.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-left: 25px;
	font-size: 11px;
}

#conteudo .destaques .detalhes {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	background-image: url(../images/icon_MaisDetalhes.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-left: 25px;
	font-size: 11px;
}

#conteudo .destaques .bg {
	background-color: #F1F6F9;
	height: 90px;
	padding: 2px;
}
#conteudo .carrinho {
	border-collapse:collapse;
	border: 1px solid #09639F;
	margin: 10px;
}
#conteudo .carrinho td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09639F;
}

#conteudo .carrinho img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteudo  .carrinho  thead th {
	padding: 3px;
	background-color: #09639F;
	color: #FFFFFF;
}
#conteudo .carrinho tfoot td {
	padding: 3px;
	background-color: #09639F;
	color: #FFFFFF;
	font-weight: bold;
}
#conteudo  .carrinho a {
	font-weight: bold;
	color: #333333;
}
#conteudo .carrinho a:hover {
	color: #999999;
}
#conteudo .preco {
	font-weight: bold;
	color: #09639F;
	font-size: 16px;
	padding: 2px;
	text-align: center;
	background-color: #F1F6F9;
	clear: both;
}
#conteudo .preco del {
	font-weight: bold;
	font-size: 16px;
	color: #F23112;
}
#conteudo .preco ins {
	font-weight: bold;
	font-size: 16px;
	color: #F23112;
	text-decoration: none;
}


#conteudo .comprar {
	line-height: 64px;
	background-image: url(../images/icon_car.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 64px;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	display: block;
}
#conteudo  .promocoes  {
	clear: both;
	text-align: center;
	margin: 5px;
	display: none;
}
#conteudo .subcategorias {
	width: 610px;
	padding-right: 5px;
	padding-left: 5px;
	display: table;
}
#conteudo .subcategorias li {
	width: 280px;
	float: left;
	height: 20px;
	border: 1px solid #FFFFFF;
}
#conteudo .subcategorias li a {
	background-color: #f9d3c7;
	font-size: 12px;
	line-height: 20px;
	color: #EE3113;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	background-image: url(../images/icon_subcategoria.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#conteudo .subcategorias li a:hover {

	background-color: #ED4C15;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

