/*
 * Undo page style sheet.
 */
ul.productlist li div.item { border: 0px; padding: 0px; }

div#topPart { border: 0px; }

ul.productlist li { background: url( "../images/shop-item-info.png" ) no-repeat; width: 253px; height: 310px;  padding: 0px; font-size: .9em;}
ul.productlist li h3 { width: 240px; position: absolute; top: 0px; text-align: center; color: #324c96; }
ul.productlist li p { width: 230px; text-align: center; padding: 0px; margin: 4px 0px 10px 6px; overflow: hidden; height: 42px; }
ul.productlist li div.sliding_product { width: 240px; margin: 0px; margin-top: 30px; }
ul.productlist li div.centerImage { width: 240px; height: 150px; text-align: center;}

ul.productlist li span.price { display: block; text-align: center; width: 240px; margin-top: -3px; color: #324c96; }
ul.productlist li a.moreinfo { background: url( "../images/shop-moreinfo.png" ) no-repeat; width: 85px; height: 26px; margin-top: 4px; float: left; margin-left: 35px; }
ul.productlist li a.moreinfo .label{ display: none; }
ul.productlist li a.buy { background: url( "../images/shop-buy.png" ) no-repeat; width: 85px; height: 26px; margin-top: 4px; float: right; margin-right: 45px; }
ul.productlist li a.buy .label { display: none; }

div#topPart { display: none; }
div#topPart h1 { font-size: 1.2em;  }

