/* NAV OFFERS */

#pas_nav_offers a, #pas_nav_offers a:visited {
  color: #3E3E3E;
  text-decoration: none;
}

#pas_nav_offers table{
  width: 135px;
  margin: 10px auto;
  font-size: 12px;
  border-collapse: collapse;
}

#pas_nav_offers thead th {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #447AA6;
  padding: 3px;
}

#pas_nav_offers tbody th {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers tbody td {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #7E7E7E;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers td {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers tr.alt td {
  background:;
}

#pas_nav_offers tbody tr.over td, #pas_nav_offers tbody tr.over th  {
  background-color: #EBEBEB;
}
