body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: arial, serif;
  font-size: 0.9em;
  text-align: left;
  background: url(img/lcol.gif) repeat-y;
}

table {
  font-size: 100%;
}

#header {
  border-bottom: 1px solid #e7ecf0;
  margin-left: 30px;
} 

#header div {
  background: #e7ecf0 url(img/header.png) no-repeat;  
  height: 70px;
  letter-spacing: 0.5em;
  display: block;
  margin-left: 1px;
  border-bottom: 1px solid #FFF;
}

#header a {
  color: #DDA;
  text-decoration: none;  
}

#header h1 {
  margin: 0;
  height: 40px;  
}
#header span {
  display: none;
}

#footer {
  margin-left: 31px;
  background: #e7ecf0;
  color: #999;
  padding: 5px;
  clear: both;
}

#footer p {
  margin: 0;
}

#footer a {
  color: #777;
}

#menucontainer {
  padding-left: 31px;
  position: absolute;
}

#menu {
  border-top: 1px solid #FFF;
  margin: 0; padding: 0;
  list-style: none;
  width: 14em;
  background: #fff5e9 url(img/mbg2.jpg) no-repeat;
  border-right: 1px solid #E8E6F1;
  border-bottom: 1px solid #E8E6F1;
  
}

#menu li { 
  display: block;  
  >height: 0px;
  
}

#menu ul {
  list-style: none;
  padding: 0;
  margin-left: 2em;
  border-left: 1px solid #E3E1D2;
}

#menu a {
  display: block;
  padding: 6px 0 6px 0.5em;  
  color: #444;
  text-decoration: none;
  margin: 0;  
}

#menu a:hover {
  padding: 5px 0 5px 0.5em;  
  background-image: url(img/blend.gif);
  border-top: 1px solid #EEDEEE;
  border-bottom: 1px solid #EEDEEE;  
  color: #000;
}

#content {
  padding-left: 18em;
  padding-right: 1em;
  padding-bottom: 5em;
  padding-top: 1em;
  min-height: 23em;
  -height: 28em;
}


.attention {
  color: red;
  font-weight: bold;
}

.datasheet {
  
  border-collapse: collapse;
  border: 1px solid #DDD;
	clear: both;
	
  
}

.datasheet th {
  background: #004;
	text-align: center;
	color: #FFE;
}

.datasheet .alt {
  background: #F8F8F8;
}

.datasheet td {
	padding: 8px;
	text-align: center;
}

.datasheet th {
	padding: 3px;
}

.datasheet img {
  border: 1px solid #EEE;
}

.iconset div, .iconset_big div {
	float: left;
  text-align: center;
  margin: 1em;
}

.iconset_big div {
	width: 256px;
	height: 280px;
}

.iconset div {
	width: 128px;
	height: 150px;
}

.iconset a, .iconset_big a {
  text-decoration: none;
}

.iconset span, .iconset_big span {
  text-decoration: underline;
	font-size: 80%;
}

.iconset img, .iconset_big img {
  border: 0;
}

.itemlist th {
}

.itemlist td {
	padding: 0.5em 0 0.5em 0;
}

.itemlist .alt td {
  background: #F8F8F8;
}

.itemlist h1 {
  color: #FFF;
  background: #FFF url(img/actionsbg.gif) no-repeat top right;
  margin: 0;
  font-size: small;
}

.actions {
  clear: both;
  text-align: right;
  padding-top: 10px;
  width: 90%;  
}
.actions h1 {
  color: #FFF;
  background: #FFF url(img/actionsbg.gif) no-repeat top right;
  margin: 0;
  padding-right: 1em;
  font-size: small;
}

.actions p {
  margin-left: 1em;
}

#content h1, h2, h3, #errorbox h1 {
  font-weight: normal; 
  color: #444;
}

#content h1, h2, #errorbox h1 {
  border-bottom: 1px solid #EEE;
}

#content h1 {
  font-size: x-large; 
}

.indent {
  margin-left: 3em;
  margin-right: 2em;

}
.indent table {
  border-collapse: collapse;
  width: 90%;
}


.proplist {
  border: 1px solid #DDD;
}

.proplist th {
  width: 7em;
  background: #EEE;
  border: 1px solid #DDD;
  padding: 5px;
}

.proplist td {
  padding: 5px;
  background: #FCFCFC;
}

.itemimg {
  display: block;
}

#breadcrumbs {
  font-size: x-small;
  list-style: none;
  height: 1.5em;
  margin: 0;  
  padding: 0;
}

#breadcrumbs li {
  float: left;  
  padding-right: 5px;
  margin: 0;
  display: block;
  line-height: 1.5em;
}

#breadcrumbs a {
  color: #008;
  margin: 0;
}
#breadcrumbs a:hover {
  color: #00C;
}

#loginform {
  border: 1px solid #DDD;
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 10px;
  text-align: center;
}

#loginform table {
  width: 100%;
  text-align: left;
}
#loginform table th{
  text-align: right;
  width: 50%;
}

#loginform h1 {
  margin: 0;
  padding: 5px;
  background: url(img/stripes.png);
  border-bottom: 1px solid #DDD;
}

