/* Options for interacting with a given listing */
.listing_menu h3 {
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 4px;
    color: #660015;
    font-size: 14px;
}

.listing_menu ul {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0 3px;
    border-top: 1px solid #C8CCD0;
    border-left: 1px solid #C8CCD0;
    border-right: 1px solid #C8CCD0;
}
.listing_menu li {
    display: block;
    list-style: none;
    border-bottom: 1px solid #C8CCD0;
    background-position: 5px 5px;
}
.listing_menu li a {
    display:block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: 5px 5px;
    border-bottom: 0px;
}
.listing_menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFAF3;
}
.listing_menu li a:active {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFDFB5;
}

/* Options for interacting with a given friend menu */
.friends_menu h3 {
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 4px;
    color: #660015;
    font-size: 14px;
}

.friends_menu .content {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0 3px;
    border: 1px solid #C8CCD0;
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}
