

/* =PRODUCT-CLUSTER
========================================== */
.product-loading-tile {
    display: inline;
    margin: 19px 0 0 16px;
}
.product-cluster {
    border: 1px solid rgb(206,214,219);
    border-width: 1px 0 1px 0;
    display: inline;
    float: left;
}
.product-page {
    display: block;
    float: left;
    position: relative;
}
.product-page .hidden {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
.product-row { background: #fff url(images/product_row.gif) no-repeat center bottom; border-width: 0 1px; clear: both; display: inline; float: left; margin: 0; padding: 0; position: relative; width: 600px; border-color: rgb(206,214,219); border-style: solid; }
.product-cluster .product {
    background: url(images/product_tile.gif) no-repeat right top;
    display: inline;
    float: left;
    height: auto !important;
    height: 14.75em;
    margin: 0;
    min-height: 14.75em;
    padding: 0 0 11px;
    width: 150px !important;
    width: 185px;
}
.product-cluster .last-tile {
    background-image: none;
    margin: 0;
}
.product-cluster .last-row {
    background-image: none;
}
.product-cluster .product .shipping p {
    margin: 0;
}
.product-cluster .product .name,
.product-cluster .product .image,
.product-cluster .product .shipping,
.product-cluster .product .price,
.product-cluster .product .rating {
    margin: 0 16px;
    line-height: 1.4em;
}
.product-cluster .product .image {
    height: 94px;
    margin: 5px 16px 11px;
}
.product-cluster .product .name {
    height: auto !important;
    height: 2.9em;
    margin-top: 19px;
    min-height: 2.9em;
}
.product-cluster .product .price {
    margin: 2px 16px 0;
}
.product-cluster .product .shipping {
    position: relative;
}
.product-cluster .product .shipping span.freeshipping {
    position: absolute;
    top: -1.5em;
}
.product-cluster .product .rating img {
    padding: 0 1px 2px;
    vertical-align: bottom;
}
#no-js-pages {
    clear: both;
    margin: 0 10px 10px;
    text-align: right;
}
#no-js-pages a.show-all {
    border-left: 1px solid #666;
    margin: 1em 4px;
    padding: 0 6px;
}
#no-js-pages a:hover {
    color: #000;
}

