@charset "utf-8";

/* CSS Document */

html {
    background-image: url(../images/bg_gradient.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-color: #0b9444;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    background: none;
    background-image: url(../images/homepage.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 99%;
    overflow: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #009ecf;
}

html#subpage body {
    background-image: url(../images/subpage.jpg);
    background-position: top;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.button-corners {
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari, Chrome */
    border-radius: 10px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
}

#header {
    z-index: 8000;
    position: relative;
    padding-top: 5px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#content {
    z-index: 8000;
    text-align: left;
}

html.subpage body #header {
    background-color: #009bc3;
    position: fixed;
    padding-top: 8px;
    width: 980px;
    top: -2px;
    z-index: 1000;
    min-height: 100px;
}

.bar-fixed-bottom,
.navbar-fixed-top {
    position: static;
    margin: 0 auto;
}

@media (max-width:767px) {
    body #header,
    html.subpage body #header {
        position: fixed;
    }
    body #content {
        padding-top: 50px;
    }
}

ol,
ol li {
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width:767px) {
    #content ol,
    #content ol li {
        font-size: 16px;
    }
}

h1#page-heading {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0;
    text-transform: capitalize;
    width: 600px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {}


/************************************************************

 ADMIN MENU (ABOVE BLACK MENUBAR)

************************************************************/

#admin-area {
    width: 100%;
    display: block;
    height: 26px;
    top: 5px;
    position: relative;
}

#admin-area .small-logo {
    float: left;
    position: relative;
    top: 5px;
}

#admin-area .small-logo span {
    position: relative;
    top: 8px;
}

ul#admin-menu {
    float: right;
    padding-top: 7px;
}

ul#admin-menu li {
    float: left;
}

ul#admin-menu li a {
    color: #fff;
    display: block;
    padding: 8px 15px;
    border-right: 1px solid #222;
    line-height: 1;
    text-transform: uppercase;
}

ul#admin-menu li.btn {
    position: relative;
    /* top:-5px; */
    margin-left: 5px;
    padding: 0;
}

ul#admin-menu li.btn a,
ul#admin-menu li.btn input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #999999 #999999;
    border-image: none;
    border-radius: 8px 8px 8px 8px;
    border-right: 1px solid #999999;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #333333;
    float: none;
    margin: 0;
    padding: 5px 10px;
    background-color: white;
    text-align: left;
    /*
   position: fixed;
    top: -250px;
    width: 265px;
  */
}

ul#admin-menu li.btn a:hover {
    background-color: #F3F03B;
    background-image: none;
    color: black;
    text-decoration: none;
}

ul#admin-menu .navbar-form {
    margin-top: 0;
}

ul#admin-menu li a:hover {
    text-decoration: underline;
}

ul#admin-menu li a.facebook {
    border: none;
}

ul#admin-menu li a.facebook:hover {
    text-decoration: none;
}

ul#admin-menu li a.facebook img {
    top: -5px;
    position: relative;
}


/************************************************************

 SEARCH BOX

************************************************************/

.navbar-form .form-control {
    font-size: 12px;
    height: 27px;
}

.navbar-form .input-group-btn button.btn {
    padding-top: 3px;
    padding-bottom: 2px;
}

p.word-is span {
    font-weight: Bold;
    font-size: 120%;
}


/************************************************************

 MAIN MENU BAR

************************************************************/

#custom-bootstrap-menu.navbar-default {
    max-width: 980px;
    margin: 0 auto;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    /* background-color: rgba(50, 51, 52, 1); */
    background: none;
    /* border-bottom-width: 1px; */
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>ul>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(50, 51, 52, 1);
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>ul>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>ul>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>ul>li>a:focus {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(243, 240, 59, 1);
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(243, 240, 59, 1);
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #f3f03b;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #f3f03b;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #f3f03b;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #323334;
}

.caret1 {
    position: absolute !important;
    top: 0;
    right: 0;
}

.dropdown-toggle.disabled {
    padding-right: 40px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-menu[style] {
    overflow-y: auto !important;
}

@media (min-width:768px) {
    #header .container-fluid {
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: -15px;
    }
    .dropdown-menu {
        min-width: 360px;
    }
    #custom-bootstrap-menu.navbar-default ul.navbar-nav {
        display: table;
    }
    #custom-bootstrap-menu.navbar-default ul.navbar-nav > li {
        width: auto;
        display: table-cell;
        float: none;
        text-align: center;
    }
    #custom-bootstrap-menu.navbar-default {
        background-position: 100px 0;
    }
    #custom-bootstrap-menu.navbar-default ul.navbar-nav {
        margin-left: -15px;
        margin-right: 15px;
        width: 980px;
        background-color: rgba(50, 51, 52, 1);
    }
    #custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width:767px) {
    #custom-bootstrap-menu.navbar-default {
        /* background-color: rgba(50, 51, 52, 1); */
        background-color: #009bc3;
    }
    .dropdown-menu {
        width: auto;
        float: none;
        margin: none;
        position: static;
        display: none;
    }
    .navbar-collapse,
    .container-fluid>.navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }
    body .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
}


/************************************************************

 MAIN PAGE FRAME (WHITE BOX ETC)

************************************************************/

#page-frame {
    background-color: white;
    border: 1px solid yellow;
    margin-top: 72px;
    padding: 10px 30px 30px 30px;
    min-height: 500px;
}

#page-shadow {
    background-color: none;
    height: 16px;
    background-image: url(../images/page-shadow.png);
    background-repeat: no-repeat;
}

#page-info {
    clear: both;
    margin-bottom: 20px;
    position: relative;
}


/************************************************************

BREADCRUMB

************************************************************/

ul#breadcrumb {
    margin-top: 25px;
    color: #a8a8a8;
    overflow: auto;
    z-index: 10;
    position: relative;
}

ul#breadcrumb li {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

ul#breadcrumb li span {
    margin: 0 10px;
}

