html {
    overflow: hidden;
  }

body {
	overflow: hidden;
	background: #444455;
	font-family: Verdana;
	font-size: 12px;
	cursor: default;
	}

#divCenter {
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	margin-left: -670px;
	width: 1340px;
	background-color: #FFFFFF;
	border-left: solid 2px #000066;
	border-right: solid 2px #000066;
  }


/****************************** ALL ITEMS ******************************/
/***********************************************************************/

td {
	font-family: Verdana;
	font-size: 10px;
}

tr, td {
	line-height: 18px;
	border-bottom: solid 1px #C0C9FF;
}

#divMenu {
	position: absolute;
	top: 110px;
	left: 20px;
	width: 164px;
	bottom: 0px;
	line-height: 22px;
	text-align: center;
	color: #000033;
	font-weight: bold;
}

#divMenu a {
	text-decoration: none;
}

#divMenu a:hover {
	color: #3399FF;
}


#divContent {
	position: absolute;
	top: 110px;
	left: 200px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}

#divDropDown {
	border: solid 1px #333399;
	background-color: #CCCCFF;
	width: 292px;
	line-height: 20px;
	position: absolute;
	visibility: hidden;
	left: 653px;
	font-size: 10px;
	padding-left: 7px;
}

/****************************** PRODUCTS ******************************/
/**********************************************************************/

td {
	padding-left: 7px;
	padding-right: 7px;
	line-height: 24px;
}

.fldPrice, .fldRelation {
	border: none;
	font-size: 10px;
	font-family: Verdana;
}

.fldPrice {
	text-align: right;
	padding-right: 7px;
	width: 50px;
}

.fldRelation {
	width: 300px;
}

