table.sortable {
    width: 100%;
    border-collapse: collapse;
}
table.CDatTable {
    border-collapse: collapse;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    font-size: 10pt;
    margin-top: 5px;
}

div#ProductList, div#CartList {
    max-height: 300px;
    overflow:auto;
    border: 1px solid #CCC;
    margin: 10px 0px;
    font-size: 0.8em;
}

td {
    padding: 3px;
    vertical-align: top;
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
    border-bottom: 1px solid #CCC;
}

table.sortable tr:nth-child(even) { background: #F2F2F2; }
table.sortable tr:nth-child(odd) { background: #FFF: }
table.sortable td { border-left: 1px solid #CCC; }
table.sortable td:first-child { border-left: none; }

body {
    font-family:arial,helvetica,sans-serif;
    
}
legend.old {
    font-weight: bold;
    font-size: 12pt;
    xbackground-color: white;
        background-color: #EFAE00;
    padding: 3px 5px 3px 5px;
    border-top: 2px solid #727897;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
div.legend {
    font-weight: bold;
    font-size: 12pt;
    background-color: #FFBC0A;
    padding: 3px 5px 3px 5px;
    border: 2px solid black;
    margin-bottom: 8px;
    margin-left: 10px;
    width: 300px;
}
div.legend_home {
    font-weight: bold;
    font-size: 12pt;
    background-color: #FFBC0A;
    padding: 3px 5px 3px 5px;
    border: 2px solid black;
    margin-bottom: 8px;
    margin-left: 10px;
    width: 100px;
}
div.fieldset {
    border: 2px solid #727897;
    background-color: white;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
}
body {
    background-color: #5B607B;
    background-image: url('pattons-gradient.gif');
    background-repeat: repeat-x;
    margin: 0px;
}
pre.OrderNotes {
    font-size: 8pt;
    margin: 0px;
}
label {
    width: 200px;
    font-size: 10pt;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
h2 { 
    margin: 0px; 
}
a {
    text-decoration: none;
    color: #1C1280;
}

a:hover {
    text-decoration: underline;
}
#headerDiv {
    margin-bottom: 10px;
    height: 97px;
    text-align: right;
}
#headerDiv img {
    float: left;
}
div#FooterText {
    font-size:8pt;text-align:center;
}