/* CSS */
/* Aaura v2.5 */
/* products */

#main {
    padding: 0;
}

#products {
    height: 534px;
}

.product {
    float: left;
    width: 166px;
    height: 267px;
    position: relative;
    border: 0 solid #CCC;
    border-right: 1px;
    border-bottom: 1px;
}

.top {
    border-top: 1px;
}

.left {
    border-left: 1px;
}

.product img.p-img {
    padding: 4px;
    width: 158px;
    height: 158px;
    border-bottom: 1px solid #CCC;
}

.product .p-info {
    height: 100px;
    margin: 4px;
}

.product p {
    margin: 0 0 .5em 0;
}

.product .p-shop {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 166px;
}

.product .p-shop a {
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
}

.product a.p-view {
    float: left;
}

.product a.p-action {
    float: right;
}

/* high-pass filter for non-IE */
#products > .product, .product > a > img.p-img {
    border-style: dotted;
    border-color: black;
}

#pager {
    padding-top: 1em;
    width: 502px;
    text-align: center;
}

#pager .curpage {
    font-weight: bold;
}

#empty {
    padding: 12px;
}

#empty :first-child {
    color: #FC3B14;
    margin-top: 9px;
}
