/* SmartEnglish print styles */

#main-menu, .claim, .col-left, #nav-skip, #subscription-form, #contact-form { display: none; }

/* Footer */
#footer { border-top: 1px solid #dfdfdf; margin-top: 20px; font-size: 84.615%; }
#footer p { margin: 1px 0 0 0; padding: 10px 0;}

/* Products list */
.products-list { margin: 15px 30px; }
.products-list ul { margin: 0; padding: 0; }
.products-list ul li { margin: 0 0 20px 0; padding: 1px 0 0 0; background: none; background: url(img/bg-hdots.png) repeat-x scroll 0 0; list-style: none; }
.products-list ul li:first-child { background: none; padding-top: 0; }
.products-list ul li { _background: expression(this.parentNode.firstChild == this ? 'none' : 'url(/css/img/bg-hdots.png) repeat-x scroll 0 0'); _padding-top: expression(this.parentNode.firstChild == this ? '0' : '1px'); }

.products-list ul li h2 { margin-bottom: 0px; }
.products-list ul li h2 .img-box { float: left; width: 130px; border: 0px solid #ddd; text-align: center; margin: 5px 15px 10px 0; }
.products-list ul li h2 .img-box img { }

.product-image {margin: 0 30px 15px 20px; padding: 5px; border: 1px solid #DFDFDF; float: right; _display: inline; }
.product-image img { display: block; }

ul li { background: none; list-style: square outside; margin-left: 25px; padding-left: 0; }

