/* =================================================================== */
/* BASIC CSS for Norgren Global Webstore - Copyright 2005 Igentics Ltd */
/* =================================================================== */
html, body {
	margin: 1em; 
	padding: 0; 
	border: 0;
	font-size: 82%;
	background: #fff;
	color: #000;
}
form {
	margin: 0;
}
img {
	border: 0;
}
p img {
	vertical-align: middle;
}
td, th {
	border: 1px #ccc solid;
}
table, th, td { 
	font-size: 100%; 
}

/* typography */
body, p, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 1.2em; 
}
input, select, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 105%;
}
b, strong {
	font-weight: bolder;
}
i, cite, em, var {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 5px;
	border-bottom: 2px #888 solid;
	text-decoration: none ! important;
}
h2 {
	font-size: 1.5em;
	padding-bottom: 5px;
	border-bottom: 1px #888 solid;
}
h3 {
	font-size: 1.4em;
	padding-bottom: 3px;
	border-bottom: 1px #ccc solid;
}
h4 {
	font-size: 1.2em;
}
h5 {
	margin: 0;
	font-size: 1.1em;
}
h6 {
	margin: 0;
	font-size: 1.0em;
}

/* ====================================================================
   TABLES
-------------------------------------------------------------------- */
table {
	border-collapse: collapse;
}
th {
	text-align: left;
}
tr.comment td {
	font-style: italic;
}
#baskettotal td {
	padding: 3px;
	text-align: right;
	font-weight: bold;
}
table#productdisplay td {
	padding: 8px;
}
/*** COLUMNS ***/
col.comment {
	width: 35%;
}
col.date {
	width: 35%;
}
col.field {
	width: 70%;
}
col.partno {
	width: 90%;
}
col.quantity {
	width: 10%;
}
col.title {
	width: 30%;
}
#basket col.partno {
	width: 20%;
}
#basket col.listprice, #basket col.unitprice, #basket col.nettprice, #basket col.quantity {
	width: 17%;
}
#basket col.amend {
	width: 12%;
}
#buy col.partno {
	width: 45%;
}

/* ====================================================================
   MISC STYLING
-------------------------------------------------------------------- */
#status p {
	margin: 0;
	font-size: 0.9em;
}
.error {
	color: #c03;
	font-weight: bold;
}
/* BASIC.CSS specific styles to tidy up display on non-compliant browsers */
#tabs {
	margin: 1em 0;
}
#tabs td {
	padding: 3px;
	font-style: italic;
	border: none;
}

#theLayer {
    width: 260px;
    position: absolute;
    visibility: visible;
    z-index: 5;
    top: 200px;
    left: 420px;
}
