/* home button */
div.home_tab {
    background-image:url("../images/buttons/home.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.home_tab:hover {
    background-image:url("../images/buttons/home_hover.gif");
}

div.home_tab:active {
    background-image:url("../images/buttons/home_click.gif");
}

div.home_tab_hover {
    background-image:url("../images/buttons/home_hover.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.home_tab_click {
    background-image:url("../images/buttons/home_click.gif");
}


/* sitemap button */
div.sitemap_tab {
    background-image:url("../images/buttons/sitemap.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.sitemap_tab:hover {
    background-image:url("../images/buttons/sitemap_hover.gif");
}

div.sitemap_tab:active {
    background-image:url("../images/buttons/sitemap_click.gif");
}

div.sitemap_tab_hover {
    background-image:url("../images/buttons/sitemap_hover.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.sitemap_tab_click {
    background-image:url("../images/buttons/sitemap_click.gif");
}

/* privacy button */
div.privacy_tab {
    background-image:url("../images/buttons/privacy.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.privacy_tab:hover {
    background-image:url("../images/buttons/privacy_hover.gif");
}

div.privacy_tab:active {
    background-image:url("../images/buttons/privacy_click.gif");
}

div.privacy_tab_hover {
    background-image:url("../images/buttons/privacy_hover.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.privacy_tab_click {
    background-image:url("../images/buttons/privacy_click.gif");
}


/* details button */
div.details_tab {
    background-image:url("../images/buttons/details.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.details_tab:hover {
    background-image:url("../images/buttons/details_hover.gif");
}

div.details_tab:active {
    background-image:url("../images/buttons/details_click.gif");
}

div.details_tab_hover {
    background-image:url("../images/buttons/details_hover.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.details_tab_click {
    background-image:url("../images/buttons/details_click.gif");
}

/* consumables button */
div.consumables_tab {
    background-image:url("../images/buttons/consumables.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.consumables_tab:hover {
    background-image:url("../images/buttons/consumables_hover.gif");
}

div.consumables_tab:active {
    background-image:url("../images/buttons/consumables_click.gif");
}

div.consumables_tab_hover {
    background-image:url("../images/buttons/consumables_hover.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.consumables_tab_click {
    background-image:url("../images/buttons/consumables_click.gif");
}




/* compare button */
div.compare_tab {
    background-image:url("../images/buttons/compare.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.compare_tab:hover {
    background-image:url("../images/buttons/compare_hover.gif");
}

div.compare_tab:active {
    background-image:url("../images/buttons/compare_click.gif");
}

div.compare_tab_hover {
    background-image:url("../images/buttons/compare_hover.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.compare_tab_click {
    background-image:url("../images/buttons/compare_click.gif");
}

/* item add to basket button */
div.il_add_to_basket_tab {
    background-image:url("../images/buttons/il_add_to_basket.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.il_add_to_basket_tab:hover {
    background-image:url("../images/buttons/il_add_to_basket_hover.gif");
}

div.il_add_to_basket_tab:active {
    background-image:url("../images/buttons/il_add_to_basket_click.gif");
}

div.il_add_to_basket_tab_hover {
    background-image:url("../images/buttons/il_add_to_basket_hover.gif");
    /*behavior: url(css/hover_click.htc );*/  /* For IE Only */
}

div.il_add_to_basket_tab_click {
    background-image:url("../images/buttons/il_add_to_basket_click.gif");
}






/* previous button */
div.previous_tab {
    background-image: url("../images/buttons/previous.gif");
    background-repeat: no-repeat;
    background-position: 0 60%;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}

div.previous_tab:hover {
    background-image:url("../images/buttons/previous_hover.gif");
}

div.previous_tab_hover {
    background-image:url("../images/buttons/previous_hover.gif");
    background-repeat: no-repeat;
    background-position: 0 60%;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}

/* next button */
div.next_tab {
    background-image:url("../images/buttons/next.gif");
    background-repeat: no-repeat;
    background-position: 100% 60%;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}

div.next_tab:hover {
    background-image:url("../images/buttons/next_hover.gif");
}

div.next_tab_hover {
    background-image:url("../images/buttons/next_hover.gif");
    background-repeat: no-repeat;
    background-position: 100% 60%;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}

/* next button */
div.print_tab {
    background-image:url("../images/buttons/next.gif");
    background-repeat: no-repeat;
    background-position: 100% 60%;
}

div.print_tab:hover {
    background-image:url("../images/buttons/next_hover.gif");
}

div.print_tab_hover {
    background-image:url("../images/buttons/next_hover.gif");
    background-repeat: no-repeat;
    background-position: 100% 60%;
}

/* forward_text button */
div.forward_text_tab {
    background-image:url("../images/buttons/next.gif");
    background-repeat: no-repeat;
    background-position: 100% 60%;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}

div.forward_text_tab:hover {
    background-image:url("../images/buttons/next_hover.gif");
}

div.forward_text_tab_hover {
    background-image:url("../images/buttons/next_hover.gif");
    background-repeat: no-repeat;
    background-position: 100% 60%;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}


/* search button */
div.search_tab {
    background-image:url("../images/buttons/search.gif");
    background-repeat: no-repeat;
    background-position: 50% 65%;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
    float:right;
}

div.search_tab:hover {
    background-image:url("../images/buttons/search_hover.gif");
}

div.search_tab_hover {
    background-image:url("../images/buttons/search_hover.gif");
    background-repeat: no-repeat;
    background-position: 50% 65%;
    float:right;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}

/* find button */
div.find_tab {
    background-image:url("../images/buttons/find.gif");
    background-repeat: no-repeat;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}

div.find_tab:hover {
    background-image:url("../images/buttons/find_hover.gif");
}

div.find_tab_hover {
    background-image:url("../images/buttons/find_hover.gif");
    background-repeat: no-repeat;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}


/* basket button */
div.basket_tab {
    background-image:url("../images/buttons/basket_.gif");
    background-repeat: no-repeat;
    background-color: #e1ecff;
    background-position: 5 60%;
    border-right:1px solid #000000;
    width:130px;
    height:22px;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}

div.basket_tab:hover {
    background-color: #0a357e;
    background-image:url("../images/buttons/basket_hover.gif");
}

div.basket_tab_hover {
    width:100%;
    height:100%;
    background-image:url("../images/buttons/basket_hover.gif");
    background-repeat: no-repeat;
    background-position: 12 60%;
    /*behavior: url(css/hover.htc );*/  /* For IE Only */
}


/* add to basket button */
div.add_to_basket_tab {
    position:relative;

    background-image:url("../images/buttons/add_to_basket_n.gif");
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-color:#e1ecff;

    padding:3px;
    padding-left:33px;

    width:155px;
    height:21px;

    border-right:1px solid #000000;

    /*behavior: url(css/hover.htc );*/

    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.delivery_price_tab {
    position:relative;

    padding:3px;
    padding-left:16px;

    width:155px;
    height:21px;

    border-right:1px solid #000000;

    cursor:hand;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.add_to_basket_tab:hover {
    background-image:url("../images/buttons/add_to_basket_hover_n.gif");
    background-color:#0a357e;
    cursor:hand;
}

a.link_to_white:hover {
    color: #ffffff;
}

div.add_to_basket_tab_hover {
    position:relative;

    background-image:url("../images/buttons/add_to_basket_hover_n.gif");
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-color:#0a357e;

    cursor:hand;

    padding:3px;
    padding-left:33px;

    width:155px;
    height:21px;

    border-right:1px solid #000000;

    /*behavior: url(css/hover.htc );*/
}
