.shops-list > LI + LI {margin-top: 60px;}
.shops-list .map {
	margin-right: 30px;
	padding: 10px;
	width: 402px;
}
.shops-list .map .city-plank {
	background: #b20069;
	padding-left: 24px;
	position: absolute;
	line-height: 40px;
	height: 40px;
	color: #fff;
	z-index: 2;
}
.browser-ie7 .shops-list .map .city-plank {padding-right: 24px;}
.shops-list .map .city-plank:before {
	background: url("/img/design/plank.png") 0 0 no-repeat;
	position: absolute;
	display: block;
	height: 40px;
	right: -32px;
	width: 32px;
	content: '';
	z-index: 2;
	top: 0;
}
.shops-list .map .map-inner {
	position: relative;
	height: 350px;
}
.shops-list .info {width: 398px;}
.shops-list .info .title {
	margin-bottom: 18px;
	color: #000;
}
.shops-list .info .store-descr {
	font: 13px/22px openSans;
	margin: -20px 0 20px;
	color: #444;
}
.shops-list .info .address {
	font: italic 17px/20px openSans;
	margin-bottom: 5px;
	color: #727B88;
}
.shops-list .info .time {
	font: italic 13px/16px openSans;
	color: #727B88;
}
.shops-list .info .phones {
	border-top: 1px solid #cdcdcd;
	font: 13px/22px openSans;
	padding-top: 18px;
	margin-top: 18px;
	color: #444;
}
.shops-list .info .site {
	-webkit-box-shadow: 0 0 7px 1px rgba(113, 122, 135, .6);
	-moz-box-shadow: 0 0 7px 1px rgba(113, 122, 135, .6);
	box-shadow: 0 0 7px 1px rgba(113, 122, 135, .6);
	text-shadow: 0 1px #fff;
	background: #e9e9e9;
	padding: 10px 24px;
	margin-top: 24px;
}