/* general stuff */


body {
  font-family: tahoma, arial, sans-serif;
  font-weight: normal;
  font-size:   8pt;
  margin: 0px;
  padding: 0px;
}


form {
  margin: 0px;
  padding: 0px;
}


input {
  font-family: tahoma, arial, sans-serif;
  font-weight: normal;
  font-size:   9pt;
  margin:      0px;
  line-height: 16px;
  height:      16px;
  border:      0px;

}
input.inputbox, input.inputbox-search {
  font-family: tahoma, arial, sans-serif;
  font-weight: normal;
  font-size:   9pt;
  margin:      0px;
  line-height: 18px;
  height:      18px;
  border:      1px solid #333333;

}
input.button {
  font-family: tahoma, arial, sans-serif;
  font-weight: bold;
  color:       #ffffff;
  background-color: #EE6A10;
  vertical-align: top;
  font-size:   9pt;
  margin:      0px;
  line-height: 22px;
  height:      22px;
  border:      1px solid #333333;
}


#pathway{
  width:  100%;
  height: 18px;
  padding-left: 10px;
  padding-top:  2px;
}


td.contentheading {
  font-family: tahoma, arial, sans-serif;
  font-weight: bold;
  color:       #EE6A10;
  font-size:   9pt;
  margin:      0px;
  padding:     0px;
  display: block;
  line-height: 20px;
   white-space: nowrap;
}

table.contentpaneopen {
  font-family: tahoma, arial, sans-serif;
  color:       #333333;
  font-size:   8pt;
  margin:      0px;
  padding:     0px;
}

table.contentpaneopen p {
 white-space:normal;
}

h2.componentheading, div.componentheading {
  font-family: tahoma, arial, sans-serif;
  font-weight: bold;
  color:       #EE6A10;
  font-size:   9pt;
  margin:      0px;
  padding:     0px;
  display:     block;
  line-height: 20px;
  white-space: nowrap;
}



/* Main Menu(s) */
a.mainlevel {
  font-size:       8pt;
  margin-top:      6px;
  margin-bottom:   6px;
  padding-left:    4px;
  width:           165px;
  display:         block;
  line-height:     12px;
  text-decoration: none;
  border-left:     12px solid #CACACA;
  border-bottom:   1px dotted #CACACA;
}

a.mainlevel:hover, a.mainlevel#active_menu {
  border-left:     12px solid #EE6A10;
  color:           #EE6A10;
  text-decoration: none;
}

a.sublevel {
  padding-left:    4px;
  margin:          2px;
  font-size:       8pt;
  width:           160px;
  display:         block;
  line-height:     12px;
  text-decoration: none;
  font-weight:     normal;
}



a.mainlevel-top {
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  font-size: 9pt;
  padding-left: 4px;
  width: 96px;
  display: block;
  line-height: 22px;
  margin-bottom: 1px;
  text-decoration: none;
  border-bottom: 3px solid #888888;
}
a.mainlevel-top:hover, a.mainlevel-top#active_menu {
  text-decoration: none;
  background-color: #444444;
  border-bottom: 3px solid #EE6A10;
}

div.module-transmenu div div div a {
  text-decoration: none;
  color: #ffffff;
}

div.module div div div h3 {
  font-family: tahoma, arial, sans-serif;
  font-weight: bold;
  color:       #EE6A10;  
  font-size:   9pt;
  margin:      0px;
  padding-top:     20px;
  display: block;
  line-height: 20px;
}





ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	float: right;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;	
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

ul#mainlevel-nav li a:hover
{
	color: #000000;
	background: #CACACA;
}


td.product_line_menue {
  background-image: url('../img/bg_menue_line_1.jpg');
  background-repeat:repeat-x;
  background-position:0px 0px;
  height:      28px;
  font-family:    Helvetica,Tahoma,Verdana,Arial;
  font-weight:    normal;
  font-size:      8pt;
  height:         18px;  
}
div.product_infofield {
  background-color: #EEEEEE;
  border-left:    1px solid #666666;
  border-top:     1px solid #666666;
  border-right:   1px solid #666666;
  border-bottom:  1px solid #666666;
  padding:        10px;
  margin-bottom:  50px;
}
div.product_action {
  float:          left;
  margin-right:   10px;
  margin-bottom:  10px;
  width:          220px;
  border:         1px solid #cccccc;
}
div.product_price {
  float:          left;
  text-align:     right;
  width:          220px;
}
a.product {
  text-decoration:  none;
}

span.product_overline {
  font-family: tahoma, arial, sans-serif;
  font-weight: bold;
  font-size:   10pt;
  color:       #333333;
}
span.product_topprice {
  font-family: tahoma, arial, sans-serif;
  font-weight: bold;
  font-size:   14pt;
  color:       #EE6A10;

}


