div.small_ad_categories
{
  margin: 4px 0px;
  background-color: #E7EEF1;
  font-size: 12px;
}

@media only screen and (min-width: 1000px) /* desktop */
{
  div.small_ad_categories
  {
    margin: 2px 0px;
    width: 640px;
  }
}

div.small_ad_categories p
{
  margin: 0px 0px 0px 10px;
  padding: 1px 0px 0px 0px;
  background: none;
}

div.small_ad_categories ul
{
  margin: 0px 0px 0px 0px;
  padding: 2px 10px;
  background: none;
  list-style-type: none;
}

div.small_ad_categories ul li
{
  display: inline;
}

div.small_ad_categories ul li:before
{
  content: ' | ';
}

div.small_ad_categories ul li:first-child:before
{
  content: '';
}
