div#wantads {
    margin: 0 0 10px 0;
}

div#wantads #left_column {
    float: left;
    width: 230px;
}

div#wantads #right_column {
    float: right;
    width: 715px;
}

ul#top_categories {
    margin: 10px 0;
}

ul#top_categories li {
    font-size: 1.1em;
    font-weight: bold;
}

ul#top_searches {
    margin: 10px 0 5px 0;
}

ul#top_searches li {
    font-size: 1.1em;
}

div#find_it {
    margin: 10px 0;
}

div#find_it label {
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
    padding: 5px 10px 5px 5px;
    float: left;
}

div#find_it div {
    border-left: solid 1px #CCCCCC;
    vertical-align: top;
    float:left;
    line-height: 21px;
}

div#find_it img {
    margin: 10px;
}

.wantad_graybox {
    padding: 5px;
    font-size: 1.1em;
    border: solid 1px #CCCCCC;
    text-align:center;
    background: url('/images/misc/gray_bar_gradient.gif') repeat-x bottom;
    color: #000000;
}
#ul_div {
    margin-left: 60px;
}

div.wantad.online {
    border-top: solid 1px #FFDD00;
    background: url(/images/misc/yellow_gradient_large.jpg) repeat-x scroll center bottom;
}

div.wantad a.list_item {
    height: 30px;
    width: 85px;
    cursor: pointer;
    display: inline-block;
    background: url(/images/css/list_item_wantad_sprite.gif) no-repeat 0 -40px;
}
div.wantad a.admin_delete {
    height: 30px;
    width: 85px;
    cursor: pointer;
    display: inline-block;
    background: url(/images/buttons/btn_admin_delete_sprite2.gif) no-repeat 0 -40px;
}

div.wantad div.extra a {
    color: #999999;
}

div.wantad:hover div.extra a {
    color: #3366CC;
}

div.wantad div.extra a:hover {
    color: #0033CC;
}

div.wantad:hover a.list_item {
    background: url(/images/css/list_item_wantad_sprite.gif) no-repeat 0 0;
}
div.wantad:hover a.admin_delete {
    background: url(/images/buttons/btn_admin_delete_sprite2.gif) no-repeat 0 0;
}
div.wantad:hover div.extra {
    display: inline;
}

div.cat_and_keyword a{
    font-size: 12px;
    color: #999999;
}

div#wantad_search {
    width: 520px;
    margin: auto;
}

div#wantad_search img, div#wantad_search input {
    vertical-align:middle
}

input#wantads_search_input {
    font-size: 14px;
    width: 370px;
}

#wantads_search_button {
    width: 86px;
    height: 37px;
    display: inline-block;
    border: none;
}

#wantads_search_button:hover {
    background-position: 0 -40px;
}

#wantads_all_link {
    float:right;
    position:relative;
    top: -25px;
}

span.more {
    margin: 3px 0 0 0;
    float:right;
}

div.desc {
    float:left;
}
div.desc.hidden {
    white-space:nowrap;
    overflow:hidden;
}
.search_results_title {
    margin: 5px 10px 10px 10px;
}

.rounded-content.open-offers {
    padding: 5px;
}
.rounded-content.open-offers .title {
    font-size: 18px;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 150px;
}
.rounded-content.open-offers p {
    margin: 0;
    padding: 0px 5px;
    text-align: justify;
}
.rounded-content.open-offers .learn-more {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    float: right;
}

.rounded-container.small_open_offers {
    margin: 10px;
}
.rounded-container.small_open_offers p {
    float: left;
    text-align: justify;
    width: 595px;
    margin: 0 0 0 20px;
    padding: 0px;
}
#wantads_search_results .tabbed_navigation_tab_title {
    width: 690px;
}