/* Product Styling */

.product-listing {
 float:left;
 width:100%;
 border:1px solid #ccc;
 border-radius:5px;
 margin-bottom:5px;
 cursor:pointer;
 overflow:hidden;
}

.product-listing:hover {
    border-color:#F37421;
}

.product-listing span {
    padding:7px 5px 5px;
    text-align:center;
    width:25%;
    float:left;
    margin-bottom:-100px;
    padding-bottom:105px;
}

.product-listing span:first-of-type {
    font-weight:bold;
    border-right:1px solid #ccc;
    width:27%;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    padding-top:5px;
}

.product-listing span:nth-of-type(2) {
    width:20%;
    font-size:0.8em;
    border-right:1px solid #ccc;
}

.product-listing span:nth-of-type(3) {
    width:26%;
    font-size:0.8em;
    border-right:1px solid #ccc;
}

.product-listing span:nth-of-type(4) {
    font-size:0.8em;
    width:27%;
}

.page table tr:first-child {
    background:#aaa;
    font-size:0.8em;
    font-weight:bold;
    color:#fff;
    text-transform:uppercase;
}