@import url("base.css");
@import url("/css/header.css");
@import url("/css/footer.css");

#content { height: 508px; background-color: #FFD20D; }

#featured { width: 706px; height: 195px; margin-top: 5px; background: #FFF url("/images/featured_bottom.jpg") bottom left no-repeat; }
#featured a { color: #000; }
#featured div { float: left; margin-left: 20px; }
#featured div div { width: 90px; float: left; margin-left: 20px; }
#featured div * { font-size: 11px; }
#featured div p { margin-bottom: 5px; }
#featured div img { float: left; }
#featured div p.sku { font-size: 10px; }

#left-column { float: left; width: 185px; }
#right-column { float: right; }

#cart-wrapper { padding-left: 35px; height: 69px; background: #1F1F1F url("/images/cart_corner.jpg") bottom left no-repeat; color: #FFF; }
#cart { width: 260px; float: right; margin: 10px 10px 0 0; display: inline; }
#help-copy { padding-top: 10px; }
#help-copy p { margin-bottom: 2px; }
