.listing {
    border-top: 1px solid #CCC;
    padding-top: 0.25em;
    margin-bottom: 1em;
    clear: both;
    float: left;
    width: 100%;
}

.listing_image {
    width: 240px;
    float: left;
    margin-bottom: 1em;
    text-align: center;
}

.listing_data {
    float: left;
    width: 460px;
}

.listing_data h2 {
	margin-top: 0;
}

.listing_buy_now {
    float: right;
}

.listing_data:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.listing_shipping {
    
}

.subcat {
    width: 32%;
    border: 1px solid #CCC;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 0.3em;
    display: inline-block;
}

.subcat h2 {
    font-size: 1em;
}

#nav_count {
    clear: both;
    float: left;
}

#nav_links {
    float: right;
    text-align: right;
}

#nav_count,#nav_links {
    border-top: 1px solid #ccc;
    margin-top: 0.5em;
    width: 50%;
}