/* css/about.css
   styles for stepback.ca About the Store page */

@import url(global.css);

/* promo box changes */
/*.promo {
   padding: 16px 20px;
   width: 336px;
   \width: 376px;
   w\idth: 336px;
   }
.promo-description {
   float: left;
   width: 138px;
   }
.promo-item {
   float: right;
   }*/
.promo-description h1 {
   background: none;
   padding: 0 5px 0 5px;
   }
.promo-description p {
   padding: 0 5px;
   }

/* item changes */
.item .description {
   width: 222px;
   }

