.shops {
	background: #000 url('../images/shoplist/bg.png') no-repeat left top;
	height: 290px;
	padding-top: 160px;
	a {
		opacity: 0.8;
		&:hover {
			opacity:1;
		}
	}
}
.blk_bg {
	background-color: #000;
}
.shop {
	.clr {
		clear: both;
	}
	.map {
		float: left;
	}
	.descr {
		float: left;
		padding: 20px 0 0 30px;
		color: #fff;
		
		a {
			font: 15px/18px Futura;
			color: #0FC9F2;
			letter-spacing: 2px;
			text-decoration: none;
		}
		.compas {
			margin: 10px 0 0 366px;
		}
		.city {
			font: 13px/18px Futura;
			text-transform: uppercase;
		}
		.about_mag {
			width: 430px;
			font: 15px/18px Futura;
		}
		table {
			font: 15px/18px Futura;
			.time {
				font: 19px/23px Futura;
			}
		}
	}
}
