BODY {
	background-color: white;
	color: black;
	font-family: verdana;
	margin-top: 0px;
	margin-bottom: 0px;
}

A IMG {
	border-style: none;
}

/* Document
------------------------------*/
#Document {
	width: 98%;
	margin-left: 2%;
	margin-right: 2%;
}

/* Header
------------------------------*/
#Header table {
	width: 100%;
}

#Header td {
	font-size: 18px;
	text-align: center;
}

#Header td.NavigationTopLinks {
	padding: 10px;
}

#Header table.HeaderTitle td {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-top: thin solid red;
	border-bottom: thin solid red;
}

/* alphaLinks
-------------------------------*/
#alphaLinks {
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}

/* Sidebar
-------------------------------*/
#Sidebar td.GroupName {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	background-color: #eee;
	border-bottom: #999 thin solid;
}

#Sidebar td.Navigation {
	font-size: 12px;
	padding-left: 25px;
}

/* Content
-------------------------------*/
#Content table {
	font-size: 12px;
	width: 100%;
}

/*------ th ------*/
#Content th {
	background-color: #ccc;
	padding: 5px;
}

#Content th.itemId {
	text-align: left;
	white-space: nowrap;
}

#Content th.manufactureName {
	text-align: left;
	white-space: nowrap;
}

#Content th.partNum {
	text-align: left;
	white-space: nowrap;
}

#Content th.description {
	text-align: left;
}

#Content th.price {
	text-align: left;
	white-space: nowrap;
}

/*------ td ------*/
#Content td {
	padding: 2px;
}
#Content td.itemId {
	text-align: left;
	/*width: 70px;*/
	white-space: nowrap;
}

#Content td.manufactureName {
	text-align: left;
	/*width: 100px;*/
	white-space: nowrap;
}

#Content td.partNum {
	text-align: left;
	/*width: 100px;*/
	white-space: nowrap;
}

#Content td.description {
	text-align: left;
	width: 100%;
}

#Content td.price {
	text-align: right;
	white-space: nowrap;
}

#Content td.ContentFooter {
	padding: 5px;
}

/* #Footer
-----------------------------------*/
#Footer table {
	width: 100%;
}

#Footer td {
	border-top: red thin solid;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}