.location {
	
}
.location div.items {
	
}
	.location div.items div.left {
		float: left;
		width: 200px;
	}
		.location div.items div.left img {
			float: left;
			border: 1px solid #c7c7c7;
		}
		.location div.items div.left a.zoom {
			position: absolute;
			display: block;
			background: url('/dsg/zoom.gif') no-repeat;
			width: 36px;
			height: 36px;
			margin-top: -37px;
		}
	.location div.items div.right {
		/*margin-left: 200px;*/
		font-size: 0.916em;
		line-height: 1.5em;
	}
		.location div.items div.right h2 {
			font-size: 1.454em !important;
		}
		.location div.items div.right div.chauffeur {
			text-align: right;
			padding-top: 0.5em;
		}
			.location div.items div.right div.chauffeur a {
				color: #23406a;
				font-weight: bold;
			}
	.location div.items div.line {
		clear: both;
		height: 2px;
		overflow: hidden;
		background: #c7c7c7;
		margin: 0.7em 0;
	}