body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font: 11px "Tahoma" normal;
	color: black;
	background-color: white;
}
/* all TDs shall have valign=top by default */
td {
	vertical-align: top;
}
img {
	border: 0px;
}
input,select,textarea {
	font: 10px "Tahoma" normal;
}

span.sArrow {
	font-size: larger;
	position: relative;
	top: 1px;
	line-height: 16px;
}
div.dHeader {
	line-height: 16px;
	background: #0555a3;
	color: white;
	padding: 2px 5px;
	font-weight: bold;
}
div.dHeader a,div.dHeader a:visited {
	color: white;
	font-size: 11px;
}

div#dCart {
	padding-left: 2px;
	color: black;
	margin-top:3px;
	border-top: 1px solid #0455a3;
	border-bottom: 1px solid #0455a3;
	background-color: #E0E0E0;
}
div#dCart a,div#dCart a:visited {
	color: black;
}
div#dCart span {
	color: red;
	white-space: nowrap;
}

/* UPPER MENU */
/*div#navigation {
	background: red;
	margin-bottom: 1px;
}
	*/


div#navigation table{
	margin: 1px 0px;
	width: 100%;
	background-color: red;
	border: 0px;
	border-collapse: separate;
}
div#navigation td{
	text-align: center;
	border-left: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 0px;
}
div#navigation tr > td:first-child {
	border-left: 0px;
}
div#navigation a {
	display: block;
	color: #ffffff;
	padding: 2px 3px; /* 20px 10px; */
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
div#navigation td:hover {
	background-color: #0455a3;
}
table#tCatalog  {
	margin-left: 5px;
}
table#tCatalog td {
	vertical-align: middle;
	text-align: left;
	font-size: 10px;
}
table#tCatalog tr > td:first-child {
	text-align: center;
}
table#tCatalog a {
	font-weight: bold;
	color: #666;
}
table#tItemList {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table#tItemList td{
	padding: 2px;
	border-bottom: 1px solid #0455a3;
}

span.sItemCode {
	color:red;
	font-size: smaller;
}

div.dNewsOutput {
	padding: 2px 3px; 
	border-bottom:  1px solid #0455a3;
}	
div.dNewsOutput h3 {
	font-size: 12px;
	margin: 2px 2px 2px 0px; 
	padding: 0px;
	color: #0093dd;
}	
div.dNewsOutput h3 a{
	color: #0093dd;
}	
div.dNewsOutput div {
	text-align:justify;
}

div.dNewsArcYear {
	padding: 2px 3px; 
}
div#dCustForm {
	padding: 2px 3px 5px; 
}

td.tdCustRequired {
	color: red;
}

div#dSearch {
	margin: 0px 0px 1px 3px;
}
div#dSearch select {
	width: 130px;
	border: 1px solid #666;
	margin: 0px 0px 1px;
}
div#dSearch input {
	width: 130px;
	border: 1px solid #666;
}

