body {
	color: #555;
	margin: 0;
	padding: 0 0 25px 0;
	font:	12px/1.45 Verdana, Geneva, Helvetica, Sans-Serif, Arial;
	font-size:small;
	border-top: 2px solid #d8d8cd;
}

html>body {
	font-size: 80%;
	line-height: 130%;
}

.oldbrowser {
	display:none;
}

#search {
	margin-top:10px;
}

#crumbs {
    font-size: 10px;
    font-weight: 600;
    padding: 4px 0px 4px 18px;
    margin-top:2px;
    margin: 2px 0px 10px 0px;
    border-bottom: 1px solid #333333;
    background-color:white;
    color: #555;
    height: 22px;
    clear:both;
}

.filler {
    margin: 0;
    padding:0 0 10px 0;
    background-color: #ffffff;
}

#content {
    text-align:left;
    float:left;
    width: 490px;
    padding: 10px 10px 10px 10px;
    margin:0;
    background-color:#ffffff;
}

#content pre {
	font: 13px/1.45 Verdana, Geneva, Helvitica, sans-serif;
	font-size:x-small;
}

div.item { border: none; padding: 5px;}
div.item img { float: right; margin: 5px;}
div.item hr { display: block; clear: left; margin: 0.96em 0; visibility: hidden;}


td li {
	margin-bottom:10px;
	line-height: 140%;
}

td p {
	margin: 0px;
	padding: 5px; 
}

#sidebar {
	float: right;
	text-align: left;
	width: 190px;
	\width: 200px;
	w\idth: 190px;
	padding: 0;
	margin-left:10px;
}

#sidebar h1 {
	border-bottom: 2px solid #dedede;
	font-size:12px;
	color: #7a7a7a;
	color:#006633;
	margin: 0;
	margin:5px 0px 2px 3px;
	padding:0px 0px 2px 10px;
}

#sidebar h6 {
	border-bottom: 2px solid #dedede;
	font-size: 10px;
	color: #7a7a7a;
	color:#006633;
	margin: 0;
	margin:5px 0px 2px 3px;
	padding:0px 0px 2px 10px;
}

#sidebar p {
	font-size: 9px;
	line-height: 11px;
	margin: 0 10px 5px 0px;
	padding:0px 0px 2px 20px;
}

#sidebar a {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	font-size: 80%;
/* text-decoration: none */
}

#sidebar table {
	width:200px;
	margin: 0 10px 5px 0px;
	margin:0;
}

#sidebar td {
	margin:0px;
	text-align:center;
	vertical-align:top;
	line-height:12px;
	font-size: 10px;
}

#sidebar th {
	font-size: 80%;
	font-weight: 600;
	color:#313131;
	text-align:left;
	font-size: 10px;
}

#sidebar td {
	font-size: 80%;
	font-size: 10px;
	text-align:center;
}

.leftselect {
	font-size: 9px;
}

#bottom {
	font-size:.75em;
	color: #666;
}

img {
	border:0;
	margin-bottom: 2px;
}

a { text-decoration: none;  color:#0a0a12; }
a:link { background-color: transparent;  }
a:visited { background-color: transparent; }
a:active { background-color: transparent; }
a:hover	{ background-color: transparent;  text-decoration: underline; }

acronym {
	background-color: transparent;
	border-bottom: 1px dashed red;
}

b,strong {
	color: #606060;
	font-weight: 600;
}

blockquote {
	margin: 0;
	margin-left:.95em;
	margin-right:.8em;
	color: #777;
}

td {
	font-size: 100%;
}

tbody {
	width: 510px;
}

#content h1, h2, h3, h4, h5, h6	{
	/* letter-spacing:-.015em; */
	font-family: Arial, sans-serif;
	color: #555;
	background-color: transparent;
	margin-bottom:0;
	padding:0;
}

h1	{ font-size:135%; padding:0; padding-top: 10px; margin-bottom:0; }
h2	{ font-size:115%; padding:0; margin-bottom:0;	}
h3	{ font-size:1.0em;	}
h4, h5	{ font-size:1.0em;	}


h1+h2, h2+h3, h3+h4, h5+h6, h1+p, h2+p	{ margin: .25em 0; padding:0; }


.admenu {
  font-size:92%;
}

.hrule {
	border-bottom:solid 2px #ededed;
	margin-bottom:10px;
}

dt {
	font-weight: 900;
	color: #616161;
}

.caps {
	font-size:	.9em;
	letter-spacing:.025em;
	font-weight: bold;
	color:#777;
}

.box {
	color: #333;
	background-color: #f5f5dc;
	border: 1px solid #bbb;
	text-indent: 5px;
	padding:0;
	margin: 0;
 }


.rtitle {
	font-size: 1.4em;
	margin-left: -1px;
	line-height: 120%;
}

.boxheader {
	font-weight: bold;
	border:none;
	margin: 0;
	color: #BBB;
	background-color: #CCC;
	text-indent: 5px;
}

