﻿@media screen  and (max-device-width:1024px ) {
   /* some CSS here */
 
   
 body{width:100%;}
   .navbar-inner {width:1024px;}
   #sitemap{width:1024px;}
   #resource{width:1024px;}
   #footnotes{width:1024px;}
   #footer {width:1024px;}
   
 /*  .container { width: 1024px;margin-left: auto !important;margin-right: auto !important;}*/
   #customerFavourite {width:1024px;}
   #dvrecentlyvieweditem{ width: 1024px;}
   .footer {width:100%;}
    #main {width:1024px;}
   .navbar navbar-fixed-top {width:100%;}
   .navbar navbar-fixed-bottom {width:100%;}
   #pagebody{ width: 1024px;}
 }
 
 .prod-tab-custom .nav-tabs.product-tabs li a{padding:15px 15px 13px 14.5px;}
