table.product_sizes {
    width: 500px;
    border: solid #fff;
    border-width: 0px 1px 1px 0px;
}

table.product_sizes th {
    text-align: center;
    font-weight: bold;
    border: solid #fff;
    border-width: 1px 0px 0px 1px;
    padding: 3px;
    color: #1e3790;
}

table.product_sizes th.row {
    text-align: left;
    width: 120px;
}

table.product_sizes th.blank {
    border-width: 0px;
}

table.product_sizes td {
    border: solid #fff;
    border-width: 1px 0px 0px 1px;
    text-align: center;
    padding: 3px;
    color: #1e3790;
}

em.product, span.label {
    font-weight: bold;
    color: #1e3790;
}

em, em.product, span.label {
    font-weight: bold;
    color: #1e3790;
}

div.question {
    color: #1e3790;
    font-size: 15px;
    text-decoration: italic;
}

div.img_text {
    width: 100%;
    font-size: 80%;
    border: solid 1px green;
    padding: 10px 0px;
    clear: both;
}

img.img_left {
    float: left;
}

div.img_left {
    float: left;
    padding: 5px;
    margin: 0px 10px 10px 0px;
    font-size: 0.8em;
}

a div.img_left img, div.img_left a img {
    border: none;
}

img.img_right {
    float: right;
}

div.img_right {
    float: right;
    padding: 5px;
    margin: 0px 0px 10px 10px;
    font-size: 0.8em;
}

div.hidden_hr_visible {
    width: 100%;
    height: 1em;
    clear: both;
    border: solid 1px red;
}

div.hidden_hr_invisible {
    width: 100%;
    height: 1em;
    clear: both;
}

