/* module styles */
.modo { border-color: #63a7ca }
.modo .mh { background-color: #63a7ca }

/* top actions */
#topsec {
  position: relative;
}
#topactions {
  position: absolute;
  top: -1px;
  right: 0;
}
#topactions span {
  margin-left: 5px;
}
#topactions img {
  margin-right: 3px;
  vertical-align: middle;
}

/* about */

#about {
  margin-bottom: 10px;
}
#about h1 {
  height: 85px;
  margin: 0;
  padding: 0 0 0 20px;
  background-color: #9a9a9a;
  background-repeat: no-repeat;
  line-height: 85px;
  color: #fff;
  font-size: 25px;
}
#about .inner {
  padding: 10px;
  border: 3px solid #9a9a9a;
  border-top-width: 0;
  line-height: 17px;
}

/* left/right columns */
#lcol {
  float: left;
  width: 385px;
  margin-right: 10px;
}
#rcol {
  float: left;
  width: 375px;	
}

/* categories served */
#cats ul {
  height: 33px;
  padding: 5px 5px 5px 13px;
}
#cats li {
  float: left;
  width: 30px;
  height: 33px;
  margin-right: 6px;
  background: url(/sticky/images/directory/providers/categories.png) no-repeat;
}
li.select#cat1 { background-position: 0 -1px; }
li.select#cat2 { background-position: -30px -1px; }
li.select#cat3 { background-position: -59px -1px; }
li.select#cat10 { background-position: -88px -1px; }
li.select#cat4 { background-position: -117px -1px; }
li.select#cat6 { background-position: -148px -1px; }
li.select#cat7 { background-position: -177px -1px; }
li.select#cat5 { background-position: -207px -1px; }
li.select#cat11 { background-position: -237px -2px; }
li.select#cat0 { background-position: -270px -1px; }
li#cat1 { background-position: 0 -32px; }
li#cat2 { background-position: -30px -31px; }
li#cat3 { background-position: -59px -31px; }
li#cat10 { background-position: -88px -31px; }
li#cat4 { background-position: -117px -31px; }
li#cat6 { background-position: -148px -31px; }
li#cat7 { background-position: -177px -31px; }
li#cat5 { background-position: -207px -31px; }
li#cat11 { background-position: -237px -34px; }
li#cat0 { background-position: -270px -31px; margin-right: 0; }
#cats li img {
  width: 33px;
  height: 33px;
}

/* locations served */
/*.locations_nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 24px;
}
  .locations_nav li {
    width: 100px;
    height: 24px;
    margin: 0 5px 0 0;
    float: left;
  }
    .locations_nav li a {
      display: block;
      height: 19px;
      padding-top: 5px;
      width: 100px;
      background-color: #dedede;
      color: #727272;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
    }
    .locations_nav li.selected a,
    .locations_nav li a:hover {
      background-color: #63a7ca;
      color: #fff;
    }*/

/* rates */
#local-moves {
  clear: both;
  margin: 10px 0;
}
#local-moves .inner {
  padding-top: 5px;
}
#local-moves .service-type {
  margin: 0 0 5px 0;
  font-size: 11px;
}
#local-moves .rates {
  float: left;
  width: 400px;
  margin-right: 10px;
}
#local-moves .rates table {
  font-size: 11px;
}
#local-moves .rates table tr th,
#local-moves .rates table tr td {
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
#local-moves .rates table tr th {
  color: #fff;
  font-weight: bold;
  background-color: #999;
}
#local-moves .rates table tr td {
  background-color: #f0f0f0;
  border-bottom-width: 0;
}
#local-moves .rates table tr td.rate {
  white-space: nowrap;
}

#local-moves .specialty,
#local-moves .services {
  float: left;
  width: 162px;
  _height: 99px; /* ie6 */
  min-height: 99px;
  background-color: #f0f0f0;
  font-size: 11px;
}
#local-moves .specialty .title,
#local-moves .services .title {
  padding: 2px 5px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
}

#local-moves .specialty {
  margin-right: 10px;
}
#local-moves .specialty ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#local-moves .specialty ul li {
  clear: both;
  margin: 3px 5px;
  text-align: right;
}
#local-moves .specialty strong {
  float: left;
}

#local-moves .services ul {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#local-moves .services ul li {
  margin: 3px 0;
  background-position: 3px 2px;
}

/* request bid explain */
#explain {
  clear: both;
  margin: 0 10px 10px 10px;
}

/* other places/cats served */

  
/* hover alert */
#hover_alert {
	position: absolute;
	top: -1000;
	left: -1000;
	display: none;
	z-index: 500;
	padding: 5px;
	border: 3px solid #efefef;
	background-color: #ffffcf;
}

