.select_color_box
{
    width: 25px; 
    height: 25px;    
    cursor: pointer;
    
    margin: 10px 0 3px 0;
    padding: 0;
}

.size_drop_down
{
    font-size: 10px;
    width: 148px;
    color: #8e8d8d;
}

#large_image
{
    width: 900px; 
    position: absolute;
    z-index: 100;
    background-color: #2a323c;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image javascript-ből*/
    cursor: pointer;    
}

#details_table
{
    margin: 10px auto 10px auto;
}

#item_name
{
    font-size: 14px;
    font-weight: bold;
}

#item_priority
{
    font-size: 14px;
    font-weight: bold;
}

.discount_price
{
    color: red;
}

.old_price
{
    text-decoration: line-through;
}

