.dealers{
	width: 100%;
	position: relative;
}

.dealers .dealers-maps{
	width: 580px;
	height: 450px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	float: left;
	padding: 15px;
}

.dealers .dealers-search-form{
	width: 200px;
	padding: 12px 18px;
	background: #fff;
	border: 1px solid #e1e1e1;
	float: right;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.dealers .dealers-search-form .dealers-search-title{
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding-bottom: 13px;
    margin-bottom: 29px;
    border-bottom: 1px solid #e1e1e1;
}

.dealers .dealers-search-form label{
    color: #313131;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
}

.dealers .dealers-search-form select{
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    color: #504C4C;
    padding: 0px 8px;
    outline: none;
    width: 100%;
}

.dealers-block-scroll{
	width: 665px;
	padding: 15px;
	border: 1px solid #e1e1e1;
	overflow-y: scroll;
	height: 500px; 
}

.dealers-list{
	
}

.dealers-list-block{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	width: 320px;
}

.dealers-list .dealers-city-title{
    font-size: 18px;
    color: #157f3d;
    font-weight: bold;
    padding-bottom: 10px;
}

.dealers-list .dealers-title{
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.dealers-list .dealers-title:hover{
    color: #999;
}

.dealers-list .dealers-phone{
    margin: 7px 0px;
    padding-left: 20px;;
    background: url('/js/dealers/img/phone.png') no-repeat left center;
}

#ya-dealers-maps{
	width: 580px;
	height: 450px;
}