/******************** Generic Style ********************/
body {
    background: transparent;
}

.container {
    width: 1000px;
}

#ct.nothp {
    padding: 35px 0 30px 0;
}

span {
    vertical-align: top;
}

img {
    max-width: 100%;
}

.img_border {
    margin: 1px;
    border: 1px solid #dadada;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    width: 100%;
    font-weight: 300;
    color: #000000;
    line-height: normal;
}

.gene_page h1 {
    display: none;
}

#ct.nothp h1,
#ct.nothp h2,
#ct.nothp h3,
#ct.nothp h4,
#ct.nothp h5,
#ct.nothp h6 {
    font-weight: normal;
}

    #ct.nothp h1.slider_title {
        font-weight: 300;
        font-size: 30px;
        padding: 35px 0;
    }

#ct.hp h1.slider_title {
    display: none;
}

h1 {
    font-size: 30px;
    margin: 0;
    padding: 10px 0;
}

#ct.nothp h1 {
    font-size: 20px;
    padding: 0 0 35px 0;
}

h2 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
}

#ct.nothp h2 {
    font-size: 19px;
}

h3 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
}

#ct.nothp h3 {
    font-size: 18px;
}

p, div {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 25px;
}

.bottom_margin {
    margin-bottom: 20px;
}

.no_margin {
    margin: 0;
}

.icon_plus {
    position: absolute;
    bottom: 11px;
    left: 11px;
    width: 30px;
    height: 30px;
    width: 30px;
    height: 30px;
    background: transparent url("../../../i/icon_plus.png") 0 50% no-repeat;
}

.edit_ctrl {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
    margin: 12px 0 0 10px;
}

.clear_l {
    clear: left;
    margin-top: -1px;
    height: 1px;
    overflow: hidden;
}

.label {
    line-height: normal;
    color: #666;
    vertical-align: text-bottom;
    background: none;
    white-space: normal;
    text-shadow: none;
    border-radius: initial;
    padding: 0;
}

.logintext {
    font-size: 14px;
    padding-right: 10px;
}

/******************** End of Generic Style *****************************/
/******************** Link and default button style ********************/
a,
a:link,
a:active,
a:visited,
a:focus {
    color: #5e9018;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.btn_top_dark,
.btn_top_dark:link,
.btn_top_dark:active,
.btn_top_dark:visited,
.btn_top_dark:focus {
    font-size: 15px;
    text-align: center;
    background-color: #4c7c02;
    color: #FFF;
    padding: 4px 10px;
    display: block;
    width: 130px;
    margin: 8px auto 0 auto;
}

    .btn_top_dark:hover {
        cursor: pointer;
        text-decoration: none;
    }

.btn_blue .button,
.btn_blue .button:link,
.btn_blue .button:active,
.btn_blue .button:visited,
.btn_blue .button:focus {
    font-size: 14px;
    text-align: center;
    border: 1px solid #1778b2;
    background-color: #1b83bb;
    color: #fff;
    padding: 10px 15px;
    display: block;
    width: 130px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
}

    .btn_blue .button:hover {
        cursor: pointer;
        text-decoration: none;
    }


.btn_gridient_green,
.btn_gridient_green:link,
.btn_gridient_green:active,
.btn_gridient_green:visited,
.btn_gridient_green:focus {
    padding: 8px 20px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #69a318;
    color: #FFF;
    background: #5c8e17; /* Old browsers */
    background: -moz-linear-gradient(top, #77a629 1%, #6d9e20 41%, #5c8e17 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#77a629 ), color-stop(41%,#6d9e20 ), color-stop(99%,#5c8e17 )); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #77a629 1%,#6d9e20 41%,#5c8e17 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #77a629 1%,#6d9e20 41%,#5c8e17 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #77a629 1%,#6d9e20 41%,#5c8e17 99%); /* IE10+ */
    background: linear-gradient(to bottom, #77a629 1%,#6d9e20 41%,#5c8e17 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a629', endColorstr='#5c8e17',GradientType=0 ); /* IE6-8 */
}

    .btn_gridient_green:hover {
        text-decoration: none;
    }
/******************** End of Link and default button style ********************/
/******************** Style for top bar ***************************************/
#top_bar {
    background-color: #6a9c1d;
    height: 50px;
}

#top_bar_inner {
    position: relative;
}

.top_btn {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
}

.top_text {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
    padding-left: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 50px;
    text-shadow: 0 1px 1px #517023;
}
/* Style for top special */
#top_special {
    height: 50px;
    line-height: 50px;
}
/** Top Right **/
#top_right {
    padding-left: 50px;
    font-size: 0;
    height: 50px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #top_right {
        padding-left: 42px;
    }

    ::i-block-chrome, #appSearch {
        -webkit-appearance: none;
    }
}

