﻿body {
    max-width: 850px;
    background-image: none;
    font-family: Verdana;
    overflow: auto
}

#site-layout {
    width: 800px;
}

#site-header {
    height: 0;
}

    #site-header .group .top li .align.left a img {
        display: none;
    }

.group .align.right .shoppingbag-widget {
    position: absolute;
    left: 740px;
    top: 180px
}

.group .search {
    position: absolute;
    left: 740px;
    margin-top: -28px;
}

    .group .search input {
        width: 150px;
    }

    .group .search button {
        background: #F29400;
        padding: 5px;
        font-weight: bold;
        color: #FFFFFF
    }

#site-side {
    visibility: hidden;
}

.ie7 #site-nav {
    width: 100%;
    display: block;
}

#site-nav .nav ul li a {
    color: #B7B9C0;
    font-weight: bold;
    font-family: Verdana;
    font-size: 13px;
    text-transform: uppercase;
}

#site-content {
    min-height: 450px;
    position: relative;
}

.ie7 #site-content {
    margin-left: 0;
}


#site-content h1 {
    max-width: 680px;
    color: #f29400;
    font-weight: bold;
    line-height: 15px;
    font-size: 15px;
}

ul.products {
    position: relative;
    padding: 0 0 0 3px;
    display: block;
    width: 100%;
}

    ul.products li article.product {
        width: 100%;
        display: block;
        height: 160px;
    }

        ul.products li article.product .column-left {
            position: relative;
            z-index: 10;
        }

            ul.products li article.product .column-left a.visual {
                border: 0;
                background-color: transparent;
                cursor: pointer;
                position: relative;
                z-index: -20;
            }

        ul.products li article.product .column-right {
            width: auto;
        }

            ul.products li article.product .column-right .product-info {
                max-width: 500px;
                height: auto;
            }

                ul.products li article.product .column-right .product-info h4 {
                    margin-bottom: 10px;
                    font-size: 11px;
                    font-family: Verdana;
                    margin-right: 0;
                }

                ul.products li article.product .column-right .product-info h2 {
                    color: #F29400;
                    font-size: 15px;
                    font-weight: bold;
                }

                ul.products li article.product .column-right .product-info ul {
                    margin-top: 0px;
                }

                    ul.products li article.product .column-right .product-info ul li {
                        margin-bottom: 0;
                    }

                ul.products li article.product .column-right .product-info .footer ul li .tile {
                    font-size: 15px;
                }



a.button, a.tile.green, div.tile.green {
    background-color: #F29400;
}

    a.button:hover, a.tile.green:hover, div.tile.green:hover {
        background-color: #B96F00;
    }

.pager ul li a.current {
    background-color: #F29400;
    border-color: #F29400;
}

.product {
    margin-top: 38px;
    margin-left: 0;
}

article.product header .column-right .product-info {
    width: 300px;
}

    article.product header .column-right .product-info h2 {
        font-size: 20px;
    }

    article.product header .column-right .product-info h4 {
        font-size: 12px;
    }

table.shoppingcart tr td .tile,
table.summary tr td .tile {
    background-color: transparent;
}



table.shoppingcart {
    max-width: 660px;
}

    table.shoppingcart tr td.price, table.shoppingcart tr td.total {
        width: 100px;
    }

    table.shoppingcart tfoot tr td.amount.tile {
        font-size: 10px;
    }

table.summary tr td > .tile {
}

table.summary tr td h2 {
    font-size: 13px;
}


form fieldset {
    border-bottom: 0;
    margin: 0;
}

fieldset ul.fieldset li {
    width: 100%;
}

    fieldset ul.fieldset li .input-editor {
        width: 245px;
    }

.summary-wrapper {
    margin-right: 120px;
}

    .summary-wrapper .tile {
        width: 127px;
    }

table.summary tr td.product-info {
    width: 150px;
}

    table.summary tr td.product-info h4 {
        display: none;
    }

.button.submit-once {
    margin-right: 15px;
}

.order-wrapper {
    max-width: 700px;
}

    .order-wrapper article.order .order-details-wrapper table {
        max-width: 650px;
    }

.navigation {
    max-width: 650px;
}

.ie7 #site-layout {
    overflow: hidden;
}
