﻿/*============================*/
/*====== General Styles ======*/
/*============================*/

body {
    margin: 0;
    padding: 0;
    color: #222540; /*#303030*/
    font-family: Helvetica, Arial, sans-serif; /*Tahoma, Geneva, sans-serif;*/
    background-color: white; /*#f1f1f1*/    
}

.col {
    float: left;
    margin: 0 7px 0 0;
}
.one_full {width: 97%}
.one_half {width: 46%}
.one_halfbig {width: 60%}
.one_halfbig img {width:100%;}
.one_halfsmall {width: 38%}
.one_third {width: 30%;}
.one_fourth {width: 24%}
.one_fifth {width: 22%}
.one_sixth {width: 15%}
/*.one_seventh {width: 10%}*/

.wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.textcontent{margin: 5px 5px 5px 20px;}
.errText {
    color: red;
    font-size:13px;
}
.lblStar {
    color: red;
    font-size: 18px;
}

.block {
    height: 160px;
    border: 1px solid rgba(238, 238, 238, 0.75);
    padding: 10px 10px 10px 10px;
}
.block:hover {
    /*border: 1px solid #303030;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.block2 {
    height: 300px; 
    border-left: 1px solid rgba(238, 238, 238, 0.75);
    border-right: 1px solid rgba(238, 238, 238, 0.75);
    border-top: 1px solid rgba(238, 238, 238, 0.75);
    border-bottom: 3px solid rgba(238, 238, 238, 0.75);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.block2:hover {
    border-bottom: 3px solid #0b0b87;
}
.texth3 {
    border: 3px solid rgba(238, 238, 238, 0.75);
    padding: 10px 10px 10px 10px;
    margin-bottom: 5px;
}
.block3:hover {
    border-bottom: 3px solid #0b0b87;
}

#map iframe {
    width: 100%;
    height: 450px;
    border: 0px none;  
}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

a, a:link, a:visited {
    color: #1C2997;/* #222540*/
    font-weight: 600;
    text-decoration: none
}
a:hover { text-decoration: underline;}

img { border: none; /*width:100%;*/}
.footer_social_button img{width:auto;}
.search-ImageBlock img{width:auto;}

.nonfit {
    object-fit: none;
}

p {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;   
    font-style: normal;
    font-weight: 700;
}
h1 { font-size: 48px; margin: 10px 0 15px; padding: 5px 0}
h2 { font-size: 30px; margin: 12px 0 12px; padding: 5px 0;}
h3 { font-size: 24px; margin: 10px 0 10px; padding: 0;}
h4 { font-size: 18px; margin: 8px 0 8px; padding: 0;}
h5 { font-size: 16px; margin: 5px 0 5px; padding: 0;}
h6 { font-size: 12px; margin: 2px 0 2px;  padding: 0;}
h7 {
    font-size: 9px;
    font-weight: 600;
    margin: 2px 0 2px;
    padding: 0;
    color:#303030;
}

.cleaner { clear: both }
.h5 { height: 5px }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }

.texth1 { height: 260px }
.texth2 { height: 280px }
.texth3 { height: 300px }
.texth4 { height: 320px }
.texth5 { height: 350px }

.mid-line {
    height: 1px;
    border-top: 1px solid #0b0b87;
    /*border-top-color: rgb(235, 235, 235);*/
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.logo {
    width: 15%;
    min-width: 100px;
}
.logo img{width:150px;}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

#header {
    height: 73px; /*55px*/
    width: 100%;
    background-repeat: repeat-x;
    background-position: top;
    background-image: url(/images/styleImages/bg_body.jpg)
}

.div_title {
    display: inline-block;
    width: 285px;
    height: 64px;   
}
    .div_title img {
        display: inline-block;
        width: auto;
        height: 100%;
    }
/*#site_title {
    background: url(/images/styleImages/kanes_logo2.png) left top no-repeat;
    display: inline-block;
    margin-top: 4px;
    width: 100%;
    height: 60px;
}*/

#topmenu {
    float: right;
    /*width: 55%;*/
    /*height: 46px;*/
    margin-top: 12px;
    font-size: 14pt;
}

