html, body {
    margin: 0;
    padding: 0;
}

html {
    background: url(../../img/custom/wallflower.png);
}

body {
    background: url(../../img/custom/head.png) repeat-x;
    font: 12px/1.5 Arial, sans-serif;
}

a {
    color: #ad1a1a;
}

.button, .alternate.button {
    background: #444;
    border: 1px solid black;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#page {
    width: 995px;
}

/* header */
#header {
    height: 120px;
    margin: 0 0 23px 0;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 8;
}

#mini-cart {
    background: url(../../img/custom/bag.png) no-repeat 100% 0;
    font-size: 11px;
    line-height: 1.2;
    padding: 20px 120px 20px 0;
    position: absolute;
    top: 0;
    right: 0;
}

#mini-cart h2 {
    color: #a40d0d;
    font-size: 13px;
}

#mini-cart table {
    float: right;
    overflow: hidden;
    margin-bottom: 5px;
}

#mini-cart .inner {
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: right;
}

#mini-cart .label {
    text-align: right;
}

#checkout-button {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* navigation */
#navigation {
    background: transparent;
    padding: 0;
    border: 0;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: visible;
    z-index: 9;
}

#navigation a {
    font: bold 12px/34px "Arial Bold", Arial, sans-serif;
    margin: 0;
    padding: 0 10px 0 12px;
    text-transform: uppercase;
}

#navigation li {
    padding: 0 2px 0 0;
}

#navigation a:hover {
    background: transparent;
    text-decoration: underline;
}

#navigation .current {
    background: transparent url(../../img/custom/navigation-highlight-right.png) no-repeat 100% 0;
}

#navigation .current > a {
    background: transparent url(../../img/custom/navigation-highlight-left.png) no-repeat;
    border-radius: 0;
    text-decoration: none;
}

#navigation ul ul {
    background: #860000;
    display: none;
    position: absolute;
}

#navigation ul li:hover ul {
    display: block;
}

/* content */
#content-wrapper {
    background: white url(../../img/custom/content.png) no-repeat 50% 0;
    border: 0;
    margin: 0 8px;
    padding: 17px 0 17px 14px;
    position: relative;
}

#content {
    border: 0;
    color: #6b6b6b;
    margin-left: 25px;
    padding: 0;
    width: 561px;
}

#content h1,
#content h2,
#content h3 {
    color: black;
}

/* sidebars */
.sidebar {
    width: 170px;
}

.sidebar h2 {
    border: 0;
    color: white;
    display: block;
    font-size: 13px;
    height: 31px;
}

.sidebar .left-header {
    background: url(../../img/custom/left-header.png) no-repeat;
    padding-left: 18px;
    position: relative;
    left: -19px;
    width: 170px;
}

.sidebar .right-header {
    background: url(../../img/custom/right-header.png) no-repeat 100% 0;
    padding-left: 13px;
    width: 162px;
}

.sidebar.right p {
    /* eliminate gap to #service */
    margin: 0;
    padding: 0;
}

#newsletter-badge {
    height: 101px;
    width: 163px;
}

.js-newsletter-modal {
    display: none;
}

#optional-image {
    margin: 10px 0 20px 0;
}

/* search */
#search {
    overflow: hidden;
    margin: 0 0 15px 0;
}

#search input[type="text"] {
    background: url(../../img/custom/search-field.png) no-repeat;
    border: 0;
    color: #6a6a6a;
    height: 26px;
    width: 103px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    float: left;
}

#search input[type="submit"] {
    background: url(../../img/custom/search-button.png) no-repeat;
    border: 0;
    cursor: pointer;
    float: left;
    height: 28px;
    width: 35px;
}

/* categories */
#category_menu {
    margin: 0;
    padding: 0;
    width: 160px;
}

#category_menu .hitarea {
    display: none;
}

#category_menu a {
    border-bottom: 1px solid #eaeaea;
    color: #454545;
    display: block;
    font-size: 14px;
    line-height: 2;
}

#category_menu li {
    margin: 0;
}

