#widget-override .simple-store .main-store-content .simple-store-content .product-container .product {
    width: 23%;
    height: 170px;
    margin-bottom: 10px;
    margin-left: 1%;
    float: left;
    border: 1px solid #cfcfcf;
    text-align: center;
    font-size: 12pt;
}

.widget-page .simple-store .main-store-content .simple-store-content .product-container .product .name {
    height: 20px;
    overflow: hidden;
}

.widget-page .simple-store .main-store-content .simple-store-content .product-container .product a {
    text-decoration: none;
    color: #000;
}

.widget-page .simple-store .main-store-content .simple-store-content .product-container .product a img {
    border: 0;
}

.widget-page .simple-store .main-store-content .simple-store-content .product-container .product img {
    max-width: 98%;
    max-height: 100px;
    margin: 5px auto;
}

.widget-page .simple-store .main-store-content .simple-store-content .product-container .product .missing-image {
    background-color: #a6afa1;
    color: #3a454d;
    border: 1px solid #a6afa1;
    border-radius: 5px;
    padding: 10px;
    padding-top: 20px;
    height: 80px;
    margin: 5px auto;
    width: 100px;
}

.widget-page .simple-store .paginator {
    text-align: center;
}

.widget-page .simple-store .search-bar {
    margin: 0 0 8px 8px;
    float: right;
}

.widget-page .simple-store #view-gallery-button {
    float: left;
    font-size: 18px;
    margin: 0 0 8px 8px;
}

.widget-page .simple-store .search-bar #search {
    width: 200px;
    border: 1px solid #cfceca;
    border-right: 0;
    display: block;
    float: right;
    font-size: 18px;
    height:25px;
}

.widget-page .simple-store .search-bar #search-button {
    display: block;
    float: right;
    height: 27px;
    width: 20px;
    margin-right: 22px;
    border: 1px solid #cfceca;
    background: url(../images/mag-glass.jpg) no-repeat center center;
}