#top_right > div {
    margin-top: 8px;
}
/** Top Search Box **/
#top_sbox {
    position: relative;
    z-index: 1002;
    width: 33px;
}

.icon-search {
    background-image: url('../../../i/icon-search.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    background-size: auto 18px;
    height: 18px;
    width: 18px;
}

.before_expand {
    z-index: 1003;
    position: relative;
}

    .before_expand .expand_heading {
        background-color: #4C7C02;
        color: #000000;
        cursor: default;
        display: block;
        font-family: Arial,sans-serif;
        font-size: 14px;
        line-height: normal;
        padding: 7px 0;
        pointer-events: none;
        text-align: center;
    }

    .before_expand.open .expand_heading {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

.after_expand {
    text-align: center;
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    display: none;
    width: 200px;
    padding: 10px;
    border: 2px solid #6A9C1D;
    margin-top: -2px;
    margin-left: 2px;
}

    .after_expand .after_expand_content {
        text-align: left;
        position: relative;
        z-index: 1001;
    }

    .after_expand .after_expand_base {
        background-color: #4C7C02;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        /*opacity: 0.9;
        filter: alpha(opacity=90);*/
    }

/*.search_box form {
    line-height: 0;
}

.search_box input.text {
    border: none;
    border: 1px solid #dfdddd;
    width: 170px;
    box-sizing: border-box; 
    height:33px;
    padding: 1px 10px 1px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search_box input.img_bf_search {
    padding-left: 2px;
    height: 22px;
    vertical-align: middle;
}

input#searchlist_top {
    width: 175px;
}*/
/** Style for Top CTA Login Box **/
#top_loginbox {
    position: relative;
    z-index: 1002;
    width: 33px;
    margin-left: 5px;
}

    #top_loginbox input[type=submit],
    #top_loginbox input[type=button] {
        cursor: pointer;
        -webkit-appearance: none;
    }

    #top_loginbox input:focus {
        outline: 0;
    }

.icon-account-login {
    background-image: url('../../../i/icon_myaccount_top_white.png');
    background-repeat: no-repeat;
    background-position: -3px center;
    background-color: transparent;
    background-size: auto 24px;
    height: 18px;
    width: 18px;
}

.icon-account-logout {
    background-image: url('../../../i/icon-login.png');
    background-repeat: no-repeat;
    background-position: -3px center;
    background-color: transparent;
    background-size: auto 24px;
    height: 18px;
    width: 18px;
}

.cta_before_expand {
    position: relative;
    text-align: right;
    z-index: 2;
    margin: 0;
    z-index: 1001;
}


.cta_before_expand_heading {
    background-color: #4C7C02;
    color: #000000;
    cursor: default;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: normal;
    padding: 7px 0;
    pointer-events: none;
    text-align: center;
}

.cta_before_expand.logedin .cta_before_expand_heading {
    font-size: 14px;
    /*padding: 7px 20px;*/
    padding: 7px 0;
}

