#shops{
	font-size:1em;
	width:100%;
	margin:0 auto;
}
#shops .city{
	font-size:1.1em;
	font-weight:bold;
	padding:5px;
	text-align:center;
	background-color:#5b7ab7;
	color:#fff;
}
#shops .name{
	font-weight:bold;
	font-size:1em;
}
.phone, .address, .metro{
	padding-left:20px;
	margin-left:10px;
}
.phone{
	background: url( '/img/icon/phone.gif' ) left no-repeat;
	width:25%;
}
.address{
	background: url( '/img/icon/houses.gif' ) left no-repeat;
	width:50%;
}
.metro{
	background: url( '/img/icon/metro.gif' ) left no-repeat;
	width:25%;
}
#shops .entry{
	margin-bottom:5px;
}
#shops .odd, #shops .even{
	padding:10px 5px;
}
#shops .odd{
	background-color: #ffc;
}
#shops .even{
	background-color: #ffd;
}
#shops td{
	padding-top:5px;
}