ul#breadcrumb li a {
    color: #00aeee;
    font-weight: bold;
}

ul#breadcrumb li a:hover {
    text-decoration: underline;
}


/************************************************************

HOMEPAGE

************************************************************/

html.home,
body#home {
    background-attachment: scroll;
}

.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity 
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
 */
    background: none;
}

.logo-text {
    font-size: 13px;
    color: black;
    font-weight: bold;
    text-shadow: 0px 0px 2px #fff;
    filter: progid: DXImageTransform.Microsoft.Glow(color=ffffff, strength=1);
}

body#home #content h1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 793px;
    margin: 0 auto 10px auto;
    background: none;
    text-transform: uppercase;
}

body#home #content {
    text-align: center;
}

body#home #content .phone {
    position: relative;
    top: -20px;
}

body#home #content .aus-phone {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #ed1b23;
    text-shadow: 0px 0px 5px #fff;
    filter: progid: DXImageTransform.Microsoft.Glow(color=ffffff, strength=1);
    position: relative;
    top: -23px;
}

body#home #content .branding {
    height: 538px;
    position: relative;
    /* margin-top:80px; */
}

@media (max-width:767px) {
    body#home #content .branding {
        margin-top: 50px;
    }
}

body#home #logo-tagline {
    color: #221E1F;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 0.8em;
    text-transform: uppercase;
}

@media (max-width:767px) {
    body#home #content div.branding img {
        max-width: 90%;
        height: auto;
    }
    body#home #logo-tagline {
        position: relative;
        max-width: 80%;
        height: auto;
        margin: 0 auto;
        left: auto;
        top: -50px;
        line-height: 100%;
        padding-top: 20px;
    }
    body#home .branding .phone,
    body#home .branding .aus-phone {
        display: none;
    }
}

@media (min-width:768px) {
    body#home #logo-tagline {
        left: 50%;
        margin-left: -300px;
        position: absolute;
        top: 180px;
        width: 600px;
    }
    body#home #content .adverts {
        height: 185px;
    }
}


/************************************************************

SUBPAGES

************************************************************/

#left-content {
    float: left;
    width: 64%;
}

#sidebar {
    width: 226px;
    float: left;
    position: relative;
    left: -8px;
}


/* show flash for new products */
@media (min-width:768px) {
  div.new-product-sizes-flash {
    width:196px;
    height:163px;
    background-image:url('../images/new-product-sizes-flash.png');
    position:absolute;
    right:-30px;
    top:-44px;
  }
}


#side-menu {
    text-align: center;
    padding: 10px;
    background-color: #f7f7f5;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f5', endColorstr='#fefefe');
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f5), to(#fefefe));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #f7f7f5, #fefefe);
    /* for firefox 3.6+ */
    border: 6px solid white;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    /* behavior: url(pie/PIE.htc); */
}

#side-menu li a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    background-image: url(../images/menu-underline.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    display: block;
    padding: 0 15px 7px 15px;
    margin-bottom: 7px;
    line-height: 1;
}

#side-menu li a:hover,
#side-menu li a.active {
    color: #00aeee;
}

#sidebar-page {
    /* width:660px;
  float:right; */
}

#right-sidebar {
    float: right;
    right: 15px;
    /* top:60px; */
    width: 246px;
    margin-bottom: 50px;
}

#right-sidebar table {
    width: 100%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    margin: 1em auto;
    border-collapse: collapse;
    font-size: 12px;
}

#right-sidebar td {
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .5em 1em;
    text-align: left;
    line-height: 1.4em;
}

#right-sidebar td.type {
    font-weight: bold;
    line-height: 1.2em;
}

#right-sidebar td.info {}

.benefit {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 25px 0;
    width: 95%;
    line-height: 1.3em;
}

.big-description,
.how-to-use,
.usage,
.treatment,
.notice,
#related-product-div,
.pests-controlled,
.main-prices {
    font-size: 12px;
    padding-bottom: 1.5em;
}

.rrp {
    display: inline-block;
    font-size: 120%;
    width: auto;
    position: relative;
    top: 10px;
    float: left;
    color: #888;
    font-style: italic;
}

#packs .rrp {
    float: none;
    top: 0px;
}

.single .rrp {
    margin-left: 5px;
    top: 4px;
}

.big-photo {
    margin: 0 auto;
    text-align: center;
}

@media (max-width:767px) {
    #products h2 span.product-list-title {
        text-align: center;
        display: block;
    }
}

#products h4,
#pests h4,
#shop h4,
#order h4,
#tips h4,
#faq h4 {
    border-bottom: 2px solid #3D3D3D;
    padding: 5px 0 5px 0;
    margin: 20px 0 10px 0;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1;
}

#products h4 span,
#pests h4 span,
#shop h4 span,
#order h4 span,
#tips h4 span,
#faq h4 span {
    background-color: #3D3D3D;
    color: #fff;
    padding: 5px 50px 5px 10px;
    background: -moz-linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    background: -webkit-linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    background: -ms-linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    background: -o-linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    background: linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
}

.treatment h5 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.treatment ul li {
    margin-left: 13px;
    list-style-type: circle;
}

.big-description {
    min-height: 180px;
}

.big-description dt {
    font-weight: bold;
}

.big-description dd {
    margin-bottom: 5px;
}

.big-description dd p {
    margin: 0;
}

#pest-list-graphical li,
#product-list-graphical li {
    float: left;
    margin: 6px 8px;
}

#pest-list-graphical li a,
#product-list-graphical li a,
.tip-pics a {
    width: 110px;
    height: 117px;
    display: block;
    text-align: center;
    position: relative;
}

#product-list-graphical li a,
.tip-pics a {
    /* background-color:#bbb; */
    width: 200px;
    height: 300px;
    background-repeat: no-repeat;
    position: relative;
}

#product-list-graphical li.small-screen {
    margin: 0 auto;
    width: 246px;
    float: none;
}

