﻿/**blue btn**/
.specialBlueButton .right,
.specialBlueButton .center,
.specialBlueButton .center .arrows,
.specialBlueButton .left
{
 background: url("/National_Library/oe_/https://www.netbook.co.il/img/PNGSprite.png") no-repeat left top;   
 }

.specialBlueButton
{
    position: relative;
    text-decoration:none;
}

.specialBlueButton:hover
{
    filter:alpha(opacity=80); 
    opacity:0.8;
}
.specialBlueButton .right
{
    /*background-position: left -476px;*/
    background-position:-47px -552px;
    display: block;
    float: right;
    height: 35px;
    width: 17px;
}
.specialBlueButton .center
{
    background-position: left -438px;
    background-repeat: repeat-x;
    display:block;
    float: right;
    height: 35px;
}

.specialBlueButton .center .text
{
    color: #047ABD;
    float: right;
    font-size: 16px;
    font-weight: bolder;
    line-height: 31px;
    margin: 0 0 0 5px;
}
.specialBlueButton .center .text:hover,
.specialBlueButton:hover
{
    text-decoration:none !important;
    color: #047ABD !important;
}
.specialBlueButton .left
{
    background-position: left -552px;
    display: block;
    float: right;
    height: 34px;
}

/****end blue btn****/