﻿
/* Iteration 1 */
table.tablesorter thead .header:hover, table.tablesorter thead .header2:hover {
  background-color: #40372b;
}
table.tablesorter thead tr .header, table.tablesorter thead tr .header2 {
  background-image: url("images/orange/bg.gif");
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('images/orange/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('images/orange/desc.gif');
}
table.tablesorter thead tr .header.headerSortDown, table.tablesorter thead tr .header.headerSortUp,
table.tablesorter thead tr .header2.headerSortDown, table.tablesorter thead tr .header2.headerSortUp {
  background-color: #806f58;
}
table thead tr th {
  border-width: 0 1px 1px 0;
}
table thead tr th ~ th {
  border-right-width: 0;
  border-left-width: 1px;
}
table td {
  border: 0 none;
}
table {
  border: 1px solid #777777;
}
.vendor-actions {
    background-color: #F47920;
    color: #fff;
    padding: 10px;
    width: 975px;
}
.vendor-actions a {
    color: #FFDDBB;
}
.display-set-2-column, .display-set-3-column {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

ul.display-field-label-set {
  list-style-type: none;
  padding: 0 10px;
}

li.commodity-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding-right: 10px;
  vertical-align: top;
  width: 170px;
}

.ext {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.quick-info {
    background-color: #cfc6af;
    border: 2px solid #40372b;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 10px 10px 0;
    float: right;
}
    .quick-info > * {
        display: block;
        width: 150px;
    }
    .quick-info .display-field {
        width: 30px;
    }

.before-quick-info {
    float: left;
    width: 790px;
}
    .before-quick-info .display-set-2-column {
        width: 375px;
    }
        .before-quick-info .display-set-2-column .display-field {
            width: 255px;
        }
    .before-quick-info .display-set-3-column {
        width: 245px;
    }
    .before-quick-info .display-set-3-column .display-field {
        width: 125px;
    }

@media print {
    table thead tr th {
        border-width: 1px;
    }
}