#top-container {
    width: 100%;
    /*margin: 0 auto;    */
    height: 75px;
    background: #1447ac; /*#cbcbce;*/
}

#main-container {
    clear: both;
    width: 100%;
    height: auto;
    margin-top: 10px;
    /*background-color: #f1f1f1;*/ /*#f1f1f1*/
    min-height: 60vh;
}

#bottom {
    clear: both;
    min-height: 125px;
    width: 100%;
    color: #1C2997; /*#bbb3ac*/ /*#999*/
    background: #cbcbce; /*#393939*/ /*#1C2997*/
    padding-top: 20px;
    overflow: auto;
}

    #bottom a {
        color: #1C2997; /*#bbb3ac*/
        text-decoration: underline;
    }

    #bottom h4 {
        /*color: #bbb3ac;*/ /*#fff*/
        font-size: 14px;
        font-weight: 700;
        /*margin-bottom: 20px*/
    }

#footer {
    clear: both;
    height: 20px;
    width: 100%;
    color: #b7b7bb; /*#a7a7a7*/
    background: #262626; /*#1C2997;#272b2b*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

    #footer a {
        color: #a7a7a7; /*#ccc*/
        font-size: 12px;
        font-weight: 500;
    }

.searchBlock {   
    float:left;   
    margin-top: 14px;
    margin-left: 3%;
}
.divsearchtext {
    float: left;
   /* margin-left: 10px;*/
    /*margin-right: 5px;*/
}
.searchtext { 
    width: 300px;
    padding: 11.5px;
    margin-bottom: 4px;
}
.divsearchbtn {
    float: left;    
}
.searchbtn {
    width: 40px;
}
div.divsearchbtn button {
    float: left;
    /*width: 20%;*/
    padding: 4px 8px;
    background: #1447ac;
    color: white;
    font-size: 28px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

    div.divsearchbtn button:hover {
        background: #0b7dda;
    }

.shadow { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.thumb span {
    position: absolute;
    visibility: hidden;
}
.thumb span img {
    border: 1px solid #000;
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 500px;
}
.thumb:hover span {
    visibility: visible;
    top: 0px;
    left: 130px;
}

.half { width: 50% }
.padding_right { padding-right: 20px }
.no_margin_right { margin-right: 0 }
.last_box { margin-bottom: 0; background: none }
.float_l { float: left }
.float_r { float: right }

.footer_list { margin: 0; padding: 0; list-style: none }
.footer_list li { 
	margin: 0 0 5px; 
	padding: 0 0 5px; 	
}

.note{
    font-size:11px;
}
.note2 {
    font-size: 13px;
    font-weight: 700;
}
.label{
    background-color:darkgray;
}

details summary {
    outline: none;
}

.QuoteArea table{
   margin:auto;
   width:90%;
}
.DateBlock {   
    float: left;
}
.textDate {
    float: left;
    width: 80px;
}
.calendarbtn {
    float: left;
    background: none;
    border: none;
    padding: unset;
    margin: 0 5px 0 0;
}
.calendar-content {
    position: absolute;
    background-color: #f9f9f9;
    z-index: 90;
    margin-left: -80px;
    margin-top:22px;
}
.TimeBlock{
    float:left;
}
.texttime {
    float: left;
    width: 55px;
}
.timebtn {
    float: left;
    background: none;
    border: none;
    padding: unset;
    margin: 0 0 0 0;
}
.time-content {
    position: absolute;
    background-color: #f9f9f9;
    z-index: 90;
    margin-top: 22px;  
}

.ErrMSG{
    margin-bottom:10px;
    color:red;
    float:left;
}

input.button {
    background-color: #1C2997;
    color: white !important;
    text-decoration: none;
    padding:6px 10px;
    margin: 0 5px 0 0;
    border: none;
    border-radius: 4px;   
}

input.Applybutton {
    cursor: pointer;
    text-decoration: none;
    padding: 5px 30px;
    margin: 10px 10px 10px 0;
    border-radius: 16px;
    border-color: #1C2997;
    appearance: button !important;
}

.Linkbutton input.Applybutton:disabled {
    cursor: default !important;
    border-color: #cbcbce !important;  
}



/*============================*/
/*====== Content Styles ======*/
/*============================*/
#content {
    float: left;
    height: auto;
    /*padding-left: 10px;*/
    padding-bottom: 20px;
    /* background-color: white;*/
    display: contents;
}

.instant-content {
    /*text-transform: capitalize;*/
    text-align: left;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #505050;
}

    .instant-content p {
        text-align: left;
    }

    .instant-content h1, h2, h3, h4, h5, h6 {
        color: #0b0b87;
        font-style: normal;
        font-weight: 700;
    }

.topcontent-image {
    /*background-image: url("/images/kanesoffice.png");*/
    /*background-color: #cccccc;*/
    height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
    position: relative;
}

.topcontent-overlaytext {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -40%);   
    color: white;
    padding-bottom: 10px;
}