.icon_head {
    background-image: url('../../../i/icon_head.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    height: 17px;
    width: 17px;
    padding-right: 10px;
}

.cta_before_expand.open .cta_before_expand_heading {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.cta_after_expand {
    text-align: center;
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    display: none;
    width: 180px;
    padding-top: 18px;
    border: 2px solid #6A9C1D;
    margin-top: -2px;
    margin-left: 2px;
}
/*#top_loginbox.logged-out .cta_after_expand {
      margin-left: -2px;
}*/
.cta_before_expand.logedin {
    /*margin-top: 10px;*/
}

.cta_link {
    vertical-align: middle;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
}

    .cta_link a,
    .cta_link a:link,
    .cta_link a:active,
    .cta_link a:link:visited .cta_link a:focus {
        font-size: 13px;
        color: #ffffff;
        text-decoration: underline;
    }

.cta_after_expand_item {
    width: 150px;
    height: 33px;
    padding: 0;
    white-space: nowrap;
    color: #ffffff;
    line-height: 33px;
    vertical-align: middle;
    font-size: 14px;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.afterlogin .cta_after_expand_item {
    background-color: #6A9C1D;
}

.cta_after_expand_item.name {
    background-color: transparent;
    color: #ffffff;
    height: auto;
    min-height: 33px;
    line-height: normal;
    overflow: visible;
    word-break: break-word;
    white-space: normal;
}

.cta_after_expand_item.forgot_psw {
    height: 20px;
    margin-bottom: 0px;
}

#top_loginbox.logged-out .cta_after_expand_item.forgot_psw input[type = submit],
#top_loginbox.logged-out .cta_after_expand_item.forgot_psw input[type = button] {
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin: 0;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.cta_after_expand_item a,
.cta_after_expand_item a:link,
.cta_after_expand_item a:active,
.cta_after_expand_item a:visited,
.cta_after_expand_item a:focus {
    color: #ffffff;
    display: block;
    text-decoration: none;
    line-height: 33px;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-weight: normal;
    padding-left: 35px;
}

.cta_after_expand_item input[type="submit"],
.cta_after_expand_item input[type="button"] {
    border: none;
    color: #ffffff;
    padding: 0;
    line-height: 46px;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_loginbox.logged-out .cta_after_expand_item input {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 33px;
    padding: 0 10px;
    vertical-align: top;
    width: 130px;
    -webkit-appearance: none;
    color: #000000;
}

    #top_loginbox.logged-out .cta_after_expand_item input[type=email],
    #top_loginbox.logged-out .cta_after_expand_item input[type=password],
    #top_loginbox.logged-out .cta_after_expand_item input[type=text] {
        background: #ffffff;
        text-align: left;
        /*color: #4C7C02;*/
        color: #000000;
    }

    #top_loginbox.logged-out .cta_after_expand_item input[type = submit],
    #top_loginbox.logged-out .cta_after_expand_item input[type = button] {
        background: #6A9C1D;
        line-height: 0px;
        margin-bottom: 10px;
        width: 150px;
        text-align: center;
        color: #ffffff;
    }

#top_loginbox.logged-in .cta_after_expand_item input[type = submit],
#top_loginbox.logged-in .cta_after_expand_item input[type = button] {
    margin-bottom: 10px;
    line-height: 15px;
    width: 100%;
    height: 100%;
    background: #6A9C1D;
    text-align: center;
}

.cta_after_expand_content {
    text-align: left;
    position: relative;
    z-index: 1001;
    padding: 0 15px;
}

.cta_content_base {
    background-color: #4C7C02;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /*opacity: 0.9;
    filter: alpha(opacity=90);*/
}

.cta_after_expand_heading {
    height: 36px;
    margin-bottom: 15px;
}

#top_loginbox .iasp_note {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    background-color: #ffbaaf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
    padding: 15px;
}

    #top_loginbox .iasp_note.success {
        background-color: #E1F0B1;
    }

a.icon_edit_my_profile {
    background-image: url('../../../i/icon_myaccount_login_white.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 33px;
    background-color: transparent;
}

a.icon_my_orders {
    background-image: url('../../../i/icon_cart_login_white.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 33px;
    background-color: transparent;
}

a.icon_my_favourites {
    background-image: url('../../../i/icon_my_favourites.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 33px;
    background-color: transparent;
}

.hotlistadmin table.cpaneltbl th {
    border-radius: 0;
    text-align: right;
    border-bottom: 2px solid #ffffff;
    padding: 2px 5px;
}

.hotlistadmin table.cpaneltbl .listhdr th:first-of-type {
    text-align: left;
}

/* To fix the login page */
div#account_area_items_list {
    position: relative;
    margin-bottom: 80px;
}
#account_area_items_list div.listitem.logout {
    background-color:#4C7C02;
}
#account_area_items_list .listitem.logout a, 
#account_area_items_list .listitem.logout a:link,
 #account_area_items_list .listitem.logout a:active,
 #account_area_items_list .listitem.logout a:visited {
    padding: 5px 0;
    text-transform:capitalize;
    font-weight:normal;
}
/** 20141201 Style For Minicart Box **/
div.minicart_box {
    height: 50px;
    margin-left: 5px;
    z-index: 1003;
}

    div.minicart_box.fixed {
        width: 267px;
    }

    div.minicart_box .minicart_box_inner {
        /*margin-top: 6px;*/
    }

