﻿#product_details_text td.header,
#product_details_text td.heading
{
    width: 1px; 
    white-space: nowrap;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    padding-right: 1em;
}

#product_details div.header
{
    background: #C40001;
    padding: 0.25em;
    margin: 0 0.25em;
    font-weight: bold;
    font-size: 130%;
    color: #FFFFFF;
}

#product_details_table
{
    border-top: 1px dotted #777777;
    border-bottom: 1px dotted #777777;
}

#product_details_table td
{
    vertical-align: top;
    padding: 0.25em 0;
}

#product_details_image_cell
{
    width: 110px;
    text-align: center;
    vertical-align: top;
    border-right: 1px dotted #777777;
}

#product_details_image_cell a
{
    text-decoration: none;
    color: #000000;
}

.category_listing
{
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 714px;
}

.category_listing .heading
{
    background: #C40001;
    padding: 0.25em;
    font-weight: bold;
    font-size: 130%;
    color: #FFFFFF;
    clear: left;
    margin-top: 1em;
    text-align: center;
}

.category_listing .category
{
    float: left;
    width: 240px;
    height: 200px;
    border-right: 1px dotted #777777;
    border-bottom: 1px dotted #777777;
}
.category_listing .firstcategory
{
    border-left: 1px dotted #777777;
}

.category_listing .category a
{
    display: block;
    width: 240px;
    height: 200px;
    border: 0;
    color: #000000;
    font-weight: bold;
    position: relative;
    font-size: 150%;
    text-decoration: none;
}
.category_listing .category a span
{
    position: absolute;
    top: 5px;
    left: 5px;
    float: left;
    /*width: 10px;*/
    color: #150186;
    font-weight: normal;
    font-family: Impact, Arial, Sans-Serif;
    font-size: 120%;
}
.category_listing .category a img
{
    width: 240px;
    height: 200px;
    border: 0;
}

.category_listing .label em
{
    font-style: normal;
    color: #C40001;
}

#child_products
{
    width: 100%;
}

#child_products th, #child_products td
{
    text-align: center;
    padding: 4px;
    vertical-align: top;
}

#child_products th
{
    background: #150186;
    color: #FFFFFF;
    border-top: 1px dotted #777777;
    border-bottom: 1px dotted #777777;
}

#child_products img
{
    border: 0;
}

#child_products .child_image
{
    vertical-align: top;
    border-left: 1px dotted #777777;
    border-right: 1px dotted #777777;
    border-bottom: 1px dotted #777777;
}

#child_products .top_cell
{
    border-top: 1px dotted #777777;
}

#child_products .last_cell
{
    border-right: 1px dotted #777777;
}

.seodomain
{
    padding: 1em;
}

.seodomain h2
{
    color: #C40000;
    border-bottom: 1px solid;
    margin-top: 0;
}

.seodomain select
{
    width: 15em;
}