﻿#basket
{
    float: left;
    display: block;
    width: 543px;
    min-width: 543px;
    text-align: left;
    margin-top: 25px;
    color: #515151;
}

#basket img
{
    border: 0px;
}

#basket .paging
{
    float: left;
    display: block;
    width: 543px;
    min-width: 543px;
    border: 0px;
}

#basket .paging .listtitle
{
    height: 23px;
    line-height: 23px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f39800; 
    border: 0px;
}

#basket .paging .listitem, #basket .paging .ListPrice
{
    height: 23px;
    line-height: 23px;
    font-size: 9pt;
    border: 0px;
    border-bottom: solid 1px #f39800;
}

#basket .paging a
{
    color: #515151;
    text-decoration: none;
}

fieldset
{
    float: left;
    display: block;
    width: 543px;
    margin-top: 15px;
}

fieldset table
{
    margin-left: 5px;
}

.arearules
{
    float: left;
    display: block;
    width: 530px;
    height: 200px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#basket .submitter
{
    float: left;
    display: block;
    height: 80px;
    width: 100%;
    margin-top: 20px;
}