﻿div#map-area {
	
	height:365px;
	background-image:url(../../../Images/Elements/Map/MapBg.gif);
	background-repeat: repeat-x;
}

div#map-area-left {
	
	height:365px;
	background-image:url(../../../Images/Elements/Map/MapBgLeft.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}

div#map-area-right {
	
	height:365px;
	background-image:url(../../../Images/Elements/Map/MapBgRight.gif);
	background-position:right top;
	background-repeat:no-repeat;
	
}

div#map {
	
	width: 630px;
	height:355px;
	float: left;
	padding:2px 0 0 4px;
	margin-top:2px;
}

div#map-meta 
{
    
    float:left;
    height:350px;
    padding:15px 0 0 8px;
    width:286px;

}
div#map-meta-top {
	
	height:33px;
	width:276px;
	background-image:url(../../../Images/Elements/Map/MapMetaTop.png);
	background-repeat:no-repeat;
	
}

div.map-meta-top-menu {
	
	height:33px;
	width:138px;
	float:left;
	padding:5px 0 0 0;
	
}

div#map-meta-top-menu-right-act {
	
/*	background-image:url(../../../Images/Elements/Map/MapMetaTopRight.png);*/
	background-repeat:no-repeat;
	
}

div#map-meta-top-menu-left-act {
	
	/*background-image:url(../../../Images/Elements/Map/MapMetaTopLeft.png);*/
	background-repeat:no-repeat;
	
}

div.map-meta-top-menu a {

	padding:0 10px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	
}

div.map-meta-top-menu a:hover {

	text-decoration:underline;
	
}



div.map-meta-item {

	float:left;

}

div#map-meta-content {
	
	height:300px;
	width:276px;
	padding:0 5px;
	background-image:url(../../../Images/Elements/Map/MapMetaBg.png);
	background-repeat:no-repeat;
	
}

div#map-meta-text {

	height:110px;
	padding:10px 0 0 0;

}

div#map-meta-content label {

	width:70px;
	display:block;
	float:left;
	text-align:right;
}

div#map-meta-content .search-item {

	border: 1px solid #C4C4C4;
	background-color: #F4F6F5;
	font-size: 11px;
	padding: 3px;
	margin-left:20px;
}

div#map-meta-content input.search-item 
{
    width:150px;
}

div#map-meta-content select.search-item 
{
    width:158px;
}

div#map-meta-content #search-submit{

	margin: 0 0 0 14px;

}

div#map-meta-content span a {

	color:#105520;

}

span.map-meta-search-result {

	display:block;
	float:left;
	padding-left:15px;
	margin-bottom:5px;

}

div#map-meta-search-result-text {

	height:50px;
	padding:10px 0 0 0;

}

span.map-meta-search-result-pic {

	float:left;
	/*width:54px;
	height:54px;*/
	text-align:center;
}

span.map-meta-search-result-pic img {
    text-align:center;
    vertical-align:middle;
    
}

span.map-meta-search-result-link {

	float:right;
	margin-right:10px;

}

span.map-meta-search-paging {

	bottom:0px;

}
