div#center div#imgs{
	margin-top:20px;
	float:left;
	display:block;
	width:200px;
	height:auto;
}

div#center div.itens{
	float:left;
	display:block;
	width:593px;
}

div#center table.itens{
	width:100%;
}

div#center table.itens tr{
	height:75px;
}

div#center table.itens td{
	width:25%;
}

div#center table.itens td img{
	display:block;
	margin:0 auto;
}

div#center table.itens a{
	display:block;
	color:#999;
	text-decoration:none;
	text-align:center;
}

div#center table.itens a:hover{
	color:#FF0066;
	text-decoration:underline;
}

div#center table.preco{
	width:500px;
	margin:20px auto;
	border:solid 1px #CCC;
}

div#center table.preco thead{
	background:#FCEAE7;
}

div#center table.preco td{
	padding:3px 10px;
}

div#center table.preco thead td{
	font-weight:bold;
}

div#center img.btn{
	float:right;
	display:block;
	margin-top:18px;
	margin-left:5px;
}