#product-list-graphical li.small-screen a {
    width: 246px;
    height: 377px;
    margin-bottom: 100px;
    margin-right: 30px;
}

#product-list-graphical li a div.coming-soon-text {
    position: absolute;
    top: 40%;
    background-color: red;
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    display: block;
    font-size: 110%;
    width: 80%;
    left: 7%;
    -ms-transform: rotate(-20deg);
    /* IE 9 */
    -webkit-transform: rotate(-20deg);
    /* Safari */
    transform: rotate(-20deg);
}


#product-list-graphical li a div.new-product-flash {
width:88px;
height:91px;
position:absolute;
left:0;
top:0;
background-image: url(../images/new-product-flash.png);
background-repeat:no-repeat;
}





/*
#product-list-graphical li a div.new-product-text {
    background-color: green;
    top: 220px;
    padding: 5px 10px;
    width: 172px;
    left: 10px;
    height: 22px;
    color: white;
    position: absolute;
    font-weight: bold;
    font-size: 90%;
    animation: blinker 2s linear infinite;
    opacity: 1;
}
*/
/*
#product-list-graphical li.small-screen a div.new-product-text {
    position: absolute;
    background-color: green;
    top: 336px;
    left: 0;
    width: 246px;
    font-size: 16px;
    line-height: 1.3em;
    color: white;
    display: table;
    font-weight: bold;
    font-size: 95%;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
*/






#pest-list-graphical li a p,
#product-list-graphical li a p,
.tip-pics a p {
    position: relative;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    background-color: #4E6067;
    color: white;
    text-align: center;
    display: table;
}

#product-list-graphical li a p,
.tip-pics a p {
    top: 243px;
    padding: 5px 10px;
    width: 172px;
    left: 10px;
    height: 22px;
}

#product-list-graphical li.small-screen a p {
    position: relative;
    top: 367px;
    left: 0;
    width: 246px;
    font-size: 16px;
    line-height: 1.3em;
}

#pest-list-graphical li a p {
    top: 80px;
    left: 6px;
    padding: 0px 5px;
    width: 97px;
    height: 25px;
}

#pest-list-graphical li a p span,
#product-list-graphical li a p span,
.tip-pics a p span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#pest-list-graphical li a:hover p,
#product-list-graphical li a:hover p,
.tip-pics a:hover p {
    background-color: #00aeee;
    color: white;
    text-decoration: none;
}

#pest-list-graphical li a:hover p span,
#product-list-graphical li a:hover p span {
    text-decoration: none;
}



/************************************************************

SINGLE PRODUCT GALLERY 
- gallery on the product page

************************************************************/

.product-single-gallery {
    margin-bottom: 40px;
}

.product-single-gallery a.product-single-gallery-pic {
    display: inline-block;
    position: relative;
    max-width: 24%;
    margin-bottom: 4px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-right: 1%;
}

@media (max-width:767px) {
    .product-single-gallery a.product-single-gallery-pic {
        max-width: 49%;
    }
}

a.no-more-solder-pics img {
    max-width: 100%;
}


/************************************************************

TESTIMONIALS
on the product page

************************************************************/

.product-single-testimonials blockquote {
    width: 100%;
}


/************************************************************

RELATED PRODUCTS 
- when a product has a related product

************************************************************/

.related_products li {
    float: left;
    margin: 6px 15px 6px 0px;
    width: 280px;
    text-align: left;
}

.related_products li a {
    color: black;
}

.related_products li a img {
    height: 150px;
    float: left;
}

.related_products li h5 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 110px;
    color: black;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.related_products li a:hover h5 {
    color: #00AEED;
}

.related_products li p {
    position: relative;
    font-size: 10px;
    font-weight: normal;
    margin-left: 110px;
    margin-bottom: 0.5em;
}

.related_products li p.benefit {
    width: auto;
}

.related_products .price {
    font-size: 13px;
    font-weight: bold;
    padding-right: 0;
}

.related_products .price span.extra {
    font-size: 9px;
    font-weight: normal;
}

.related_products .price span.extra2 {
    font-size: 8px;
    font-weight: normal;
    color: red;
}

.related_products li p.range_of_sizes {
    font-weight: bold;
    color: black;
    margin-left: 0;
}

.related_products li p.range_of_sizes span {
    font-size: 120%;
}

.related_products li div.buttons {
    margin-left: 110px;
    margin-top: 10px;
}

.related_products li div.buttons a {
    width: auto;
    font-size: 8px;
    color: white;
}

.related_products li div.buttons a:hover {
    color: black;
}


/************************************************************

SUGGESTION BOXES 
- THE DEFAULTS ARE FOR MATRIX, THE PEST PAGES HAVE OVERRIDES WHERE REQUIRED

************************************************************/

#pests #suggestions {
    margin-top: 35px;
}

#we-have-a-solution {
    border-bottom: 2px solid #3D3D3D;
    padding: 5px 0 5px 0;
    margin: 20px 0 10px 0;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1;
}

#we-have-a-solution p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#we-have-a-solution p span {
    background-color: #3D3D3D;
    color: #fff;
    padding: 5px 50px 5px 10px;
    background: -moz-linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    background: -webkit-linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    background: -ms-linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    background: -o-linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    background: linear-gradient(225deg, transparent 25px, #3D3D3D 25px);
    clear: both;
    margin-bottom: 0px;
}

ul.results li {
    margin-bottom: 20px;
    background-color: #dffae4;
    border: 1px solid #a9eab9;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari, Chrome */
    border-radius: 5px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
}

ul.results li p.heading-line {
    background-color: #323334;
    padding: 4px 40px 3px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari, Chrome */
    border-radius: 5px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
}

span.product-points {
    float: right;
    display: none;
}

span.product-points .rating {
    color: yellow;
}

