/* STOCKISTS */

.store_details {
	margin-bottom: 10px;
	overflow: hidden;
	background-position: 90% top;
	background-repeat: no-repeat;
	height: 200px;
	width: 45%;
	margin-right: 4%;
	float: left;
}

.storeLogo {
	float: right;
	width: 110px;
}

.store_details h2 {
	margin-top:  0px;
}
/*

#store_locator_text {
	float: left;
	width: 350px;
	margin-bottom: 80px;
}

#store_locator_text h2 {
	margin-top: 0px;
}

#store_locator {
	float: right;
	clear: left;
}

#store_locator_results {
	overflow-y: auto;
	overflow-x: hidden;
	height: 250px;
	width: 380px;
}

#store_locator_results .store_details {
	margin-bottom: 10px;
	overflow: hidden;
	background-position: 90% top;
	background-repeat: no-repeat;
	padding-right: 120px;
	min-height: 100px;
	margin-left: 20px;
}

.store_details p {
	margin-top: 5px;
}

.store_details p:first-child {
	margin-top: 0px;
}


.rolledOver {
	color: #FF0000;
}*/

