/*
	Tratoranel
	Copyright © 2007 JonathanPereira.com.br [http://www.jonathanpereira.com.br] | Favo Design [http://www.favodesign.com.br]

	Developed By: Jonathan Pereira <jonathan@jonathanpereira.com.br>

*/

#viewAllMachines {
	float:right;
	position:relative;
	display:table;
	right:0px;
	color:#FFF;
	font-size:11px;
}
#viewAllMachines select {
	font-size:11px;
	color:#24497E;
	width:143px;
	height:21px;
	vertical-align:middle;
}
#listClassified {
	width:785px;
	display:table;
	padding-left:15px;
	
	float:left;
}
#listClassified ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:21px;
}
#listClassified ul li {
	float:left;
	width:122px;
	height:205px;
	margin-right:20px;
	margin-bottom:15px;
}

#listClassified ul li.last{margin:0px !important;}
#listClassified ul li div.promotion {
	height:20px;
	margin-bottom:6px;
}
#listClassified ul li div.promotion img {
	border:0px;
}
#listClassified ul li img {
	border:1px solid #FFF;
}
#listClassified ul li a {
	font-size:12px;
	color:#FFF;
	margin:0;
}
#listClassified ul li.promotion img {
	border:1px solid #FEFD01;
}
#listClassified ul li.promotion a {
	font-size:12px;
	color:#FEFD01;
}
#listClassified ul li.bannerClassified {
	width:530px;
	height:103px;
	margin-left:-3px;
	border:3px solid #1B3A67;
	background-color:#FFFFFF;
}

#listClassified ul li.bannerClassified img {
	float:left;
}
#btnSeeAll {
	width:100%;
	float:left;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}
#btnSeeAll a {
	color:#FEFD01;
	font-size:12px;
}

