/*
#billing-simplification-dialog
{
    background-color: black;
}
*/

#credit-button-wrapper {
    position: relative;
    background: url(http://strikersuperstars.com/images/shop/billing-simplification/credit-package.jpg) top left no-repeat;
    width: 226px;
    height: 125px;
    /*
    float: left;
    margin: 0 5px 5px 0;
    */
    /*cursor: pointer;*/
}
#credit-button-wrapper p.credits {
    font-size: 40px;
    display: block;
    position: relative;
    text-align: right;
    right: 10px;
    top:20px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    color:white;
}

#credit-button-wrapper p.price {
    display: block;
    font-size: 20px;
    position: relative;
    text-align: right;
    right: 10px;
    top:25px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    color:white;
}

.billing-simplification-slider-prev
{
    /*background: url(http://strikersuperstars.com/images/shop/billing-simplification/prev-smaller.jpg) top left no-repeat;*/
}


.billing-simplification-slider-next
{
    /*background: url(http://strikersuperstars.com/images/shop/billing-simplification/next-smaller.jpg) top left no-repeat;*/

}

.payment-method-item {
    padding: 5px 5px 5px 5px;
}

.payment-method-list {
    padding-top: 5px;
    padding-bottom: 5px;
}

#billing-simplification-dialog.boxy-content {
    /*padding :0;*/
}

#billing-simplification-product-list
{
    /*width:500px;*/
}



.billing-simplification-productgroup {
    border :  1px solid black;
}

#billing-simplification-container {
    background-color:black;
}


div#billing-simplification-dialog.boxy-content {
    background-color:black;
}

table.boxy-wrapper {
    border: 1px solid #FFFFFF;
    border-radius: 7px 7px 7px 7px;
}



#billing-simplification-dialog-close-button {
position: absolute;
top: 10px;
right: 10px;
z-index: 9999;
width: 20px;
height: 20px;
background: url(../../images/temp/close-button.png);
text-indent: -5000em;
cursor: pointer;
}















































#credit-button-wrapper-smaller {
    position: relative;
    background: url(http://strikersuperstars.com/images/shop/billing-simplification/credit-package-smallish2.jpg) top left no-repeat;
    /*width: 110px;*/
    height: 100px;
    /*float: left;*/
    /*margin: 0 5px 5px 0;*/
}
#credit-button-wrapper-smaller p.credits {
    font-size: 20px;
    color:white;
    display: block;
    position: relative;
    text-align: right;
    right: 5px;
    top:10px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

#credit-button-wrapper-smaller p.price {
    font-size: 20px;
    color:white;
    display: block;
    position: relative;
    text-align: right;
    right: 5px;
    top:13px;
    padding-bottom: 5px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}