/**
 * Amasty Gallery Extension
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2015 Amasty. (http://www.amasty.com)
 */

.photos-carousel {
    border-bottom: 1px solid #d9ddd3;
    background: url(../images/bkg_grid.gif) 0 0 repeat;
    position: relative;
}

.photos-carousel {
    background: none;
}

.photos-carousel.last {
    border-bottom: 0;
}

.photos-carousel li.item {
    float: left;
    width: 138px;
    padding: 12px 10px 80px;
}

.photos-carousel .photo-image {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.photos-carousel .photo-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.photos-carousel .photo-name a {
    color: #203548;
}

.photos-carousel .actions {
}

.col2-left-layout .photos-carousel,
.col2-right-layout .photos-carousel {
    width: 632px;
    margin: 0 auto;
}

.col1-layout .photos-carousel {
    width: 790px;
    margin: 0 auto;
}

.photos-carousel:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.album-block-delimiter {
}

button.disabled span {
    cursor: default;
}

.box-gallery-photos,
.box-gallery-widget-photos {
    margin-top: 25px;
}

.box-gallery-photos .photos-grid td,
.box-gallery-widget-photos .photos-grid td{
    padding-bottom: 40px !important;
}

.box-gallery-photos .nav-buttons,
.box-gallery-widget-photos .nav-buttons {
    float: left;
}

.box-gallery-photos .action-buttons,
.box-gallery-widget-photos .action-buttons{
    float: right;
}

.box-gallery-widget-photos .action-buttons span {
    border-color: #406a83;
    background: #618499;
}

.box-gallery-widget-photos h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.box-gallery-widget-photos .products-grid {
    width: 100%;
    border: 1px solid #e5dcc3;
}

.box-gallery-widget-photos .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 40px;
    line-height: 1.6em;
}

.box-gallery-widget-photos .products-grid tr.last td {
    border-bottom: 0;
}

.box-gallery-widget-photos .products-grid td.last {
    border-right: 0;
}

.box-gallery-widget-photos .products-grid td img {
    border: 1px solid #e5dcc3;
}

.box-gallery-widget-photos .products-grid .product-image {
    text-align: center;
}

.box-gallery-widget-photos .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.box-gallery-widget-photos .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

#reviews,
.review {
    margin-top: 20px;
}

.reviews-list .review-item span {
    font-weight: bold;
}

.reviews-list .review-item small {
    font-style: italic;
}

.reviews-list dd.review-item {
    margin: 0 0 15px;
}

.form-list td {
    padding: 5px 10px;
}
