﻿body
{
    background-color: #F3F3F3;
}
#top
{
    padding-top:10px;
    padding-bottom:10px;
    height:80px;
}
#cart
{
    background-image: url('../img/cart.png');
    background-repeat: no-repeat;
}
#cards
{
    margin-top:4px;
    padding-bottom:4px;
    
}
.wizard
{
    
    padding:10px;
    width: 147px;
    height: 40px;
    float: left;
}
.wizard.active
{


}
.wizard.undone
{
    color: #C0C0C0;
}

.wizardSplitter
{
    width:8px;
    float:left;
    }