body {
  font-family : Arial, Verdana, Helvetica, sans-serif;
}

em {
  color:#000;
  background-color:#ffff00;
  font-style: normal;
  border: 1px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1px;
}

/**
 * Basket
 */ 
table.basket {
	font-size: 11px; 
	color: #000;
	font-weight:normal;
}

table.basket th {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}




.basket {
}

a.basket {
	font-size: 11px; 
	color: #000;
	font-weight:normal;
	text-decoration: underline;
}

a {
	color: #0074C5; 
	text-decoration:none;
	font-weight: bold;
}

a.bold {
	font-weight: bold; 
}

.special {
  background-color:#d9e790;
  display:block;
  text-align:center;
	font-style: italic;
	font-size:10px;
	padding: 1px;
}

.price {
  color:#FF0000;
	font-weight: bold; 
}

a.contextMenu0 {  
	font-size: 12px; 
}

a.contextMenu0Selected {  
	font-size: 12px; 
	color:#000000;
}

a.contextMenu1 {  
	font-size: 11px; 
}

a.contextMenu1Selected{  
	font-size: 11px; 
	color:#000000;
}

a.contextMenu2 {  
	font-size: 11px; 
	font-weight: normal; 
}

a.contextMenu2Selected{  
	font-size: 11px; 
	color:#000000;
}



a.topMenu {
	font-size: 10px; 
	color: #000000;
}

a.topMenu:hover {
	color: #0074C5;
}

p {
  font-size:12px;
  text-align:justify;
  color:#333333;
}

.small {
  font-size:10px;
  text-align:left;
}

.copyright {
  font-size:10px;
}

td {
  font-size:12px;
  color:#333333;
}

.headerLine {
  color:#333;
  font-size: 14px;
}

h1 {
  color:#000;
  font-size: 16px;
  font-weight:bold;
  margin: 0.5em 0em;
/*   border-right: 5px solid #000;*/
}

h2 {
  color: #000;
  font-size: 14px;
  font-weight:bold;
  margin: 0.5em 0em;
}

h3 {
  color:#333333;
  font-size: 12px;
  font-weight:bold;
  margin: 0.5em 0em;
}

h4 {
  color:#333333;
  font-size: 12px;
  font-weight:bold;
  margin: 0.5em 0em;
}

.th2 {  
  font-weight: bold; 
  background-color: #B0B6D2; 
  text-align: left;
}

.th { 
	font-weight: bold; 
	color: #000000; 
	background-color: #d9e790; 
	text-align: center 
}

.td1 {
	background-color: #EDEFFF; 
}

.td2 {
	background-color: #E0EFFF; 
}

.tdNormal { 
	background-color: #EDEFFF; 
	text-align: left 
}

/*
HierMenu
*/
.hierMenuSeparator {
  font-size: 11px;
}

a.hierMenu {
  font-size: 11px;
}

a.hierMenu:hover {
	text-decoration:underline;
}

/* product catalog */
div.container {
} 

div.spacer {
  clear: both;
}

div.product {
  background-color: #fff;
/*  
  width: 190px;
  float: left;
  min-height: 200px;
  */
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0 1em 1em 0;
  border: 1px dotted #AAA;
  font-size: 11px;
}

.productTitle {
  font-weight: bold;
}

/**
 * Product subcategories
 */
div.productSubCat {
  background-color: #eee;
  width: 100%;
  margin: 0 1em 1em 0;
  padding: 0.5em;
  border: 1px dotted #AAA;
}

div.productSubCat p {
  margin: 4px 0;
}

/**
 * Product documents
 */
div.productDocuments {
  background-color: #eee;
  width: 100%;
  margin: 0 1em 1em 0;
  padding: 0.5em;
  border: 1px dotted #AAA;
}

div.productDocuments p {
  margin: 4px 0;
}

/**
 * Image gallery
 */
div.imgGallery {
  background-color: #fff;
  width: 100%;
  padding: 0.5em;
  border: 1px dotted #AAA;
}

div.imgGalleryCategory {
  background-color: #fff;
  width: 100%;
  padding: 0.5em;
}


div.image {
  float: left;
  margin: 0 1em 1em 0;
  padding: 0.5em 0.5em 0.5em 1em;
}

div.image p {
  text-align: center;
  font-size:9px;
}

/**
 * Errors
 */
div.err {
  background-color: #fff;
  width: 100%;
  margin: 0 1em 1em 0;
  padding: 0.5em;
  border: 1px dotted #600;
}

div.err p {
  margin: 4px 0;
}
 
@media print {
  .noprint {
    display:none;
  }
}

