#cartsummary dl {
    margin: 0 10px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

#cartsummary dd {
    text-align: right;
    padding: 2px 5px;
}

#cartsummary span {
    color: #981418;
    font-weight: bold;
}

#cartsummary dt {
    text-align: right;
    padding: 2px 5px;
    font-weight: bold;
}

#cartsummary span.free {
    color: #67812E;
}


ul.sizeList {
    margin: 10px;
    list-style-type: none;
}

ul.sizeList li {
    padding: 4px 2px;
    clear: both;
}

ul.sizeList p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

ul.sizeList a {
    float: left;
    display: block;
    text-align: center;
    width: 45px;
    line-height: 30px;
    height: 30px;
    color: #FFF;
    text-decoration: none;
}

ul.sizeList a.available {
    background: url("img/bkg_size_available.png") no-repeat center center;
}

ul.sizeList a.outofstock {
    background: url("img/bkg_size_outofstock.png") no-repeat center center;
}

ul.sizeList a.fewinstock {
    background: url("img/bkg_size_fewinstock.png") no-repeat center center;
}
