@import url("style.css");

.subcategories
{
  width:                50%;
  overflow:             hidden;
  float:                left;
  margin-bottom:        30px;
  line-height:          1.3em;
}

.wide {
  width:                100% !important;
}

.subcategories li
{
  float:                left;
  width:                100%;
}

.subcategories li a
{
  font-size:            10pt;
  text-decoration:      none;
}


