.subscribe_button {
    background:url("../images/btn_subscribe_bg_down.png") no-repeat;
    width:109px;
    height:31px;
    border:none;
    margin-top:8px;
}

.subscribe_button:hover {
    background:url("../images/btn_subscribe_bg_over.png") no-repeat;
}

.prodin_action_buttons .btn_print {
    float:right;
    display:block;
    width:120px;
    height:31px;
    background:url("../images/btn_print_bg_down.png") no-repeat;
}

.prodin_action_buttons .btn_print:hover {
    background:url("../images/btn_print_bg_over.png") no-repeat;
}

.prodin_action_buttons .btn_pricelist {
    position:relative;
    float:right;
    display:block;
    width:133px;
    height:31px;
    background:url("../images/btn_pricelist_bg_down.png") no-repeat;
    margin-left:6px;
}

.prodin_action_buttons .btn_pricelist:hover {
    background:url("../images/btn_pricelist_bg_over.png") no-repeat;
}

.prodin_action_buttons .btn_offerreq {
    float:right;
    display:block;
    width:193px;
    height:31px;
    background:url("../images/btn_offerreq_bg_down.png") no-repeat;
    margin-left:6px;
}

.prodin_action_buttons .btn_offerreq:hover {
    background:url("../images/btn_offerreq_bg_over.png") no-repeat;
}


.contact_form_send_btn {
    float:right;
    border:none;
    width:87px;
    height:24px;
    background:url("../images/btn_send_bg_down.png") no-repeat;
    margin:8px 4px 0 0;
}

.contact_form_send_btn:hover {
    background:url("../images/btn_send_bg_over.png") no-repeat;
}

.sub_category_products_btn {
    position:absolute;
    bottom:4px;
    left:23px;
    display:block;
    width:107px;
    height:31px;
    background:url("../images/btn_products_bg_down.png") no-repeat;
}

.sub_category_products_btn:hover {
    background:url("../images/btn_products_bg_over.png") no-repeat;
}

.product_list_box_details_btn {
    margin:14px 0 0 0;
    display:block;
    width:87px;
    height:24px;
    background:url("../images/btn_details_bg_down.png") no-repeat;
}

.product_list_box_details_btn:hover {
    background:url("../images/btn_details_bg_over.png") no-repeat;
}

.sub_category_sert_btn {
    position:absolute;
    bottom:4px;
    left:134px;
    display:block;
    width:145px;
    height:31px;
    background:url("../images/btn_sert_bg.png") no-repeat;
}

.sub_category_sert_btn:hover {
    background:url("../images/btn_sert_bg_h.png") no-repeat;
}

.certificate-download {
    float:left;
    width:102px;
    height:25px;
    background:url("../images/btn_download.png");
    margin:22px 7px 0 0;
}

.certificate-download:hover {
    background:url("../images/btn_download_h.png");
}

.certificate-preview {
    float:left;
    width:102px;
    height:25px;
    background:url("../images/btn_preview.png");
    margin:22px 0 0 0;
}

.certificate-preview:hover {
    background:url("../images/btn_preview_h.png");
}