ul.results li div.result-wrapper {
    border: 0;
    margin: 0;
    padding: 0 20px 20px 20px;
    text-decoration: none;
    display: block;
    overflow: auto;
}

ul.results li .img-wrapper {
    width: 190px;
    height: 291px;
    /* background-color:#222; */
    float: left;
}

ul.results li .text-wrapper {
    float: left;
    padding-left: 20px;
    width: 365px;
}

ul.results li .text-wrapper h3 {
    /* width:225px; */
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 10px;
}

ul.results li .text-wrapper .description p {
    /* width:225px; */
    font-size: 12px;
}

ul.results li .text-wrapper .description .benefit {
    width: 100%;
}

ul.results li .text-wrapper span.large {
    font-size: 22px;
    font-weight: bold;
}

ul.results li .text-wrapper p.price span.extra,
ul.results li .text-wrapper p.price span.extra2 {
    font-size: 80%;
}

ul.results li .text-wrapper div.extras {
    display: inline;
}

ul.results li .text-wrapper p.price span.extra2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ed1b23;
}

ul.results li .text-wrapper p.range_of_sizes {
    font-weight: bold;
}

ul.results li div.pest-wrapper {
    width: 240px;
    float: right;
}


/*this is an override for the pest-solution pages */

#pests ul.results li div.pest-wrapper {
    width: 240px;
}

ul.results li p.pest-line {
    /* background-color:#0b9444; */
    background-color: white;
    border: 1px solid #dce8e0;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari, Chrome */
    border-radius: 5px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
}

ul.results li p.pest-line span {
    padding: 2px 38px 1px 38px;
    background-color: none;
    color: #000;
    display: block;
}

ul.results li div.pest-wrapper ul#pest-links li {
    border: none;
    -moz-border-radius: 0;
    /* Firefox */
    -webkit-border-radius: 0;
    /* Safari, Chrome */
    border-radius: 0;
    /* universal */
    margin: 0 0 0 3px;
    width: 99%;
    height: auto;
    float: left;
}

ul.results li div.pest-wrapper ul#pest-links li a {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 5px 10px 5px 25px;
    border: none;
    text-decoration: none;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-color: white;
    margin-bottom: 1px;
    background-image: url(../images/tick-red.png);
    background-position: 5px 5px;
}

ul.results li div.pest-wrapper ul#pest-links li a:hover {
    background-image: url(../images/tick-cyan.png);
}

ul.results li div.pest-wrapper ul#pest-links a:hover p {
    color: #00aeee;
}

ul.results li div.pest-wrapper ul#pest-links li.manymore a p {
    top: auto;
    left: auto;
    position: inherit;
    padding: 5px 2px;
    color: white;
    display: block;
}

ul.results li div.pest-wrapper ul#pest-links li a p {
    text-align: left;
    position: relative;
    margin-bottom: 0;
    line-height: 1.1;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

ul.results li div.pest-wrapper ul#pest-links li a p span.insert-insect {
    font-weight: bold;
    font-size: 90%;
}

ul.results li div.pest-wrapper ul#pest-links li a p span.insert-location {
    font-size: 70%;
    color: #777777;
}

ul.results li .single .buttons {
    margin-top: 15px;
}

.buy-now,
.add-to-cart,
.more-details,
.application-tips,
.coming-soon {
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #00aeed;
    color: white;
    /* width:95px; */
    padding: 5px 10px 4px 10px;
    margin: 0 5px 5px 0;
    float: left;
    min-width: 225px;
}

input.add-to-cart {
    font-size: 10px;
    font-weight: bold;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

input.add-to-cart span {
    font-weight: normal;
}

input.add-to-cart:hover {
    cursor: pointer;
}

.buy-now:hover,
.add-to-cart:hover,
.more-details:hover,
.application-tips:hover {
    background-color: #f3f03b;
    color: black;
}

.buy-now,
.more-details {
    width: 83px;
}

.more-details,
.application-tips {
    background-color: #62a2bc;
}

.coming-soon {
    border-radius: 10px 10px 10px 10px;
    background-color: #ccc;
}

@media screen and (max-width: 767px) {
    ul.results li .text-wrapper {
        padding-left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 766px) {
    ul.results li .text-wrapper {
        padding-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    #we-have-a-solution p span {
        background: #000;
        width: 100%;
        display: block;
    }
    ul.results li .text-wrapper .description p {
        font-size: 13px;
    }
    body .buy-now,
    body .more-details {
        max-width: 100%;
        font-size: 12px;
        width: 100%;
        min-width: 5px;
    }
    ul.results li div.pest-wrapper {
        width: 100%;
        float: left;
    }
}


/************************************************************

 PRODUCTS PAGE

************************************************************/

#products .single {
    clear: left;
}

#products fieldset {
    margin-bottom: 10px;
    border-top: 1px solid #aaa;
    position: relative;
}

#products .multiple-packs fieldset {
    border: 0;
}

#products fieldset legend {
    padding: 0.2em 0.5em 0.2em 0;
    color: black;
    font-weight: bold;
    text-align: left;
}

#products .pack {
    margin-top: 10px;
    margin-bottom: 10px;
}

#products .pack,
#products .sub {
    clear: left;
}


/************************************************************

 PRICING

************************************************************/

.pack .sub {
    border-bottom: 1px dotted grey;
    margin-bottom: 20px;
    padding-top: 20px;
}

.pack .sub .pricing {
    padding-top: 20px;
}

.pack .sub .buttons {
    display: block;
    clear: both;
}

#products .main-prices .pack .sub {
    padding-top: 0px;
}

@media screen and (max-width: 625px) {}

#products .sub .pricing {
    /* float:left; */
}

#products .per-pack {
    font-size: 60%;
}

#products span.size {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
    color: #000000;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 1px 3px 3px 0;
    min-width: 60px;
    padding: 0 8px;
    text-align: center;
    margin-right: 10px;
}

#products #content span.price {
    font-size: 22px;
    font-weight: bold;
    min-width: 79px;
    display: inline-block;
}

