.Kichhuoc a
{
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    color: #000;
    text-decoration: none;
    background: #f2f2f2;
}
.size
{
    border: 2px solid #ccc;
    cursor: pointer;
    display: table;
    float: left;
    font-size: 13px;
    height: 24px;
    margin-right: 9px;
    padding: 5px 1px 1px;
    position: relative;
    text-align: center;
    width: 28px;
}

.size:hover
{
   border: 2px solid red;
    cursor: pointer;
    display: table;
    float: left;
    font-size: 13px;
    height: 23px;
    margin-right: 9px;
    padding: 5px 1px 1px;
    position: relative;
    text-align: center;
    width: 28px;
}
.Kichhuoc .active
{
    border: 2px solid red;
    cursor: pointer;
    display: table;
    float: left;
    font-size: 13px;
    height: 23px;
    margin-right: 9px;
    padding: 5px 1px 1px;
    position: relative;
    text-align: center;
    width: 28px;
}
.Kichhuoc .pl
{
    display: none;
}
.Kichhuoc .active .pl
{
    display: block;
    left: 8px;
    position: absolute;
    top: 10px;
    z-index: 999;
}

.Color img
{
    width: 100%;
    height: 25px;
}
.Color
{
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 28px;
}

.Color:hover
{
    border: 1px solid red;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 28px;
    background: red;
}

.Mausac .active
{
    border: 1px solid red;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 28px;
    background: red;
}

.Mausac .pl
{
    display: none;
}
.Mausac .active .pl
{
    display: block;
    left: 8px;
    position: absolute;
    top: 12px;
    z-index: 999;
}
