/************************************************************
    NAVIGATION
************************************************************/

.spilt_result_num_of_pages {
    float: left;
}

.pagejump_links {
    float: right;
}

.pageResultsSelected {
    font-weight: bold;
    color: #C10023;
}

/************************************************************
    PRODUCT LIST
************************************************************/

.list_wrap {
    clear: both;
}

.product_wrap {
    display: inline;
    float: left;
    margin: 9px 10px 0px 0px;
    width: 225px;
    height: 204px;
    border-bottom: 1px solid #000000;
}

.product_wrap .pic_price_holder {
    float: left;
    padding: 9px 0px 10px;
}

.product_wrap .pic_price_holder a {
    text-align: center;
}

.product_wrap .price_before {
    text-decoration: line-through;
    color: gray;
}

.product_wrap .info {
    float: right;
    margin-left: 5px;
    padding-top: 9px;
    width: 160px;
    height: 200px;
}

.product_wrap .info .desc {
    height: 66px;
}

.product_wrap .info .title {
    height: 66px;
}

.product_wrap .info .more_title {
    height: 28px;
}

.product_wrap .info .title a,
.product_wrap .info .title a:hover,
.product_wrap .info .more_title {
    color: #C10023;
}

.product_wrap .info .title a {
    font-weight: bold;
}