#tabs{
	float:left;
	width:100%;
	font-size:11px;
	line-height:normal;
	margin:-31px 0 0 0;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#tabs li {
	float:left;
/*	background:url("/img/tl_both.gif") no-repeat left top; */
	list-style-type: none;
	margin:0;
	padding:0 0 0 9px;
}

#tabs a {
	float:left;
	display:block;
	width:.1em;
/*	background:url("/img/tr_both.gif") no-repeat right top; */
	padding:5px 12px 4px 3px;
	text-decoration:none;
	font-weight: bold;
	color:#777;
}

#tabs > ul a {width:auto;}
/* dirty dirty hack: a commented Backslash hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
    color: #333;
}

#header li:hover, #header li:hover a {
/*	background-position:0% -150px; */
	color: #555;
}

#header li:hover a {
/*	background-position:100% -150px; */
	padding-bottom:5px;
}

#footer {
	border: 0;
	color: #333;
	padding: 5px 7px 7px 10px;
	text-align: left;
	clear: both;
	font-size: xx-small;
	font-size: x-small;
}

#footer p {
	margin: 10px 0;
	padding: 0;
}

#footer a, a:visited, a:hover {
	color: #0a0a12;
/*   text-decoration: none; */
}

#nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	float: left;
	padding: 0px 12px 2px 30px;
	text-decoration: none;
	color: #222;
	background: no-repeat 5px 55%;

#nav a:hover, #nav a.active {
	color: #000;
	background-color: #fff;
	}
#nav a.active {
	font-weight: bold;
	}

}
a.buythis {
   background-color: #edd;
}

#t-home a	{ background-image: url(../img/t-home.gif);	}
#t-folder a	{ background-image: url(../img/t-folder.gif);	}
#t-note a	{ background-image: url(../img/t-note.gif);	}
#t-serv a	{ background-image: url(../img/t-serv.gif);	}
#t-cart a	{ background-image: url(../img/t-cart.gif);	}
#t-port a	{ background-image: url(../img/t-port.gif);	}
#t-about a	{ background-image: url(../img/t-about.gif);	}
#t-cont a	{ background-image: url(../img/t-contact.gif);	}
#t-info a	{ background-image: url(../img/t-info.gif);	}
#t-search a	{ background-image: url(../img/t-search.gif);	}
#t-green a	{ background-image: url(../img/t-green.gif);	}
#t-listback a	{ background-image: url(../img/t-listback.gif);	}
#t-print a	{ background-image: url(../img/t-print.gif);	}
#t-larr a	{ background-image: url(../img/t-larr.gif);	}
#t-rarr a	{ background-image: url(../img/t-rarr.gif);	}
#t-de a		{ background-image: url(../img/t-de.gif);	}
#t-en a		{ background-image: url(../img/t-en.gif);	}
#t-fr a		{ background-image: url(../img/t-fr.gif);	}
#t-nl a		{ background-image: url(../img/t-nl.gif);	}
#t-hr a		{ background-image: url(../img/t-hr.gif);	}
#t-es a		{ background-image: url(../img/t-es.gif);	}


fieldset#frame {
	border: 1px solid #fff;
}

fieldset:hover#frame {
	border: 1px dotted #555; 
}

.button {
	color: #000;
	background-color: #e1e1e4;
	border-bottom: 2px solid #aa9;
	border-right: 1px solid #88a;
	font-family: trebuchet, verdana,arial, helvetica, sans;
	font-size: 92%;
	font-size: 11px;
	font-weight: 600;
	margin-left: 2px;
}

.button hover {
	background-color: #ccc;
}

.quicklink {
	font-family: trebuchet, verdana,arial, helvetica, sans;
	font-size: 92%;
	font-size: 11px;
	font-weight: 600;
	line-height: 200%;
}

.quicklink a, .quicklink a:visited, quicklink a:link {
	color: #000;
	background-color: #f1f1f4;
	padding-bottom: 1px;
	padding-top: 2px;
	text-decoration: none;
}

.quicklink a:active, .quicklink a:hover {
	background-color: #ccd;
	text-decoration: underline;
}

form {
	margin:0 0 5px 0;
}

input, textarea, select {
	background-color: #fdfdfd;
	color: #111;
	font-family: arial, helvetica, sans;
	font-size:13px;
	font-weight: normal;
	border-style: inset;
	border-top: 1px solid #ccc;
	border-left: 1px solid #aaa;
	margin:0px;
	margin-right: 12px;
}


p.frmtxt  {
	font-size: 0.8em;
	font-weight: bold; 
	color:#449;
}

.dirlist a, .dirlist a:active {
	margin-left: 12px;
	line-height: 70%;
	font-size: 0.85em;
	font-weight: bold; 
	color: #C33;

}

.dirlist a:hover {
	color: #933;
}

#maincontent {
	float:left;
	width:522px;
	margin-left:18px;
	 margin-top:4px;
}

#rightbar {
	margin-top: 78px;
	float: left;
	width: 140px;
	\width: 140px;
	w\idth: 140px;

}

#rightbar a, #rightbar a img {
	margin-top: 8px;
}