/* WebWaiter.com.au Style Sheet */

   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

		#cart 
				 {width:auto;}
		
		.th 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#945e3b;
				  color: #56230E;]
				  font-weight: bold;			  
				  border:1px solid #ccc;}
		
		.table {
			border: thin solid #945e3b;
		}
		
		.text 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#C29B7B;
				  font-size:14px;
  				  color: #56230E;
				  vertical-align:top;}
		.text2 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#C29B7B;
				  font-size:11px;
  				  color: #56230E;
				  vertical-align:top;}
		.text2 a:link { color: #56230E; }
		.text2 a:visited { color: #56230E; }
		.text2 a:hover { color: #56230E; }


		.items 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#D3B9A2;
				  font-size:14px;
				  color: #56230E;
				  padding:0px;
				  vertical-align:middle;}
		.items2 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#e6d2c1;
				  font-size:14px;
				  color: #56230E;
				  vertical-align:middle;}
				  
		.empty 
				 {background-color:#cea584;}
		
		.total 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#cea584;
				  font-weight: bold;
				  font-size:16px;
				  color:#000;}
				  
		#minicart 
				  {width:auto; 
				   border:1px solid #333;
				   padding:0px;
				   background-color:#56230E;}		
		
			   
		.minihead 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#945e3b;
				  color: #56230E;
				  border:0px solid #ccc;
				  text-align:center;
				  }
		
		.minicontent 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  font-size: 11px;
				  background-color:#c29b7b;
				  color:#333;
				  border:1px solid #56230e;
				  text-align:center;} 
				  
				  
		.button {
			background-color:#F1F1F1;
			border: 1px outset black;
			font: Bold 12px Arial, Helvetica, sans-serif;
		}
		
		.category {
			font-size: 18px;
			font-family: "Century Gothic", Arial, Tahoma, Verdana; 
			color: #dac7b6; 
			text-transform: uppercase; 
			background-color:#945e3b;
		}
		.category a:link { color: #dac7b6; }
		.category a:visited { color: #dac7b6; }
		.category a:hover { color: #e6d2c1; }

		.subcategory {
			font-size: 12px; 
			font-family: "Century Gothic", Arial, Tahoma, Verdana;
			color: #dac7b6; 
			text-transform: none
			}
			
		label {
			font-weight:bold;
			cursor:hand;
		}