.minicart_box {
    height: 33px;
}

    .minicart_box.fixed {
        width: 190px;
    }

    .minicart_box .minicart_ctrl {
        height: 33px;
    }

        .minicart_box .minicart_ctrl .minicart_ctrl_inner {
            border: none;
            width: 172px;
            height: 33px;
            background: #4C7C02;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            border: 2px solid #6A9C1D;
            margin-top: -2px;
        }

    .minicart_box .minicart.open .minicart_ctrl .minicart_ctrl_inner {
        /*border-color: transparent;*/
        border-color: #6A9C1D;
        border-bottom: none;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .minicart_box .minicart_ctrl .minicart_ctrl_inner .minicart_icon {
        height: 33px;
        width: 25px;
        background-size: auto 18px;
        margin: 0;
        background-position: 0 55%;
        background-image: url('../../../i/icon_cart_top_white.png');
    }

    .minicart_box .minicart_ctrl .triangle_left {
        /*border-right: 10px solid #88d5ef;*/
        left: -6px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid #ffffff;
    }

    .minicart_box .minicart_ctrl .item_no {
        margin: 7px 10px 0 10px;
        height: auto;
    }

@-moz-document url-prefix() {
    .minicart_box .minicart_ctrl .item_no {
        margin: 6px 10px 0 10px;
    }
}

.minicart_box .minicart_ctrl .item_no .item_no_value {
    color: #241818;
    max-width: 25px;
    width:25px;
    overflow: hidden;
    padding: 3px;
}

.minicart_box .minicart_ctrl .item_no .bg_grey {
    /*background-color: #88d5ef;*/
}

.minicart .img-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_minicart:hover, .btn_minicart input.button:hover {
    background: #8BC245;
}

.minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_minicart,
.minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_minicart:link,
.minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_minicart:active,
.minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_minicart:visited {
    margin-top: 5px;
    font-size: 15px;
    line-height: normal;
    padding: 2px 15px;
    text-transform: capitalize;
}

@-moz-document url-prefix() {
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_minicart,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_minicart:link,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_minicart:active,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_minicart:visited {
        margin-top: 5px;
    }
}

.minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top {
    width: auto;
}

    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:link,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:active,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:visited,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:focus,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:hover {
        margin-top: 6px;
        width: 50px;
        font-size: 13px;
        color: #a9a9a9;
        font-weight: normal;
        line-height: 22px;
        padding: 0 20px;
        height: auto;
    }

@-moz-document url-prefix() {
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:link,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:active,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:visited,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:focus,
    .minicart_box .minicart_ctrl .minicart_ctrl_inner .btn_checkout_top.btn_grey:hover {
        margin-top: 5px;
    }
}

.minicart {
    width: 190px;
}

.minicart_inner {
    right: 0 !important;
    top: 36px !important;
    left: initial !important;
    width: 500px;
    text-align: left;
    left: -310px !important;
}

.minicart_box.fixed .minicart_inner {
    top: 35px !important;
}

.minicart_inner2 {
    border-color: #6A9C1D;
    margin-top: -2px;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.minicart_top .minicart_title {
    padding: 15px 10px;
}

.minicart_inner .minicart_totals .minicart_totals_inner {
    padding: 10px 10px 0;
}

div.minicart_box.fixed + div.minicart_notification {
    right: inherit !important;
    float: right;
    margin-left: -90px;
}

div.minicart_notification .minicart_notification_inner {
    border-color: #4C7C02;
}

    div.minicart_notification .minicart_notification_inner .col2 {
        text-align: left;
    }

.full_cart select.dropdown {
    max-width: 100%;
}

.minicart_row .col5.tobeconfirmed {
    width: 35%;
}
/******************** End of Style for top bar ******************************/
/******************** Style for header **************************************/
#header, #system-header {
    background-color: transparent;
}

/*Style for cart box*/
#cart_box {
    height: 143px;
}

.cart_links {
    display: block;
    text-transform: uppercase;
    padding: 35px 0 20px 0;
}

    .cart_links a {
        margin-left: 20px;
    }

.cart_box_inner {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    padding: 8px 10px;
}

    .cart_box_inner .cart_label {
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        vertical-align: top;
        background: transparent url('../../../i/icon_cart.png') 0 50% no-repeat;
        width: 55px;
        height: 23px;
        margin-right: 20px;
        color: #111111;
        font-size: 15px;
        line-height: 23px;
    }

    .cart_box_inner .item_no {
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        vertical-align: top;
        background: transparent url('../../../i/icon_item.png') 0 50% no-repeat;
        width: 33px;
        height: 23px;
        text-align: center;
        color: #FFF;
        font-size: 15px;
        line-height: 23px;
    }

#top_bar .contextMenu {
    left: -30px; 
    top: 5px;
    right: initial;
}

