body { background: url(../images/bg_tile.jpg) repeat-x #000000; }
* { margin: 0; padding: 0; }
html, body, td, div { color: #ffffff; font-family: helvetica;  }

a { color: red; }

.logo { width: 250px; height: 303px; background: url(../images/logo_sm.gif) no-repeat; float: right; }

ul.items { padding: 20px; }

ul.items li { float: left; width: 200px; list-style: none; list-style-image: none; text-align: center; margin: 5px; }
ul.items li h2 { font-size: 13px; margin: 4px; }
ul.items li .item_price { font-size: 11px; font-weight: bold; text-align: center; }
ul.items li .add_btn { text-align: center; margin: 4px; }
.simpleCart_shelfItem { text-align: center; }
.simpleCart_shelfItem .item_thumb { }
.simpleCart_shelfItem .item_price { display: block; }
.simpleCart_shelfItem .item_add { display: block; }

.spe_btn { border: 0; font-size: 12px; padding: 3px 6px 3px 6px; color: #ffffff; background: #005ba2; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-decoration: none; font-weight: bold; }
.spe_btn.item_add { margin: 5px auto 0 auto; font-size: 11px; }
.spe_btn.item_add:hover { background: #00457a; }

.simpleCart_items img { }
.sm_cart { margin: 20px 0 0 30px; color: #cacaca; font-size: 15px; }
.sm_cart .simpleCart_total { font-weight: bold; color: #ffffff; }
.sm_cart .simpleCart_quantity { font-weight: normal; font-size: 13px; }
.sm_cart a { background: #d90000; }
.sm_cart a:hover { background: #8f0000; }
.cart_info { clear: both; display: none; }

.simpleCart_items { margin: 0 0 0 0; padding: 20px; }
.simpleCart_items .cartHeaders { font-size: 11px; display: none; }
.simpleCart_items .itemContainer { background: #010101; padding: 5px; font-size: 13px; }
.simpleCart_items .itemContainer .itemThumb img { width: 50px; }
.simpleCart_items .itemContainer .itemSize input { background: none; border: 0; color: #ffffff; padding: 0; margin: 0; }
.simpleCart_items .itemContainer .itemdecrement a { display: block; width: 16px; height: 16px; text-indent: 99px; overflow: hidden; background: url(../images/minus-circle.png) no-repeat; }
.simpleCart_items .itemContainer .itemincrement a { display: block; width: 16px; height: 16px; text-indent: 99px; overflow: hidden; background: url(../images/plus-circle.png) no-repeat; }
.simpleCart_items .itemContainer .itemremove a { display: none; }