﻿
.CategoryTitle
{
    display: block;
    clear: both;
    margin: 20px 0 5px 0;
    background-color: #db4028;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #ffffff;
}
.prodotto { clear: both; height: 22px; line-height: 22px; }
.Title
{
    display: block;
    float: left; 
    width: 500px;
    height: 22px;
    line-height: 22px; 
}
.Price 
{
    display: block;
    float: left; 
    width: 60px;
    height: 22px;
    line-height: 22px;
}
.Check 
{
    display: block;
    float: left; 
    width: 30px;
    height: 22px;
    line-height: 22px;
}
.Quantity 
{
    display: block;
    width: 20px;
    text-align: center;
}
.Send 
{
    clear: both;
    margin: 20px 0 0 0;
}

#pnlResultOK 
{
    margin: 20px 0 10px 0;
}

.labelFormatted
{
    display: block;
    float: left;
    width: 80px;
    height: 22px;
    line-height: 22px;
}

.UserForm label 
{
    display: block;
    float: left;
    width: 100px;
    height: 22px;
    line-height: 22px;
}

.CategoryTitle1
{
    display: block;
    clear: both;
    margin: 25px 0 5px 5px;
    padding: 5px 0 0 0;
    font-weight: bold;
    font-size: 14px;
}

.Menu1 
{
    background-color: White;
    color: Black;
}
.Box1 
{
    float: left;
    width: 177px;
    height: 205px;
    text-align: center;
}
.Check1 { display: block; width: 30px; margin: 0 10px 0 0; }
.Quantity1
{
    width: 20px;
    text-align: center;
}


.Clear1 
{
    clear: both;
}
.disabled { background-color: #A8A7A9; }