/*
// +----------------------------------------------------------------------+
// | Copyright (c) 2004 Craftsman Book Company                            |
// |                                                                      |
// | http://www.costbook.com                                              |
// | created by kati ocallahan 09/2004                                    |
// | Departments Sections                                                                     |
// +----------------------------------------------------------------------+
*/

/* Marketing */

TABLE.marketing {
  background: #ffffff;
  background-repeat: repeat-x;
  width: 95% !important;
  border-right: 1px solid #848473;
  border-left: 1px solid #848473;
  border-top: 1px solid #848473;
  border-bottom: 1px solid #848473;
  letter-spacing:1px;
}

TD.marketingHeaderRow {
  position: right;
  vertical-align:middle;
  color:#ffffff;
  background: #848473;
  background-repeat: repeat-x;
}

TABLE.carddeckoffer {
  background: #BDE7DE;
  background-repeat: repeat-x;
  width: 65% !important;
  border-right: 1px solid #848473;
  border-left: 1px solid #848473;
  border-top: 1px solid #848473;
  border-bottom: 1px solid #848473;
  letter-spacing:1px;
  color:#000000;
}