.log0, .log1, .log2 {
  border: 1px solid #888;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
}

.log2 {
  background: #FEE;
}

.title_notes {
  color: #222;
  margin-left: 1em;
}

.has_tail {
  margin-bottom: 0;
}

.desc {
  font-size: x-small;
}

#errorbox {
  margin: 3em;
}

#navbar {
  color: #000;
  letter-spacing: 0.1em;  
  border-bottom: 1px solid #DDD;
  background: #F8F8F8;  
  
}

.title_desc {
  margin: 0pt; 
  font-size: x-small;
}

#lang_select {
  top: 72px;
  position: absolute;
  right: 0;
  width: 90px;
  height: 90px;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;  
}

body>#lang_select {
  background: url(img/yellowcloud.png) no-repeat right top;
}

#lang_select a {
  color: #002;
}

.itemlist {
  border-collapse: collapse;
}

.itemlist td {
  border-bottom: 1px solid #EEE;
  vertical-align: top;  
}

.itemlist th {
  border-bottom: 1px solid #EEE;
	padding: 5px;
}

.itemlist h3 {
  margin: 0;
  text-decoration: underline;	
}

.itemlist a {
  color: #006;
}	

.itemlist img {
  border: 0;
}

.itemlist a {
  text-decoration: none;
}

.zoom {
  border-collapse: collapse;
}

.zoom th {
  background: #ecf7ff;
	color: #004;
	font-weight: normal;
	font-size: 150%;
	padding: 3px;
	text-align: left;
	border-top: 1px solid #ABC;
	border-bottom: 1px solid #ABC;
	border-right: 1px solid #888;
}

.zoom th a {
  color: #006;
}

.grid div {
	width: 129px;
	height: 168px;
	float: left;
	text-align: center;
	padding: 1px;
}

.grid div a {
	text-decoration: none;
}
.grid div p {
	text-decoration: underline;
	font-size: 80%;
}

.grid img {
	border: 0;
}

.textures {
	float: left;
	width: 100%;	
}

.textures div {
	float: left;
	padding: 5px;
	text-align: center;
}

.textures div img {
  padding: 1px;
	border: 1px solid #666;
}

.clear {
	clear: both;
	height: 1px;
}

.hot {
	list-style: none;
	height: 130px;
	padding-bottom: 2em;
	margin: 0;
	padding: 0;
}

.hot li {
	float: left;
	border: 1px solid #DDD;
	height: 170px;
	text-align: center;
	width: 128px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-top: 0.5em;
	position: relative;
	background: url(img/hot_bg.png) bottom right repeat-x;
}

.hot img {
	border: 0;
}

.hot .label {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 150%;
	font-weight: bold;
	background: url(img/blend50white.gif);
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.desc_img {
	float: left;
	padding: 10px 10px 10px 0;
}

.simple th {
	background: #EEE;
	color: #222;
}

.simple table {
	border-collapse: collapse;
}

.simple table td, .simple table th {
	border: 1px solid #DDD;
}

.simple .desc {
	text-align: left;
}


#zoom_box {
	border: 1px solid  #888;
	position: relative;
	top: 0px;
}

.zoom {
  width: 100%;	
}

.properties {
  clear: both;
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 1em;
  float: left;
}

.properties th {
  text-align: right;
  padding-right: 10px;
}

.properties th, .properties td {
  border-bottom: 1px solid #EEE;
}

.view_image {
  padding-left: 3em;
  float: left;
  
}

#cats_table {
  float: left;
  margin-bottom: 2em;
  margin-top: 2em;
}

#cats_table.alt {
  float: right;
}


#cats_table li {
  float:left;
  margin: 5px 5px 4px 0;
}

#cats_table ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;  
}




#cats_table a {
  background: url(img/page.gif) no-repeat center center;
  padding: 1.8em;
  display: block;
  text-align: center;
  vertical-align: middle;
}

#cats_table #current a {
  background: url(img/selected.png) no-repeat center center;

}

#cats_table h1 {
  background: #ecf7ff;
	color: #004;
	font-weight: normal;
	font-size: 150%;
	padding: 3px;
	text-align: left;
  margin: 0;
  border: 1px solid #888;
}

.zoom_link {
  position: relative;
}

.zoom_popup {
  position: absolute;
  display:none;
  border: 1px solid #888;
  background: #FFE;
  z-index: 8;
  width: 7em;
  color: #000;
  padding: 0.5em;
  top: 3.5em;
  left: 0px;
  -moz-opacity: 0.90;
  text-decoration: none;
}

.zoom_popup span {
  font-weight: bold;
}

.zoom_popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.zoom_popup li {
  float: none !important;
}

li:hover .zoom_popup, li.hover .zoom_popup {
  display: block;
}

.zoom_link.hover .zoom_popup {
  display: block;
}

.zoom_link:active .zoom_popup {
  display: none;
}

div {
	behavior: url(img/hover.htc );	
}

#menu .attention {
  color: #c91c00 !important;
}

#content p a img {
  padding: 1px;
  border: 1px solid #FFF;
}

#content p a:hover img {
  border: 1px solid #008;
}

.hint {
  font-weight: bold;
  color: #633;	
}

