*{
  margin:0;
  padding:0;
  border:0;
}
body{
  color:#554540;
  background-color:white;
  line-height:1.5;
  font-size:14px;
}
hr{
  margin:0;
  padding:0;
}
#preview_gmap{
  width:661px;
  height:409px;
  border:2px solid #d8d4c7;  
}
/* ---------------------------------
   Base functional class
   --------------------------------- */
.zero{
  width:0px;
  height:0px;
  margin-left:-9999px;
}
.clear{
  clear:both;
}

/* ---------------------------------
   List style
   --------------------------------- */
.list{
}
.list li{
  width:215px;
  height:187px;  
  float:left;
  overflow:hidden;
  margin-bottom:10px;
  margin-right:10px;
}
*:first-child+html .list li{
  margin-bottom:0px;
}
.list li.right_column{
  margin-right:0px;
}


.list li ul{
  position:relative;
}
.list li li{
  float:none;
}
.list .thumb{
  width:215px;
  height:152px;
  overflow:hidden;
  border:2px solid #d8d4c7;
}
.list .thumb img{
  border:none;
}
.list .base_info{
  font-size:11px;
  margin:0;
  padding:3px;
  width:100px;
  height:50px;
  position:absolute;
  bottom:0px;
  left:2px;
  overflow:hidden;
  background-color:black;
  filter: alpha(opacity=74);
  moz-opacity:0.74;
  opacity:0.74;
  color:white;
  line-height:1.5;
}

.list .base_info a{
  color:white;
  font-weight:bold;
}
.list .location_info{
  display:none;
}

.list .name{
  width:215px;
  position:absolute;
  top:157px;
  line-height:1;
}

.pages{
  clear:left;
}
*:first-child+html .pages{
  margin-top:-10px;
}
.pages .pager_link,
.pages .pager_curpage{
  display:block;
  float:left;
  border:2px solid #d8d4c7;
  width:18px;
  height:18px;
  text-align:center;
  line-height:18px;
  margin-right:10px;
  font-size:14px;
  text-decoration:none;
}
.pages .pager_dotdot{
  float:left;
  margin-right:5px;
  font-size:20px;
  font-weight:bold;
  letter-spacing:5px;
}

/* ---------------------------------
   List style
   --------------------------------- */
.comments{
  font-size:11px;
  list-style:none;
}
.comments li{
  height:40px;
}
.comments li{
  padding:5px 0;
  padding-left:5px;
  position:relative;
}
.comments li.even{
  background-color:#eee;
}

.comments li .username{
  font-weight:bold;
}
.comments .photo{
  float:left;
}
.comments .photo-xsmall{
  width:40px;
  text-align:center;
  margin-right:5px;
}
.comments .photo-xsmall img{
  width:36px;
  padding:2px;
}
.comments .comment_photo{
  height:30px;
  float:left;
  padding-right:10px;
}
.comments .delete_btn{
  position:absolute;
  top:5px;
  right:5px;
}


/* ---------------------------------
   iPhone
   --------------------------------- */

.log-iphone .gmap{
  width:100%;
  height:320px;
  margin:0;
  padding:0;
}

/* ---------------------------------
   gmap loading
   --------------------------------- */
#now_loading2{
  width:100%;
  padding-top:200px;
  text-align:center;
}