.service {
    top: 16%;
    background: rgba(0,0,0,0.75);
}

.about {
    top: 12%;
    background: rgba(0,0,0,0.5);
}

.middlecontent {
    font-size: 16px;
    text-align: center;
    margin-left: 5%;
}

    .middlecontent ul {
        text-align: left;
    }

.txtMessage {
    Height :100px; 
    Width:300px;
}
.txtMessage2 {
    Height: 45px;
    Width: 325px;
}

.listAllCatBlock {
    width: 100%;
    border: 1px solid #d6d6df;
}
.listAllCat {
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
}
    .listAllCat ul {
        font-size: 9pt;
        font-weight: 500;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        /*.listAllCat ul li {
            display: inline-grid;
            width: 24%;
            height: 180px;           
        }*/
            .listAllCat ul li a, .listAllCat ul li a:link {
                text-transform: capitalize;
                color: #505050; /*#2a2a2d;*/
                font-weight: 500;
            }

li.listHire {
    display: inline-grid;
    width: 24%;
    height: 180px;
}
li.listSales {
    display: inline-grid;
    width: 24%;
    height: 100px;
}
.default-catmarker {
    float: left;
    margin-right: 14px;
    color: #1C2997;
    font-size: 8pt;    
}

.desktop-defaultImg {
    width: 120%;
    margin-left: -8%;
}
    .desktop-defaultImg img {
        width: 100%;
    }
.default-topcontent{display:block;}
.default-bottomcontent{display:block;}
.default2-topcontent{display:none;}
.default2-bottomcontent{display:none;}

.default2-topcontent, .default2-topcontent h6, default2-topcontent h5 {
    color: #222540;
}   


/*=============================*/
/*=== Category Styles ===*/
/*=============================*/
#Equipmentlist-content {
    float: left;
    width: 70%;
    /*min-width: 900px;*/
    /*margin-left: 5px;*/
    min-height: 68vh;
}

