/* CSS Document */
#lista-usadas{
	text-align:left;
	margin-top:-20px;
}

.box-usada-esquerda{
	width:140px;
	float:left;
	height:180px;
	margin-bottom:10px;
	background-color:#EFEFEF;
	padding-top:4px;
	border-top:#999999 dotted 1px;
}


.box-usada-direita{
	width:140px;
	float:right;
	height:180px;
	margin-bottom:10px;
	background-color:#EFEFEF;
	padding-top:4px;
	border-top:#999999 dotted 1px;
}

.box-usada-esquerda p, .box-usada-direita p{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:0px;
}

.box-usada-esquerda img, .box-usada-direita img{
	width:136px;
	height:102px;
	margin-bottom:6px;
	border:#000000 solid 2px;
	margin-bottom:5px;
	margin-top:5px;
	background-image:url(../images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.box-usada-esquerda img:hover, .box-usada-direita img:hover{
	border:#DA251D solid 2px;
	cursor:hand;

}

#paginacao{
	clear:both;
}

#paginacao a{
	padding:5px;
	border:#CC0000 solid 1px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#666666;
	margin-left:5px;
}