/******************** End of Style for header ********************/
/******************** Style for Top Menu *************************/
.mainmenu {
    list-style: none;
    margin: 0;
}

    .mainmenu li {
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        vertical-align: top;
        line-height: 58px;
    }

        .mainmenu li a,
        .mainmenu li a:link,
        .mainmenu li a:active,
        .mainmenu li a:visited,
        .mainmenu li a:focus {
            font-size: 16px;
            color: #000;
            padding: 0 15px;
            display: block;
            line-height: 38px;
        }

            .mainmenu li a:hover {
                text-align: center;
                color: #FFF;
                background: #81b026; /* Old browsers */
                background: -moz-linear-gradient(top, #9ac23d 1%, #8db92e 41%, #81b026 99%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9ac23d ), color-stop(41%,#8db92e ), color-stop(99%,#81b026 )); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #9ac23d 1%,#8db92e 41%,#81b026 99%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #9ac23d 1%,#8db92e 41%,#81b026 99%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #9ac23d 1%,#8db92e 41%,#81b026 99%); /* IE10+ */
                background: linear-gradient(to bottom, #9ac23d 1%,#8db92e 41%,#81b026 99%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac23d', endColorstr='#81b026',GradientType=0 ); /* IE6-8 */
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                text-decoration: none;
            }

#top_main_menu {
    height: 58px;
    line-height: 58px;
}


    #top_main_menu .mainmenu li.f a {
        /*padding-left: 0;*/
    }

        #top_main_menu .mainmenu li.f a:hover {
            padding-left: 15px;
        }
/******************** End of Style for Top Menu ********************/
/******************** Style for Products Category Sub Menu *****************************/
#current_section {
    height: 100px;
    background-color: #e9e9e9;
}

#current_section_text {
    line-height: 100px;
    padding: 0;
    /*background-color: #e9e9e9;*/
}

#sub_menu {
    height: 40px;
    background-color: #6a9c1d;
    text-align: center;
}

    #sub_menu #sub_menu_inner {
        /*background-color:#6a9c1d;*/
    }

    #sub_menu ul {
        list-style: none;
        margin: 0;
    }

        #sub_menu ul li {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            border-left: 1px solid #FFF;
        }

            #sub_menu ul li:first-child {
                border: none;
            }

            #sub_menu ul li a,
            #sub_menu ul li a:link,
            #sub_menu ul li a:active,
            #sub_menu ul li a:visited,
            #sub_menu ul li a:focus {
                display: block;
                color: #FFF;
                font-size: 11px;
            }
/******************** End of Style for Products Category Sub Menu *****************************/
/******************** Style for Slider *****************************/
#hp_slider {
    height: 467px;
    position: relative;
    overflow: hidden;
}


.overlay {
    position: absolute;
    bottom: 0;
    height: 120px;
    padding: 0 20px;
}

.overlay_base {
    z-index: 1;
    position: absolute;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.overlay_inner {
    z-index: 2;
    position: relative;
    height: 120px;
    overflow: hidden;
}

.overlay_title {
    height: 120px;
    overflow: hidden;
}

.overlay_inner_title {
    color: #FFF;
    font-family: 'Merriweather', serif;
    font-size: 30px;
    padding: 20px 0 10px 0;
}

.overlay_inner_desp {
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
}

.overlay_btn {
    height: 120px;
    line-height: 120px;
    overflow: hidden;
}

    .overlay_btn a,
    .overlay_btn a:link,
    .overlay_btn a:active,
    .overlay_btn a:visited,
    .overlay_btn a:focus {
        max-width: 213px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.carousel-control {
    line-height: 24px;
    top: 50%;
    margin-top: -23px;
}

#myCarousel {
    height: 463px;
}
/******************** End of Style for Slider *************************/
/******************** Style for Homepage List View ********************/
#ct.hp .list_item {
    background: none;
}

#ct.hp .list_item_body {
    padding: 50px 0 35px 0;
}

#ct.hp #search_bar .list_item_body {
    padding: 20px 0 0px 0;
}

#search_bar {
}
/******************** End of Style for Homepage List View ********************/
/******************** Style for Homepage Welcome List ****************************/
#welcome_box .bottom_margin {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

