#content p.intro {
    font-weight: bold;
    line-height: 2em;
    font-size: 1.3em;
    color: #7e7c74;
}

#content p.intro-image img {
    padding: 0 0 1em 0;
}

#content .product {
    padding: 10px;
    margin: 20px 0;
    overflow: hidden;
}

body#index #content .product {
    margin: 5px 0;
}

#content .product-title {
    padding: 5px 10px;
    margin: 0 0 5px 0;
    background: #ccc;
}

body#index #content .product-title {
    padding: 2px 10px;
    margin: 0;
}

#content .product-title h4 {
    font-size: 1em;
}

#content .product-image {
    width: 49%;
    float: left;
    margin-top: 10px;
}

body#index #content .product-image img {
    max-height: 70px;
}

#content .product-desc {
    width: 48%;
    float: right;
    margin-top: 10px;
    clear: right;
}

#content .product-bottom-line {
    clear: both;
    padding: 10px 0 15px 0;
}

#content .product-image-caption {
    float: left;
    width: 48%;
}

#content .product-more {
    float: right;
    width: 48%;
    text-align: right;
}

#content .product-more a:after {
    content: "\00a0\00a0\2192";
}


table.test {
}

.test td {
}


table.product-table, table.conversion-table {
    border: none;
    margin: 15px 0;
    width: 100%;
}

.product-table caption {
    text-align: left;
    padding: 3px 2px;
    font-weight: bolder;
    font-size: 1.1em;
}

.product-table thead {
    background: #ccc;
}

.product-table tbody {
}

.product-table thead th {
    font-weight: bold;
}

.product-table tr {
}

.product-table .col-2-2, .product-table .col-3-3 {
    width: 35%;
}

.product-table .col-2-3 {
    width: 10%;
}

.col-1-x-f {
    width: 35%;
}

.col-2-x-f {
    width: 10%;
}

.product-table tbody td, .product-table thead th, .conversion-table tbody td, .conversion-table thead th {
    padding: 3px 2px;
}

.product-table tbody td {
    border-bottom: 1px solid #ccc;
}

table.conversion-table {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}






