/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; border:solid 1 px; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF0000; text-decoration: underline; }

BODY {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-size: medium;
  background: #5b6262;
  color: #000000;
  margin: 0px;
}

ul#simple-navi {
  list-style-type: none;
  width: 100%;
  float: right;
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  margin-top:8px;
  margin-bottom: 8px;
  padding: 0px 0 0 0;
}
 
ul#simple-navi li {
  display: block;
  float:right;
  margin: 0 0 0 0px;
}
 
ul#simple-navi li a {
  display: block;
  padding: 8px 10px 10px 10px;
  color: #FFF;
  background-color: #555;
  text-decoration: none;
  border-left: solid 1px #BBBBBB;
}
ul#simple-navi li.active a,
ul#simple-navi li a:hover {
  background-color: #bbbdc0;
  color: #FFF;
}

.fixcenter {
  width: 980px;
  border: 3px solid #ACACAC;
  background: #ffffff;
  color: #000000;
  margin: 0px;
  text-align: left;
}

html>body #fixcenter {
width: 958px;
/* ie5win fudge ends */
}


A {
  color: #333333;
  text-decoration: underline;
  
}

A:hover {
  color: #111111;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

/* oberste Zeile im Header */
.header_top {
	height: 20px;
	text-align:left;
	padding: 15 0 5 0px;

}

.header_top_text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color:#FFF;
}

.header_top_text a:link,.header_top_text a:active,.header_top_text a:hover, .header_top_text a:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#FFF;
}

/* Ende oberste Zeile im Header */

/* Header: Login */
.header_login_field {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 333333;
	border: 0px solid #C1C1C1;
}
.header_login_fieldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: 333333;
	margin-top:5px;
}
.header_login_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
	line-height: 18px;
}

/* Ende Header: Login */

/* breadcrumb */

.header_breadcrumb_td {
	background: #FFFFFF;
	border-bottom: 1px solid #979797;
	height: 20px;
}

.category_path {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #777;
	padding:3px;
	padding-bottom: 14px;
	margin: 0px;
	background: #FFFFFF url(images/header/shadow.gif) repeat-x  ;
	background-position: bottom;
}

.category_path a:link {
	text-decoration: underline;
	color: #777;
}
.category_path a:visited {
	text-decoration: underline;
}
.category_path a:hover {
	text-decoration: none;
}
.category_path a:active {
	text-decoration: none;
}
/* Ende breadcrumb */

TR.headerNavigation {
  background: #FAF601;
  height: 20px;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 12 px;
  background: #FAF601;
  font-weight : bold;
  caption-side: left;
}

/* notwendig? 
A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #333;
}
*/

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FAF601;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FAF601;
  color: #000000;
  font-weight: bold;
}

.infoBox {
 border: solid 1px #D0D0D0;
 margin-top: 0px;
 margin-bottom: 12px;
}

.infoBoxWarning {
 border: solid 1px #CC3300;
 background-color: #FFCCCC;
 margin-top: 5px;
 margin-bottom: 12px;
 font-family: Arial, sans-serif;
 font-size: 11px;
 line-height: 12px;
 padding: 5px;
 color:#333333;
 text-align: justify;
 
}
.infoBoxContents {
  background: #f4f4f4;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #555555;
  margin: 0px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-image: url(images/infobox/header_back.gif);
  height: 25px;
  color: 333333;
  text-align: center;
  vertical-align: middle;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: ##f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #777;
  border-spacing: 0px;
 
 }

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #777;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: 444px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C5C5C5;
  
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/* Überschrift Inhaltsseite */
TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor:  pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom { font-family: Arial, sans-serif; font-size: 11px; color: #222222; }
.checkoutBarTo {font-family: Arial, sans-serif; font-size: 11px; color: #222222;}
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight:bold; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* menu Image -noborderBox - Show Sub-categories  Star */
a.menucateg:link, a.menucateg:visited, a.menucateg:active {
display: block;
margin: 0px;
width: 200px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left ;
vertical-align:middle;
text-transform: uppercase;
text-decoration: none;
color: #111111;
border: none;
border-bottom: solid 1px #FFFFFF;
padding-top: 20px;
padding-bottom: 2px;
padding-right: 5px;
background-color: #f4f4f4;
}

a.menucateg:hover {
margin: 0px;
width: 200px;
display: block;
font-style:inherit; 
vertical-align:middle;
text-decoration: none;
background-color: #D7D7D7;
color: #333333;
padding-top: 20px;
padding-bottom: 2px;

}

a.menusubcateg:link, a.menusubcateg:visited {
display: block;
margin: 0px;
vertical-align: middle;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
height: 12px;
text-decoration: none;
border-right: none;
border-bottom: solid 1px #FFFFFF;
width: 200px;
background: url('images/nav_arrow.gif') no-repeat;
background-color:#f4f4f4;
background-position: 4px 50%;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
}

a.menusubcateg:active {
margin: 0px;
background: url('images/nav_arrow2.gif') no-repeat;
background-color:#D7D7D7;
background-position: 8px 50%;
}

a.menusubcateg:hover {
margin: 0px;
color: #000000;
background: url('images/nav_arrow2.gif') no-repeat;
background-color:#D7D7D7;
background-position: 4px 50%;
}
/* menu Image -noborderBox - Show Sub-categories  End */

/* category information boxes */

.cat_info_box {background: #FFFFFF; border: solid 1px #CACACA; padding: 8px; margin-bottom: 10px; font-family: Verdana, Arial, sans-serif;
  font-size: 11px;}

/* Menu im Banner */

#menu01 {
margin: 10px;
padding-TOP:6px;
padding-BOTTOM:6px;
border: solid 0px #000;
font: normal 14px Arial;}


#menu01 {
list-style-type: none;
        padding: 0px;
        margin: 0px;
}




