﻿#tips_pane
{
    width: 350px;
    margin-top: 10px;
}
#tips_content_pane
{
    width: 210px;
    float: left;
    background-color: #F7F7F7;
}
#highlights_content_pane
{
    width: 210px;
    float: left;
    background-color: #F7F7F7;    
}
.tips_box
{
    font-size: 12px;
    margin: 10px 0px 15px 10px;
}
.tips_box h3
{
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    line-height: 5px;
}
.tips_box ul
{
    padding: 6px;
    margin: 2px;
    list-style-image: url("/images/common/bullet-round.png");
    list-style-type: none;
}
.highlights_box
{
    font-size: 12px;
    margin: 10px 0px 15px 10px;
}
.highlights_box h3
{
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    line-height: 5px;
}
.highlights_box ul
{
    padding: 6px;
    margin: 2px;
    list-style-image: url("/images/common/bullet-round.png");
    list-style-type: none;
}