.head-subcat {
    width: 70%;
    height: auto;
    color: #1C2997;
    color: white;
    background-color: #1C2997;
    text-transform: uppercase;
    font-family: Roboto Black,Helvetica,Arial,sans-serif;
    font-size: 12pt !important;
    font-weight: 600 !important;
    line-height: 1.2em;
    text-decoration: none;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

    .head-subcat a:hover {
        color: white;
        background-color: #1C2997;
    }

.list-subcat {
    /*border: solid 2px #1C2997;*/
    padding: 4px;
    background-color: #eeeeee;
    background-color: transparent;
    font-weight: 600;
    color-rendering: auto;
    font-size: 12px;
}
    .list-subcat a, .leafNode a:link, .leafNode a:visited {
        color: #1C2997;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        height: 30px;
        padding: 5px 10px 0 5px;
    }
        .list-group-cat a:hover {
            background-color: #BFC1CC;
        }

.linkPath {
    float: left;
    width: 100%;
    height: 40px;
   /* margin-bottom: 10px;*/
    text-transform: uppercase;
}
    .linkPath a:hover {
        text-decoration: none;
    }
.linkPath-block {
    float: left;   
    max-width: 350px; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}
    .linkPath-block a, .linkPath-block a:link {
        color: #1C2997;
    }
        .linkPath-block a:hover {
            text-decoration: underline;
        }
.linkPath-back {
    float: left;   
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16pt;
    font-weight: 800;
    margin-top: -3px;
    margin-bottom: auto;
    /*margin-left:5px;
    margin-right:5px;*/
}

.paging, .paging a{
   /* float: left;*/
    font-size: 14px;
    font-weight: 600;
}

.paging-total {
    float: left;
    display: inline-block;
    width: 300px;
    margin: 10px auto;
}

    .paging-total a {
    }

.paging-wrap {
    display: inline-block;
    margin: 10px auto;
    /*font-weight: normal;*/
    /*font-size: 14px;*/
}

.previous {
    font-size: 13px;
    margin-right: 10px;
}

.pageno {
    padding: 0 5px;
}

.pageno-selected {
    padding: 0 5px;
    background-color: #cbcbce;
}

.next {
    font-size: 13px;
    margin-left: 10px;
}

.ListEquipment {
    width: 100%;
    float: left;
    text-align: center;
}

    .ListEquipment .row {
        border: 2px solid black;
    }

    .ListEquipment .column {
        float: left;
        width: 25%;
        height: 360px;
    }    

    .ListEquipment .columnspan4 {      
        width: 100%;
        height: 55px;    
        display:inline-flex;
        align-items:center;
    }
        .ListEquipment .columnspan4 a:hover {
            text-decoration: none;
        }

.HeadCat, .HeadCat:link, .HeadCat:visited {
    background-color: #222540; /*#a8b6e1 #BFC1CC #B6BBE3;*/
    color: #D0D1D5; /*#a8b6e1 #1C2997*/
    text-transform: uppercase;
    font-weight: bold;   
    padding: 5px 15px;    
}

.HeadCatClick, .HeadCatClick:link, .HeadCatClick:visited {
    padding-left: 10px;    
}

.ListImageBlock {
    width: 100%;
    height: 200px;
}

    .ListImageBlock img {
        width: 200px;
        height: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
    }

.itemTitle {
    display: block;
    height: 40px;
    overflow: hidden;
    width: 90%;
}

.itemPrice {
    color: #04208e;
    font-size: 14px;
    font-weight: 700;
}

.HireButton, .HireButton:link, .HireButton:visited {
    display: inline-block;
    position: relative;
    outline: none;
    background-color: #1C2997;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: background-color 300ms ease-out;
    padding: .3125rem 1.4375rem;
    width: auto;
    height: auto;
    font-size: .875rem;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #1C2997;
    border-radius: 2px;
}

    .HireButton:hover {
        background-color: #a8b6e1;
        color: #1C2997;
        border: 2px solid #1C2997;
    }


/*============================*/
/*====== Search Styles ======*/
/*============================*/

.searchFilterArea ul {
    list-style: none; /* Remove default bullets */
    padding-inline-start: 5px;
}
    .searchFilterArea ul li{
        line-height:30px;
    }
    .searchFilterArea ul a::before {
        background: url(/images/styleImages/checkBoxUnSelected30.png);
        background-size: cover;
        float: left;
        height: 20px;
        width: 20px;
        content: " ";
        margin-right: 5px;
    }
    .searchFilterArea ul a.filterselected::before {
        background: url(/images/styleImages/checkBoxSelected30.png);
        background-size: cover;
        float: left;
        height: 20px;
        width: 20px;
        content: " ";
        margin-right: 5px;
    }
    .searchFilterArea ul a, .searchFilterArea ul a:link {
        /*color: #1C2997;*/
        font-size: 12px;
        font-weight: 500;
    }
.search-clearall a, .search-clearall a:link, .search-clearall a:visited {
    color: #1C2997;
    font-size: 14px;
    font-weight: 700;
}
.filter-dropdown .filterbtn {
    color: white;
    background-color: #04208e;
    padding:5px 10px;
}
.SearchKeywordArea {
    float: left;
    width:100%;
    height:30px;
}
.SearchKeyword {
    color: #04208e;
    font-weight: 700;    
}
.searchRow {
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-bottom: solid #1C2997;   
}
.ItemUnit, .ItemStart {
    font-size: 8pt;
    font-weight: 500;
}
.ItemPrice {
    font-size: 9pt;
    font-weight: 800;
}


/*============================*/
/*====== Detail Styles ======*/
/*============================*/
.detailbody {
}
    .detailbody > a, .detailbody > a:link, .detailbody > a:visited {
        color: #1C2997;
    }
        .detailbody a:hover {
            text-decoration: underline;
        }

.detail-linkPath {
    float: left;
    width: 100%;
    height: 40px;
    /*margin-bottom: 10px;*/
    text-transform: uppercase;   
}

.detail-imageArea {
    float: left;
    width: 40%;
}
.detail-mainimage {
    width: 96%;
    height: 300px;    
}
    .detail-mainimage > img {
        max-width: 100%;
        max-height: 100%;
        cursor: zoom-in;
        /*object-fit: contain;*/
    }
        .detail-mainimage > img:hover {
            opacity: 0.7;
        }
.detail-listimages {
    float: left;
    width: 60px;
    height: 60px;
    border: 2px solid #cdcdd2;
    margin: 5px 5px;
}
    .detail-listimages > img {
        max-width: 100%;
        max-height: 100%;
        cursor: pointer;
    }

.detail-DescArea {
    float: left;
    width: 60%;
    /*margin: 15px 0;*/
}
.detail-title { 
    margin: 15px 0;
    font-size:18pt;
    font-weight:600;
}
.detail-itemCode {
    margin: 10px 0;
    font-size: 11pt;
    font-weight: 600;
}
.detail-longDesc {
    margin: 5px 0;
}
.detail-download {
    float: left;
}
.detail-manualLink > a > img {
    width: 30px;
}
.HeadSubject {
    color: #222540 !important;
}
.detail-HireArea {
    float: left;
    width: 60%;
    font-size:10pt;
}
.detail-price {
    margin: 10px 0;
    font-size: 12pt;
    font-weight: 600;
}
.detail-Qty {
    margin: 10px 0;
    font-size: 12pt;
    font-weight: 600;
}
   
.detail-buttonArea {
    margin: 15px 0;
    font-size: 12pt;
    font-weight: 600;
}
    .detail-button > input {
        background-color: #1C2997;
        color: white;
        border: none;
        padding: 5px 10px;
        font-weight: 700;
        /*text-transform: uppercase;*/
    }
    .detail-buttonArea input:hover {
        background-color: #a8b6e1;
        color: #1C2997;
    }

.detail-AssoItemsArea {
    float: left;
    width: 100%;
}
.assoItemsHead {
    font-size: 12pt;
    font-weight: 600;
    line-height:40px;
}
.detail-AssoItemsArea > table, .detail-AssoItemsArea a, .detail-AssoItemsArea a:link {
    font-size: 9pt;
}
.imageContainer > img, .imageContainer > input {
    width: 40px;
    height: 30px;
    cursor: zoom-in;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*============================*/
/*====== Cart Styles ======*/
/*============================*/

.CartHeader{
    float:left;
    width:100%;
}
.CartList {
    float: left;
    width: 100%;
}
.cartRow {
    float: left;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #1C2997;
    margin-bottom: 10px;
}
    .cartRow a, .cartRow a:link, .cartRow a:visited {
        color: #1C2997;
        font-size: 14px;
        font-weight: 700;
    }

.cartColImage {
    float: left;
    width: 150px;
    min-width: 150px;
    min-height:50px;
}
    .cartColImage > img {
        width: 95%;
    }

.cartColDescription {
    float: left;
    width: 50%;
    margin-bottom: 10px;    
}
.cartTitle {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 10px;
}
.cartCode {
    float: left;
    width: 40%;
    margin-left: 10px;
}
.cartType {
    float: left;
    width: 50%;
    margin-left: 10px;
}
.cartAssociatedItem {
    float: left;
    width: 100%;
    margin-top: 10px;
}
    .cartAssociatedItem table {
        border: 1px solid #a7a7a7;
        background-color: #ececf5;
        color: #505050;
        font-size: 8pt;
        font-weight: normal;
    }
    .cartAssociatedItem th {
        border: 1px solid #a7a7a7;
        background-color: #d6d6df;
        color: #505050;
        font-size: 8pt;
        font-weight: normal;
    }

.cartColLast {
    float: left;
    width: 400px;    
    margin-bottom: 10px;
}
.cartQty {
    float: left;
    width: 20%;
    margin-left: 5px;
}
.cartPrice1 {
    float: left;
    width: 25%;
    margin-left: 5px;
    text-align:right;
}
.cartPrice2 {
    float: left;
    width: 25%;
    margin-left: 5px;
    text-align: right;
}
.cartRemove {
    float: right;
    width: 20%;
    text-align:right;
    margin-right:5px;
}
.cartTotal {
    float: left;
    width: 20%;
    margin-left: 5px;
    color: #1C2997;
    font-size: 14px;
    font-weight: 700;    
}
.cartPriceTotal {
    float: left;
    width: 50%;
    margin-left: 5px;
}

/*.center30 {
    text-align:center;
    margin: auto;
    width: 30%;
}*/

.Linkbutton input, .Linkbutton > a, .Linkbutton > a:link, .Linkbutton > a:visited {
    float: left;
}
a.button {
    display: inline-block;
    font-size: 12px !important;
    background-color: #1C2997;
    color: white !important;
    padding: 4px 10px;
    margin: 0 5px 0 0;
    border: none;
    border-radius: 4px;
    -webkit-appearance: button !important;
    -moz-appearance: button !important;
    appearance: button !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}   

.tab1{
    margin-left:20px !important;
}
.tab2 {
    margin-left: 30px !important;
}
.tab3 {
    margin-left: 40px !important;
}

ol {
    counter-reset: list;
}
    ol > li {
        list-style: none;
        position: relative;
        list-style-position: outside;
    }
        ol > li:before {
            content: "(" counter(list, lower-alpha) ") ";
            counter-increment: list;
            position: absolute;
            left: -1.8em;
        }
.listNumber > li {    
    list-style: decimal;
    position: relative;
    list-style-position: outside;
}

input[type="checkbox"] {
    vertical-align: middle;
}

.backSection {
    float: left;
    text-align: left;
    font-size: 20px;
}
.nextSection {
    float: right;
    text-align: right;
    font-size: 20px;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    /*float: left;*/
    width: 900px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    /* border: 5px solid #1C2997;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);*/
}

#slider {
    position: relative;
    width: 900px;
    height: 300px;
    background: url(/images/styleImages/loading.gif) no-repeat 50% 50%;
}

    #slider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;        
    }

    #slider a {
        border: 0;
        display: block;
    }

