/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#body .list {
	margin: 0 12px 0 12px;
	padding: 0;
}

#body .list li {
	position: relative;
	margin: 0 0 1px 0;
	background: none;
	padding: 8px 8px 8px 80px;
	background: #FAFAFA;
}
#body .list li.odd {
	background: #f4f4f4;
	border-bottom: 1px solid #e0e0e0;
}
#body .list li .image {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
#body .list li .image img {
	width: 50px;
}

#body .list li .types {
	font-size: 0.9em;
	display: block;
	color: #59595C;
}
#body .list li .financing {
	background: url(../images/icn_building_16.png) 6px 2px no-repeat;
	padding-left: 23px;
	padding-top: 4px;
}
#body .list li .contact {
	font-size: 0.9em;
	display: block;
	padding-top: 2px;
}
#body .list li .title {
	color: #398dc8;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}
#body .list li .description {
	font-size: 0.9em;
	display: block;
	color: #59595C;
}

#body .list li .address {
	font-size: 0.9em;
	display: block;
	color: #59595C;
}

/* Buttons */

#body .list li .floater {
	position: absolute;
	display: none;
	bottom: 0;
	right: 0;
	font-size: 0.8em;
	padding: 6px;
	color: #59595C;
}

#body .list li .floater .email {
	text-decoration: none;
	padding-right: 22px;
	margin-left: 8px;
	background: url(../images/icn_email_16.png) no-repeat top right;
}
#body .list li .floater .moreinfo {
	text-decoration: none;
	padding-right: 22px;
	background: url(../images/icn_arrow_right_16.png) no-repeat top right;
}