/********************************************
   HTML ELEMENTS
********************************************/ 
body{	
	margin:  10px;
	padding: 0;	
	height: 100%;	
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	color: black; 
	background-color: white;}

h1 {color: black; font-size: 1.75em; text-align: center;}

h2 {color: black; font-size: 1.5em; text-align: center;}
	
h3 {color: black; font-size: 1.2em; text-align: left; font-weight: bold;}
	
img{
	border: 0;}	
	

.largetext {font-size: 1.2em;}

.textboxtiny	{width: 30px;}
.textboxshort	{width: 100px;}
.textbox		{width: 150px;}
.textboxlong	{width: 200px;}

/****************************
	  LAYOUT - main sections
*****************************/

#header{
	height: 100px;
	background: url("/images/Heavenslogo.gif") no-repeat;
	display: none;
	visibility: hidden;	
}

#main{
	font-size: 1.2em;	
	margin-top: 25px;
}

#leftsidebar{	
	margin-top: 30px;
	padding: 0;
	width: 150px;
	float: left;
}

#pagecontent_withsidebar{
	width: 640px;
	float: right;		
}

#pagecontent_nosidebar{	
	margin-left: 30px;
	width: 700px;		
}


/****************************
	LAYOUT - Order List Page
*****************************/	
#orderlist_fieldset	{margin-top: 15px;}

.orderlist_table {width: 620px; margin: 2px 10px 2px 10px;}

.orderlist_table td {height: 30px;}	

.orderlist_label {width: 80px;}


/*******************************
	LAYOUT - Order Header Page
********************************/	
.orderheader_table {width: 500px; border-collapse:collapse;}

.orderheader_table td {vertical-align: top; padding: 5px 0 5px 0; border-bottom: 1px solid #444444;}

.orderheader_label	 {width: 160px;}

.orderheader_control {width: 300px;}

.orderheader_invoicecustomer {color: Lime;}

#ordertotal {font-size: 1.2em; font-weight: bold; color: #ffcc00}

.address {padding-left: 25px;}

.orderheader_addresstable td {border-style: none;}

#orderheader_buttons {float: right; text-align: center; margin: 0 25px 0 0;}

#orderheader_buttons td {padding: 5px 0 5px 0;}

#orderheader_fieldset {height: 90px;}

.orderheader_notes {height: 70px; width: 290px;}

/****************************
	LAYOUT - User List Page
*****************************/
#userlist_fieldset	{margin-top: 15px;}

#userlist_table {width: 620px; margin: 5px 0 5px 8px;}


/****************************
	LAYOUT - User Edit Page
*****************************/
.useredit_table	{width: 300px; margin: 2px 10px 2px 150px;}


/***********************************
	LAYOUT - Change Password Page
************************************/
.changepassword_table {width: 350px; margin: 40px 0 0 150px;}




/*******************************
	LAYOUT - Order Detail Page
********************************/

.orderdetail_search {margin-bottom: 25px;}

#orderlist_searchtable {width: 620px; margin: 2px 10px 5px 10px;}

.orderdetail_buttons {float: right; width: 110px;}

.orderdetail_categorytable {margin-top: 50px;}

.orderdetail_categorytable td{height: 25px; width: 130px; border-bottom: 1px solid;}

.orderdetail_producttable {width: 400px; border-collapse: collapse;}

.orderdetail_producttable td {border-bottom: 1px solid #444444;}

.orderdetail_newcategory {color: black; font-size: 1.2em; font-weight: bold; padding-top: 20px;}

/*******************************
	LAYOUT - Print Product List
********************************/

.orderprint_productlist {border-collapse: collapse; margin: 0 auto 0 auto;}

.orderprint_newcategory {color: black; font-size: 0.9em; font-weight: bold; padding-top: 10px; border-top: 1px solid black;}

td.productlist	{width: 250px; font-size: 0.75em;}

input[disabled='disabled'] {font-weight: bold;}

.productqty		{height: 15px; width: 30px; border: solid 1px black; font-weight: bold; color:black;}

.orderprint_heading {font-size: 1.2em; font-weight: bold; color:black;}
.orderinfo		{width: 700px;}
.orderinfo td	{height: 25px; color: Black;}
.orderinfodata	{font-weight: bold;}