﻿#flash-product
{
    height: 150px;
    margin: 0 auto;
    width: 980px;
    margin-bottom: 10px;
}

.navigator
{
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 2px solid #d5d5d5;
    margin-bottom: 10px;
    height: 60px;
    line-height: 68px;
    background: url("../images/box_header_bg.jpg") repeat-x scroll 0px 0px #fefefe;
}

.navigator a
{
    font-size: 15px;
    font-weight: bold;
}
.box-product
{
    height: 496px;
    background: url("../images/box_content_bg.png") no-repeat scroll right bottom #ffffff;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.product_intro p
{
    color: #585858;
    font-size: 12px;
    text-align: left;
    line-height: 150%;
}

table.list
{
    border-collapse: separate;
    border: 1px solid #f1f1f1;
    width: 100%;
}

table.list td, table.list th
{
    border-bottom: 1px solid #f1f1f1;
    
    padding: 10px 5px;
    overflow: hidden;
    vertical-align: middle;
}

table.list th
{
    font-weight: normal;
    font-size: 13px;
    padding: 10px 5px;
    color: #0065a3;
    line-height: 16px;
    font-weight: bold;
    background-color:#b1f5f8;
    border-bottom: 1px solid #f1f1f1;
}

table.list td
{
    padding: 8px 5px;
    font-size: 12px;
    line-height: 16px;
    border-right: 1px solid #f1f1f1;
}

table.list tbody tr.alternating td, .alternating
{
    background-color: #ffffff;
}