#welcome_box .welcome_btn {
    height: 37px;
    line-height: 37px;
}
/******************** End of Style for Homepage Top List ********************/
/******************** Style for Search Bar **********************************/
#search {
    padding: 8px;
    background-color: #fffcf8;
    position: relative;
}

    #search .search_box {
        background: #e5e5e5; /* Old browsers */
        background: -moz-linear-gradient(top, #e5e5e5 0%, #f2f2f2 60%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(60%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e5e5e5 0%,#f2f2f2 60%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e5e5e5 0%,#f2f2f2 60%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e5e5e5 0%,#f2f2f2 60%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e5e5e5 0%,#f2f2f2 60%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        height: 50px;
        border: 1px solid #FFF;
        outline: 1px solid #d7d7d7;
        width: 858px;
    }

        #search .search_box input {
            border: none;
            background: transparent;
            line-height: normal;
            font-size: 18px;
            width: 750px;
            margin-left: 10px;
            color: #6b6b6b;
        }

        #search .search_box .img_bf_search {
            border-right: 1px solid #d7d7d7;
        }

        #search .search_box .img_af_search {
            position: absolute;
            right: 86px;
            top: 8px;
            width: 18px;
            height: 50px;
        }

            #search .search_box .img_af_search:hover {
                cursor: pointer;
            }

        #search .search_box #searchlist + span {
            text-align: center;
            color: #FFF;
            border: 1px solid #69a318;
            background: #5c8e17;
            background: -moz-linear-gradient(top, #77a629 1%, #6d9e20 41%, #5c8e17 99%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#77a629 ), color-stop(41%,#6d9e20 ), color-stop(99%,#5c8e17 ));
            background: -webkit-linear-gradient(top, #77a629 1%,#6d9e20 41%,#5c8e17 99%);
            background: -o-linear-gradient(top, #77a629 1%,#6d9e20 41%,#5c8e17 99%);
            background: -ms-linear-gradient(top, #77a629 1%,#6d9e20 41%,#5c8e17 99%);
            background: linear-gradient(to bottom, #77a629 1%,#6d9e20 41%,#5c8e17 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a629', endColorstr='#5c8e17',GradientType=0 );
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            padding: 13px 16px 13px 42px;
            vertical-align: top;
            position: absolute;
            right: 8px;
            top: 7px;
            font-size: 18px;
        }

            #search .search_box #searchlist + span:hover {
                cursor: pointer;
            }
/******************** End of Style for Search Bar ***************************/
/******************** Style for Search Top Bar **********************************/
#search_box_top {
    /*position: absolute;
    top: 5px;
    right: 0;
    width: 170px;*/
    /*background-color: #dadada;
    padding: 2px;*/
}

@-moz-document url-prefix() {
    #search_box_top {
        /*top: 7px;*/
    }
}

#search_box_top #search_box_top_inner {
    background-color: #fff;
}

#search_box_top .search_box input {
    border: none;
    background: transparent;
    line-height: normal;
    font-size: 13px;
    color: #a1a1a1;
    width: 150px;
    line-height: 31px;
    line-height: 20px\0;
}

#search_box_top .search_box .img_bf_search {
    padding-left: 10px;
}

#search_box_top .search_box #searchlist_top + span {
    display: none;
}

    #search_box_top .search_box #searchlist_top + span:hover {
        display: none;
    }
/******************** End of Style for Search TOp Bar ***************************/
/******************** Style for Products **********************************/
.img_box a {
    display: block;
    position: relative;
}

#plus_sign {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
/*Style for Product Detail*/
.pro_code {
    font-size: 18px;
    color: #000000;
    padding-bottom: 20px;
}

.pro_info {
    padding-bottom: 20px;
}

    .pro_info div {
        font-size: 18px;
        padding-right: 28px;
    }

    .pro_info .pro_price {
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        vertical-align: top;
    }

    .pro_info .actual_price {
            font-size: 18px;
        line-height: 25px;
        padding-right: 5px;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        color: #000;
    }

        .pro_info .actual_price span.price_label {
            padding-right: 5px;
        }

        .pro_info .actual_price .excl_gst {
            font-size: 10px;
            line-height: 25px;
            padding-left: 5px;
            color: #000;
        }

        .pro_info .actual_price .incl_gst {
            font-size: 10px;
            line-height: 25px;
            padding-left: 5px;
            color: #000;
        }

    .pro_info .pro_addtofavi {
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        vertical-align: top;
        border-right: 2px solid #5e9018;
        margin-right: 28px;
    }

    .pro_info .pro_converter {
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        vertical-align: top;
    }


.prod_item .prod_actions .price_label.outofstock {
    width: 100%;
    text-align: center;
}

.prod_actions {
    height: 33px;
    overflow: hidden;
    text-align: right;
    margin: 10px 0 0;
    font-size: 0;
}

    .prod_actions .btn_wrap {
        width: 102px;
    }

        .prod_actions .btn_wrap form.cms_cartform input.button {
            font-size: 14px;
            text-align: center;
            border: 1px solid #1778b2;
            background-color: #1b83bb;
            color: #fff;
            padding: 5px 20px;
            display: block;
            width: auto;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            font-size: 15px;
            margin-top: 5px;
        }

    .prod_actions .cycle_item_price {
        font-size: 0;
        padding: 0;
        display: inline-table;
        text-align: left;
        height: 33px;
        width: 50%;
        overflow: hidden;
    }

        .prod_actions .cycle_item_price.no_price,
        .prod_actions .cycle_item_price.no_stock {
            width: 100%;
            text-align: center;
        }

        .prod_actions .cycle_item_price .cycle_item_price_inner {
            display: table-cell;
            color: #000;
            font-size: 20px;
            font-weight: 600;
            line-height: 33px;
            height: 33px;
            width: 100%;
            margin: auto;
            position: relative;
            vertical-align: middle;
        }

        .prod_actions .cycle_item_price.price .price-tag {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            font-size: 24px;
            font-weight: 600;
            line-height: 33px;
        }

        .prod_actions .cycle_item_price.price .excl_gst {
            font-size: 10px;
            line-height: 33px;
            padding-left: 5px;
        }

        .prod_actions .cycle_item_price.price .incl_gst {
            font-size: 10px;
            line-height: 33px;
            padding-left: 5px;
        }

        .prod_actions .cycle_item_price.price .onsale {
            font-size: 24px;
            font-weight: 600;
            line-height: 33px;
        }

        .prod_actions .cycle_item_price.price .slash-price {
            color: #434343;
            vertical-align: top;
        }

