body {
	margin: 0;
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	 
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;	
}  

#loading_area
{
  position: absolute;
  top: 300px;
  
  left: 50%;
  right: 50%;
  
  z-index: 20;
}

#form
{
  position: absolute;
  top: 200px;
  left: 200px;
  right: 100px;
  z-index: 10;
}

#form_in
{
  margin: 0px;
  padding: 30px;
  border: solid 1px black;
  background-color: #FDF88B;
}


#quant_form_in
{
  position: absolute;
  z-index: 10;
  background-color: #FDF88B;
  width: 120px;
  padding: 15px;
  border: solid 2px green;
}

#logout_link
{
  position: absolute;
  top: 70px;
  right: 35px;
  display: block;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  z-index: 10;
}

#logout_link:hover
{
  color: red;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 20px;	
  	border: 3px solid #000000;	
}

#header {
	width: 100%;
	background: url(header_bcg.gif) repeat-x;
	height: 90px;
  	border-bottom: 2px solid #000000; 	
}
    
#tree {
	float: left;
	width: 25%;
	background-color: #B6F5BC;      
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  	border-right: 1px solid #23812B;
  	border-bottom: 1px solid #23812B;    	      
}
    
#tree ul {
    list-style: none;
    margin: 0px;
    padding-left: 10px;      
}
    
#tree a {
    text-decoration: none;
    color: #000000;
}

#right {
 	position: relative;
	float: left;
	width: 70%;
}
    
#shop_cart {
 	width: 100%;
    margin: 0px;	
    padding-left: 10px;
    padding-right: 10px;	      
}

table {
	border: 1px solid #FFB400;
	width: 100%;
}

td, th {
	padding-top: 4px;
	padding-bottom: 2px;	
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 10px;
}

th {
	background-color: #FDF88B;
}

td {
	border-top: 1px solid #FFB400;	
}

input, textarea {
	border: 1px solid #FFB400;
	background-color: #FFFFFF;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.send_form {
	background-color: #FDF88b;
}

.plusminus {
	background-color: #38AE46;
}
    
#products {
 	position: relative;
 	width: 100%;
 	float: left; 	
	background-color: #FFFFFF;
    margin: 0px;	     
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;    
}
    
    .error
    {
       color: red;
    }
    
