body{
	font-size:11px;
}
#leftheader div *{
	display:inline;
}
#page_selector td div h1{
	height:18px;
}
#maincontent{
    margin:0 auto;
	width:100%;
}
#companylist{
    display:none;
}
#companies{
    padding:5px;
    float:left;
}
#mapplace{
    -moz-border-radius:5px;
	border:2px solid #007070;
	width:600px;
	min-height:730px;
	height:730px;
    position:relative;
    top:-24px;
}
* html #mapplace{
	top:-18px;
}
#company{
	width:100%;
}
#companieslisttext{
	-moz-border-radius:10px;
	background-color:#D6EBE8;
	border:1px solid #007070;
	color:#007070;
	padding:1em;
	margin:0 0.5em;
	text-align:justify;
	text-indent:2em;
}
.maplegend{
	-moz-border-radius:5px;
	text-align:center;
    width:30ex;
    line-height:21px;
	background-color:#D6EBE8;
	border:1px solid #007070;
	font-weight:bold;
    z-index:999;
    opacity:0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    color:#000;
    position:relative;
    top:5px;
    left:5px;
}

.selectors{
	padding:0 10px;
	width:100%;
}
.companylink{
    float:left;
	text-decoration:none;
}
.companybutton{
    -moz-border-radius:5px;
    background-color:#D6EBE8;
    border:1px solid #007070;
    height:110px;
    width:110px;
    margin:0 0 10px 5px;
    text-align:center;
    cursor:pointer;
}
.companylogo img{
    vertical-align:middle;
}
.companyname{
    -moz-border-radius:5px 5px 0 0;
    font-size:11px;
    padding:3px;
    overflow:hidden;
    background-color:#007070;
    color:#FFFFFF;
    font-weight:normal;
    text-decoration:none;
}
.companyheader{
    -moz-border-radius:5px;
    background-color:#007070;
    color:#fff;
    padding:3px;
    text-align:center;
    font-size:1.4em;
    text-shadow:2px 3px 5px #D6D6D6;
    margin:5px 0;
}
.companycities{
    -moz-border-radius:5px;
    background:url(img/maps/house.png) #D6EBE8 no-repeat 5px 3px;
    color:#007070;
    padding:3px 10px 3px 26px;
    text-align:left;
    font-size:1em;
    text-shadow:2px 3px 5px #D6D6D6;
    margin:3px;
	clear: both;
}
.companycities .city{
	white-space: nowrap;
    padding:0 10px;
    color:#007070;
    font-weight:bold;
}
.companycities .currentcity{
    color:#fff;
    background-color:#007070;
    text-decoration:none;
}
.companyinfopoints{
	overflow: auto;
}
.points{
    margin:3px;
}
.pointsheader{
    -moz-border-radius:5px 5px 0 0;
    background-color:#007070;
    color:#fff;
    padding:3px;
    margin:10px 0 0 0;
    text-align:center;
    font-size:1.4em;
    text-shadow:2px 3px 5px #D6D6D6;
    border-bottom:2px solid #D6EBE8;
}
.pointslist{
    list-style:none;
    padding:0;
    margin:0;
    border:1px solid #D6EBE8;
}
.pointslist div{
    padding:2px 7px;
}
.pointslist div span{
    font-weight:bold;
}
.pointinfo{
    cursor:pointer;
}
.pointselect{
    background-color:#FFDFE4;
}
.pointinfo div.warehouse,.pointinfo div.office{
    background:url(img/maps/map_go.png) #D6EBE8 no-repeat 5px 3px;
    padding:3px 5px 3px 24px;
    font-weight:bold;
}
.pointinfo div a{
    display:block;
    text-align:right;
    color:#007070;
}
.companylistreturn{
    background:url(img/maps/arrow_redo.png) no-repeat 5px 0px;
    padding-left:25px;
    height:24px;
}
.companylistreturn a{
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
}
.companydescription{
    margin:0 7px 10px 7px;
    text-align:justify;
    color:#000;
}
.companydescription img{
    margin:0 10px 5px 0;
}
#cityid,#letterid{
    -moz-border-radius:3px;
    border:1px solid #007070;
    width:250px;
    color:#007070;
    background-color:#fff;
    -moz-select-triangle-color:#007070;
}
#letterid{
    width:90px;
}
label{
    font-weight:bold;
}
.companynameinfo{
    background-color:#007070;
    color:#fff;
    padding:3px 10px 3px 10px;
    font-size:13px;
    font-weight:bold;
}
.mainbox{
    width:100%;
	overflow:hidden;
	overflow-y:auto;
	position:relative;
}
.aligner{
	float:left;
	position:relative;
	left:50%;
}
#companies{
	float:left;
	position:relative;
	right:50%;
}
#infowindow{
	min-width:350px;
}
.companypricelink{
	clear:both;
	text-align:right;
	width:95%;
	margin:0 auto;
	margin-top:4px;
}
.companypricelink a{
	font-weight:bold;
}
#sections li.company{
	width:13%;
}
#selectcategory{
	padding:3px 0;
}
#selectcategory ul,#selectcategory li{
	display:inline;
}
#selectcategory{
	margin-left:10px;
	font-weight:bold;
}
#selectcategory a{
	padding:2px 5px;
}
#selectcategory li a.select{
	background-color:#FFD546;
}