
.favdiv {
	position:absolute;
	left:333px;
	bottom:35px;
	width:278px;
	height:183px;
	background-color: white;
	border: 2px solid rgb(143,146,150);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  transition:left 0.4s ease 0s;
}

.favdiv_map {
  width:183px;
  height:183px;
  background-color: white;
  float:left;
}

.favdiv_det {
  float: right;
  position: absolute;
  right: 0px;
  font-family: Arial,Helvetica,sans-serif;
  background-color: white;
  font-size: 12px;
  height: 183px;
  width: 95px;
}

.favsp1 {
  display: block;
  border-radius: 3px;
  padding: 2px;
  margin: 2px 2px 1px;
  color: black;
  border-bottom: 1px solid rgb(236, 227, 218);
  background-color: rgb(248, 247, 243);
  text-align:right;
  min-height: 15px;
  cursor:default;
}
.favsp2 {
  position:absolute;
  right:30px;
}

.favdiv_det span img {
  float: left;
}

.sp11 {
  font-size: 11px;
  position:absolute;
  left:68px;
  padding-top: 1px;
}
.sshead {
  display: block;
  border-radius: 3px;
  padding: 4px;
  margin: 2px 2px 1px;
  color: black;
  border-bottom: 1px solid rgb(236, 227, 218);
  background-color: rgb(248, 247, 243);
  text-align: center;
}