.nivo-controlNav {
    position: absolute;
    right: 10px;
    bottom: -30px;
}

    .nivo-controlNav a {
        display: block;
        width: 14px;
        height: 18px;
        background: url(/images/styleImages/bullets.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin-right: 3px;
        float: left;
    }

.nivo-controlNav a.active {
    background-position: 0 -18px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/styleImages/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

    .nivo-caption a {
        color: #efe9d1;
        text-decoration: underline;
    }

/* scrolling-text */
#scroll-container {
    border: 3px solid black;
    /*border-radius: 5px;*/
    overflow: hidden;
    height:auto;   
    /*width:900px;*/
}
#scroll-text {
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 30s linear infinite;
    -webkit-animation: my-animation 30s linear infinite;
    animation: my-animation 30s linear infinite;
    color: blue;
    font-size: 26px;
    padding: 5px;
    text-wrap:none;
}
/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
    }
}
/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.marquee {
    width: 90%;
    max-width:1000px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    color: darkred;
    font-size: 22px;
    font-weight:600;
}
    .marquee span {
        display: inline-block;
        padding-left: 100%;
        will-change: transform;
        /* show the marquee just outside the paragraph */
        animation: marquee 15s linear infinite;
    }
        .marquee span:hover {
            animation-play-state: paused
        }
/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}
/* Respect user preferences about animations */
@media (prefers-reduced-motion: reduce) {
    .marquee {
        white-space: nowrap;
    }
        .marquee span {
            /*animation: none;*/
            padding-left: 0;
        }
}

.pickupList {
    border:solid;   
    width:400px;
    background-color: White;
    border-color: #999999;
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
    font-size:11px;
}
    .pickupList th {
        color: White;
        background-color: #262626;
        font-weight: bold;
    }
    .pickupList tbody td {
        padding: 5px;       
    }

    .pickupList tbody tr:nth-child(odd) {
        color: Black;
        background-color: #F1F1F1;
    }
.hide {
    display: none;
}