/*=== List 1 ===*/

/*container*/

.customList {
	background-color:#fff;
	clear:both;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 580px;
	overflow: auto;
	border-bottom: 1px solid #eee;
	}
	
* html body .customList {
	width: 560px;
	}		
	
/* image*/

.customList img {
	border: 1px solid #EEEEEE;
	float:left;
	width:140px;
	margin-right: 10px;
	}
	
/* text*/

.customList .description {
	float: left;
	width:400px;
	}
	
* html .customList .description {
	width:390px;
	}	
	
	
.customList .title {
	font-size:105%;
	font-weight:bold;
	color:#da251c;
	}
	
.customList .price {
	float:right;
	font-size:105%;
	font-weight:bold;
	}
	
.customList .address {
	font-weight:bold;
	}
	
.customList .icons {
	float: left;
	}	