#menu01 a:link, #menu01 li a:visited, #menu01 li a:active {display:block;
border: solid 0px #000;
text-align:left;
color:#333333;
text-decoration:none;
margin-bottom: 2px;
margin-top: 2px;
height: 15px;
line-height: 15px;
}


#menu01 a:hover {
color:#FFFFFF;                
border: solid 0px #000;
font: normal 14px Arial;
text-decoration:none;
margin-bottom: 2px;
margin-top: 2px;
height: 15px;
line-height: 15px;
}

#headernav a:link, #headernav a:visited, #headernav li a:active
{
color:#000;
background-color:#fff;
width:100px;
padding:7px;
font-size:12px;
font-family: Arial, sans-serif;
font-weight:bold;
text-decoration:none;
text-align:center;
margin:0px;
background-image:url(images/header_nav/up.gif);
background-repeat:repeat-x;
}

#headernav a:hover {
background-image:url(images/header_nav/down.gif);
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.category_header, DIV.category_header {
       font-family    : Verdana, Arial, sans-serif;
       font-size      : 1 em;
       font-weight    : bold;
       color          : Black;
       margin-top     : 1.82em;
       margin-bottom  : 1.82em;
       line-height    : 1.5;
    }

    TD.category_sub_header, DIV.category_sub_header {
       font-family    : Verdana, Arial, sans-serif;
       font-size      : 10px;
 
    }
    TD.category_sub_desc, DIV.category_sub_desc {
       font-family    : Verdana, Arial, sans-serif;
       font-size      : 0.7em;
       background     : #DCDCDC;
       margin-bottom  : 1em;
    }
	
.right_box_table {
 width: 160px;
}

.right_box_etl {
 background-color:#FFFF00;
}

.category_listing_images {
 padding: 2px;
 border: 1px solid #C1C1C1;
}

/* BOF: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
/* EOF: More Pics 6 */

.images {
	padding: 2px;
	border: solid #CCCCCC 2px;
}

.product_listing_product_title {
 font-family: Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #333;
 line-height: 14px;
 text-transform:uppercase;
 padding-bottom: 8px;
}
 
.featured {margin-bottom: 10px; font-family: Arial, Helvetica, sans-serif;
  font-size: 9px; text-align: center; } 

.featured2 {margin-bottom: 10px; font-family: Arial, Helvetica, sans-serif;
  font-size: 9px; text-align: center; } 


.TabbedPanels {
	width: 500px;
}
.TabbedPanelsTab {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}
hr {
	clear: left;
}
.TabbedPanels1 {	width: 500px;
}
.TabbedPanelsTab1 {	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Auflistung Breadcumb */

.category_path a:link {
	text-decoration: underline;
	color: #333333;
}
.category_path a:visited {
	text-decoration: underline;
}
.category_path a:hover {
	text-decoration: none;
}
.category_path a:active {
	text-decoration: none;
}

/* Link */
a.link:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align:justify;
	line-height: 16px;
	text-decoration:underline;
	background: url('images/nav_arrow2.gif') no-repeat;
	background-position: 0px 65%;
	padding-left: 8px;
}

a.link:hover,active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align:justify;
	line-height: 16px;
	text-decoration: none;
	background: url('images/nav_arrow2.gif') no-repeat;
	background-position: 0px 65%;
	padding-left: 8px;
}

a.link:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align:justify;
	line-height: 16px;
	text-decoration:underline;
	background: url('images/nav_arrow2.gif') no-repeat;
	background-position: 0px 65%;
	padding-left: 8px;
}

/* Product_Info_Spalte */
.product_info_tab{
	border: 1px solid #d0d0d0;
	background: #f4f4f4;
	width: 150px;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
}

.product_info_tab_price_heading{
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 10px;
  text-decoration:none;
}

.product_info_tab_price {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #222;
  font-size: 18px;
  text-decoration:line-through;
}

