﻿body {
}

.product
{
    float: left;
    width: 220px;
    height: 110px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
.product img
{
    float: left;
    width: 110px;
    height: 110px;
}
.product h3
{
    margin: 0;
    padding: 10px 0 0 10px;
    font-size: .9em;
    overflow: hidden;
    font-weight: normal;
    float: left;
    max-width: 100px;
    text-transform: uppercase;
}

.editorT
{
    margin:50px;
}

#undo {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    padding: 1em;
    cursor: pointer;
}

.k-i-close-red
{
    background-color: red;
    background-image:url('../../App_Images/but_close.png');
}

.k-i-close-red:hover
{
    background-color: red;
}

.btnAccept
{
  float:right;
}
