/*
  sm4.css
*/
 
#sm4 {
  font-family: arial, helvetica, sans-serif;
  border: 0px solid black;
  width: 182px;
  text-align: center;
  margin-top: 5px;
}

#sm4-title {
  border: 1px solid black;
  text-align: center;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  background-color: #eee;
}

#sm4 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 0px solid #ccc;
}

#sm4 li {
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 6px;
}

#sm4 a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  background-repeat: no-repeat;
}

#sm4 a:hover {
  color: #900;
}

#sm4 a.short {
  padding: 9px 0px 10px 27px;
  background: transparent url(images/sm4/button_all_short.png) -0px -0px no-repeat;
}

#sm4 a.short:hover {
  background: transparent url(images/sm4/button_all_short.png) -182px -0px no-repeat;
}

#sm4 a.short-selected {
  padding: 9px 0px 10px 27px;
  color: #900;
  background: transparent url(images/sm4/button_all_short.png) -364px -0px no-repeat;
}

#sm4 a.tall {
  padding: 10px 0px 12px 27px;
  background: transparent url(images/sm4/button_all_tall.png) -0px -0px no-repeat;
}

#sm4 a.tall:hover {
  background: transparent url(images/sm4/button_all_tall.png) -182px -0px no-repeat;
}

#sm4 a.tall-selected {
  padding: 10px 0px 12px 27px;
  color: #900;
  background: transparent url(images/sm4/button_all_tall.png) -364px -0px no-repeat;
}