
/****
 ****   INDIVIDUAL VISUAL FORMATTING ELEMENTS : RIGHT SIDE PANEL
 ****/

#right_side_panel {
    padding:        0px 2px 0px 8px;
    margin-top:     0px;
    background-image:  url(http://media.faluninfo.net/media/photo/box-border-left.gif);
    background-repeat: repeat-y;
}

.right_side_link_group {
    padding:           2px 0px 5px 0px;
    text-align:        left;
    margin:            0px 0px 0px 0px;
    border-bottom:        3px double #aaa;
}

.right_side_link_group img {
}

.right_side_link_group h3 {
    color:            #333;
    font-size:        9pt;
    font-weight:      bold;
    text-transform:   uppercase;
    padding:          5px 0px 4px 5px;
/*
    xborder-top:       9px solid #1a76b2;
    xborder-bottom:    1px solid #1a76b2;
*/
}

.right_side_link_group ul {
    padding:          0px;
    margin:           0px 0px 4px 3px;
    color:            #333;
    list-style:       none;
    list-style-position: outside;
}

.right_side_link_group li {
    padding:          2px 0px 2px 4px;
    margin:           0px;
    border-bottom:    1px dashed #aaa;
    font-size:        8pt;
}

.right_side_link_group a {
    color:            #333;
    text-decoration:  none;
}

.right_side_link_group a:hover {
    color:            #0000ff;
    text-decoration:  none;
}

.right_side_viewall {
    text-align:  right;
    padding-right:  3px;
}

.quotation {
    color:            #1a76b2;
    font-size:        9pt;
    font-weight:      normal;
    font-family:      Georgia,Times New Roman,Times,serif;
    padding:          2px 5px 2px 20px;
    background-color: #fec;
    border-bottom:    3px double #777;
}

.quotation p {
    text-align:       right;
}

.quotation p:first-child {
    text-align:       left;
    font-style:       italic;
    line-height:      200%;
}