#products #content .single span.price {
    font-size: 30px;
}

#products a.show-packs {
    padding: 3px 10px 4px;
    width: auto;
    background-color: #00AEED;
    color: white;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 5px 5px 0;
    padding: 5px 10px 4px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px 10px 10px 10px;
}

#products p.multiple-exist {
    font-weight: bold;
}

#products a.show-packs {
    display: none;
}

.js #products a.show-packs {
    /* this overrides the statement above if javascript is enabled */
    /* display:block; */
}

.js #products #packs {
    /* display:none;  */
}

#products #main-prices span.large {
    font-size: 30px;
}

#products span.cost {
    font-size: 22px;
    font-weight: bold;
}

#products .extras {
    clear: both;
}

#products span.extra,
#products span.extra2 {
    font-size: 80%;
}

#products span.extra2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ed1b23;
}

#products .single div.buttons {
    display: inline-block;
    margin-left: 10px;
    font-size: 80%;
    width: auto;
    position: relative;
    top: 8px;
}

#products div.pack div.sub div.buttons {
    /* float:left; */
    font-size: 80%;
    width: auto;
    /* margin-left:10px; */
    margin-top: 8px;
    margin-bottom: 20px;
}

#products div.pack div.sub div.buttons a {
    width: auto;
    padding: 3px 10px 4px;
    min-width: 70px;
}

#products div.pack div.sub .coming-soon {
    width: auto;
    min-width: 70px;
    background-color: #ccc;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 5px 5px 0;
    padding: 5px 10px 4px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px 10px 10px 10px;
    text-decoration: none;
}

#products div.pack div.sub div.buttons .specials span span {
    color: red;
}

#products ul#pest-links li {
    border: medium none;
    border-radius: 0 0 0 0;
    float: left;
    margin: 0 0 0 3px;
    width: 110px;
}

#products ul#pest-links li a {
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    height: 117px;
    position: relative;
    text-decoration: none;
    width: 110px;
}

#products ul#pest-links li a p {
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 82px;
}

#products ul#pest-links li a p span.insert-insect {
    font-size: 90%;
    font-weight: bold;
}

#products ul#pest-links li a p span.insert-location {
    color: #777777;
    font-size: 80%;
}

a.pdf {
    /*The background image*/
    background: url(../images/pdf2.png) no-repeat left center;
    padding-left: 55px;
    line-height: 50px;
    /* To center the text vertically with the icon */
    display: block;
    color: black;
    font-size: 12px;
    font-weight: bold;
}

a.pdf:hover {
    color: #00AEED;
}

a.pdf-small {
    /*The background image*/
    background: url(../images/pdf.png) no-repeat left center;
    padding-left: 20px;
    line-height: 16px;
    /* To center the text vertically with the icon */
}

a.pdf-small:hover {
    color: #00AEED;
}

a.external {
    background: url(../images/ext_link.png) no-repeat left center;
    padding-left: 20px;
    line-height: 16px;
}

a.external:hover {
    color: #00AEED;
}


/************************************************************

 PEST PAGE

************************************************************/

#pests .big-photo {
    position: relative;
    /* left: 30px;
    top: 50px; */
}

@media screen and (max-width: 768px) {
    #pests .big-photo {
        position: static;
    }
}

#pests .big-description {}

#slideshow {
    display: relative;
}

#slideshow > img {
    position: absolute;
    top: 0px;
    left: 0px;
}


/************************************************************

 SHOP

************************************************************/

#featured-items {
    margin-bottom: 40px;
}

#shop .featured-item,
#order .featured-item {
    background-color: black;
    height: 100px;
    width: 24%;
    margin-right: 1%;
    text-align: center;
    padding-top: 120px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    float: left;
    display: block;
}

#shop .last-item,
#order .last-item {
    margin-right: 0;
    width: 25%;
}

#shop .featured-item p,
#order .featured-item p {
    color: white;
    text-align: center;
}

#shop .shop-category,
#order .shop-category {
    clear: both;
    margin-top: 5px;
}


/************************************************************
small products (category products)
************************************************************/

.category_products {
    clear: both;
    display: block;
    width: 100%;
}

#left-content ul.category_products li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#products .category_products li {
    width: 100%;
    min-height: auto;
}

.category_products li {
    float: left;
    margin: 6px 15px 15px 0px;
    width: 430px;
    text-align: left;
    min-height: 370px;
    border-bottom: 1px dotted #ddd;
    padding: 20px;
    background-color: #eaf2f5;
}

.category_products li:nth-child(2n+1) {
    clear: both;
}

.category_products .textwrap {
    margin-left: 120px;
    /* width:315px; */
}

.category_products li a {
    color: black;
}

.category_products li a img {
    height: 150px;
    float: left;
}

.category_products li h5 {
    font-size: 15px;
    font-weight: bold;
    color: black;
    line-height: 1.2em;
    margin-bottom: 1em;
    width: 90%;
}

.category_products li a:hover h5 {
    color: #00AEED;
}

.category_products li p {
    position: relative;
    font-size: 10px;
    font-weight: normal;
    width: 90%;
    margin-bottom: 0.5em;
}

.category_products li p.benefit {
    width: 95%;
    margin-bottom: 15px;
}

#products #content .category_products .single {
    clear: none;
}

#products #content .category_products .price {
    font-size: 20px;
}

#products #content .category_products .single span.price {
    font-size: 24px;
}

.category_products .price {
    font-size: 17px;
    font-weight: bold;
    padding-right: 0;
    display: inline-block;
    min-width: 47px;
}

.category_products .size {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
    color: #000000;
    display: block;
    float: left;
    font-size: 11px;
    margin: 1px 7px 3px 0;
    min-width: 40px;
    padding: 2px 8px;
    text-align: center;
}

.category_products .size:empty {
    display: none;
}

.category_products #packs .extras {
    clear: both;
    margin-top: 15px;
}

