/*
 * Mobile (1024px) CSS Stylesheet
 * - iPad
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id:stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
 */

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

    #taglineWrapper {
        display: none;
        max-width: 50%;
    }

    #logoWrapper {
        height: 80px;
        margin: 0 0 0 5px;
    }

    .fixLogo {
        display: none;
    }

    #logo img {
        width: 300px;
        height: auto;
    }

    #navColumnOne {
        display: none;
    }

    .button_prev, .button_next, .button_return_to_product_list {
        font-size: 11px;
        padding: 3px 0 4px;
        width: 80px !important;
    }

    .button_return_to_product_list {
        width: 100px !important;
    }

    .categoryIcon {
        display: none;
    }

    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
        margin: 0.5em 1em;
    }

    .cartAdd {
        float: left;
    }

    .fixProductDescription {
        padding-left: 0 !important;
        padding-right: 50px !important;
    }

    .fixProductMainImage {
        left: 10px;
    }


    .navNextPrevList {
        padding: 0;
    }

    #navMainSearch input.topSearch{
    }

    #navSuppWrapper {
        margin: 0;
    }

    .centerBoxContentsFeatured
    {
        text-align: center;
    }

    .footer {
        background-color: #929292;
        clear: both;
        position: relative;
        text-align: center;
        width: 100%;
        max-height: none;
        left: 0;
        right: 0;
    }

    .footer:hover, .footer:focus, .footer:active, .footer_active {
        transition: none;
    }

    .social-media {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 15px;
        position: relative;
    }

    #siteMapList li {
        margin-bottom: 5px;
    }

/* end @media */
}

/* landscape */
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) and (orientation: landscape) {

}