.nospace {
  margin: 0 !important;
  padding: 0 !important;
}

.light {
  color: #a29c83;
}

#contentMainArea {
  padding-left: 20px;
  padding-right: 20px;
  width: 710px;
}

.slickwrap {
  width: 590px;
}

.full {
  width: 710px;
}

.extrafull {
  width: 900px;
}

.superwide {
  width: 890px;
}

h3 {
  margin-bottom: 20px;
  width: 710px;
}

h2 {
  width: 590px;
}
h2.auto {
  width: auto;
}

.columns .column {
  position: relative;
  float: left;
}
.columns .column.third {
  width: 270px;
  margin-right: 15px;
}
.columns .column.half {
  position: relative;
  float: left;
  width: 285px;
  margin-right: 20px;
}
.columns .column.codelookup {
  position: relative;
  float: left;
  margin-right: 20px;
}
.columns .column.last {
  margin-right: 0;
}
.columns .column.slickshadow {
  border-bottom: 2px solid #d7d3c0 !important;
}

.full .columns .column.third {
  width: 225px;
}

/*input.radio, input.checkbox{margin-right:5px;} */
ul.reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.reset li {
  padding: 0;
  margin: 0;
}

div.slick-table {
  margin-bottom: 10px;
}
div.tableshadow {
  position: relative;
  width: 587px !important;
}
div.tableshadow table {
  left: 0 !important;
  width: 587px !important;
}
div.tableshadow table th {
  padding-top: 10px;
  font-weight: bold;
  color: #535143;
}
div.slick-table table {
  width: 600px;
  position: relative;
  left: -10px;
}
div.slick-table table tr th {
  text-align: left;
  padding-bottom: 5px;
}
div.slick-table table tr.oddrow {
  background: #f8f3e4;
}
div.slick-table table tr td {
  padding: 3px 0;
}
div.slick-table table tr td.first {
  padding-left: 10px;
}
div.slick-table table tr th.first {
  padding-left: 10px;
}
div.shortcork {
  background-image: url(/images/cork/short_cork.gif);
  background-repeat: repeat-x;
  padding: 10px;
}
div.shortcork div.corknote {
  background-color: #f9f4e4;
  padding: 20px;
  width: 550px;
  position: relative;
}

tr.hover {
  background-color: #fbb177 !important;
  cursor: pointer;
}
