html {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt !important;
  text-align: left;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0;
	width: 95%;
}

#header, #menu, #breadcrumb, #footer, #col_left {
	display: none;
}

/* ---( images )----------------------------- */
img.normal {
  display: inline;
  border: none;
  margin: 1em 0;
}

img.left {
  display: inline;
  border: none;
  float: left;
  margin: 0 1.2em 1em 0;
}

img.right {
  display: inline;
  border: none;
  float: right;
  margin: 0 0 1em 1.2em;
}

img.normal_border {
  display: inline;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

img.left_border {
  display: inline;
  float: left;
  margin: 0 1.2em 1em 0;
  border: 1px solid #227D5E;
}

img.right_border {
  display: inline;
  float: right;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

img.right_border {
  display: inline;
  float: right;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

/* ------------( headings ) ----------- */
h1, h2, h3, h4, h5, h6	{
	color                 : #000;
}

/* ------------( basket ) ----------- */
table.basket {
	width									: 100%;
	border								: none;
}

table.basket thead tr,
table.basket thead th {
	font-size							: 10pt;
	vertical-align				: top;
	background-color			: #000 !important;
	color									: #fff;
}

table.basket tr.odd,
table.basket tr.odd td {
	background-color			: #ccc;
}

table.basket td {
	font-size							: 10pt;
	vertical-align				: top;
}

table.basket td.rtd {
	text-align						: right;
}

table.basket td.icontd img {
	display								: none;
}

input.specialbutton {
	display								: none;
}

.noprint {
	display								: none;
}
