html, body {height: 100%; margin: 0; padding: 0; overflow: inherit;}
body, table, form {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
select
{
	height: 20px;
	border: 1px solid #3268AE;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
button
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
input
{
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 20px;
	border: 1px solid #3268AE;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
hr
{
    color: #003399;
    height: 2px;
}
.LoginForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1c3e66;
}
.ShoppingCart
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.SearchForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.ProductCode
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
.ProductOEM
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
.ProductPrice
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.ProductPriceOld
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: line-through;
}
.ErrorBox
{
	border-right: #adadad 1px solid;
	padding-right: 2px;
	border-top: #adadad 1px solid;
	padding-left: 2px;
	left: 2px;
	padding-bottom: 2px;
	border-left: #adadad 1px solid;
	padding-top: 2px;
	border-bottom: #adadad 1px solid;
	top: 2px;
	background-color: #ffff99;
}
.ErrorMessage
{
	color: Red;
}
.thumbimage
{
	width: 80px;
	height: 60px;
}
.sectionheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 15px;
	color: #000000;
    padding-bottom: 5px;
    background-color: #E7E7E7;
}
table.ContentTable {
  width			   : 100%;
  border: 0px;
  border-color: Black;
 }
table.ContentTable td 
{
	padding: 6px;
}
table.ContentTable th
{
     background-color: #FFB12B;
     border: 1px solid #a5b9d6;
     border-top: 0;
     line-height: 29px;
     color: #ffffff;
}
table.ContentNotPadded {
  width			   : 100%;
  border: 0px;
 }
table.ContentNotPadded td 
{
	padding			: 0px;
}
.listbox
{
    font-family: Arial;
    font-size: 11px;
    color: #0D2C86;
    height: 124px;
}
.ShoppingCartDates
{
	font-size: 9px;
	font-weight:normal;
}