﻿@media screen and (max-width:1640px) { 

    html { font-size:14px; }
    .OuterWrapper {  }
    .InnerWrapper { }

    /* LAYOUT */
    .FixedHeaderWrapper {  }
    .AfterFixedHeaderWrapper {margin-top:209px;}


    .OuterTopMenuWrapper {  padding-top:8px; padding-bottom:8px; }
    .InnerTopMenuWrapper {   width:1240px;  }

    .OuterCategoriesWrapper {  }
    .InnerCategoriesWrapper {   width:1240px;  }

    .OuterHeaderContentWrapper {  }
    .InnerHeaderContentWrapper { width:1240px; }

    .OuterContentWrapper {    }
    .InnerContentWrapper {  width:1240px;  }

    .OuterLeftWrapper {  width:280px;  }
    .InnerLeftWrapper {  padding:10px;   }

    .OuterMainContentWrapper {  width:960px;  }
    .InnerMainContentWrapper {  padding:10px;  }

    .OuterFooterWrapper {   }
    .InnerFooterWrapper {  width:1240px; }

    .Categories ul.MainCategories li a, .Categories ul.MainCategories li span { }

    /* HEADER */    
    .InnerHeaderWrapper .Logo img { }
    .InnerTopMenuWrapper .Shop ul .CustomerMenuWrapper {  margin-top:2px;  }
    
    /* PRODUCT LIST */
    
    /* PRODUCT GRID */
    .ProductWrapper .ProductItem label {  width: 100px; }
        .ProductWrapper .ProductItem select {width: 113px; }
        .ProductWrapper .ProductItem input.Amount { width: 113px;  }
        
    
    /* PRODUCT VIEW */
    
    /* ADD TO CART POPUP */
    
    /* CART */
    .CartActionWrapper .btnProceedToPayment { width: 240px; }

    /* FOOTER */


    /* ARTICLES FRONTPAGE */
    .FrontArticlesWrapper { }
    
 
}