#left,
#nav-footer,
#nav-footer-add,
.content-overlay,
.img-total,
.content-left,
.content-right {
  display: none;
}
.content-right.offer {
  display: block !important;
}
/*
* GLOBAL
*/
* {
  text-decoration: none;
  list-style: none;
  vertical-align: top;
}
.fl {
  float: left;
}
.fr {
  float: left;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}
.cl, 
.cr, 
.cb {
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  background: #f00;
}
.npl {
  padding-left: 0 !important;
}
/*
* LAYOUT
*/
#container {
  width: 650px;
  padding: 8px 0 0 12px;
}
/*
* FONTS
*/
body {
  font: 75% Arial, Helvetica, sans-serif;
  line-height: 150%;
}
#container {
  font-size: 1em;
  line-height: 1.5em;
}
#content {
  color: #000;
}
#content h1,
#content h2,
#content h3 {
  font-size: 1em;
  color: #c67700;
}
#content h1,
#content h2,
#content h3,
#content p {
  margin-bottom: 1em;
}
#content h1,
#content h2,
#content h3,
#content p,
#content ul li {
  line-height: 1.5em;
}
#content p.small {
  font-size: 0.917em;
}
#content p.footer {
  color: #6C6C6C;
}
#content a:link,
#content a:visited,
#content a:focus,
#content a:hover,
#content a:active {
  color: #802136;
}
#content a:focus,
#content a:hover {
  text-decoration: underline !important;
}
#content .content-right a.m-more:link,
#content .content-right a.m-more:visited,
#content .content-right a.m-more:focus,
#content .content-right a.m-more:hover,
#content .content-right a.m-more:active {
  color: #7d2033;
}
#content .content-right a.m-more:focus,
#content .content-right a.m-more:hover {
  text-decoration: underline !important;
}
/*
* ULISTS
*/
#content ul li {
  list-style: square;
  margin: 0 0 0.5em 0;
}
/*
* FOOTER
*/
#footer p {
  font-size: 0.917em;
}
#footer a:link,
#footer a:visited,
#footer a:focus,
#footer a:hover,
#footer a:active {
  color: #fff;
}
#footer a:focus,
#footer a:hover {
  text-decoration: underline !important;
}
