@charset "utf-8";
/* CSS Document */

/* reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}


table, td, th, tr {
    border: solid 1px #59821A;	
	width: auto;
}

table {
    margin: 10px 10px 20px 0;	
}

th {font-weight: bold; }

th, td {padding: 3px 10px; }

.btn {
   display: none;
}

.bold {
    font-weight:bold;	
}

div.left, div.right {
    width: 400px;
	float: left;
}

div.orderitems {
    float: left;	
}

#container { 
	background: #FFF;
	margin: 0; 
	border: none;
	text-align: left; 
}

#ordersarea {
    font-size: 10px;	
}

#belowtable {
    float: left;	
}

#header { 
    display: none;
} 


h1 {
	color: #000;
	background: #FFF;
	text-align: left;
	width: 350px;
	padding: 5px;
	margin-bottom: 20px;
}

#sidebar {
    display: none;
}

#mainContent { 
	margin: 0; 
	background: #FFF;
	padding: 20px;
	margin-bottom: 0;
	height: 100%;
} 

label {
   width: 200px;
   float: left;
   margin-bottom: 10px;
   display: block;
}

input.disabled, textarea.disabled {
   background: #FFF;
   color: #000;
}

textarea.disabled {
   height: 50px;
   width: 200px;
}

input, select, textarea {
   margin-bottom: 10px;	
}

input[type="checkbox"] {
   height: auto !important;
   margin-bottom: 20px;
}


div.orderitems label.nofloat, div#belowtable label.nofloat {
    float: none;
	display: inline;
	margin-bottom: 0;
}

div.orderitems input[type="checkbox"] {
	margin-bottom: 0;
}

div.orderitems th, td {
    padding: 3px 2px;	
	
}

div.orderitems input, div.orderitems textarea {
    margin: 0;	
}

label#delivery {
    display:block !important;	
}



p {
  margin: 5px 0 10px 0;
}

p.error {
   font-size: 20px;
   font-weight: bold;
}

#footer, #bottom { 
   display:none;
} 

