/**
 * Tonbo Inc
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Tonbo Inc products to newer
 * versions in the future.
 *
 * @copyright   Copyright © 2013 Tonbo Inc. (http://www.tonboinc.com)
 * @email       info@tonboinc.com
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.tcp-images-list {
    display: block;
    margin: 10px 0 0;
}

.tcp-images-list-item {
    display: inline-block;
    margin-right: 5px !important;
}

.tcp-images-list-item a,
.tcp-list-item-selected {
    border-radius: 2px;
    box-shadow: 0 0 1px #ccc;
    display: inline-block;
    position: relative;
    height: 29px;
    width: 29px;
}

.tcp-images-list-item a:hover,
.tcp-images-list-item .color-selected {
    box-shadow: 0 0 0 3px #0d59c9;
}

.tcp-images-list-item span,
.tcp-list-item-selected span {
    display: none;
}

.tcp-images-list-item img,
.tcp-list-item-selected img {
    border-radius: 15px;
}

.tcp-images-list-item strong,
.tcp-list-item-selected strong {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0 0;
    text-align: center;
}

.tcp-images-list-item span:after,
.tcp-list-item-selected span:after {
    content: '▼';
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 0 2px 2px #666;
    display: block;
    position: absolute;
    bottom: -16px;
    left: 135px;
    vertical-align: top;
    white-space: nowrap;
}

.tcp-images-list-item span,
.tcp-list-item-selected span {
    display: none;
    background: #fff;
    box-shadow: 0 0 6px #666;
    margin: 0 0 16px;
    padding: 10px;
    position: absolute;
    bottom: 100%;
    left: -130px;
}

.tcp-images-list-item span i,
.tcp-list-item-selected span i {
    box-shadow: 0 0 3px #999;
    border-radius: 15px;
    display: block;
    height: 260px;
    width: 260px;
}

.tcp-images-list-item a:hover span,
.tcp-list-item-selected:hover span {
    display: block;
    z-index: 999999;
}

.tcp-images-list-item a:hover span:hover,
.tcp-list-item-selected:hover span:hover {
    visibility: hidden;
}

.tcp-list-item-selected {
    border-radius: 2px;
    box-shadow: 0 0 0 3px #0d59c9;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    vertical-align: top;
}

.cart-table .tcp-list-item-selected,
.currently  .tcp-list-item-selected {
    box-shadow: 0 0 3px #0d59c9;
}

.tcp-list-item-active {
    border: 2px solid #333;
    margin: -2px;
}

.tcp-select-hidden {
    position: absolute;
    visibility: hidden;
    left: -100%;
    top: -100%;
}

.tcp-select-inactive {
    opacity: .3;
}

.tcp-select-inactive a,
.tcp-select-inactive a:hover {
    cursor: default;
    box-shadow: none !important;
}

.tcp-select-inactive a:hover span {
    display: none !important;
}

.data-table .item-options .tcp-list-item-selected {
    margin: 5px 0 8px;
}
