.market-warehouse {
    background: url(../../../../resources/images/warehouse/clear.gif);
    width: 256px;
    height: 480px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.market-warehouse .item {
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    background: url(../../../../resources/images/warehouse/128x128.gif);
    background-color: rgba(11,26,51,0.5);
    border: solid 2px rgba(22,54,103,0.5);
}

.market-warehouse .item.active {
    border-color: #fff;
}

.market-warehouse .item .image {
    width: 100%;
    height: 100%;
    position: relative;
}

.market-warehouse .item img {
    position: absolute;
}

.market-warehouse .item:hover {
    border-color: #eaeaea;
}

.market-warehouse .item-desc p {
    color: #fff;
    margin: 0;
    font-size: 11px;
    font-family: Verdana;
    text-align: center;
}

.market-warehouse .item-desc p.bold {
    font-weight: bold;
}

.market-warehouse .item-desc .ancient {
    color: #9f0;
    background-color: #06f;
}

.market-warehouse .item-desc .socket {
    font-weight:bold;
    color:#C3C;
}

.market-warehouse .item-desc .normal {
    color: #eee;
}

.market-warehouse .item-desc .high-level {
    color: #fc3;
}

.market-warehouse .item-desc .luck {
    color: #7daeff;
}

.market-warehouse .item-desc .excellent {
    color: #19ff80;
}

.market-warehouse .item-desc p.blue {
    color: #97afd5;
}

.market-warehouse .item-desc p.yellow {
    color: #f1cb46;
}

.market-warehouse .item-desc p.animate {
    color: #f00;
    font-size: 10px;
}

.market-item {
    width: 290px;
    float: left;
}