.category_products .single .extras {
    display: block;
    clear: both;
}

#products #content .category_products .single .extras {
    display: block;
}

.category_products .price span.extra {
    font-size: 9px;
    font-weight: normal;
    display: none;
}

.category_products .price span.extra2 {
    font-size: 8px;
    font-weight: normal;
    color: red;
}

.category_products li p.range_of_sizes {
    font-weight: bold;
    color: black;
}

.category_products li p.range_of_sizes span {
    font-size: 120%;
}

.category_products li div.buttons {
    float: left;
}

.category_products li div.pricing {
    margin-bottom: 5px;
    float: left;
}

.category_products li .large {
    margin-bottom: 10px;
    float: left;
    font-size: 16px;
}

.category_products li .single .buttons {
    margin-left: 8px;
}

.category_products li div.buttons a {
    width: auto;
    min-width: 70px;
    font-size: 8px;
    color: white;
}

.category_products li div.buttons a:hover {
    color: black;
}

.category_products li .coming-soon {
    font-size: 8px;
    width: auto;
    min-width: 70px;
    background-color: #ddd;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 5px 5px 0;
    padding: 5px 10px 4px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px 10px 10px 10px;
    text-decoration: none;
}

.specials {
    color: red;
    font-weight: bold;
    font-size: 12px;
}

.small-specials {
    position: absolute;
    left: 328px;
    padding-top: 2px;
    font-weight: bold;
    color: red;
    width: 80px;
    font-weight: bold;
    font-size: 12px;
}

#products .small-specials {
    left: 100px;
}


/************************************************************

 FOOTER

************************************************************/

#footer p {
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

#footer a {
    color: white;
}

#footer a:hover {
    text-decoration: underline;
}

p.learn {
    margin: 0;
    font-weight: bold;
}

@media (max-width:767px) {
    #footer {
        max-width: 80%;
        margin: 0 auto;
        clear: both;
    }
    #footer p {
        font-size: 13px;
    }
}


/************************************************************

 PAYPAL minicart

************************************************************/


/*

this was the old information for the old style cart. it has been superseeded.


#PPMiniCart {
position:relative;  
width: 980px;
z-index:999999;
top:-8px;
}

#header #PPMiniCart form {
left:459px;
position:absolute;  
background-image:url(../images/minicart_sprite.png);
}



#header #PPMiniCart p .shipping {
  font-size:9px;
  line-height:1em;
}

#header #PPMiniCart p input {
border-radius: 8px 8px 8px 8px;
}


#PPMiniCart p input:hover {
cursor:pointer; 
}

*/


/* new NICER looking minicart *******************************/

.minicartscroll {
    position: absolute;
}

body #PPMiniCart form {
    max-height: none;
}


/************************************************************

 contact form

************************************************************/

#formwrapper {
    display: none;
}

#inline img {
    border: 0;
}

#inline a {
    color: #3a51b2;
    text-decoration: none;
}

#inline a:hover {
    text-decoration: underline;
}

#inline h2 {
    font-size: 1.8em;
    line-height: 1.9em;
    margin-bottom: 15px;
}

#inline p {
    color: #656565;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#inline #inline {
    display: none;
    width: 600px;
}

#inline label {
    margin-right: 12px;
    margin-bottom: 9px;
    color: #646464;
    font-size: 1.2em;
    min-width: 80px;
    display: inline-block;
}

#inline #registerform label {
    min-width: 130px;
}

#inline .txt {
    display: inline-block;
    color: #676767;
    width: 300px;
    font-family: Arial, Tahoma, sans-serif;
    margin-bottom: 10px;
    border: 1px dotted #ccc;
    padding: 5px 9px;
    font-size: 1.2em;
    line-height: 1.4em;
}

#inline .options {
    display: inline-block;
    color: #676767;
    width: 420px;
    font-family: Arial, Tahoma, sans-serif;
    margin-bottom: 10px;
    border: 1px dotted #ccc;
    padding: 5px 9px;
    font-size: 1.2em;
    line-height: 1.4em;
}

#inline .txtarea {
    display: block;
    resize: none;
    color: #676767;
    font-family: Arial, Tahoma, sans-serif;
    margin-bottom: 10px;
    width: 400px;
    height: 150px;
    border: 1px dotted #ccc;
    padding: 5px 9px;
    font-size: 1.2em;
    line-height: 1.4em;
}

#inline .txt:focus,
#inline .txtarea:focus {
    border-style: solid;
    border-color: #bababa;
    color: #444;
}

#inline input.error,
#inline textarea.error {
    border-color: #973d3d;
    border-style: solid;
    background: #f0bebe;
    color: #a35959;
}

#inline input.error:focus,
#inline textarea.error:focus {
    border-color: #973d3d;
    color: #a35959;
}

#inline #send {
    color: #dee5f0;
    display: block;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.2em;
    border: solid 1px #224983;
    border-radius: 5px;
    background: #1e4c99;
    background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d));
    background: -moz-linear-gradient(top, #2f52b7, #0e3a7d);
    background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
    background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
    background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
    background: linear-gradient(top, #2f52b7, #0e3a7d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d');
}

#inline #send:hover {
    background: #183d80;
    background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b));
    background: -moz-linear-gradient(top, #284f9d, #0c2b6b);
    background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
    background: -o-linear-gradient(top, #284f9d, #0c2b6b);
    background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
    background: linear-gradient(top, #284f9d, #0c2b6b);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}

#inline #send:active {
    color: #8c9dc0;
    background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7));
    background: -moz-linear-gradient(top, #0e387d, #2f55b7);
    background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
    background: -o-linear-gradient(top, #0e387d, #2f55b7);
    background: -ms-linear-gradient(top, #0e387d, #2f55b7);
    background: linear-gradient(top, #0e387d, #2f55b7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}

form.profileform select {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

#contactform {
    float: left;
    width: 380px;
}

#contactdetails {
    width: 175px;
    float: right;
    border-left: 1px dotted black;
    padding-left: 20px;
    margin-top: 20px;
}

#contactdetails ul li.details {
    line-height: 1.5em;
    font-weight: bold;
    font-size: 12px;
}

#contactdetails ul li.details span {
    display: block;
    font-weight: normal;
}

#contactdetails ul li.details span.type {
    font-weight: bold;
}

#contactdetails ul li.details span.info {
    margin-bottom: 10px;
}

