 body {
          text-alignment: center;
          margin: 0px;
          padding: 0px;
          font-family: Arial, Verdana;
          background: #EEEEEE;
          }
		
		.page_container img {
			border: 0px;

		}

          .page_container {
          margin-left: auto;
          margin-right: auto;
          width: 1024px;
          border: 1px solid silver;
          background: white;
          }

          .page_head, .page_footer {
          color: white;
          background: navy;
          min-height: 150px;
          float: left;
          width: 100%;
          clear: both;

          }

          .page_LHS, .page_RHS {
          width: 20%;
          float: left;
          min-height: 600px;
          }

          .page_content {
          width: 60%;
          float: left;
          min-height: 600px;
          }

          .template_itemContainer
          {
          width: 100%;

          
          }
          
          .template_itemSubContainer
          {
          width: 100%;
		  height: 150px;
          overflow: hidden;
          
          }

          .template_itemImage{
          float: left;
          width: 35%;
          overflow: hidden;
          }
          
          .template_itemCode, .template_itemProducts, .template_itemPrice {
          float: right;
          border-bottom: dashed 1px orange;
          width: 65%;

          }

          .template_itemLabel, .template_itemData {
          width: 50%;
          float: left;
          }
          
          .page_LHS ul {
			margin-left: 7px;
			padding: 0px;
			list-style-type: none;
			font-size: 10px;
			font-family: Arial;
						          
			
          }
          
          .page_LHS ul img {
          float: left;
          clear: left;
          }
                    
          .page_LHS ul li a {
			display: block;
			color: blue;
			line-height: 22px;
			vertical-align: middle;
			
			float: left;
			width: 80%;
          }
          
          .page_LHS ul a:hover {
			display: block;
			background: #EEEEEE;
			color: orange;
			line-height: 22px;
			vertical-align: middle;
			
			width: 80%;
          }
          
          .template_minimized {
			display: none;
          }

		.template_maximized {
			display: block;
		}
		
		.template_treecontrol {
			width: 8px;
			height: 22px;
			
			margin: 0px;
			border: 0px;
			padding: 0px;
			float: left;
			
		}
		
		.template_itemDescription {
		clear: both;
		width: 100%;
		
		}
		
		.template_itemLink a {
			display: block;

			color: orange;
			line-height: 22px;
			vertical-align: middle;
		}