#box_equipamentos {
	display: block;
	padding-top:5px;
	padding-right: 13px;
	padding-left: 13px;
}
#box_equipamentos .clear {
	clear: both;
	display: block;
	visibility: hidden;
}

#box_equipamentos h2 {
	background-image: url(../images/titulo_equipamentos.jpg);
	background-repeat: no-repeat;
}
#box_equipamentos h3 {
	font-size: 10px;
	text-transform: uppercase;
	color: #295C91;
	display: block;
	background-image: url(../images/bg_cat_equipamentos.jpg);
	padding: 4px;
	border: 1px solid #A4CCF0;
	text-align: center;
}
#box_equipamentos #item {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4CCF0;
	margin-top: 20px;
	float: left;
}
#box_equipamentos #item .foto_preco {
	text-align: center;
	display: block;
	height: 155px;
	width: 127px;
	float: left;
	background-image: url(../images/bg_item_foto.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#box_equipamentos #item .foto_preco img {
	margin-top: 18px;
}
#box_equipamentos #item .foto_preco .foto {
	display: block;
	height: 123px;
}

#box_equipamentos #item .foto_preco .preco {
	font-weight: bold;
	color: #990000;
	background-image: url(../images/bg_item_preco.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-top: 10px;
}
#box_equipamentos #item h4 {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 200px;
}
#box_equipamentos #item .descricao_item {
	display: block;
	float: left;
	width: 260px;
	margin-left: 15px;
	margin-bottom: 20px;
}
#box_equipamentos #item .info {
	font-weight: bold;
	color: #999999;
	display: block;
	float: left;
	font-size: 10px;
	margin-top: 15px;
}

