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


#showrooms {
	margin-bottom: 20px;
	height: 202px;
}
#showrooms #image {
	float: left;
	margin-left: 35px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ededed;
}
#showrooms #address {
	float: left;
	display: inline;
	margin-top: 0px;
	margin-bottom:0px;
	width: 200px;
}
#showrooms #address h3 {
	font-size: 16px;
	margin: 0px;
}
