table.chart {
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center;
}

table.chart th {
    text-align: left;
    border: 1px solid #ccc;
    padding: 3px 0;
}

table.chart td:first-child {
    width: 22%;
}

table.chart td {
    border-bottom: 1px solid #f3f3f3;
    padding: 5px 0;
    width: 19%;
}

table.chart td.pb {
    padding-bottom: 20px;
}

table.chart td.pt {
    padding-top: 20px;
}

#price-chart th.active {
    background: #ccc;
}

#price-chart td.active {
    background: #f9f9f9;
}

#price-chart tr td:first-child {
    text-align: right;
    padding-right: 10px;
    cursor: help;
    width:300px;
}

#price-chart tr td:first-child img:hover {
    cursor: help;
}

#price-chart img {
    margin: 0 12px;
}

#price-chart .price {
    font-size: 24px;
    color:#5e5e5e;
    margin: 0 0 10px 0;
}
#price-chart .question {
    padding-left: 5px;
    color: #999;
}

#price-chart .question-mark {
    font-weight: bold;
    color: #ae7b00;
}

div.box {
    background:#F6F6F7;
    border:1px solid #D6D6D6;
    font-size:90%;
    margin:40px 0 0;
    padding:6px 9px;
}
h3 {
    color:#AE7B00;
    font-family:Helvetica,Arial,Verdana;
    font-weight:normal;
}

.highlight {
    background:#FCFFBF none repeat scroll 0 0;
    color:#666666;
    padding:3px 6px;
}

