.marketplace_info_container {
    margin: 0 0 10px 87px;
    width: 500px;
}

.marketplace_info_outer {
    background: transparent url('/images/static/marketplace/box_white_inside_left.png') repeat-y scroll left center;
    width: 100%;
}

.marketplace_info_inner {
    background: transparent url('/images/static/marketplace/box_white_inside_right.png') repeat-y scroll right center;
    width: 100%;
}

.marketplace_info_header {
    background: transparent url('/images/static/marketplace/box_white_inside_top.png') repeat-x scroll center top;
}

.marketplace_info_header_left {
    background: transparent url('/images/static/marketplace/box_white_inside_top_left.png') no-repeat scroll left top;
    height: 15px;
    width: 100%;
}

.marketplace_info_header_right {
    background: transparent url('/images/static/marketplace/box_white_inside_top_right.png') no-repeat scroll right top;
    height: 15px;
    width: 100%;
}

.marketplace_info_footer {
    background: transparent url('/images/static/marketplace/box_white_inside_bottom.png') repeat-x scroll center bottom;
    width: 100%;
}

.marketplace_info_footer_left {
    background: transparent url('/images/static/marketplace/box_white_inside_bottom_left.png') no-repeat scroll left bottom;
    height: 15px;
    width: 100%;
}

.marketplace_info_footer_right {
    background: transparent url('/images/static/marketplace/box_white_inside_bottom_right.png') no-repeat scroll right bottom;
    height: 15px;
    width: 100%;
}

.marketplace_info_items {
    margin: 5px 0;
    overflow: auto;
}

.marketplace_info_item_container {
    display: block;
    float: left;
    margin: 5px 0px;
    position: relative;
    width: 100%;
}

.marketplace_info_search {
    font-size: 9pt;
    margin-left: -495px;
    text-align: center;
    width: 115px;
}

.marketplace_info_list_item {
    font-size: 9pt;
    margin-left: -370px;
    text-align: center;
    width: 25%;
}

.marketplace_info_give_item {
    font-size: 9pt;
    margin-left: -245px;
    text-align: center;
    width: 115px;
}

.marketplace_info_get_paid {
    font-size: 9pt;
    margin-left: -120px;
    text-align: center;
    width: 115px;
}

.marketplace_info_top {
    font-size: 11pt;
    font-weight: bold;
    margin-left: -95%;
    text-align: left;
    width: 95%;
}

.marketplace_info_item {
    float: left;
    left: 100%;
    overflow: hidden;
    position: relative;
}

.marketplace_bullets {
    font-size: 10pt;
    padding: 0px 0px 0px 20px;
}

.marketplace_bullets li {
    padding: 5px 0px
}
