﻿
.StoreItemOut {
    color: white;
}

.StoreItemOut:hover {
    color: green;
}


@media only screen and (max-device-width: 640px), (max-width: 640px) {
    .StoreItemOut{
        zoom: 1.25;
    }
}

.ItemBox_Centerx:hover {
    border-bottom: solid 3px rgb(0,162,232);
    color: rgb(0,162,232);
    height: 191px;
}

.ItemBox_Centerx:hover .ItemDetail {
    color: rgb(0,162,232);
}

.ItemBox_Centerx {
    /*background-color:rgb(69,68,70);*/
    background-color: white;
    color: black;
    height: 191px;
}

.ItemBox_BoxWrap {
    /*width:auto; */
    border: 1px solid dimgray;
    background-color: white;
    width: 220px;
    /*height: 128px;*/
    /*width: 183px;*/
    float: left;
}

.ItemTitle {
    font-family: "Driod SansX", Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.ItemDetail {
    color: #6C6D71;
    font-family: "Driod SansX", Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