#category_menu .expandable {
    background: url(../../img/custom/chevron.png) no-repeat 98% 50%;
}

#category_menu .menu_sub {
    margin: 5px 0 5px 10px;
}

#category_menu .menu_sub a {
    border: 0;
    font-size: 12px;
}

/* service */
#service {
    background: url(../../img/custom/service.png) no-repeat;
    font-size: 11px;
    height: 40px;
    margin-bottom: 20px;
    padding: 35px 0 0 50px;
    width: 108px;
}

#service, #service a {
    color: #7a7a7a;
    text-decoration: none;
}

/* info */
#info ul {
    list-style: none;
    margin: 0 20px 0 10px;
    padding: 0;
}

#info ul a {
    border-bottom: 1px solid #eaeaea;
    color: #797979;
    display: block;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
}

#info ul a:hover {
    color: #d9d9d9;
}

#footer {
    color: #4b4b4b;
    font-size: 11px;
    font-weight: bold;
    margin: 0 10px;
    overflow: hidden;
}

#footer a {
    color: #4b4b4b;
}

/* product boxes */
.product-box {
    background: transparent;
    border: 0;
    filter: none;
    height: 196px;
    padding: 0;
    width: 118px;
}

.product-box .image-wrapper {
    height: 110px;
    width: 110px;
    margin: 0 4px;
}

.product-box .name {
    color: #7a7a7a;
    display: block;
    font-size: 11px;
    height: 2.4em;
    line-height: 1.2;
    margin: 10px 0;
    white-space: normal;
    width: 118px;
}

.product-box .wrapper {
    background: url(../../img/custom/wrapper.png) no-repeat;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
    position: relative;
    width: 108px;
}

.product-box .price {
    color: #c30000;
    font-size: 13px;
}

.product-box .buy-button {
    height: 22px;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 48px;
}

/* root page */
.WelcomeText {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
}

#content h2.separator {
    background: url(../../img/custom/separator.png) no-repeat;
    color: white;
    font-size: 12px;
    line-height: 25px;
    padding: 0 0 0 15px;
}

#big-offers {
    clear: both;
    overflow: hidden;
}

.big-offer {
    float: left;
    width: 265px;
}

.big-offer:first-child {
    margin-right: 25px;
}

.big-offer .image-wrapper {
    height: 100px;
    width: 100px;
    float: left;
}

.big-offer .info {
    float: left;
    width: 125px;
    margin-left: 10px;
}

.big-offer .name {
    color: black;
    display: block;
    font-weight: bold;
    height: 3em;
    text-decoration: none;
    white-space: normal;
}

.big-offer .price {
    color: #33981b;
    font-size: 14px;
    font-weight: bold;
    line-height: 3em;
}

.big-offer .price .original {
    color: red;
    text-decoration: line-through;
}

#small-offers {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}

.first-in-row .small-offer {
    margin-left: 0;
}

.small-offer {
    float: left;
    font-size: 10px;
    overflow: hidden;
    width: 155px;
    margin-left: 45px;
    margin-bottom: 10px;
}

.small-offer .image-wrapper {
    float: left;
    height: 45px;
    width: 45px;
}

.small-offer .info {
    float: left;
    width: 100px;
    margin-left: 10px;
}

.small-offer .name {
    color: #838383;
    text-decoration: none;
}

.small-offer .price {
    color: #33981b;
    font-weight: bold;
}

.small-offer .price .original {
    color: red;
    text-decoration: line-through;
}


#red-boxes {
    border-bottom: 1px solid #eaeaea;
    margin: 25px 0;
    overflow: hidden;
    padding-bottom: 25px;
}

.red-box {
    background: url(../../img/custom/red-box.png) no-repeat;
    color: #363636;
    float: left;
    font-size: 11px;
    height: 129px;
    line-height: 1.2;
    padding: 20px 15px 0 15px;
    width: 143px;
    overflow: hidden;
}

#content .red-box h1,
#content .red-box h2 {
    color: #a41111;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.middle.red-box {
    margin: 0 20px;
}
