#basket_outer{
    margin: 20px 0 0 15px;
}

#basket {
    margin: 20px;
}

#basket td{
    vertical-align: top;
}

#basket td, #basket th{
    padding: 10px;
}

#basket th{
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    color: #000;
}

#basket img{
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

#basket a{
    text-decoration: none;
}

#basket a:hover{
    text-decoration: underline;
}

#basket .nwr{
    white-space: nowrap;
    width: 90px;
    text-align: right;
}

#basket p{
    padding: 3px;
    margin: 0px;
}

#basket #topay {
    background-color: #669933;
    color: #FFF;
    font-weight: bold;
    width: 180px;
}

#basket #info {
    background-color: lightyellow;
    color: #FF3300;
    margin: 10px 10px 0;
    text-align: left;
}

#basket small {
    color: #CCC;
}

