/****************  ecom links  ***********************/

a.exp-ecom-link {
    display: inline-block;
    padding:5px 12px 8px 12px;
    background:url(../skin/button/btn-l.gif) no-repeat;
    color:#fff;
    text-decoration:none;
    position:relative;
}
a.exp-ecom-link span {
    display:block;
    width:11px;
    position:absolute;
    background:url(../skin/button/btn-r.gif) no-repeat;
    height:28px;
    right:0;
    _right:-1px;
    top:0;
}


a.exp-ecom-link:hover {
    background:url(../skin/button/btn-l-h.gif) no-repeat ;
    color:#ffffff;
}
a.exp-ecom-link:hover span {
    background:url(../skin/button/btn-r-h.gif) no-repeat;
}

/****************  dissabled links  ***********************/
a.exp-ecom-link-dis {
    display: inline-block;
    padding:5px 12px 8px 12px;
    background:url(../skin/button/btn-dis-l.gif) no-repeat ;
    color:#555555;
    text-decoration:none;
    position:relative;
}
a.exp-ecom-link-dis:hover {
    color:#555555;
}

a.exp-ecom-link-dis span {
    display:block;
    width:11px;
    position:absolute;
    background:url(../skin/button/btn-dis-r.gif) no-repeat;
    height:28px;
    right:0;
    _right:-1px;
    top:0;
}


/****************  General Button  ***********************/
a.btn {
    display:inline-block;
    padding:5px 12px;
    position:relative;
    background:url(../skin/button/btn-l.gif) no-repeat ;
    color:#fff;
    text-decoration:none;
    height:28px;
}
a.btn span {
    display:block;
    width:11px;
    position:absolute;
    background:url(../skin/button/btn-r.gif) no-repeat;
    height:28px;
    right:0;
    _right:-1px;
    top:0;
}

a.btn:hover {
    background:url(../skin/button/btn-l-h.gif) no-repeat;
}
a.btn:hover span {
    background:url(../skin/button/btn-r-h.gif) no-repeat;
}
