#box_grife {
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
}
#box_grife h2 {
	background-image: url(../images/titulo_grife.jpg);
	background-repeat: no-repeat;
}
#box_grife 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_grife #item {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4CCF0;
	float: left;
	margin-top: 20px;
}

#box_grife #item .foto {
	display: block;
	float: left;
	width: 267px;
	margin-right: 10px;
	text-align: center;
}
#box_grife #item .detail {
	display: block;
	width: 131px;
	float: left;
	margin-bottom: 20px;
}
#box_grife #item .detail .dados {
	display: block;
	padding: 7px;
	width: 115px;
	border: 1px solid #A4CCF0;
}
#box_grife #item .detail .dados h4 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

#box_grife #item .detail .amplia {
	text-indent: -1000em;
	display: block;
	overflow: hidden;
	background-image: url(../images/bt_ampliar_img.jpg);
	height: 31px;
	width: 131px;
}
#box_grife #item .detail .preco_grife {
	border: 1px solid #990000;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

#box_grife .clear {
	display: block;
	clear: both;
}

