body
{
	margin: 0px;
	font-size: 11px;
	font-family: tahoma;
	overflow: auto;
	background-color: #d4d0c8;
}
.generalTable
{
	background-color: #cacacc;
	font-family: tahoma;
	font-size: 11px;
	padding: 1 2 1 2;
	margin: 3 3 3 3;
	border: solid 1px black;
}
.general
{
	font-family: tahoma;
	font-size: 11px;
	border-color: #cbcfd6;
}
.generalname
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
.generaltext
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.actionbutton
{
	font-size: 11px;
	font-family: tahoma;
	height: 16pt;
	width: 60px;
	margin: 0 0 5 0;
}
.SearchActionButton
{
	border: solid 1px #000000;
	background-color: #eeeeef;
	font-size: 11px;
	font-family: tahoma;
	height: 16pt;
	width: 140px;
	margin: 3 1 2 1;
}
.SearchActionButtonHighlight
{
	border: solid 1px #000000;
	background-color: silver;
	color: #113355;
	font-size: 11px;
	font-family: tahoma;
	height: 16pt;
	width: 140px;
	margin: 3 1 2 1;
}
a:link, a:visited, a:active
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
a:hover
{
	color: #cd4900;
	font-weight: bold;
}
table
{
	border-width: 0;
	border-collapse: collapse;
	border-color: black;
	padding: 0000;
	margin: 0000;
	font-weight: normal;
	font-size: 11px;
	font-family: tahoma;
	color: black;
}
hr
{
	text-align: left;
	width: 100%;
	height: 1px;
	color: white;
}
span
{
	font-size: 11px;
	font-family: tahoma;
}
img
{
	border-color: black;
	border: 0px;
}
.dataheader
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #686a6e;
}
.dataheader2
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: black;
}
.tableheader1
{
	font-family: tahoma, verdana,arial,helvetica,sans-serif;
	font-size: 12;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: white;
	background-color: #686a6e;
}
.ErrorDescription
{
	font-size: larger;
	text-align: center;
	color: red;
}
.Available
{
	background-color: white;
	cursor: pointer;
	border: solid 1px #cbcfd6;
}
.Available2
{
	background-color: #edf2fa;
	cursor: pointer;
	border: solid 1px #cbcfd6;
}
.Substituted
{
	background-color: white;
	border: solid 1px #cbcfd6;
	cursor: pointer;
	color: blue;
}
.Substituted2
{
	background-color: #edf2fa;
	border: solid 1px #cbcfd6;
	cursor: pointer;
	color: blue;
}
.Discontinued
{
	background-color: white;
	border: solid 1px #cbcfd6;
	cursor: pointer;
	color: red;
}
.Discontinued2
{
	background-color: #edf2fa;
	border: solid 1px #cbcfd6;
	cursor: pointer;
	color: red;
}
.Highlight
{
	background-color: silver;
	border: solid 1px #cbcfd6;
	cursor: pointer;
}
.Selected
{
	background-color: aqua;
	border: solid 1px #cbcfd6;
	cursor: pointer;
}
.btn_Cart
{
	background-color: transparent;
	border: solid 0px #000000;
	width: 15px;
	height: 12px;
	cursor: pointer;
	background-image: url(../images/btn_cart.gif);
	background-position: 1px 0px;
	background-repeat: no-repeat;
}
