/*td#sidebar */
/*  :background-color = !aqua */
div#search {
  background-color: #ccffff;
  padding: 10px;
  height: 400px; }
  div#search form {
    margin-bottom: 15px; }
  div#search #category {
    height: 30px;
    width: 200px;
    font-size: 15px;
    padding-top: 4px; }
  div#search input#query, div#search select#album {
    width: 180px; }
  div#search table.browse-by tr td {
    font-size: 11px; }
  div#search div.button {
    text-align: right;
    margin-right: 10px; }
    div#search div.button input.button {
      display: inline;
      background: url(/images/buttons/search.gif) no-repeat top center;
      border: none;
      width: 73px;
      height: 29px;
      cursor: pointer; }
  div#search table tr td {
    color: #6b3907; }
    div#search table tr td a {
      color: #6b3907;
      text-decoration: none; }
    div#search table tr td a:hover {
      color: #ff3300;
      text-decoration: underline; }
  div#search table tr td.first, div#search table tr td.second, div#search table tr td.third, div#search table tr td.fourth {
    color: #6b3907;
    text-align: center; }

.ie6 div#table-wrapper, .ie7 div#table-wrapper {
  margin-top: -3px;
  margin-right: -2px; }

.ie7 div#search {
  height: 450px; }
