hr
{
    margin-top: 30px;
    margin-left: 52px;
    width: 400px;
}

select
{
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #FFFFFF;
}

.input_field
{
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #000000;
}

.form_section_header {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    color: rgb(255,102,0);
    margin-top: 10px;
    margin-left: 18px;
    padding-right: 24px;
}

.attribute_table
{
    margin-left: 49px;
    padding: 0px;
    margin-top: 5px;

}

.form_table
{
    margin-left: 18px;
    padding: 0px;
    width: 400px;
}

.form_info {
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    color: #000000;
    margin-top: 10px;
    margin-left: 18px;
    padding-right: 24px;
    width: 400px;
}

.form_label {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 8px;
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

.form_button {

    display: inline;
    margin-left: 16px;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.form_pulldown {
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #FFFFFF;
}

.inputRequirement
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
}

.cartHeaderRow
{
    background: #bedc9c;
    line-height: 15px;
}

.cartFormTH
{
    font-size: 11px;
    font-weight: bold;
    background-color: #bedc9c;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;

}

.cartFormTD
{
    font-size: 11px;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0px;
}

.shoppingCartEven
{
    line-height: 15px;
}

.shoppingCartOdd
{
    background-color: #bedc9c;
    line-height: 15px;
}

.formUL
{
    margin-left: 30px;
}

.formULI
{
    font-size: 11px;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
}

#cartTable, #orderHistTable
{
    margin-top: 10px;
    margin-left: 18px;
    width: 500px;
}

#prodConfirmTable, #prodConfirmTotalTable
{
    margin-top: 10px;
    margin-left: 18px;
    width: 400px;
}

.shippingCostTable
{
    margin-top: 10px;
    margin-left: 18px;
    width: 300px;
}

#thRemove
{
    text-align: center;
}

#thQuantity
{
    text-align: center;
}

#thProducts
{
    text-align: left;
}

#thTotal
{
    text-align: right;
}

.tdRemove
{
    text-align: center;
}
.tdProducts
{
    text-align: left;
}
.tdQuantity
{
    text-align: center;
}

.tdPrice
{
    text-align: right;
}

#cartSubTotalRow
{
    background-color: #FFFFFF;
    border: 6px solid #FFFFFF;
}

#thSubTotal
{
    text-align: right;
            border-top: 1px solid rgb(0,0,62);
}

#tdSubTotal
{
    text-align: right;
        border-top: 1px solid rgb(0,0,62);
}

.tdSubBlank
{
        border-top: 1px solid #FFFFFF;
}
