@charset "utf-8";
/* CSS Document */

.adrese {
	float: left;
	width: 820px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.adrese ul{list-style-type:none;display:inline;padding:0;}
.adrese ul li{
	height:260px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:2px solid #efefef;
	width:160px;
	background:#fff;
	padding:10px;
}
.adrese ul li h4{font-size:12px;letter-spacing:-0.02em;margin:0 0 2px;}
.adrese ul li li{height:24px;width:100%;float:left;border-bottom-style:solid;border-bottom-color:#e2e2e2;border-width:0 0 1px;margin:1px 0 2px;padding:3px 0 4px;}
.adrese ul li img{border:1px solid #fff;float:left;margin-right:8px;}

