p.intro {
    font-size: 12px;
}
.link-list {
    font-size: 12px;
    list-style: none;
    text-indent: 0;
    padding-top: 1em;
    margin-left: 0;
}

.reseller-title {
    margin-top: 0;
}
.reseller-filter-title {
    margin: 0.7em;
    float: left;
}

.p-resellerregion .productfilter {
      margin-left: -1em;  
} 

address.reseller-details {
font-style: normal;
padding-top: 20px;
}
address.reseller-details p {
    margin: 0;
    padding: 0;
}
img.reseller-brand {
width: 50px;
}

.titleDiv {
    margin-bottom: 0.2em;
    padding: 0.5em;
    color: white;
    font-weight: 600;
    cursor: pointer;
    background: #595b60;
    -ms-border-radius: 0.3em;
    border-radius: 0.3em;
}

.plus:before {
    content: '+ ';
}

.minus:before {
    content: '- ';
}

.contentDiv {
    margin-left: 20px;
}

.reseller-multicolumn-menu {
    padding-top: 1em;
}

.reseller-multicolumn-menu h4 {
    background: #595b60;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: white;
    font-size: 1em;
    padding: 0.5em;
    text-align: center;
}

.reseller-multicolumn-menu h4 a {
    color: white;
}

.ui-autocomplete-category {
    overflow: hidden;
    margin: 0.5em 0px !important;
    padding: 0.2em 0.3em;
    text-decoration: underline;
    font-size: 120%;
}

.ajaxsearchbutton {
	-webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: black;
    border-color: #007aaf;
    color: #fff;
    transition: background-color 300ms ease-out;
}

.ajaxsearchbutton:hover {
    background-color: #000000;
    background-color: rgba(0,0,0,0.7);
}

.ui-menu-item .item-group {
    width: 50%;
}

.ui-menu-item .products {
    float: left;
}

.ui-menu-item .productGroups {
    float: left;
}

.ui-menu-item .pages {
    float: left;
}

.ui-menu-item .resellerPages {
    float: right;
}

.ajaxfooterarea {
    display: block;
    float: left;
    width: 100%;
    border: none;
}

.ajaxfooterarea .ajaxsearchbutton {
    margin: 0.5em;
}

#toolbarRightDivision img.icon-reseller {
    margin: 0 6px;
}

small.footer-text {
    font-size: 0.7em;
}


#map-canvas {
  width: 100%;
  height: 500px; }

#map-canvas img {
  max-width: none; }

/* For large screen only */
@media only screen and (min-width: 768px) {

   #toolbarRightDivision img.icon-reseller {
    width: 25px; 
    padding: 1px 0; 
    margin: 0 5px;
    }
   
   .p-resellerregion .productfilter {
       float: right;
      
    } 

   .main-autocomplete-menu {
       width: 600px !important;
       padding-bottom: 0 !important;   
    }

   .main-autocomplete-menu .ui-menu-item {
       padding: 0 !important;
   }
   
   .p-resellerdetails .textright {
       padding-top: 6px;
       float: right;
   }
}



/* Small screen only */
@media only screen and (max-width: 767px) {
    .link-list li {
        font-size: 1.2em;
        padding: 1em 0;
        border-bottom: 1px solid #dcdcdc;
    }
    .ui-menu-item .item-group {
        width: 100%;
    }

    .main-autocomplete-menu {
       width: 86% !important;   
    }

    .p-resellerdetails .textright {
       padding-top: 0;
       float: left;
   }

    #toolbarRightDivision img.icon-reseller {
    margin: 3px 6px;
    } 
}

  