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

a.exp-ecom-link {
    display:inline-block;
    zoom:1;
    height:25px;
    position:relative;
    color:#fff;
    background:url(../skin/button/exp-btn.png) no-repeat;
    padding:0 0 0 10px;
    text-decoration:none;
}
a.exp-ecom-link strong {
    display:inline-block;
    zoom:1;
    margin-right:-10px;
    padding-right:15px;
    height:25px;
    background:url(../skin/button/exp-btn.png) no-repeat 100% 0;
}
a.exp-ecom-link em {
    display:block;
    margin:3px 0;
}
/* hover */

a.exp-ecom-link:hover {
    background-position:0 -27px;
}
a.exp-ecom-link:hover strong {
    background-position:100% -27px;
}

/* dissabled */

a.exp-ecom-link:hover {
    background-position:0 -27px;
}
a.exp-ecom-link:hover strong {
    background-position:100% -27px;
}



/****************  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;
}
