.search-listing {
    float: left;
    width: 340px;
    margin-right: 10px;
}

.art,
.listing-text {
    float: left;
}

.art {
    margin-right: 10px;
}

.listing-text {
    width: 230px;
}

.search-listing span.search-desc {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}

.search-again {
    clear: both;
    width: 680px;
    padding: 10px;
    background-color: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    margin-top: 10px;
}

p.pagination {
    clear: both;
}

.listing-row {
    clear: both;
    float: left;
    background: url(../img/underline.gif) repeat-x bottom;
    margin-bottom: 10px;
}

.listing-row h3 {
    margin-bottom: 10px;
}

.search-listing h3 {
    margin-bottom: 0px;
    line-height: 16pt;
}

.prodlist-links {
    position: relative;
    height: 25px;
    margin-bottom: 10px;
}

.price-buy {
    position: absolute;
    right: 0px;
    padding-right: 75px;
}

.listing-row .button {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
}

.button.more-info {
    background: #5fa4b0 url(../img/icon-more-info.gif) no-repeat 3px 5px;
    border: 1px solid #4b828b;
    width: 60px;
    padding: 4px 3px 3px 17px;
}

.button.add-now {
    background: #96c01c url(../img/icon-add-to-cart.gif) no-repeat 3px 5px;
    border: 1px solid #658113;
    padding: 3px 3px 3px 14px;
}

.price-buy form {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-left: 8px;
}

.search-listing.odd {
    clear: left;
}
.cats a:link,
.cats a:hover,
.cats a:visited,
.cats a:active {
}

.cats {
    float: left;
    padding: 0px;
    background-color: #7ABDDE;
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 2em;
}
.cats h2 {
    font-size: 12px;
    background-color: #4d4d4d;
    color: white;
    padding: 10px 12px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px 5px 0px 0px;
    /*behavior: url( "static/styles/border-radius.htc" );*/
    line-height: 0.9;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.cats ul {
    margin: 5px;
    padding: 2px;
    background-color: white;
    float: left;
}
.cats ul li {
    list-style: none;
    margin: 0;
    padding: 2px 5px;
    padding-right: 2em;
    font-size: 0.9em;
    display: block;
    float: left;
    width: 200px;
    font-size: 11px;
}
.cats ul li.all {
    clear: both;
    float: none;
    text-align: left;
    width: auto;
    font-size: 15px;
}
.cats ul li.active {
    background-color: #e72e26;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cats ul li.active a {
    font-weight: bold;
    color: #fff;
}
.cats ul li .count {
    font-size: 10px;
    color: #909090;
}
