
#box_botton {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	background-color: white;
	min-height: 500px;
	border-top: 1px solid #333;
}


#titulo22 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 600px;
	height: 20px;
	background-color: #f5f5f5;
	text-indent: 20px;
	font-family: trebuchet ms;
	font-size: 14px;
	color: #333;
}

#box_expos {
	position: relative;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #333;
}

#box_expos .nome {
	position: absolute;
	width: 500px;
	top: 15px;
	left: 150px;
	font-family: trebuchet ms;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

#box_expos .preco {
	position: absolute;
	width: 200px;
	top: 40px;
	left: 170px;
	font-family: trebuchet ms;
	font-size: 13px;
	color: navy;
	font-weight: lighter;
}

#box_expos .promo {
	position: absolute;
	width: 100px;
	top: 40px;
	left: 310px;
	font-family: trebuchet ms;
	font-size: 13px;
	color: red;
	font-weight: bold;
}

#box_expos .preco_promo {
	position: absolute;
	width: 200px;
	top: 40px;
	left: 375px;
	font-family: trebuchet ms;
	font-size: 13px;
	color: red;
	font-weight: bold;
}


#box_expos .cod  {
	position: absolute;
	width: 50px;
	top: 15px;
	left: 533px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #666;
}

#box_expos .foto {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	padding-top:  10px;
	padding-left: 30px;
}

#box_expos .disp {
	position: absolute;
	top: 65px;
	left: 170px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #333;
}



#box_expos .util {
	position: absolute;
	top: 90px;
	left: 170px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #333;
}

#box_expos .desc {
	float: right;
	width: 400px;
	top: 0px;
	left: 10px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #666;
	text-align: justify;
	padding-bottom: 5px;
	padding-right: 29px;
	padding-top: 90px;
}
