/** MAP **/
.map
{
	background: url(~/media/Images/sections/map%20jpg.ashx) no-repeat top left;
	display:block;
	height:300px;
	width:700px;
	margin:0;
	padding:0;
	position:absolute;
}

.dot
{
	height:10px;
	width:10px;	
	border:0px;
	position:absolute;
}

.info
{
	width:150px;
	border:solid 3px #6d7eb2;
	background-color: #aab3d3;
	position:relative;
	padding:5px;
}

.info h1
{
	font-size: 14px;
	font-weight: bold;
	line-height:18px;
	margin:0;
	border-bottom:solid 2px red;
}

.info h2
{
	font-size: 14px;
	line-height:16px;
	color:white;
	margin:0;
	border:solid 0px #aab3d3;
}

.info.addresstag
{
	float:left;
}

.info.address
{
	float:none;
	width:150px;
	height:20px;
}

.info.tel
{
	float:none
}


/*********/

