.categoria {
	color: #38AEFF;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.item {
	margin-bottom: 4px;
	border-bottom: 1px solid #D6D6D6;
	color: #4C494E;
	height: 150px;
	padding: 5px;

}
.itemHover {
	background: #4E4E4E;
	color: #FFFFFF;
	padding: 5px;
	height: 150px;
	margin-bottom: 4px;
	border-bottom: 1px solid #999999;
}
.itemName {
	font: bolder 16px Arial, Helvetica, sans-serif;
	color: #333333;
}




.item strong {
	font: bold 14px Arial, Helvetica, sans-serif;
}
.buttonToRight {
	width: 80px;
	float: right;
	text-align: right;
	padding-right: 10px;
	height: 25px;
	padding-top: 10px;
}
.price {
	font-size: 12px;
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 10px;
	font-weight: bold;
}




.item img {
	float: left;
	margin-right: 10px;
	border-style: none;
}




.categoria a {
	display: block;
	background: url(images/interface/categoriaBack.gif) repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-left: 10px;
	height: 17px;
	padding-top: 3px;
}
.categoria a:hover {
	background: #FF6600;
}
.categoriaSubtitle {
	background: #FF6000 url(images/interface/subtitleBG.gif) repeat-x;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 27px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	padding-top: 5px;
}
.itemHover img {

	float: left;
	margin-right: 10px;
	border-style: none;
}
.itemHover strong {

	font: bold 14px Arial, Helvetica, sans-serif;
}