/*Style for Product List */
#product_list {
    margin-top: 20px;
}

.prod_item {
    height: 535px;
    width: 316px;
    overflow: hidden;
    padding-bottom: 20px;
}

    .prod_item .img_box_inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden;
    }

    .prod_item .img_box {
        position: relative;
        width: 310px;
        height: 215px;
        background-color: #e8e8e8;
    }

        .prod_item .img_box a {
            display: block;
        }

    .prod_item .img_alignment {
        vertical-align: middle;
        display: inline;
    }

    .prod_item .img_box img {
        height: 215px;
    }

    .prod_item .prod_title {
        font-size: 18px;
        padding: 20px 0;
        height: 44px;
    }

        .prod_item .prod_title a,
        .prod_item .prod_title a:link,
        .prod_item .prod_title a:active,
        .prod_item .prod_title a:visited,
        .prod_item .prod_title a:focus {
            color: #000;
        }

    .prod_item .prod_desc {
        height: 133px;
        overflow: hidden;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000;
    }

    .prod_item .prod_actions {
        height: 43px;
        overflow: hidden;
        text-align: right;
    }

        .prod_item .prod_actions .price_label {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            font-size: 17px;
            line-height: 39px;
            vertical-align: top;
            width: 213px;
            text-align: left;
            font-weight: 700;
            color: #000;
        }

            .prod_item .prod_actions .price_label .p_label {
                vertical-align: top;
                padding-right: 10px;
                font-weight: normal;
            }


        .prod_item .prod_actions .btn_blue {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
        }
/*Style for products slider*/
#product_slider {
    height: 524px;
}

    #product_slider #psl_arrow_left {
        left: -70px;
    }

    #product_slider #psl_arrow_right {
        right: -70px;
    }
/******************** End of Style for Products ***************************/
/******************** Style for Generic List and Detail **********************************/

/*Style for Genric Detail*/

/*Style for Genric List */


#geneic_list .list_item .img_box_inner {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

#geneic_list .list_item.f .img_box_inner {
    top: 0;
}

#geneic_list .list_item .img_box {
    position: relative;
    width: 145px;
    height: 144px;
    /*background-color: #e8e8e8;*/
}

    #geneic_list .list_item .img_box a {
        display: block;
    }

#geneic_list .list_item .img_alignment {
    vertical-align: middle;
    display: inline;
}



/******************** End of Style for Generic Detail and List ***************************/
/******************** Style for Inner Page **********************************/

/******************** End of Style for Inner Page ***************************/
/******************** Style for Footer **************************************/
/*Footer Top*/
#footer_top {
    min-height: 90px;
    line-height: 90px;
    background-color: #e8e8e8;
}

    #footer_top #stay {
        font-size: 16px;
        line-height: 90px;
    }

    #footer_top #keep_in_touch {
        font-size: 24px;
        line-height: 90px;
    }

        #footer_top #keep_in_touch div {
            display: inline-block;
            _height: 30px;
            zoom: 1;
            padding: 3px 0;
            line-height: normal;
            width: 38px;
            vertical-align: top;
            margin: 26px 12px 0 0;
        }

#subscrib_btn {
    line-height: 90px;
}
/*Footer Middle*/
#footer {
    background: #cecece; /* Old browsers */
    background: -moz-linear-gradient(top, #cecece 0%, #cfcfcf 60%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(60%,#cfcfcf), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cecece 0%,#cfcfcf 60%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cecece 0%,#cfcfcf 60%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cecece 0%,#cfcfcf 60%,#cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cecece 0%,#cfcfcf 60%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
    min-height: 210px;
}

    #footer p {
        color: #000;
    }

        #footer p.title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
        }

    #footer ul {
        list-style: none;
        margin: 0;
    }

        #footer ul li {
            line-height: 25px;
        }

            #footer ul li a,
            #footer ul li a:link,
            #footer ul li a:active,
            #footer ul li a:visited,
            #footer ul li a:focus {
                margin: 0;
                display: block;
                color: #727272;
            }


    #footer .span3 {
        padding: 30px 15px 30px 15px;
    }