#contactdetails li {
    margin-top: 5px;
}

@media (max-width:767px) {
    #contactdetails,
    #contactform {
        float: none;
        width: 100%;
        margin-top: 50px;
        border: none;
        clear: both;
        padding-left: 0;
    }
    #inline .txt {
        width: 100%;
    }
}


/* overrides for if JAVASCRIPT is turned off */

#contact-page-form-div #formwrapper {
    display: block;
}

#contact-page-form-div #formwrapper #inline {
    margin: 0;
    padding-left: 0;
}

#contact-page-form-div #formwrapper #inline h2 {
    display: none;
}


/************************************************************

application tips

************************************************************/

.tip-product {
    clear: both;
    margin-top: 50px;
}

.tip-pics {
    float: left;
    width: 230px;
}

.tip-pics a.granular {
    margin-top: 20px;
}

.tip-pics a p.term {
    top: 233px;
}

.tip-info {
    float: left;
    margin-left: 0px;
    width: 630px;
    position: relative;
}

.andsign {
    width: 49px;
    height: 49px;
    background-image: url(../images/andsign.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 6px;
}

.single-heading {
    margin: 20px 0;
}

.tip-advert {
    display: block;
    width: 150px;
    padding: 15px 20px;
    background-color: #EAF5F8;
    border: 1px solid #BFDEE7;
    margin-bottom: 20px;
    list-style-type: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari, Chrome */
    border-radius: 5px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
}

@media (max-width:767px) {
    .tip-advert {
        width: 100%;
    }
}

#tips h4 {
    clear: both;
}

#tips h4 span {
    min-width: 300px;
}

.double-head-wrapper {
    float: left;
}

#tips .double-heading h4,
#tips .single-heading h4 {
    float: left;
    font-weight: bold;
    margin: 0px 0 0px;
    border-bottom: none;
    clear: none;
    padding: 0;
    width: auto;
}

#tips .double-heading h4 span,
#tips .single-heading h4 span {
    background-color: #3D3D3D;
    color: #FFFFFF;
    padding: 8px 10px 8px 10px;
    width: 610px;
    display: block;
    margin-bottom: 3px;
}


/************************************************************

ABOUT US

************************************************************/

.first {
    font-size: 16px;
    margin-bottom: 1.5em;
}

.left {
    margin-top: 20px;
    float: left;
    width: 45%;
    border-right: 1px solid #ccc;
}

.right {
    margin-top: 20px;
    float: right;
    width: 50%;
}

.left p {
    padding-right: 30px;
}

.right p {
    padding-right: 10px;
}


/************************************************************

Where to buy page

************************************************************/

#where-to-buy .where-to-buy-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}

#where-to-buy .where-to-buy-box .head {
    border: 1px solid #A4B7BC;
    min-height: 322px;
    background-color: #A4B7BC;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari, Chrome */
    border-radius: 10px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
}

#where-to-buy .where-to-buy-box .panel {
    padding: 15px;
    margin-top: 0;
    background-color: #EAF5F8;
    border: 1px solid #BFDEE7;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari, Chrome */
    border-radius: 10px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
	width:47%; float:right;
}

#where-to-buy #where-nearest .head {
    border: 1px solid #009bc3;
    background-color: #009bc3;
}

#where-to-buy #where-nearest .panel {
    background-color: #009bc3;
    border: 1px solid #009bc3;
    color: white;
}

#where-to-buy .where-to-buy-box img {
    width: 440px;
    height: auto;
    background-color: #ededed;
    margin-top: 10px;
    -moz-border-radius-topleft: 10px;
    /* Firefox */
    -webkit-border-radius-topleft: 10px;
    /* Safari, Chrome */
    border-radius-topleft: 10px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
    -moz-border-radius-topright: 10px;
    /* Firefox */
    -webkit-border-radius-topright: 10px;
    /* Safari, Chrome */
    border-radius-topright: 10px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
}

#where-to-buy #where-online,
#where-to-buy #where-nearest,
#where-to-buy #where-nearest,
#where-to-buy #where-stockists {
    margin-right: 20px;
}

@media (max-width:767px) {
    #where-to-buy #where-online,
    #where-to-buy #where-nearest,
    #where-to-buy #where-nearest,
    #where-to-buy #where-stockists,
    #where-to-buy #where-online-retailers {
        margin: 0 auto;
        float: none;
        margin-bottom: 50px;
    }
}

#where-stockists iframe {
    max-width: 100%;
}

#where-to-buy .where-to-buy-box .text {
    padding: 15px;
    color: white;
}

#where-to-buy .where-to-buy-box .text h3,
#where-to-buy .where-to-buy-box .text p {
    color: white;
}

#where-to-buy .where-to-buy-box .text h3 {
    font-size: 18px;
}

.where-buttons {
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white;
    color: #009bc3;
    width: 120px;
    padding: 5px 10px 4px 10px;
    margin: 0 5px 5px 0;
    font-size: 12px;
}

.where-buttons:hover {
    background-color: #f3f03b;
    color: black;
}

#where-to-buy #inline form {
    margin-bottom: 15px;
}

#where-to-buy #inline {
    margin: 0;
    padding: 0;
}

#where-to-buy #inline .txt,
#where-to-buy #inline label {
    width: 385px;
    display: block;
}

#where-to-buy #inline .options {
    width: 405px;
    display: block;
}

#where-to-buy #inline label {
    color: white;
}

