/*
 * Redefine default styles to suit page
 */

#footer {
  margin-top: 26px;
  border-top: none;
  padding-top: 0;
}

/*
 * Special offers panel Styles
 */

div#special-offers-panel {
  margin-bottom: 8px;
}
div#special-offers-panel .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
div#special-offers-panel .tabs ul {
  display: block;
}
div#special-offers-panel .tabs ul li {
  float: left;
  margin: 0;
  height:20px;
}
div#special-offers-panel .tabs ul li a {
  display: block;
  width: 90px;
  line-height: 20px;
  background: url(/img/special-offers-panel-tab-off.png) no-repeat;
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
div#special-offers-panel .tabs ul li a:hover {
  text-decoration: underline;
}
div#special-offers-panel .tabs ul li.last a {
  width: 89px;
}
div#special-offers-panel .tabs ul li a.on {
  background: url(/img/special-offers-panel-tab-on-new.png) no-repeat;
}
div#special-offers-panel h2 {
  height: 49px;
  he\ight: 35px;
  padding: 14px 14px 0 14px;
  margin: 0 0 1px 0;
  background: url(/img/special-offers-panel-heading-background.png) repeat-y;
  font-size: 1.6em;
  color: #fff;
  font-weight: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}


div#special-offers-panel div.content {
  color: #1a332d;
  background: #d5ebf0 url(/img/special-offers-panel-background.png) left 100% repeat-x;
}


div#special-offers-panel div.content div.inner {
  margin: 0;
  padding: 6px 10px 8px 10px;
  overflow: hidden;
  display: inline-block;
  min-height:138px;
  height:138px;
}

div#content-column div#special-offers-panel div.content div.inner {
  height:auto;
}

div#special-offers-panel div.content div.inner {
  display: block;
}
div#special-offers-panel div.content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
}
div#special-offers-panel div.content table thead td {
  font-weight: bold;
  border-bottom: 2px solid #b3c0c0;
  padding: 5px 3px 5px 3px;
}
div#special-offers-panel div.content table tbody th,
div#special-offers-panel div.content table tbody td {
  font-weight: normal;
  padding: 5px 3px 5px 3px;
  text-align: left;
}
div#special-offers-panel div.content table tbody th a,
div#special-offers-panel div.content table tbody td a{
  color:#000;
  text-decoration:none;
}
div#special-offers-panel div.content table tbody th a:hover,
div#special-offers-panel div.content table tbody td a:hover{
  text-decoration:underline;
}

div#special-offers-panel div.content p.buttons {
  height: 21px;
  padding-top: 18px;
  margin: 0;
  background: url(/img/special-offers-panel-bottom.png) left bottom no-repeat;
  text-align: right;
}

