@charset "utf-8";
/* CSS Document */

#bodyHolder_white {
  width: 1100px !important;
  height: 3500px;
  background-image: url(images/bg_whiteDrop.gif);
  background-repeat: repeat-x;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.containerStore {
  float: left;
  width: 1060px;
  margin-left: 10px;
  margin-top: 10px;
  border: #ebebeb solid 1px;
  padding: 0 10px 10px 10px;
  background-color: #ebebeb;
}

.containerStore:hover {
  border: #f26522 solid 1px;
}

.storeLocation {
  float: left;
  width: 1000px;
  height: 30px;
}

p.storeLocation_title {
  color:#cc0001;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
}

.storeMini {
  float: left;
  width: 155px;
  border: #ccc solid 1px;
}

.storeMini2 {
  float: left;
  width: 148px;
  height: 160px;
  margin-left: 10px;
  padding: 10px;
  border: #fff solid 1px;
  background-color: #ebebeb;
}

.storeMini2:hover {
  background-color: #fff;
  border: #00aeef solid 1px;
}

.storeMini3 {
  float: left;
  width: 146px;
  height: 160px;
  margin-left: 10px;
  padding: 10px;
  border: #fff solid 1px;
  background-color: #ebebeb;
}

.storeMini3:hover {
  background-color: #fff;
  border: #00aeef solid 1px;
}

.storeLocation {
  color:#2d2d2d;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

.storeLocation_address {
  color:#7c7c7c;
  font-size: 14px;
  line-height: 15px;
}

#location_dropdown {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  padding: 9px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
}

#dropdown{
  padding: 4px;
  line-height: 14px;
  font: 11px tahoma;

}

.backTop {
  width: 40px;
  height: 30px;
  float: right;
}

p.backTop{
  font-size: 10px;
  line-height:30px;
  color: #999999;
}

a.backTop {
  font-size: 10px;
  line-height:30px;
  color: #999999;
}