#addresses_wrapper {
	width: 530px;
	display: table;
}

div.google_map {
	width: 525px;
	height: 400px;
	margin: 0px 2px 10px 2px;
}

div.adress {
	width: 255px;
	float: left;
	display: table-cell;
	height: 100px;
	padding: 0px 5px 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

div.adress:last-child {
	border-bottom: none;
}




.product_result {
	padding: 5px 0 10px 0;
/* 	height: 70px; */
}

.product_result_left {
	width: 50px;
	float: left;	
}

.product_result_right {
	width: 465px;
	padding: 0 0 0 10px;
	float: left;
}

.p_submit {
	width: 225px;
}

input[type="submit"].search_submit_form, input.search_submit_form {
	float: right;
}
