#price{
    margin-bottom:2em;
    width:100%;
}

#price caption{
    text-align:right;
}

#price td,
#price th{
    text-align:right;
    padding:0.5em;
    border:1px solid #cdd;
    vertical-align: middle;
}

#price thead th{
    background:#dcf1f5;
}

#price tbody th{
    color:#069;
}

#price .even th{
    background: #e9f7e4;
}

#price .even td{
    background:#edf7e9;
}

#price .odd th{
    background:#f4fcf0;
}

#touringSet .image{
    float:left;
    width:180px;
}

#touringSet .image img{
    width:100%;
}

#touringSet .description{
    margin-left:200px;
}

#discount aside{
    color:#999;
}

#discount strong{
    color:red;
}

#delivery aside{
    color:#999;
}