﻿.shoppingcartbox
{
    font-size: 11px;
    position: relative;
    font-family: Tahoma;
    color: #393738;
}

.shoppingcartboxcontent
{
    padding: 5px;
    border: 0pt none;
}

#shoppingcartboxtotal
{
    height:50px;
    padding-left: 7px;
}

#shoppingcartboxtotal div
{
    float: left;
    padding: 7px 7px 0px 7px;
}

#shoppingcartboxtotal span
{
    color: #76a933;
    font-weight: bold;
}

.ToShoppingCart
{
    text-align: center;
    padding-top: 7px;
}

.price
{
    color: #76a933;
}

.wizard table
{
    font-size:11px;
    font-family:Verdana;        
}

.wizard table th
{
    background-color:#80b332;
    color:White;
    font-weight:bold;
    height:30px;
    border: solid 1px white;
}

.wizard table th a
{
    color:White;
    text-decoration:none;
}

.wizard table th a:hover
{
    color:White;
    text-decoration:underline;
}

.wizard table td
{
    vertical-align:middle;
    border: solid 1px white;
    background-color:#e6f0d7;
}

.wizard table td a
{
    text-decoration:none;
    color:#333333;
}

.wizard table td a:hover
{
    text-decoration:underline;
    color:#BF7828;
}

.wizard table td input
{
    text-align:center;
    font-size:11px;
}