.link_fb {
    background: transparent url('../../../i/icon_fb.png') 0 50% no-repeat;
}

.link_youtube {
    background: transparent url('../../../i/youtube_icon.png') 0 50% no-repeat;
}

.link_twi {
    background: transparent url('../../../i/icon_twi.png') 0 50% no-repeat;
}

.link_in {
    background: transparent url('../../../i/icon_in.png') 0 50% no-repeat;
}

#footer_col_4 ul li a,
#footer_col_4 ul li a:link,
#footer_col_4 ul li a:active,
#footer_col_4 ul li a:visited,
#footer_col_4 ul li a:focus {
    padding: 0 0 0 34px;
    margin: 0 0 15px 0;
    color: #727272;
}
/*Footer Bottom*/
#footer_btm {
    height: 64px;
    line-height: 64px;
}

#copyright_text {
    line-height: 64px;
}

#footer_btm #copyright_text text-right {
    color: #9d9d9d;
}

/******************** End of Style for Footer ***********************************/
/******************** End of Style for CMS Fix ***********************************/
#iasp_adminmenu_ctr {
    margin-top: 20px;
}

#cms_cpanel a,
#cms_cpanel a:link,
#cms_cpanel a:active,
#cms_cpanel a:visited,
#cms_cpanel a:focus {
    text-decoration: none;
}

table.displaytbl {
    width: 100%;
}

#contactusform table {
    width: 100%;
}
/******************** End of Style for CMS Fix ***********************************/
/******************** 20140903 to fix the guest search result style ***************************/
.search-bar-outter .search-bar .cpanel_btn #appSearch + span.btnAjaxSearch,
.search-bar-outter .search-bar .fExportCsv { /*ie7 hacks*/
    display: inline-block;
    *display: inline;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 35px 0 15px;
    height: 26px;
    _height: 30px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #4684AE url("https://secure.iasp.com.au/resources/v6/bg_submit_arrow.png") right center no-repeat;
    color: #FFFFFF !important;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px !important;
    font-family: Arial,sans-serif;
    line-height: 26px;
    cursor: pointer;
    zoom: 1;
}

    .search-bar-outter .search-bar .cpanel_btn .btnAjaxSearch:hover,
    .search-bar-outter .search-bar .fExportCsv:hover {
        cursor: pointer;
    }

.in_manage_guests div#iasp_listhighlight > .iasp_infobox.iasp_tt_Info24 {
    margin-top: 45px;
}
/******************** End of 20140903 to fix the guest search result style ***************************/
/******************** Style for Shopping Cart Upgrade 04/02/2015 ***************************/
.cart_steps_bar {
    height: 59px;
}
    .cart_steps_bar .cart_step {
    padding:9px;
    }
/******************** End of Style for Shopping Cart Upgrade 04/02/2015 ***************************/
/** For search table **/
table#searchtbl {
    width: 100%;
}

    table#searchtbl tr {
        display: none;
    }

        table#searchtbl tr:nth-child(1),
        table#searchtbl tr:nth-child(2),
         table#searchtbl tr:last-child {
            display: block;
        }

            table#searchtbl tr:nth-child(1) td.searchleft,
            table#searchtbl tr:nth-child(1) td.searchright,
            table#searchtbl tr:nth-child(2) td.searchleft,
            table#searchtbl tr:nth-child(2) td.searchright {
                display: block;
                width: 100%;
            }
/** For search table ends**/
/************************************************* 20150616 For Cart ****************************************/
.full_cart select {
    max-width: 100%;
}

div.minicart_box .col5.tobeconfirmed {
    width: 35%;
}

table.shoppingcart tr > th.col5 {
    width: 25%;
}

table.shoppingcart .iasp_box .iasp_msg .iasp_msg_inner {
    max-width: 190px;
}

    table.shoppingcart .iasp_box .iasp_msg .iasp_msg_inner ul {
        margin-bottom: 0;
    }

        table.shoppingcart .iasp_box .iasp_msg .iasp_msg_inner ul li {
            line-height: normal;
        }

table.shoppingcart .iasp_box .iasp_msg .icon_error_32 {
    width: 18px;
    height: 36px;
    background-size: 18px;
    background-position: 0 8px;
}
/************************************************* 20150616 For Cart Ends ****************************************/