/* our_view.css - the CSS styles for the our view section. */

.bottomright {
    position:           relative;
    float:              right;
    z-index:            999;
    height:             84px;
    padding:            0;
    margin-top:         -96px;
    margin-right:       7px;
}

/* for non-IE only - min-height hack */
html>body .bottomright {
    margin-right:       12px;
}

.bottomright .middleimg {
    padding:            0 10px;
}

.seperate_box {
    clear:              both;
}

table#community-article {
    border-collapse:    collapse;
}

table#community-article tr th {
    font-weight:        bold;
}

table#community-article tr th, table#community-article tr td {
    border:             1px solid #1C1612;
    padding:            5px;
}