
  body {
    font: 400 15px sans-serif;
    line-height: 1.8;
    color: #666; /*#818181*/
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    /*color: #303030;*/
    font-weight: 600;
    margin-bottom: 30px;
  }
  h3{
      margin-top: 10px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    /*color: #303030;*/
    font-weight: 400;
    /*margin-bottom: 30px;*/
  }  
  .jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }  
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    /*margin:5px 5px;*/
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }  
  .panel-cathead{
    -webkit-border-radius: 5px;
    border: 1px solid #CCCC66;
    color: #000000;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom:10px;
    margin-left: 10px;
    /*margin-right: 15px;*/
    width: 98%;
    float: left;
  }
  .panel-cathead p {
    margin: 0 auto;
    text-align: center;
    background-color: #CCCC66;
  }
  .panel-heading {    
    background-color: #777 !important;
    padding: 8px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /*line-height: 1em;*/
    text-align:justify;
    height:70px;
  }
  .panel-heading, .panel-heading a {
    color: #fff !important;   
  }  
  .panel-body {
    padding: 0px;
    margin-left:10px;
    margin-right:10px;
    font-size:13px;
    height: 300px;
    /*overflow:hidden;*/
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .panel-body a:focus, a:hover, .panel-heading a:focus, a:hover {
    /*color: #f4511e;*/
    text-decoration: none;
  }
  .panel-body-img {
    /*width:100%;*/
    /*display:flex;*/    
  }  
  .panel-body-desc {
      width:100%;
      /*text-align:justify;*/
      padding-top: 10px;
  }
  .panel-footer {
    background-color: white !important;
    padding: 5px 15px;
  }  
  .panel-footer h3 {
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .panel-footer .btn {
    margin: 5px 0;
    /*background-color: #f4511e;*/
    /*color: #fff;*/
  }  

  .navbar {
    margin-bottom: 0;
    background-color: #333; /*#f4511e*/
    z-index: 999;
    border: 0;
    font-size: 12px !important;
    /*line-height: 1.42857143 !important;*/
    /*letter-spacing: 4px;*/
    border-radius: 0;
    font-family: sans-serif;    
  }
  .navbar-header {
    /*height:100px;*/   
    width:100%;   
  }
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container {
     padding-right: 0px; 
     padding-left: 0px; 
    /*margin-right: 15px;*/
    /*margin-left: 15px;*/
    width:100%;
  }
  .container > .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar, .navbar span{
    color: #fff; 
  }
  .navbar-form {
    padding: 5px 15px; 
    margin-right: 0px; 
    margin-left: 0px;    
    margin-top: 0px; 
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
  }  
  .navbar-inverse .navbar-nav>li>a, .navbar-toggle button {
    color: #fff; /*#9d9d9d;*/
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    /*color:yellow !important;*/ /*#f4511e darkred #FF0000*/
    background-color: transparent !important;
    font-weight:400;
  }
  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color:yellow;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  } 
  .nextlevel {
    color: #fff !important;
  }
  .nextlevel:hover, .nextlevel:active, .nextlevel:focus{
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #fff;*/
    font-size: 13px;
  }
  
  .dropdown-menu {
    position: relative;    
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 15px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;   
    border: 0;
    box-shadow: none;
    width:100%;
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    /*color: #262626;*/
    text-decoration: none;
    background-color: transparent; 
  }
  
  #PAGE_HEADER, .navHeader, .navHeaderSub  {
    width:100%;
  }   
  #PAGE_HEADER {    
    height:140px; /*112px; need to be this height for window 10*/
  }
  #HEADER_Logo {
    width: 20%;
    min-width:220px;
    /* height: 100px; */
    display: inline-block;
    float: left;  
  }

  .PhoneContainer{
    width:224px;
    font-family: sans-serif;
    font-size: 9pt;
    text-align: center;    
    line-height: 1.42857143 !important;
    color:white;
    display: inline-block;
    padding: 0px;
  }  
  .PhoneContainer p {
    margin: 0px;
  }
  .Phonenumber, .Phonenumber span {
    padding: 0px;
    font-family: sans-serif;
    font-size: 17.9pt;
    text-align: center;
    float: none;
    margin-left: 0%;
    margin-right: 0px;
    position: relative;
    left: 0px;
    /*top: 4px;*/
     color:yellow;
  }
  .EmailHead {   
    text-align: center;
    float: initial;
    margin-left: 0%;
    margin-right: 0px;   
    position: relative;
    left: 0px;
    top: -4px;   
  }
  .EmailHead, .EmailHead a {
    font-family: sans-serif;
    font-size: 12pt;   
    color: #FFFFFF !important;   
    text-decoration: none !important;
  }

  .SearchContainer{
      width:300px;
  }
  #HEADER_SearchContainer {
    float: right;
    width: 227px;
    height: 26px;
    /*color: #FFFFFF;*/
    font-family: sans-serif;
    font-size: 8pt;
    background-color: inherit;
    background-image: url(Images/searchbar.png);
    background-position: 28px 0px;
    background-repeat: no-repeat;
    margin-right: 5px;
    /*margin-top: 5px;
    margin-top: 5px;*/
    padding: 5px 0px;
}
  #HEADER_Searchlogo {
    float: left;
}
  #HEADER_SearchBox {
    background-color: transparent;
    float: left;
    padding: 0px;
}
  #HEADER_SearchCategory {
    font-family: sans-serif;
    font-size: 8pt;
    color: #336699;
    background-color: inherit;
    display: none;
}
  #HEADER_Online {
    float: left;
    height: 0px;
    width: 100%;
    position: inherit;
    padding-bottom: 0px;
    font-weight: normal;
    font-size: 9pt;
    font-family: sans-serif;
}  

  #PAGE_CONTAINER {
    width:100%;
    padding-right: 0px;
    padding-left: 0px;
    position: absolute;
    top: 140px;
  } 
  #MENU_PAYMENTMETHODS {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-left: 0px;
    border-bottom: 1px solid #000000;
    
  }
  #MENU_PAYMENTMETHODS img {
    width:100%;
  }
  
  .BottomContent{  
      width: 100%;         
      text-align: center;      
      font-size:12px;
      font-stretch:semi-condensed;
      font-weight:600;
      background-color:#333;      
  }
  .BottomContent, .BottomContent a{      
      background-color:#777 !important;
      color:#fff;     
  }
  .BottomContent a:hover{      
      color:yellow !important;      
  }
  #BOTTOM_Links a, .BOTTOM_Links a:hover{      
      /*color:#333;*/  
      text-decoration: underline;
  }
  #BOTTOM_Phdsites a, .BOTTOM_Phdsites a:hover{      
      /*color:#333;*/      
  }

  .SideMenu{
    margin:0;
    padding:0;
    width:25%; /*260px*/
    float:left;
    height: 77%; /* Full height */
    position: fixed; /* Make it stick, even on scroll */
    overflow: auto; /* Enable scrolling if the sidenav has too much content */
  }
  .SideMenu a {
    font-size: 9pt;
    font-family: sans-serif;
  }
  .SideMenu a:hover {
    color:yellow; /*darkred #FF0000*/
    background-color:transparent !important;
    font-weight:600 !important;
  }
  .side-panel-heading {
    background-color: #777 !important;
    /*padding: 8px;*/
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left:15px;
    padding-top:5px;
    padding-bottom:5px;
    height:35px;    
  }
  .side-panel-heading, .side-panel-heading a {
    color: #fff !important;
  }
  .side-panel-body {
    padding: 0px;
    margin-left: 30px;
    margin-right: 10px;
    font-size: 12px;    
  }
  .side-panel-title {
    /*padding: 0px;*/
    margin-top: 0px;
    margin-bottom: 0px;    
  }
  .side-panel-title a:hover {
    color:yellow !important;
    text-decoration:none;   
  }
  .side-panel-title a:focus{
    text-decoration:none;
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    /*transition: 0.5s;*/
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    /*margin-left: 50px;*/
    padding: 0px;
  }  
  .sidenav-heading {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 80px;
    background-color: darkred !important;
  }
  .sidenav-site{
    font-size:20px;
    font-weight:600;
    color:#ccc;
    position: relative;
    top: 15px;
    padding-left: 15px;
    padding-right: 15px;    
  }
  .sidenav-phone{
    font-size:24px;
    font-weight:600;
    color:#eee;
    position: relative;
    top: 15px;    
  }
  .sidenav-bottom{
      height:20%;
  }

  #myCategorylist {    
    margin-top: 15px;
    height:96%;
    /*overflow: scroll;*/
  }
  #myCategorylist a{
      /*font-size:15px !important;*/
      width: initial;
  }
  #myCategorylist a:focus {
    outline: none;
  }
  .ul-top{
      padding-left:0px;
  }
  .ul-top ul{
      margin-left:15px;
  }
  .MenuLevel1{
    display:block;
    width:100%;
    margin-left:0px;
  }
  .linklight{
      color:yellow !important; /*#CCCC66*/
      font-weight:400;
      font-stretch: ultra-expanded;
      /*text-decoration: underline;*/
  }
  .linkdark{
      color:#0983ec !important; /*#CCCC66*/
      font-weight:400 !important;
      font-stretch: ultra-expanded;      
  }
  .linkdark:hover{
      /*color:#0983ec !important;*/ /*#CCCC66*/      
      text-decoration: underline;
  }

  #ProdListbtn{
    font-size: 15px;
    font-stretch: semi-condensed;
    font-weight: 600;
    padding: 3px;
    margin-right: 2px;
    color: yellow;
  }  

  .dropdown-hover:hover>.dropdown-menu-hover {
    display: block;
  }
  .dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  .catlevel1 {    
    border-radius: 4px;   
    background-color: #333333;   
  }
  .catlevel1 a {
    margin: 0;        
    color: #CCCC33;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;   
  } 
  .catlevel2, .catlevel2 a {
    margin: 0px;
    font-size: 9pt;
    font-family: sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background-color: inherit;
  }

  .center{
    text-align: center;
  } 
  .textpad {
    padding: 5px;
  }

  #fp_headerbanner {
    text-align: center;
    background: #FFFFFF;    
    font-size: 12pt;
    font-weight: bold;
    clear: both;
    color: #000000;
  }
  #fp_msg_caption {
    text-align: center;   
    font-size: 10pt;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
  }
  .FP_ANN_BLOCK {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
  .FP_ANN_BLOCK img {    
    width: 90%;
    text-align: center;
  }
  #FP_OTHERCAT_BLOCK {
    width: 98%;
    margin-left: 5px;
    float: right;
    margin-right: 8px;
  }
  .FP_OTHERCAT_SECTIONTITLE {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCCC66;
    color: #000000;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
    /*margin-top: 20px;*/
  }
  .FP_OTHERCAT_ROW {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
    margin-bottom: 0px;
    border-bottom: 1px solid #AAAAAA;
  }
  .FP_OTHERCAT_LINK {
    float: left;
    width: 70%;
  }
  .FP_OTHERCAT_LINK_IMG {
    float: left;
    margin: 0px;
    width: 130px;
    /*min-width: 104px;*/
    /*max-width: 130px;*/
    text-align:center;
    padding-right: 10px;
  }
  .FP_OTHERCAT_LINK_IMG IMG {
    border: 1px solid #CCCCCC;
    width:100%
  }
  .FP_OTHERCAT_LINK A {
    margin: 0px;
    float: left;
    text-decoration: none;
    border: 1px solid #FFFFFF;
  }
  .FP_OTHERCAT_LINK_TITLE {
    margin-left: 10px;
    float: left;
    width: 100px;
    overflow: hidden;
    font-weight: bolder;
  }
  .FP_OTHERCAT_LINK_TITLE A {
    color: #0000DD;
  }
  .FP_OTHERCAT_LINK_COMMENT {
    float: left;
    width: 52%;
    margin-left: 10px;
  }
  .FP_OTHERCAT_LINK_COMMENT A {
    color: Black;
  }
  .FP_OTHERCAT_BONUS_BLOCK {
    margin-left: 0px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 70px;
    width: 70px;
    position: relative;    
  }
  .FP_OTHERCAT_BONUS_BLOCK_LINK {
    margin-left: 2px;
    text-align: center;
    position: absolute;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    width: 65px;
  }
  .FP_OTHERCAT_BONUS_BLOCK_LINK P {
    margin: 0px;
  }
  .FP_OTHERCAT_BONUS_BLOCK_LINK A {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
  }
  .FP_OTHERCAT_PRICEBLOCK {
    text-align: center;
    float: right;
  }
  .FP_OTHERCAT_SALEPRICE {
    color: #FF0000;
    font-weight: bold;
    font-size: 13pt;
    text-align: center;
  }
  .FP_OTHERCAT_SAVINGS {
    text-align: center;
  }
  .FP_OTHERCAT_BUY {
    margin-left: auto;
    margin-right: auto;
  }
  
  .thumb {
    float: left;
    position: relative;
    /* margin: 3px; */
  }
  .thumb img {
    /* border: 1px solid #000; */
    vertical-align: top;
    width: 100%;
    height: 100%;
    max-width: 125px;
    max-height: 125px;
  }
  .thumb span img {
    border: 1px solid #000;
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
  }
  .thumb span {
    position: absolute;
    visibility: hidden;
  }
  .price{
      color:red;
      font-weight:600;
  }
  #fp_footerbanner {
    padding: 0px 20px;
    border-top: 1px solid #999999;
    text-align: center;
    background: #FFFFFF;
    font-family: sans-serif;
    font-size: 8pt;
    clear: both;
    color: #000000;
  }
  #fp_footertext {
    clear: both;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    color: #000000;
    font-family: sans-serif;
    font-size: 8pt;
    text-align: center;
  }
  .BottomImg{
      width:100%;
      height: 150px;      
  }
  .BottomImg img {
      width: 80%;
      /*height: 300px;*/
      object-fit: contain;
  }
  .openNavBtn{
      font-size:30px;
      cursor:pointer;
      position: relative;
      float: right;
      margin-right: 15px;
      margin-top: 15px;
      color:yellow !important;
  }
  .openMenuBtn{
      font-size:30px;
      cursor:pointer;
  }  

  #myPageMenu{
      max-height: 600px;
      background: #333;
  }
  .searchbtn {
    padding: 8px 10px; /*leave this for window 10*/
  }
  .searchinput{
    height: 34.33px; /*leave this for window 10*/
    max-width:500px;   
  }
  .input-group-btn {
    width: auto;    
  }
  .HeaderLogo img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  #HEADER_Logo a{       
    height:80px;        
  }

  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
    /*.ManufSubcat>.row, .ProductListing>.row {
        width:100%;
        margin-right: 0px; 
        margin-left: 0px;         
    }*/
    .row {
        width:100%;
        margin-right: 0px; 
        margin-left: 0px;
    }
    #PAGE_MAINPANEL_TopContainer, #PAGE_MAINPANEL_TopAdvertising, #PAGE_MAINPANEL_BottomContainer {
        padding-left:10px;
        padding-top:10px;
        width:100%;
    }
    #PAGE_MAINPANEL_TopContainer{
        font-weight:600;        
    }
    #PAGE_MAINPANEL_Top_Title {
        float: left;
    }
    #PAGE_MAINPANEL_Top_ButtonBack {
        float: right;
        vertical-align: middle;
        margin-right:20px;
        text-decoration:underline;
        font-weight:400;
    }
    .ManufSubcat { /*, .ManufSubcat span, .ManufSubcat p>a*/
        color: #000000;
    }
    .ManufSubcatDesc{
        border-bottom: 1px solid #999999;
    }
    .ManufSubcatDesc_TitleLink {
        width: 100%;
        border-bottom: 1px solid #999999;
        color: #FFFFFF;
        margin-bottom: 5px;
        display: inline-block;
    }
    .ManufSubcatDesc_TitleLink p {
        margin: 0;
        width: 300px;
        /*padding: 0px 20px;*/
        background-color: #CCCC66;          
        text-align: center; 
        font-weight: 600;   
    }  
    .ManufSubcatDesc_DescText{
        width: 100%;
        float:left;
    }
    .ManufSubcatDesc_DescText a{
        width: 100%;
        text-decoration: underline;        
    }
    .ManufSubcatDesc_DescText p{
        width: 100%;
        text-decoration: underline;        
    }
    .ManufSubcatDesc_DescText img{
        width:100%;
        /*height:100%;*/
        object-fit: none;    
    }
    .ProductListing{
        font-size:12px;
        color:black;
    }
    .CatList_Container {
        width: 100%;    
        /*font-family: sans-serif;*/    
        /*font-size: 8pt;*/
        text-decoration: none;
        text-align: left;        
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #CCCCCC;
    }
    .CatNavigation_Container{
        width: 100%;
        /*font-family: sans-serif;*/
        background-color: #EEEEEE;
        border: 1px solid #BBBBBB;
        color: #336699;
        font-weight: bold;
        font-size: 8pt;
        text-decoration: none;
        margin-right: 5px;
        margin-top: 5px;
        height: 15px;
    }
    .CatNavigation_Block {
        float: left;
        width: 45%;
        display: block;
        color: inherit;
    }
    #CATEGORY_Navigation_Text {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 8pt;
        text-decoration: none;
    }
    #CATEGORY_Navigation_PageNum {
        float: left;
        margin-right: 5px;
    }
    #PAGE_MAINPANEL_TopAdvertising SELECT {
        margin-right: 5px;
        margin-bottom: 3px;
        float: right;
    }
    .ProductListing_CompleteList {
        margin-top: 5px;
        margin-bottom: 30px;
        margin-left: 0px;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: none;
        font-family: sans-serif;
        font-size: 8pt;
        font-weight: bold;
    }
    .ProductListing_CompleteList a {
        color: #0000FF;
        text-decoration: none;
        padding: 3px;
        border: 1px solid #BBBBBB;
        background-color: #FF8000;
        background-image: url(../Images/clickmoreanim1.gif);
    }
    .ProductListing_CompleteList a:hover {
        color: #800080;
        background-color: #AAAAAA;
        border: 1px solid #666666;
    }    
    .CatList_ImgBlock {
        float: left;
        margin: 0px;
        width: 30%;
        min-width: 130px;
        max-width: 150px;
    }
    .CatList_ImgBlock a {
        margin: 0;
        color: #0000DD;
        float: left;
        border: 1px solid #FFFFFF;
    }
    .thumb {
        float: left;
        position: relative;        
    }
    .thumb:hover {
        border: 0;
        z-index: 1;
    }
    .thumb img {        
        vertical-align: top;
        width: 100%;
        height: 100%;
        max-width: 200px;
        max-height: 200px;
    }    
    .thumb span {
        position: absolute;
        visibility: hidden;
    }
    .thumb:hover span {
        visibility: visible;
        top: 0px;
        left: 130px;
    }
    .CatList_Title{
        font-weight:600;
    }
    .CatList_Bonus{        
        width:70px;
        height: 70px;
        float: left;
    }
    .CatList_PriceBlock{
        /*width:75%;*/
        float: right;
    }
    .CatList_Price, .CatList_RRP, .CatList_Saving, .CatList_Rental{
        display:table-row;
    }
    .labelbox{
        width:130px;
        float:left;
    }
    .pricebox{
        /*width:120px;*/
        float:left;
    }
    .CatList_Price span{
        font-size:14px;
        font-weight:600;   
    }
    .GST{
        font-size:12px !important;  
        font-weight:normal !important;    
    }
    .CatList_PriceValue{      
        color:#FF0000 !important;     
    }
    .CatList_StockBlock{
        text-align:center;
    }
    .CatList_Buy{
        padding-top:10px;
    }
    .CatList_Stock{
        padding-bottom:10px;
    }
    .Product_Top{
        display:inline-table;
    }
    .Product_Block1{
        float:left;
    }
    .Product_Image {
        float: left;
        min-width: 150px; 
        /* height: 250px; */
        /*margin-left: 10px;*/
        /*width: 35%;*/
    }
    .Product_Image img {
        /* width: 100%; */
        /* height: auto; */
        width: 100%;
        height: 100%;
        max-width: 300px;
        max-height: 300px;
    }
    .Product_Block2{
        float:left;
    }
    .Product_Title{
        width:100%;
    }
    .Product_Title span {
        color: #000000;        
        font-size: 13pt;
        font-weight:600;
        background-color: inherit;
    }
    .Product_TopInfo, .Product_PriceBlock, .Product_ButtonBuy {
        width:100%;
    }
    .Product_Price, .Product_RRP, .Product_Rental, .Product_Saving, .Product_Stock, .Product_Weight, 
    .Product_Freight_LS, .Product_Freight, .Product_Freight_Calculate, .Product_ButtonBuy {
        display:inline-flex;
    }
    .Product_PriceBlock{
        color:black;
        display: grid;
    }
    .Product_PriceBlock .labelbox{
        width:180px;
    }
    .Product_PriceBlock .pricebox{
        width:150px;
    }
    .OurPrice {
        color: red;
        font-weight: 600;
        font-size:18px;
    }
    .Product_Freight_Calculate {
        float: left;        
        margin-top: 0px;
        padding-bottom: 5px;
        display: block;
        width: 250px;
    }
    .Product_Freight_Textbox{
        float:left;
        display:contents;
    }
    .Product_Freight_Textbox input{              
        line-height: normal;
    }
    .Product_Freight_Submit {
        float: left;
        margin-top: 1px;
        margin-left: 3px;
    }
    .Product_Freight_Value{
        /*float: left;*/
        display:flex;
    }
    .Product_Freight_Error{
        color:red;
        margin-left:5px;
    }
    .Product_Warranty_Block {
        margin-top: 0px;
        margin-left: 5px;
        float: right;
        border: 1px solid #999999;
        width: 200px;
        padding: 5px;
        font-size: 8pt;
        margin-right: 10px;
    }
    .Product_Warranty_ImgBlock {
        float: left;
        background-image: url(../Images/AustFlag.gif);
        width: 40px;
        height: 40px;
        background-position: 0px 0px;
        background-repeat: no-repeat;
        margin-top: 5px;
        margin-right: 5px;
    }
    .Product_Warranty_Item {
        float: left;
    }
    .Product_Warranty_Item img {
        float: left;
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .Product_Warranty_Item p {
        float: left;
        margin: 0px;
    }
    .Product_Column_Block {
        margin: 10px;
        font-size:10pt;
    }
    .Product_ID {
        float: right;
        padding-top: 9px;
        font-size: 12px;
    }
    .Product_Column_Title {
        background-color: #FFFFFF;
        border-bottom: 1px solid #999999;
        margin-top: 15px;
    }
    .Product_Column_Title p {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        font-weight: bold;
        font-size: 10pt;
        margin: 0px;
        width: 130px;
        padding: 2px;
        text-align: center;
        background-color: #CCCC66;
        border: 1px solid #999999;
        border-bottom: none;
        color: #000000;
    }
    .Product_Column_Value, .Product_Column_Value P {
        font-size: 10pt;
        color: #444444;
        margin-left: 0px;
        margin-top: 5px;
    }
    .Product_Association_Block {
        margin: 10px;
        margin-top: 20px;
        font-size: 9pt;
    }
    .Product_Asso_Category{
        font-weight:600;
    }
    .Product_Asso_Price {
        float: left;
        /*width: 15%;*/
        /*font-size: 8pt;*/
        color: #FF0000;
        font-weight: bold;
        text-align: right;
        padding-right: 5px;
    }
    .Product_Asso_ButtonBuy{
        text-align: right;
    }


  @media screen and (max-width: 768px) {    
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        text-align:left;
        background-color:transparent;
    }    
     #myCategorylist{
         width:100%;
    }
    .MainContent{
        width: 100%;
        position:relative;
        float: left;        
    }
    .panel-body {
        height:auto;
    }
    .navHeader{
        height:85px;
    }
    #HEADER_Logo {
        width: 31%;              
    }
    #Header_Phone {
        position: fixed;        
        left: 0;
        top: 85px;
        background-color:#333;       
        width:100%;        
        z-index:999;
        text-align:left;
        padding-left:15px;
    }
    .SearchContainer {
        width: 200px;
        position: fixed;
        right: 0;       
        float:right !important;
        top: 84px; /*140px*/
        /*background-color: #333;*/       
        z-index:999;
    }
    .SearchContainerSub{
        float:right !important;
    }
    #myPageMenu{
        position:absolute;
        top: 133px;
        width: 100%;
    }
    .PageMenu{
        font-size:25px;
    }
    .PageMenu li{
        padding:10px;
    }
    .searchinput{      
        margin-top: 0.5px;
    }
    .thumb span img {       
        max-width: 250px;
        max-height: 250px;
    }
    .FP_OTHERCAT_BONUS_BLOCK{
        display:none;
    }
  }

  @media screen and (max-width: 480px) {
    #PAGE_HEADER, #PAGE_CONTAINER{
        min-width:400px; /*435px*/
    }
    .navHeader, #PAGE_HEADER {
        height: 135px;
        /*max-width:412px;*/
    }   
    .openNavBtn{
      font-size:28px;     
      margin-right: 15px;
      margin-top: 20px;      
    }
    .navbar-toggle {
        padding: 9px 5px; 
        margin-right: 10px;
    }
    #Header_Phone {
        width: 200px;
    }
    .SearchContainer {
        width: 200px;
        position: fixed;  
        left: 0;        
        margin-left: 200px;      
    }
    .searchnavbar{
        padding: 5px 5px;        
    }
    .searchinput{       
        width:100px;
        padding-left:3px;
        padding-right:3px;
    }
    .Phonenumber, .Phonenumber span{
        font-size:22px;
    }
    .EmailHead, .EmailHead a {       
        font-size: 12px;        
    }   
    .thumb span img {       
        max-width: 200px;
        max-height: 200px;
    }
     
  }

  @media (min-width: 768px){
    .navHeader{
        height:100px;
        padding-left: 10px;
    }
    #Header_Phone {
        position: fixed;
        top: 7px;
        left: 35%;
        float: left;
        z-index:999;
        /*margin-left:20%;*/  
    }
    .SearchContainer {
        position: fixed;
        top: 30px;
        right: 10px;
        float: right !important;
        z-index:999;
    }
    .openNavBtn{
        display:none;
    }    
    #myPageMenu {
        padding-right: 15px;
        margin-left: 0;
        text-align:center;
        background-color: darkred; /*#CCCC66;*/                
        /*height:40px !important;*/
        position: absolute;
        top: 100px;
        left:0px;
        width:100%;       
        /*float:right;*/
        display: block;   
    }
    #myCategorylist {
        /*display:none !important;*/        
    }
    .navbar-nav>li>a {
        padding-top: 10px; 
        padding-bottom: 10px; 
    }    
    .navbar-nav {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        margin-left:25%;
    }
    .MainContent{
        width: 75%;
        position:relative;
        float: right;
        /*margin-left: 25%;*/ /*270px*/
    }
    #PAGE_MAINPANEL{
        min-height:900px;
    }    
    .panel-body-img {      
      display:inline-flex;  
      text-align:center;
    }  
    .PageMenu{
        font-size:14px;
    }
    .PageMenu li{
        padding:0px;      
        border-radius: 0 !important;
        transition: box-shadow 0.5s;
    }
    .PageMenu li:hover {
        box-shadow: 5px 0px 40px #333;
    }
    .searchinput{      
        margin-top: 0.5px;
    }
  }