.product_info_tab_special {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #ff0000;
  font-size: 18px;
}


/* Product_Price */
SPAN.ProductsPriceHeading {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 16px;
  text-decoration:none;
}

SPAN.productprice {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #444;
  font-size: 16px;
  vertical-align:top;
  text-decoration: line-through;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #ff0000;
  font-size: 16px;
}

SPAN.productpricenotice {
  font-family: Arial, Helvetica, sans-serif;
  color:#666;
  font-size: 10px;
  text-transform:none;
}

/* Produktbeschreibungen */

.shop_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: justify;
	line-height: 18px;
	border:none;
	text-decoration:none;
	padding-top:5px;
		list-style:lower-roman;
}

.shop_introbox {
	background-color:#FFFF00;
	padding: 7px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top:20px;
}

.tabunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #444;
	font-weight:bold;
	height: 1px;
	border-bottom: #FFFF00 solid 2px;
	padding-top: 30px;
}

.shop_technical {
	border-bottom:solid #BBB 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	vertical-align:top;
	padding-top: 2px;
	padding-bottom: 2px;
}

.images {
	padding: 3px;
	border: solid #CCCCCC 1px;
}

/* Informationseiten Impressum etc. */

.content_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	text-align:justify;
	line-height: 18px;
}

a.content_text:hover,active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	text-align:justify;
	line-height: 18px;
}

a.content_link:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align:justify;
	line-height: 16px;
	text-decoration:underline;
	background: url('images/nav_arrow2.gif') no-repeat;
	background-position: 0px 65%;
	padding-left: 7px;
	padding-top: 0px;
}

a.content_link:hover,active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align:justify;
	line-height: 16px;
	text-decoration: none;
	background: url('images/nav_arrow2.gif') no-repeat;
	background-position: 0px 65%;
	padding-left: 7px;
	padding-top: 0px;
}

a.content_link:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align:justify;
	line-height: 16px;
	text-decoration:underline;
	background: url('images/nav_arrow2.gif') no-repeat;
	background-position: 0px 65%;
	padding-left: 7px;
	padding-top: 0px;
}

.content_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444444;
	font-weight:bold;
	border-bottom: #FFFF00 solid 2px;
	padding-top: 30px;

}

.content_subtitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-align:justify;
	line-height: 20px;
}

.content_table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	padding-top: 20px;
	vertical-align:top;
}

.content_infobox {
	border: solid 1px #D6D6D6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	padding: 5px;
	margin-top:15px;
	margin-bottom:15px;
}

/* Startseite*/

.index_title_box {
	width: 500;
}

.index_title {
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	font-size: 26px;
	font-weight: bold;
}

.index_subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	font-size: 16px;
	font-weight: bold;
}

.index_spot_box {
	width: 500;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 3px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF url(images/index/spot_background.gif) bottom repeat-x;
}

.index_spot_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-aling: left;
	line-height: 20px;
}

.index_spot_image {
	width: 500;
	height: 200;
	margin-bottom: 5px;
}

.index_spot_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 444444;
	text-align:justify;
}

.index_choice_box {
	width: 240;
	margin: 10px;
	border: solid 1px #CCCCCC;
	padding: 3px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF url(images/index/spot_background.gif) bottom repeat-x;
}

.index_choice_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	color:#333333;
}

.index_choice_image {
	width: 238;
	height: 95;
	margin-bottom: 5px;
}

.box_text {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #444444;
 text-align: justify;
}

/* Tabelle mit schattierter erster Zeile */
.content_box {
 width: 540px;
 border: 1px solid #C1C1C1;
 margin-bottom: 30px;
}

.content_box_heading {
 background: #D6D6D6;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 color: #444444;
 height: 25px;
 vertical-align: middle;
 padding-left: 5px;
}

.content_box_text {
 text-align: justify;
 padding: 5px;
}

/* Formular */
.form_textfield {
 border: 1px solid #C1C1C1;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#333333;
 height: 20px;
 margin-top: 5px;
 margin-left: 10px;
 padding-left: 3px;
}


/* Product_Description */
.shop_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: justify;
	line-height: 18px;
	border:none;
	text-decoration:none;
	padding-top:5px;
}

/* Suchfeld für Artikelsuche */
.product_search_form {
	border: #ACACAC 1px solid;
	color: #333;
	font-family: Tahoma, Arial, Verdana sans-serif;
	font-size: 14px;
	height: 30px;
	padding: 6px;
	padding-left: 25px;
	margin-left:7px;
	margin-right:0px;
	background:url(images/infobox/search_form.gif) no-repeat #fff; 
	background-position: 5px;
}
.product_search_form_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-bottom:0px;
}
/* Suchfeld für Artikelsuche */

.description_art_syntax {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 6px;
	color: #fff;
}

/* ajax search */
#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 176px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 170px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
} 
 
