body
	{
    	background-color: #E7E7E7;
        font-family: Tahoma;
        margin: 0px;
        padding: 0px;
        color: #000000;
	}

.style1
	{
		font-size: 10px;
		font-weight: bold;
	}

.style2
	{
		font-size: 12px;
		font-weight: bold;
	}

.style3
	{
		font-size: 10px;
		font-weight: bold;
		color: #666666;
	}

.style4
	{
		font-size: 12px;
		font-weight: bold;
		color: #f01616;
	}

.style5
	{
		font-size: 12px;
		font-weight: bold;
		color: #666666;
	}
a:link
	{
		text-decoration : none;
        color: #000000;
	}

a:visited
	{
		text-decoration : none;
        color: #000000;
	}

.menu_cell
    {
    	background-image: url('button.png');
        background-repeat: no-repeat;
        cursor: pointer;
        color: #FFFFFE;
        width: 142px;
        height: 51px;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana;
        background-color: #000000;
    }

.menu_cell_active
    {
    	background-image: url('button_up.png');
        background-repeat: no-repeat;
        color: #FFFFFE;
        width: 142px;
        height: 51px;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana;
        background-color: #000000;
    }

.title
	{
		font-size: 12px;
		font-weight: bold;
    }

.status
	{
		font-size: 10px;
    }

.list
	{
		font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
    }

.no_product
	{
		font-size: 11px;
        font-weight: bold;
    }

.text
	{
		font-size: 11px;
        text-align: justify;
    }

.basket
	{
		font-size: x-small;
    }

.price
	{
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
    }

.piece
	{
		font-size: 12px;
        background-color: #FFFFFE;
        border: 1px solid #000000;
		font-weight: bold;
        width: 20px;
        text-align: center;
    }

.form
	{
		font-size: 12px;
		font-weight: bold;
    }

.input
	{
		font-size: 12px;
        background-color: #FFFFFE;
        border: 1px solid #000000;
		font-weight: bold;
        width: 250px;
    }