/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007 David Hellsing
    
    http://monc.se/tripoli/

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
body {
  padding: 20px;
  color: #000; background-color: #fff;
}

#left_col {
  display: none;
}
#right_col, #right_col_with_bg {
  float: left;
  padding: 0; margin: 0;
}

#right_col, #right_col_with_bg {
  padding-bottom: 0;
  margin-bottom: 0;
}

.static_header span, #help_line span {
  display: block;
  font-size: 1.9em; font-family: Times; font-weight: normal;
}

#cust_nav, #main_nav, #footer, #copy, #breadcrumb, .filter_price {
  display: none;
}
#logo, #help_line, #ecommerce_by_ominor {
  float: left; clear: both;
  width: 728px;
  padding: 0; margin: 0;
}
#help_line {
  margin: 10px 0;
}