@import "resets.css";

div#sidebar-left, div#sidebar-right, ul#main_nav, div#lightwindow_overlay, #lightwindow, button.button, input.input, ul#breadcrumbs, div#copyright, button, input, select, div.user-meta, div.second-nav-wrap, div.actions, div.pagination, strong.title, a.operation, table.cart tfoot tr.actions td {
    display: none !important;
}
div.products-on-sale {
    float: left;
    margin: 0 0 20px 0;
    width: 50%;
}
div.latest-products {
    float: right;
    margin: 0 0 20px 0;
    width: 45%;
}
div.top-seller a.product-image {
    display: block;
    float: left;
    height: 163px;
    margin: 0 20px 0 0;
    overflow: hidden;
    width: 163px;
}
div.get-in-touch {
    float: right;
}
table.cart {
    width: 100%;
}
table.cart th {
    color: #fff;
    font: bold 14px Tahoma;
    background: #505860;
    padding: 10px;
}
table.cart td {
    padding: 5px 10px;
}
table.cart td.delete-product {
    display: none;
}
table.cart td dt {
    font-size: 14px;
}
table.cart tfoot td {
    background: #F1F4F5;
    border-bottom: 2px solid #fff;
}
table.cart tfoot td.price {
    font-size: 16px;
    font-weight: bold;
}
input.operation {
    border: none;
    display: block !important;
    text-align: center;
}
dl.product dd.image {
    float: left;
}
ul.products li {
    position: relative;
    margin: 0 0 20px 0;
}
ul.products div.price {
    bottom: 10px;
    left: 163px;
    position: absolute;
}
body {
    color: #848A8F;
    font: normal 12px/1.2 Tahoma;
}
h1 {
    font: bold 26px/28px Arial;
    margin: 0 0 20px 0;
}
h2 {
    font: bold 20px/22px Arial;
}
h3 {
    font: bold 18px/20px Arial;
}
a#logo {
    margin: 0 0 20px 0;
}
a#logo span {
    display: none;
}
del.on-sale {
    display: none;
}
strong.price {
    font-size: 20px;
    font-weight: bold;
}
.box {
    margin: 0 0 20px 0;
}