#center {
	position: relative;
	background:url(../images/right.jpg) repeat-y;
	float: right;
	width: 899px;
	height: 1070px;
	border: solid #CCC;
	border-width: 1px;
	margin: auto;
}

p {
	font:normal 11px/9px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding: 0px;
	}

#center .imgtop{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 716px;
	height: 100px;
	background:url(../venda_usados/img/usados.jpg);
}

#venda_usados{
	position: relative;
	left: 5px;
	top: 110px;
	width: 705px;
	height: 920px;
	background:#FFF;
	border: solid #CCC;
	border-width: 1px;
}

#venda_usados .paginator{
	position: absolute;
	width: 705px;
	left: 0px;
	margin: auto;
	margin-top: 20px;
}

#venda_usados .nullregistro {
	margin: auto;
	height: 200px;
	width: 600px;
	position: relative;
	text-align:center;
	top: 200px;
}

#venda_usados .nullregistrotxt {
	font:bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration: none;	
}

#venda_usados .informacoes_gerais{
	position: relative;
	left: 10px;
	top: 10px;
	width: 690px;
	height: 24px;
}

#venda_usados p.txtinformacoes_gerais{
	position: absolute;
	left: 30px;
	top: 40px;
	width: 650px;
	height: auto;
}

#lista {
	width: 620px;
	height: 130px;
	margin: auto;
	margin-top: 20px;
	position: relative;
	padding: 0px;
}

#lista td.foto{
	width: 130px;
	height: auto;
	padding-top:0px;
	padding-bottom: 0px;
}

#lista .ico_foto{
	width: 120px;
	height: 120px;
	margin: 10px;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#333;
	text-decoration: none;
}


