/* general
    ------------------------------------------------------------------------------------------------------- */
.body2 h1 {
    text-decoration: none;
}

fieldset {
    border: 0;
    margin: 0.5em;
}

fieldset#navigation_top input#btn_reset1 {
    float: left;
}

fieldset#navigation_top input#btn_next1 {
    float: right;
}

fieldset#navigation_bottom input#btn_reset {
    float: left;
}

fieldset#navigation_bottom input#btn_back {
    float: left;
}

fieldset#navigation_bottom input#btn_next {
    float: right;
}

fieldset#navigation_bottom input#btn_submit {
    border: 3px double black;
    float: right;
}

/* error messaging
    ------------------------------------------------------------------------------------------------------- */
div.warning {
    margin: 1em;
    border: 2px solid red;
    padding: 1.5em;
    color: red;
    background-color: #ffd8d8;
    font-weight: bold;
}

div.warning h1 {
    color: red;
    text-decoration: underline;
}

/* shop page
    ------------------------------------------------------------------------------------------------------- */
#shop #catalog {
    margin: 1em;
    border: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 0;
    border-collapse: collapse;
    empty-cells: show;
}

#shop #catalog th {
    border-bottom: 2px solid #000;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
}

#shop #catalog td {
    padding: 0 0.5em 0 0.5em;
    text-align: center;
}

#shop #catalog tr.colgroupbegin td {
    padding-top: 0.5em;
}

#shop #catalog tr.colgroupend td {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
}

#shop #catalog td a.nutz {
    font-weight: bold;
}

#shop #catalog .note {
    color: red;
    font-style: italic;
    font-weight: bold;
}

#shop #catalog td.note {
    text-align: center;
    color: red;
    font-style: italic;
    font-weight: bold;
}

#shop #catalog input {
    width: 2em;
    text-align: right;
}

/* billship page
    ------------------------------------------------------------------------------------------------------- */
#billship #customerform legend {
    font-weight: bold;
    margin-left: 10em;
}

#billship #customerform div {
    width: 45em;
    margin: 0.25em;
}

#billship #customerform div.comment {
    width: 30em;
    margin-left: 10.25em;
    text-align: left;
}

#billship #customerform div.checkbox {
    width: 30em;
    margin-left: 10.25em;
}

#billship #customerform input, #billship #customerform textarea {
}

#billship #customerform input.warning, #billship #customerform textarea.warning {
    border: 1px solid red;
    background-color: #ffd0d0;
}

#billship #customerform input.checkbox {
    display: inline;
    float: left;
    margin: 0;
    margin-right: 1em;
}

#billship #customerform input#city, #billship #customerform input#shipto_city {
    margin-left: 0.20em;
}

#billship #customerform label {
    display: block;
    width: 9em;
    float: left;
    text-align: right;
    margin-right: 1em;
}

#billship #customerform label.checkbox {
    display: block;
    width: 25em;
    float: none;
    text-align: left;
    margin-left: 2em;
    margin-right: 0;
}

/* review page
    ------------------------------------------------------------------------------------------------------- */
#review #customerform h2 {
    color: black;
    font-weight: bold;
}

#review #customerform div {
    width: 45em;
    padding: 1em;
    padding-left: 5em;
    clear: both;
}

#review #customerform div#address {
    width: 20em;
    float: left;
}

#review #customerform div#shiptoaddress {
    width: 20em;
    float: right;
    padding-left: 0;
    padding-right: 5em;
    clear: none;
}

#review #customerform div div {
    padding: 0;
}

#review #customerform input, #reviewform #customerform textarea {
    border: 0;
    background-color: #F4B350;
    font-weight: bold;
}

#review #customerform input.checkbox {
    display: inline;
    float: left;
    margin: 0;
    margin-right: 1em;
}

#review #customerform label.checkbox {
    display: block;
    width: 40em;
    float: none;
    text-align: left;
    margin-left: 2em;
    margin-right: 0;
}

#review #navigation_bottom {
    border: 0;
    padding: 15px;
    margin: 10px;
}
