body
	{
		background: #5F8000 url(bg.gif) repeat-y center top;
	    margin-top: 0px;
	}

.style1
	{
		font-family: Tahoma;
		font-size: 10px;
		color: #567300;
		font-weight: bold;
	}

.style2
	{
		font-family: Tahoma;
		font-size: 12px;
		color: #567300;
		font-weight: bold;
	}


.title
	{
		font-family: Tahoma;
		font-size: 12px;
		color: #567300;
		font-weight: bold;
    }

.status
	{
		font-family: Tahoma;
		font-size: 10px;
		color: #567300;
    }

.list
	{
		font-family: Tahoma;
		font-size: 16px;
		color: #567300;
        font-weight: bold;
        text-decoration: underline;
    }

.no_product
	{
		font-family: Tahoma;
		font-size: 15px;
		color: #567300;
        font-weight: bold;
    }

.text
	{
		font-family: Tahoma;
		font-size: 11px;
		color: #567300;
        text-align: justify;
    }

.basket
	{
		font-family: Tahoma;
		font-size: x-small;
		color: #567300;
    }

.price
	{
		font-family: Tahoma;
		font-size: 12px;
		color: #567300;
		font-weight: bold;
    }

.piece
	{
		font-family: Tahoma;
		font-size: 12px;
		color: #567300;
        background-color: #E8ECD1;
        border: 1px solid #567300;
		font-weight: bold;
        width: 20px;
        text-align: center;
    }

.form
	{
		font-family: Tahoma;
		font-size: 12px;
		color: #567300;
		font-weight: bold;
    }

.input
	{
		font-family: Tahoma;
		font-size: 12px;
		color: #567300;
        background-color: #F3F8D7;
        border: 1px solid #567300;
		font-weight: bold;
        width: 250px;
    }

.area
	{
		font-family: Tahoma;
		font-size: 12px;
		color: #567300;
        background-color: #F3F8D7;
        border: 1px solid #567300;
		font-weight: bold;
    }

.send
	{
		font-family: Tahoma;
		font-size: 14px;
		color: #567300;
        background-color: #F3F8D7;
        border: 1px solid #567300;
		font-weight: bold;
    }
a:link
	{
		color : #567300;
		text-decoration : none;
	}

a:visited
	{
		color : #567300;
		text-decoration : none;
	}

.relative
	{
		background: #ffffcc;
		width: 160px;
		height: 300px;
		position: relative;
		left: 0px;
	}