﻿.regularPrice
{
    
}

.oldPrice
{
    text-decoration: line-through;
    color: Gray;
}

.salePrice
{
    color: Red;
}

.qdiscount
{
    color: Red;
    font-size: 85%;
}

#webstore-registerform,
#webstore-billingaddress,
#webstore-shippingservice,
#webstore-shippingaddress,
#webstore-paymentoptions,
#webstore-remindpassword
{
    margin-left: 150px;
}

/* =Confirmation Info
-------------------------------------------------------------------*/


#webstore-infopanel
{
    float: left;
}

#webstore-infopanel h2
{
    margin: 0 0 5px 0;
    font-size: 100%;
    padding: 0;
}

#webstore-infopanel .panel
{
    padding: 5px 0 20px 0;
}

#webstore-infopanel .panel-content
{
    font-size: 90%;
}


#webstore-infopanel .panel-action
{
    font-size: 95%;
    padding-top: 5px;
}

#webstore-infopanel .panel-action a
{
    text-decoration: underline;    
}

#webstore-checkout-buttons
{
    padding: 20px 0 20px 7px;
}

#webstore-checkout-buttons #button-back
{
    padding-top: 3px;    
}

#webstore-checkout-buttons #button-forward
{
    float: right;
}