/*
  rc_items.css
*/ 



#items_table {
  width: 100%;
}

#items_table td {
  padding: 3px;
}

#items_table td.tt_header {
  background-color: #ccc;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  font-size: 13px;
}

#items_table td.tt_item {
  background-color: #eee;
  font-size: 11px;
}

#items_table td a {
  text-decoration: none;
}

#items_table td a:hover {
  text-decoration: underline;
}
