#banner {

	height:160px;

}

a.arrow {

	display:block;
	background:transparent url(../images/all/button_arrow.jpg) top right no-repeat;
	width:430px; height:25px;

	padding:5px 0 0 0;

	margin:5px 0 5px 15px;

	text-decoration:none;
	color:#069;

	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;

}
a.arrow:hover {

	background:transparent url(../images/all/button_arrow.jpg) right -30px no-repeat;
	height:25px;

}

a.arrowselected {

	display:block;
	background:transparent url(../images/all/button_arrow.jpg) right -60px no-repeat;
	width:430px; height:25px;

	padding:5px 0 0 0;

	margin:5px 0 5px 15px;

	text-decoration:none;
	color:#069;

	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;

}

/* produto */

.produto {

	background:#fff;
	margin:0 0 0 15px; padding:0 5px 5px 0;

	width:430px;

}

.produto .texto { padding:0 20px 10px 20px; }

.produto h3 {

	text-align:left;
	font-weight:normal;
	color:#069;

	padding:0;
	margin:0 0 -10px 0;

}

.imagem {

	float:left;
	width:200px; height:150px;
	margin:0 0 0 10px;

}
.registro {

	float:left;
	width:190px; height:150px;
	overflow:auto;

	padding:0 10px 0 10px;

}
.registro h3 {

	margin:0;

}

.hfix {

	height:10px;
	clear:both;

}