@media all and (max-width: 320px) {
    .portrait #doc, .portrait #leftColumn {
        width: 320px;
        font-size: 14px;
    }
    .landscape #doc, .landscape #leftColumn {
        width: 480px;
        font-size: 14px;
    }
    .portrait div.product div.product-select {
        width: 60px;
    }

    .portrait div.product div.product-name {
        width: 240px;
    }

    .portrait table.cart-table tbody tr td.product {
        font-weight: normal;
        font-size: 8px;
    }
}

@media all and (min-width: 321px) and (max-width: 480px) {
    .portrait #doc, .portrait #leftColumn {
        width: 480px;
        font-size: 14px;
    }

    .landscape #doc, .landscape #leftColumn {
        width: 480px;
        font-size: 14px;
    }

    /*.portrait div.product div.product-select {*/
        /*width: 60px;*/
    /*}*/

    /*.portrait div.product div.product-name {*/
        /*width: 240px;*/
    /*}*/

    /*.portrait table.cart-table tbody tr td.product {*/
        /*font-weight: normal;*/
        /*font-size: 8px;*/
    /*}*/
}

/*@media all and (max-width: 480px) {*/
    /*.portrait #doc, .portrait #leftColumn {*/
        /*width: 480px;*/
    /*}*/

    /*.landscape #doc, .landscape #leftColumn {*/
        /*width: 356px;*/
        /*font-size: 14px;*/
    /*}*/
/*}*/

.mobile #hd .header-panel {
    background-image: url('../images/tfly-logo-transparent.png');
    height: 27px;
    width: 84px;
    margin: 0 auto;
}

.mobile #rightColumn div.myCart div.cart-container {
    margin-left: -152px;
    margin-top: 6px;
}

.mobile #rightColumn {
    float: none;
    width: 100%;
}

.mobile #rightColumn #timer {
    margin: 0 auto;
    width: 90px;
    float: none;
}

.mobile #leftColumn {
    clear: both;
}

.mobile #upsellContainer {
    position: absolute;
    background-color: #FFF;
    border: 1px solid #CCC;
}

.mobile .mobile-upsell-link-panel {
    display: block;
    float: left;
}

.mobile .mobile-upsell-link-panel a {
    text-decoration: none;
}

.mobile .mobile-hide {
    display: none;
}

.mobile .event-box {
    width: auto;
}

.mobile .inv-sel .delivery-type .delivery-type-label {
    width: 160px;
}

.mobile .inv-sel .delivery-type .delivery-type-message {
    width: 300px;
}

.mobile #doc h1 {
    font-size: 20px;
}

.mobile .event-box h2 {
    font-size: 28px;
}

.mobile #hd {
    width: 100%;
    margin: 0;
    background-color: #448DB8;
    padding-top: 3px;
    border: none;
}

.mobile #bd {
    padding-top: 0px;
}

.mobile .mobile-show {
    display: inherit;
}

.mobile #upsellContainer {
    margin-top: -1px;
    width: 300px;
}

.mobile #upsellContainer h1,
.mobile #upsell {
    border: none;
}

.mobile .entry-panel .field {
    padding-left: 4px;
}

.mobile #shippingSameAsBilling,
.mobile #orderReview,
.mobile #orderConfirm,
.mobile #ft {
    margin-left: 4px;
}

.mobile .buttons {
    padding-right: 5px;
}

.mobile #testHeader {
    display: none;
}

.mobile #securingPanel {
    width: 280px;
}
