* {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#header, #menuTop, #navigation, #footer, #buttonOptions, #deliveryTotalInfo, #emailing, #orderTracking, h1, .noPrint, #sideRight, #adminNotes {
    display: none !important;
    width: 0;
}

fieldset {
    background-color: #fff;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}

input {
    border: none;
}

#billingAddress {
    float: left;
    height: 200px;
    width: 36%;
}

#deliveryAddress {
    float: right;
    height: 200px;
    width: 36%;
}

#billingAddress div, #deliveryAddress div {
    padding: 0 10px 10px;
}

#printOrderInformation {
    display: block;
    float: left;
    width: 630px !important;
}

    #printOrderInformation ul {
        margin: 0;
        padding: 0
    }


    #printOrderInformation input {
        width: 450px !important;
    }

/* Reset */

ol, ul {
    list-style: none;
}

/* Form Layout */

    fieldset.layout {
        padding: 10px;
    }

        fieldset.layout legend {  
            font-weight: bold; 
            padding: 0 10px 0 5px;
        }

        fieldset.layout ul {
            overflow: hidden;
        }

            fieldset.layout ul li {
                clear: left;
                float: left;
                margin-bottom: 5px;
                position: relative;
                vertical-align: top;
                width: 100%;
            }

                fieldset.layout ul li img {
                    display: inline;
                    padding: 1px 0 0 5px;
                    vertical-align: top;
                } 

                fieldset.layout ul li label {
                    float: left;  
                    margin-left: 15px; 
                    position: relative;
                    width: 120px;  
                } 

                    fieldset.layout ul li label em {
                        position: absolute;
                        left: -20px;  
                        top: 0;
                    }

/* Table Format */

table.format {
    width: 100%;
}

    table.format th {
        text-align: left;
    }
    

    table.format tr th.price, table.format tr td.price {
        text-align: right;
    }

    table.format tr th.display, table.format tr td.display, 
    table.format tr th.date, table.format tr td.date,
    table.format tr th.option, table.format tr td.option,
    table.format tr th.qty, table.format tr td.qty {
    text-align: center;
    }

/* Misc */

.clearBlock {
    display: block;
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

/* Print */

#printHeader, #printFooter {
    margin: 0 auto;
    text-align: center;
    width: 100%;    
}

    #printHeader span {
        font-size: 20px;
        font-weight: bold;
    }

#printFooter {
    margin-top: 20px
}