/* Vue listes de boutiques */
.grid1-column-central {
	margin-right: 40px;
}
.grid1-column-sidebar {
	text-align: center;
}
.grid1-column-sidebar .box {
	margin: auto;
}
.noavatar {
	display: block;
	width: 140px;
	height: 140px;
    background-color: #FCFCFC;
    border: 1px solid #ECECEC;
	margin-right: 20px;
}
#shoplist {
	width: 100%;
}
#shoplist td {
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
#shoplist tr:last-child td {
	border-bottom: 0;
}
#shoplist td {
	vertical-align: top;
}
#shoplist .column_img {
	width: 140px;
}
#shoplist .column_localisation {
	width: 200px;
}
#shoplist .shopname {
	font-size: 20px;
}

#shoplist .shortdesc {
    color: #555;
    font-size: 14px;
    font-style: italic;
}
#shoplist .total {
	color: #79A901;
	font-weight: bold;
}
