/*  Standard styling.  */

html {
    /*  Prevent horizontal jump by forcing vertical scrollbar.  Works for CSS 3, but not 2.1.
    overflow-y: scroll;
    */
}
body {
    background-color: #FFF;
    color: #222;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 1em 2%;
}
caption {
    font-weight: bold;
}
fieldset {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    padding: 0.5em;
}
h1, h2, h3 {
    margin: 0.8em 0;
}
h1 {
    font-size: 160%;
    text-align: center;
}
h2 {
    font-size: 140%;
    text-align: center;
}
h3 {
    font-size: 110%;
}
hr {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
}
input, label, legend, li, p, select, span, td, th {
    font-size: 0.8em;
}
p span, span td {
    font-size: 1em;
}
label {
    margin-right: 1em;
}
p {
    margin-bottom: 1.2em;
}
table {
    border: 1px solid #000;
    margin: 1em 0;
}
td, th {
    border: 1px solid #000;
    padding: 2px 4px;
}
th {
    background-color: #CCC;
}
/*  Ordered by attributes.  */
td.action_button_in_table {
    text-align: center;
}
td.action_button_in_table, td form {
    margin: 0;
    padding: 0;
}
abbr[title], acronym[title] {
    /*  Produce dotted underline in all browsers.  */
    border-bottom: 1px dotted #000;
}
abbr[title]:hover, acronym[title]:hover {
    cursor: help;
}
#error_messages * {
    color: #F00;
    font-weight: bold;
}
abbr.field_is_required {
    border-bottom: 0;
    color: #F00;
    font-weight: bold;
}
input.field_is_readonly {
    background-color: #DCDCDC;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
formm#product_registration {
    margin: 0 auto;
}
form#product_registration label {
    float: left;
    margin-right: 1em;
    text-align: right;
    width: 200px;
}
.SxPxAxMxBxOxT_TxRxAxP {
    display: none !important;
}
legend {
    font-weight: bold;
}
span.form_entry_field_note {
    display: block;
    margin: .4em 0 .4em 2em;
}
#form_array_update table, #table_from_rows table {
    margin: 0 auto;
}
.form_field {
    display: block;
    margin-bottom: 0.7em;
}
#form_buttons, #form_login, #form_logout {
    margin: 1em auto;
    text-align: center;
}
#form_buttons input {
    margin: 4px;
}
label.label_is_clickable, input[type=submit], select {
    /*  Turn mouse pointer into hand, to show that label is clickable.  */
    cursor: pointer;
}
a.return_link {
    margin: 1em;
}
#table_names_list {
    margin: 0 auto;
    width: 50%;
}
#user_messages * {
    color: #0C0;
    font-weight: bold;
}

/*  Clear floats without structural markup in non-IE browsers (http://www.positioniseverything.net/easyclearing.html).  Add .clearfix to any element containing floated element.  */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;    /*  Else defaults to inline, which prevents clear property.  */
    height: 0;
    visibility: hidden;
}