#where-to-buy #inline #contactform label {
    color: #222;
}

#where-to-buy #where-nearest #inline {
    width: auto;
}

#where-to-buy #where-stockists ul ul,
#where-to-buy #where-online-retailers ul ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #BFDEE7;
    ;
}

#where-to-buy #where-stockists ul ul > a,
#where-to-buy #where-online-retailers ul ul > a {
    color: inherit;
}

#where-to-buy #where-stockists ul ul > a:hover,
#where-to-buy #where-online-retailers ul ul > a:hover {
    color: blue;
}

#where-to-buy #where-stockists li.name,
#where-to-buy #where-online-retailers li.name {
    font-size: 14px;
    font-weight: bold;
}

#where-to-buy .where-to-buy-box #stockist-logos {
    text-align: center;
    margin: 0 auto;
}

#where-to-buy .where-to-buy-box #stockist-logos img {
    width: auto;
    max-width: 24%;
    height: auto;
}

.panel-btn {
    background: -moz-linear-gradient(center top, #2f52b7, #0e3a7d) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #224983;
    border-radius: 5px;
    color: #dee5f0;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    padding: 5px 11px;
    display: block;
    width: auto;
    margin-bottom: 10px;
}

.panel-btn:hover {
    background: -moz-linear-gradient(center top, #284f9d, #0c2b6b) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

html.js #stockists {
    display: none;
}

#show-stockists {
    display: none;
}

html.js #show-stockists {
    display: block;
}

.arrow_box-main {
    position: relative;
    background: #009BC3;
    border: 4px solid;
}

.arrow_box-main:after,
.arrow_box-main:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box-main:after {
    border-color: rgba(0, 155, 195, 0);
    border-top-color: #009BC3;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.arrow_box-main:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: ;
    border-width: 22px;
    left: 50%;
    margin-left: -22px;
}

.arrow_box {
    position: relative;
    background: #A4B7BC;
    border: 4px solid;
	width:47%;
	float:left;
}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	right: -20px;
top: 49%;
}

.arrow_box:after {
	width: 0;
	height: 0;
	border-top:10px solid transparent;
	border-left:16px solid #A4B7BC;
	border-bottom: 10px solid transparent;
	
  /*  border-color: rgba(164, 183, 188, 0);
    border-top-color: #A4B7BC;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;*/
}

.arrow_box:before {
	width: 0;
	height: 0;
	border-top:10px solid transparent;
	border-left:16px solid #A4B7BC;
	border-bottom: 10px solid transparent;
    /*border-color: rgba(0, 0, 0, 0);
    border-top-color: ;
    border-width: 22px;
    left: 50%;
    margin-left: -22px;*/
}


/************************************************************

LEGAL

************************************************************/

#legal h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}


/************************************************************

gradients

************************************************************/

ul.results li.result p.extra-strength-crawling-insect-spray {
    background-image: url(../images/products/gradients/extra-strength-gradient.jpg);
    background-repeat: no-repeat: background-position: top center;
}


/************************************************************

fix some myer resets

************************************************************/

sub,
sup {
    /* Specified in % so that the sup/sup is the
right size relative to the surrounding text */
    font-size: 75%;
    /* Zero out the line-height so that it doesn't
interfere with the positioning that follows */
    line-height: 0;
    /* Where the magic happens: makes all browsers position
the sup/sup properly, relative to the surrounding text */
    position: relative;
    /* Note that if you're using Eric Meyer's reset.css, this
is already set and you can remove this rule */
    vertical-align: baseline;
}

sup {
    /* Move the superscripted text up */
    top: -0.5em;
}

sub {
    /* Move the subscripted text down, but only
half as far down as the superscript moved up */
    bottom: -0.25em;
}


/************************************************************

extra styles for magnific popups

************************************************************/

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

#result-errors,
#result-successes {
    margin-bottom: 20px;
}

#result-errors li,
#result-successes li {
    /* display:none; */
    clear: both;
    display: block;
    padding: 15px 20px;
    background-color: pink;
    border: 1px solid red;
    margin-bottom: 5px;
    list-style-type: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari, Chrome */
    border-radius: 5px;
    /* universal */
    /* behavior: url(pie/PIE.htc); */
}

#result-successes li {
    border: 1px solid green;
    background-color: LightGreen;
}


/************************************************************

extra responsive fixes

************************************************************/

@media (max-width:767px) {
    div.left,
    div.right,
    #right-sidebar,
    #left-content,
    .category_products li {
        width: 100%;
        float: none;
        border: none;
        line-height: 1.5;
    }
    p,
    li,
    .category_products li p {
        font-size: 16px;
        line-height: 1.5;
    }
    p.first,
    .category_products li h5 {
        font-size: 18px;
        line-height: 1.5;
    }
    #products h4,
    #shop h4,
    #order h4,
    #tips h4,
    #faq h4 {
        font-size: 18px;
    }
}


@media (max-width:700px) {
.arrow_box{ width:100%;}
#where-to-buy .where-to-buy-box .panel{ width:100%; float:left; margin-top:20px;}
.arrow_box:after {
    border-color: rgba(164, 183, 188, 0);
    border-top-color: #A4B7BC;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: ;
    border-width: 22px;
    left: 50%;
    margin-left: -22px;
}	
.arrow_box::after, .arrow_box::before {
right: auto;

top: auto;

bottom: -20px;	
}
.arrow_box img{ width:100%;}
}


/************************************************************

PRICE LIST - ADMIN PAGE

************************************************************/
#admin-pricelist { margin-top:20px; }
#admin-pricelist * { font-size:16px; }
#admin-pricelist th, #admin-pricelist td {
    border-bottom: 1px solid #ddd;
    padding:10px;
}
#admin-pricelist tr.header {background-color: #222; color:white;}
#admin-pricelist td.product {background-color: green; color:white;}
#admin-pricelist tr:hover {background-color: #f5f5f5}
