@charset "UTF-8";

/***************************************************
左部分
****************************************************/

#left {
  width:193px;
  float:left;
}

#left .categorys {
  background-image:url(../images/categorys_bg.gif);
}

#left .categorys .title {
  margin-bottom:5px;
}

#left .categorys .category {
  margin-bottom:5px;
}

#left .categorys .category .sub_category {
  background-image:url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 9px 50%;
  padding-left:23px;
  margin:3px 0 2px 18px;
  font-size:11px;
  color:#E07D18;
  border-left:dashed 1px #777976;
}

#left .categorys .bottom {
  height:12px;
}


/***************************************************
右部分
****************************************************/

#right {
  width:575px;
  float:left;
  text-align:right;
}

#right .breadcram {
  width:100%;
  text-align:left;
  margin-left:10px;
  height:20px;
  font-size:12px;
}

#right .shops {
  width:565px;
  text-align:left;
  margin-left:9px;
  background-image:url(../images/shops_bg.gif);
}

#right .shops .line {
  margin:8px 0 15px 15px;
  width:535px;
  border-top:dotted 1px #BDBDBD;
}

#right .shops .title {
  height:26px;
  width:565px;
  background-image:url(../images/bar_04_bg.gif);
}

#right .shops .title .message {
  position:relative;
  left:280px;
  font-weight:bold;
  color:#FFF;
  top:-8px;
  font-size:12px;
}

#right .shops .pager {
  height:30px;
  padding:5px 10px 0 0;
  text-align:right;
  font-size:12px;
}

#right .shops .shop {
  margin-left:15px;
  overflow:auto;
}

#right .shops .shop .left {
  width:359px;
  float:left;
}

#right .shops .shop .left .name {
  width:359px;
  height:24px;
  background-image:url(../images/shop_title_bg.jpg);
  background-repeat: no-repeat;
  font-size:14px;
  font-weight:bold;
  color:#2C478A;
  padding:3px 0 0 10px;
}

#right .shops .shop .right {
  float:left;
  padding:23px 0 0 5px;
}

#right .shops .shop .left .detail {

}

#right .shops .shop .left .caption {
  padding:3px 5px 0 10px;
  color:#797979;
  font-size:12px;
}

#right .shops .shop .left .address {
  padding:3px 5px 0 10px;
  color:#28789D;
  font-size:12px;
}

#right .shops .bottom {
  height:10px;
  width:565px;
}
