.logoset{ background:url(../img/logo.png) bottom left; width: 132px; height: 29px; margin-top: -2px; }
.Infobox{ border:1px solid #ccc; box-shadow: 0 0 2px #ccc; border-radius:3px; border-color: #ccc;}

._box_{float:left; clear: both; padding: 5px 0;}
._box{float: left;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
opacity: 1;
width: 380px;
border-radius: 5px 5px 5px 5px;
box-shadow: 0px 0px 3px rgb(102, 102, 102); clear: both;}
._box > .title{ float:left; width: 380px; background: #f7f7f7; border-radius: 5px 5px 0 0; border-bottom: 1px solid #e2e2e2; padding: 10px; }
._box > .info{ padding:10px; font-size: 12px; color: #666; width: 380px; float:left; clear: both;}
._box > .info > .b > .left{float:left;}
._box > .info > .b > .right{float:right;}
._box > .title > .icon{ float:left; font-size: 30px; }
._box > .title > .text{ float:left; font-size: 14px; padding-left: 10px; }
._box > .title > .text > text{clear: both; font-size: 13px}
.mapzoom{ float:left; background: #fff; border:1px solid #ccc; padding:8px 8px 6px 8px; color:#999; font-size: 11px; border-radius: 5px; cursor: pointer; }
.mapzoom:hover{ color: #666; }

.mapBig{position:fixed; width:100%; height:100%;}

.zoomElement{position:fixed; z-index:10; margin:70px 20px 0 0; right:0;}
.zoomElement1{float:left; clear: both;}
.zoomElement2{float:left; clear:both; padding-top:5px;}

/* facebook */

.facebook{

background: url("../img/fb2.png") no-repeat scroll left top transparent;
border-width: 1px;
border-style: solid;
border-color: rgb(83, 116, 188) rgb(68, 98, 164) rgb(38, 62, 114);
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0) inset, 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
color: rgb(255, 255, 255);
float: left;
font-weight: bold;
font-size: 13px;
margin: 10px 0px;
padding: 9px 15px 7px 50px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
transition: all 0.2s linear 0s;
border-radius: 3px 3px 3px 3px;
text-decoration: none;

}

.facebook:hover{
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset, 1px 1px 12px 0px rgb(83, 116, 188);
cursor: pointer;
opacity: 1;
text-decoration: none;
}

/* CSS Document */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
background: url(../img/midstars.gif) left bottom -1000px repeat-x;
}
.star-rating{
position:relative;
width:55px;
height:11px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left bottom;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:11px;
line-height:11px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active{
background-position: left top;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left top;
}