/**
-------------------------------------------------------------
  Stylesheet für http://www.nowecor.de/                     
------------------------------------------------------------- */

/**
-------------------------------------------------------------
  Regeln für allgemeine Elemente
------------------------------------------------------------- */ 

/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 72%/140% Verdana, sans-serif;  
}
td, th {
  font-size: 100%;
  vertical-align: top;
}

/* Farben setzen */
html,
body {
  color: #686868;
  background: #3a3a3a url(../images/bgbg.gif) top left repeat-x;
}

/* Links und Anker */
a:link {
  color: #686868;
  background-color: transparent;
}
a:visited {
  color: #606060;
  background-color: transparent;
}
a:hover, a:focus, a:active {
  color: #C2174E;
  background-color: transparent;
}
a img { border: 0; }

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  color: #757a7c;
  background-color: transparent;
  margin: 1.5em 0 1em 0;
  line-height: 140%;
}
h1 {
  font-size: 2.2em;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 28px 0 36px 0;
}
h2 {
  margin: 1.7em 0 1em 0;
  font-size: 1.4em;
}
div.c h2,
div.cSidebar h2 {
  font-size: 1.6em;
  font-weight: normal;
  margin-top: 0; 
}
div.cSidebar h2 {
  font-size: 1.4em;
  line-height: 125%;
}
h3 {
  font-size: 1.3em;
  margin-top: 0.9em;
  margin-bottom: 0.8em;
}
h4 {
  margin: 1.5em 0 .7em 0;
  font-size: 1.2em;
}
h5, h6 {
  margin: 1.5em 0 .5em 0;
  font-size: 1.1em;
}


/* Absätze */
p { margin: .8em 0; }

p.error {
  display: block;
  color: red;
  background-color: inherit;
}

/* Bilder */
img { vertical-align: bottom; }


/* Listen */
ol { margin-left: 2em; }

ul { margin-left: 1.2em; }

div.c ul { margin-left: 0; }

li ul { margin-left: 1.5em; }

ul.contentMenu {
  margin-top: 0.5em;
  margin-bottom: 2em;  
}
.contentMenu li {
  display: inline;
  background: url(../images/contentMenu_bullet.gif) left center no-repeat;
  padding: 0 5px 0 10px;
  font-size: .9em;
}
div.contentMenuContainer {  
  float: left;  
  margin: -5px 0 0 0;  
  padding: 0;
}
dt {
  font-weight: bold;
  margin: 1em 0 .4em 0;
}
dd { margin: 0 0 .2em 1.5em; }


/* Formulare */
input.text,
input.password {
  font-size: .9em;
  padding: 2px 3px;
  vertical-align: bottom;
  margin-bottom: 2px;
}
form.sanitaetshaussuche input.text { width: 300px; }

div#search input.text { width: 140px; }

input.image { vertical-align: bottom; }

fieldset { border: 0; }

option {
  padding-left: .5em;
  padding-right: .5em; 
}
label { cursor: pointer; }

ul.checkboxlist {
  margin: .8em; 0;
  overflow: hidden;
}
.checkboxlist li {
  float: left;
  width: 260px;
  margin: .4em 0;
}
.checkboxlist input { margin: 0 10px; }


/* Tabellen */
td,
th {
  color: inherit;
  background-color: #F1F1F1;
  padding: 4px 5px 4px 3px;
  border: 1px solid white;
}
th {
  font-weight: bold;
  text-align: left;
  font-style: normal; 
}
td.evenCol,
th.evenCol {
  color: inherit;
  background-color: #EAEAEA;
}
thead th {
  color: inherit;
  background-color: white;
  font-weight: bold;
  text-align: center;
  padding: 0 1em 1em 1em;
  font-style: normal;
}
tfoot td {
  font-size: 1.2em;
  padding-top: 30px;
}
tfoot span.pagebrowser { padding: 0 1em; }

td.trolley,
td.blank,
td.delete {
  color: inherit;
  background-color: white;
}
td.error {
  color: inherit;
  background-color: #F4E1E1;
  border: 2px solid white;
}
td.error span {
  display: block;
  color: red;
  background-color: inherit;
}
td.error-borderless {
  color: inherit;
  background-color: #F4E1E1;
  border-width: 0px;
}
td.error-borderless span {
  display: block;
  color: red;
  background-color: inherit;
}
caption {
  color: #D50056;
  background-color: transparent;
  margin: 0;
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
}
tr.dark th {
  color: white;
  background-color: #555555;
  padding: .5em 1em;
}
tr.notavailable td { text-decoration: line-through; }

.notavailable .price {
  color: #888;
  background-color: transparent;
}

th.transparent,
td.transparent {
	background-color: transparent;
	border: 0;
	
}


/**
-------------------------------------------------------------
  Regeln für besondere Bereiche
------------------------------------------------------------- */ 

div#top {
  position: relative;
  margin: 0; 
  padding: 0;
}

/* Anpassung des Grid-Frameworks */
.container_12,
.container_16 { 
  width: 970px;
}
.container_12 .grid_12,
.container_16 .grid_16 {
  width: 950px;
}

/* Logo */
div#logo { padding-left: 18px; }


/* Anmelden-Link */
#login {
  position: absolute;
  top: 10px;
  left: 710px;
}
#login a {
  color: white;
  background: transparent url(../images/bullet_white.gif) left center no-repeat;
  text-decoration: none;
  padding: 0 0 0 10px;
}
#login a:hover,
#login a:focus,
#login a:visited { text-decoration: underline; }


/* Fußzeile */
div#footer {
  color: #a6a6a6;
  background: #595959;
  clear: both;
  margin: 30px -10px 0;
  padding: 30px 30px 30px 110px;
  text-align: left;
  font-size: .9em;
  line-height: 130%;
}
#footer a {
  color: #a6a6a6;
  background-color: transparent;
  text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active { text-decoration: underline; }

#footer a.impressum { padding-left: 16px; }


/** Startseite
------------------------------------------------------------- */
div#welcome {
  padding-top: 40px;
  padding-left: 35px;
  width: 722px;  
  text-align: center;
}
div#zertifikate {
  float: right;
  height: 110px;
}
#homepage div#footer { margin: 18px 0; }


/** Navigation
------------------------------------------------------------- */
div#nav {
  position: absolute;
  top: 65px;
  left: 258px;
}
#nav ul,
#nav li {
  list-style: none;
  display: inline;
}
#nav a,
#nav strong {
  display: inline;
  float: left;
  width: 87px;
  height: 39px;
  text-indent: -8889px;
  margin-right: 1px;
  outline: 0;  
}

#nav li a,
#nav li strong {
  background-position: top left;
  background-repeat: no-repeat; 
}
#nav li.startseite a,
#nav li.startseite strong { background-image: url(../images/nav/startseite.gif);          }

#nav li.firma a,
#nav li.firma strong { background-image: url(../images/nav/firma.gif);               }

#nav li.unsere-lieferanten a,
#nav li.unsere-lieferanten strong { background-image: url(../images/nav/unsere-lieferanten.gif);  }

#nav li.unsere-mitglieder a,
#nav li.unsere-mitglieder strong { background-image: url(../images/nav/unsere-mitglieder.gif);   }

#nav li.nur-fuer-mitglieder a,
#nav li.nur-fuer-mitglieder strong { background-image: url(../images/nav/nur-fuer-mitglieder.gif); }

#nav li a:hover,
#nav li a:focus,
#nav li a:active,
#nav li a.active,
#nav li strong { background-position: bottom left; }

#nav form.suche {
  width: 168px;
  height: 39px;
  background: url(../images/nav/suchhintergrund.gif) top left no-repeat;
  float: left;
  margin-left: 10px;   
}
#nav input#suchtext {
  position: absolute;  
  top: 9px;
  font-size: 0.9em;  
  height: 16px;
  width: 118px;  
  margin-left: 8px;
}
#nav input#suchbutton {
  position: absolute;
  margin-left: 139px;
  top: 9px;  
  height: 22px;  
  width: 22px;
}


/** Main
------------------------------------------------------------- */
div#main {  
  background: url(../images/bg.gif) top left repeat-x;
  background-color: white;
  margin-top: 10px;  
}


/** Suche
------------------------------------------------------------- */
#search {
  padding: 20px 0 0 10px; 
  position: absolute;
}

/** Bereichsmenü
------------------------------------------------------------- */
div#subnav {
  float: left;
  text-align: right;
  width: 200px;
  padding: 80px 0 20px;
}
#subnav li { padding: .4em 0; }

#subnav a,
#subnav strong {
  color: #686868;
  background-color: transparent;
  text-decoration: none;
  display: block;
  padding-right: 15px;
}
#subnav a:hover,
#subnav a:focus,
#subnav a:active,
#subnav strong,
#subnav a.active {
  color: #D50056;
  background: transparent url(../images/subnav_arrow.gif) right center no-repeat;
}
#subnav a.active { font-weight: bold; }

#backlink a {
  background: none !important;
  border-top: 1px solid #d6d6d6;
  padding: .8em 0;
  margin: -15px 15px 0 0;
  font-size: .9em;
}
#backlink a span {
  background: url(../images/back_arrow.gif) 0 0 no-repeat;
  padding: 0 0 0 14px;
}

#subnav li#spacer {
  background: none !important;
  border-top: 1px solid #d6d6d6;
  padding: .8em 0;
  margin-top: 15px;
  margin-bottom: -15px;
  font-size: .9em;
}


/** Content
------------------------------------------------------------- */
div#content {
  padding: 40px 50px 50px 50px;
  margin: 0 0 0 250px;
}


/** Sanitätshaussuche
------------------------------------------------------------- */
.number {
  font-size: .9em;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.numberYellow {
  color: inherit;
  background: url(../images/number_yellow.png) center no-repeat; 
}
.numberPink {
  color: white;
  background: url(../images/number_pink.png) center no-repeat; 
}
div#googleMapsIntegration { border: 1px solid #686868; }


/**
-------------------------------------------------------------
  Regeln für spezielle Elemente
------------------------------------------------------------- */ 

.floatLeft { float: left !important; }

.floatRight { float: right !important; }

.alignLeft { text-align: left !important; }

.alignRight { text-align: right !important; }

.invisible {
  position: absolute;
  left: -9999px; 
}
div.sidebarMargin { margin-top: 90px !important; }


.styled-button { 
  outline: 0; 
  margin:0 4px 0 0; 
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration:none !important; 
  cursor:pointer; 
  position: relative; 
  text-align: center; 
  zoom: 1;
  font-size: 7.5pt;
  font-weight: bold !important;
}


/* Navigationslinks im Forum */
p.up {
  float: right;
  margin: 0;
}
p.up a {
  background: url(../images/attachments/pfeil_hoch.gif) left center no-repeat;
  padding: 0 0 0 15px;
  text-decoration: none;
}
p.up a:hover,
p.up a:focus { text-decoration: underline; }

p.back a {
  background: url(../images/back_arrow.gif) left center no-repeat;
  padding: 0 0 0 15px;
  text-decoration: none;
}
p.back a:hover,
p.back a:focus { text-decoration: underline; }

p.backWithoutHeadline { margin-top: 4.5em; }


/** Abgerundete Boxen und deren Inhalte
------------------------------------------------------------- */
div.c {
  color: inherit;
  background-color: #f9f9f9;
  border: 1px solid #cbcbcb;
  padding: 10px;
  margin: 0 0 2.5em 0;
}


/* Aktuelles */
div.news {}

.news dl.newslist dt.date {
  font-size: .9em;
  float: left;
  width: 70px;
  font-weight: normal;
  clear: left;
  margin: 0;
  padding: 0;
}
.news dl.newslist dd { margin: 0 0 .8em 70px; }


/* Letzte Einträge im Forum */
div.forumUpdates li {
  margin: .8em; 0;
  padding-bottom: .8em;
  background: url(../images/dottedline.png) bottom left repeat-x;
}

/* Ihre letzten Bestellungen */
div.lastOrders {}

.lastOrders table { border-collapse: collapse; }

.lastOrders th,
.lastOrders td {
  color: inherit;
  background-color: transparent;
  border: 0;
}
.lastOrders th {
  font-size: .7em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding: 0;
  text-align: left;
}
.lastOrders td {
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 120%;
  vertical-align: top;
  background: url(../images/dottedline.png) bottom left repeat-x;
  width: 100%;
}
.lastOrders td span.date {
  font-size: .8em;
  font-weight: normal;
}

/* Anteil Warenkorb-Bestellungen */
div#shopBonus {}

#shopBonus p {
  font-size: .9em;
  line-height: 130%;
}
#shopBonus p.pc {
  text-align: center;
  margin: 0;
  padding: 0;
}


/** Aktuelles
------------------------------------------------------------- */
div.inbox {
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 2em 0;
}
.inbox p.author {
  font-size: .9em;
  float: right;
  margin: .4em 0 0 1em;
  padding: 0; 
}
.inbox h2 { margin-top: 0; }


/* Anhänge */
div.attachments { clear: left; }

div.attachments_overview {
  color: inherit;
  background-color: #F9F9F9;  
  border: 1px dotted #bfbfbf;
  float: left;
  margin: 0;
  padding: 0 5px;
  font-size: .9em;
  position: relative;
  z-index: 2;
}
div.attachments_open { border-bottom: 0; }

div.attachments_overview a {
  color: inherit !important;
  background-color: inherit !important;
}
div.attachments_closed a,
div.attachments_open a {
  background: url(../images/attachments/pfeil_runter.gif) right center no-repeat;
  display: block;
  padding: 5px 20px 5px 5px;
  text-decoration: none;
}
div.attachments_open a { background: url(../images/attachments/pfeil_hoch.gif) right center no-repeat; }

div.attachments_overview a span {
  background: url(../images/attachments/klammer.gif) left center no-repeat;
  padding: 2px 0 2px 20px;
}
div.attachments_list {
  color: inherit;
  background-color: #F9F9F9;
  clear: left; 
  margin: 0;
  padding: 5px 10px;
  border: 1px dotted #bfbfbf;
  position: relative;
  top: -1px;
  overflow: hidden;
}
.attachments_list ul,
.attachments_list li {
  float: left;
  margin: 0;
  padding: 0; 
}
.attachments_list li a {
  display: block;
  padding:  5px 10px 5px 35px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 160px;
}
.attachments_list li a.blank { background-image: url(../images/attachments/icon_blank.gif); }

.attachments_list li a.doc { background-image: url(../images/attachments/icon_doc.gif); }

.attachments_list li a.jpg { background-image: url(../images/attachments/icon_jpg.gif); }

.attachments_list li a.pdf { background-image: url(../images/attachments/icon_pdf.gif); }

.attachments_list li a.png { background-image: url(../images/attachments/icon_png.gif); }

.attachments_list li a.ppt { background-image: url(../images/attachments/icon_ppt.gif); }

.attachments_list li a.xls { background-image: url(../images/attachments/icon_xls.gif); }

div.more_link {
  float: left;
  margin: .4em 0 1em 0;
  cursor: pointer;
  display: none;
}
div.more_link a {
  background: url(../images/attachments/pfeil_runter.gif) right center no-repeat;
  display: block;
  padding-right: 20px;
}
div.more_open a {
  text-indent: -9999px;  
  width: 12px;
  padding: 0 3px;
  background: white url(../images/attachments/pfeil_hoch.gif) center no-repeat;
  border: 1px dotted #bfbfbf;
}  
div.more_body_indent {
  padding: 1px 0; 
  margin-left: 30px;
}
.more_body p { margin-top: 0; }


/* Tags */
div.tags {
  clear: left;
  padding: 1em 0;
}


/* Pagebrowser */
div.pagebrowser { margin: 30px 0; }

.pagebrowser h3 {
  font-size: 1em;
  font-weight: normal;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 20px; 
}
.pagebrowser ul,
.pagebrowser li {
  float: left;
  margin: 0;
  padding: 0;
}
.pagebrowser a,
.pagebrowser strong {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -1px;
}
.pagebrowser strong {
  color: white;
  background: url(../images/pagebrowser_bg.gif) center no-repeat; 
}

/* Newsfilter */
div.newsfilter {}

.newsfilter p {
  font-size: .9em;
  margin: .4em 0; 
}
.newsfilter table {
  border-collapse: collapse;
  margin: 0 -5px;
}
.newsfilter tr:hover td {
  color: inherit;
  background-color: #fff5cc;   
}
.newsfilter td {
  color: inherit;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 8px;
  width: 100%;
}
.newsfilter td.entries {
  font-size: .9em;
  text-align: right;
  width: auto;
}


/** Events & Fotos
------------------------------------------------------------- */
table.eventsUndFotos { border-collapse: collapse; }

.eventsUndFotos th,
.eventsUndFotos td {
  color: inherit;
  background-color: transparent;
  padding: 10px 0;
}
.eventsUndFotos th strong {
  color: white;
  background: url(../images/year_arrows.gif) bottom left no-repeat;
  display: block;
  width: 53px;
  height: 17px;
  padding: 4px 0 4px 10px;
  font-size: 1.1em;
}
.eventsUndFotos tr:hover th strong { background: url(../images/year_arrows.gif) top left no-repeat; }


/** Dokumente
------------------------------------------------------------- */
table.dokumente {
  border-collapse: collapse;
  margin: 1em 0;
}
.dokumente th,
.dokumente td {
  color: inherit;
  background-color: transparent;
  padding: 8px 5px;
  border: 0;
  border-bottom: 1px solid #B3B3B3;
}
.dokumente th {
  text-align: left;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: normal; 
  letter-spacing: -1px;
  padding-bottom: 0;
}
.dokumente tr:hover td {
  color: inherit;
  background-color: #fff5cc;   
}
.dokumente td p { margin: 0 0 .8em 0;  }

.dokumente td p.title {
  font-size: 1.4em;
  margin: .2em 0 .8em 0;
}


/** Forum
------------------------------------------------------------- */
table.forum{} /* .dokumente.forum */

.forum td {
  font-size: .9em;
  text-align: right;
}
.forum td.subject {
  background-position: 5px 10px;
  background-repeat: no-repeat; 
  padding-left: 28px;
  text-align: left;  
}
.forum tr.i td.subject { background-image: url(../images/i.gif); }

.forum tr.q td.subject { background-image: url(../images/q.gif); }

.forum .subject a { font-size: 1.2em; }

.forum .subject span.date {
  display: block;
  margin: .4em 0;
}

/* Thread-Anzeige */
ul.thread { margin: 1.5em 0 4em 0; }

.thread div.odd {
  color: inherit;
  background-color: #ebf6fd;
  margin: 30px 0;
}
.thread div.even {
  color: inherit;
  background-color: #f9f9f9; 
  margin: 30px 0;
}
.thread div.threadMeta{
  font-size: .9em;
  margin: 1em 0;
}
.thread div.postMeta {
  font-size: .9em;
  margin: 0 0 .5em 0;
}
.threadI h1, .threadI h2, .threadI h3, .threadI h4, .threadI h5, .threadI h6,
.threadQ h1, .threadQ h2, .threadQ h3, .threadQ h4, .threadQ h5, .threadQ h6 {
  background: url(../images/i.gif) left center no-repeat;
  margin: .3em 0;
  padding: 0 0 0 23px;
  height: auto;
  line-height: 1;
}
.threadQ h1, .threadQ h2, .threadQ h3, .threadQ h4, .threadQ h5, .threadQ h6  { background-image: url(../images/q.gif); }

.thread div.author {
  border-bottom: 1px dotted;
  padding: .4em 0; 
  margin: 0 0 1em 0;
}
.thread div.answer {
  color: inherit;
  overflow: hidden;
}
.thread .answer.odd { background-color: #daeaf1; }

.thread .answer.even { background-color: #e3e3e3; }

.thread div.openWriteAnswer { padding: 0 10px; }

.thread div.writeAnswer { padding: 5px 10px; }

.thread .writeAnswer legend {
  color: #666;
  text-transform: uppercase;
  font-size: .9em;
}
.thread .writeAnswer div.editor {
  color: inherit;  
  background-color: white;
  margin: .4em 0 0 0;
  padding: 5px;
  border: 1px solid #c0c0c0;
}
.thread .writeAnswer .editor textarea {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0; 
}
.thread .postAnswer {
  background: top left no-repeat;
  margin-top: -26px !important;
  padding-top: 26px;
}
.thread .postAnswerOdd { background-image: url(../images/bubble_blue.png); }

.thread .postAnswerEven { background-image: url(../images/bubble_gray.png); }

.answerlink:hover { cursor: pointer; }


/** Shop
------------------------------------------------------------- */
ol.breadcrumb {
  background: url(../images/shop/breadcrumb_bg_left.gif) left center no-repeat;
  overflow: hidden;
  height: 29px;
  padding: 0 0 0 8px;
  margin: 0 0 2em 0;
  font-size: .9em;
}
.breadcrumb li {
  float: left;
  background: url(../images/shop/breadcrumb_bg.gif) left center repeat-x;
  height: 29px;
  padding: 0;
  margin: 0;
}
.breadcrumb a,
.breadcrumb strong,
.breadcrumb span {
  float: left;
  background: url(../images/shop/breadcrumb_bg_li.gif) right center no-repeat;
  margin: 0;
  padding: 0 20px 0 5px;
  height: 29px;
  line-height: 29px;
  text-decoration: none;
}
.breadcrumb li.last a,
.breadcrumb li.last strong,
.breadcrumb li.last span { background-image: url(../images/shop/breadcrumb_bg_li_last.gif); }

.breadcrumb strong {
  color: #D50056;
  background-color: transparent; 
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active { text-decoration: underline; }


/* Tabelle Bestellungsvoransicht */
div.bestellungsvoransicht { margin: 2em 0; }

.bestellungsvoransicht table { width: 100%; }

.bestellungsvoransicht th { padding-right: 20px; }

.bestellungsvoransicht td {
  border-bottom-style: dotted;
  padding-top: 15px;
  padding-right: 20px;
  vertical-align: bottom;
}
.bestellungsvoransicht td.price { font-size: 1.5em; }

td.sum {
  color: white !important;
  background: #939394 url(../images/shop/sum_bg.gif) top left repeat-x !important;
  font-size: .9em;
  text-transform: uppercase;
  padding-top: 20px;  
}
td.sum strong.price {
  display: block;
  font-size: 2.2em;
  font-weight: normal;
  margin: 5px 0;
}

/* Buttons */
p.buttons { float: right; }


/** Produktsortiment
------------------------------------------------------------- */
div#shop {
  width: 480px;
  margin-left: -10px;
}
#shop div.article {
  width: 150px;
  float: left;
  margin: 0 0 20px 10px;
  padding: 0 0 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #b3b3b3;
}
#shop .article span.article_image {
  display: block;
  width: 148px;
  height: 148px;
  line-height: 148px;
  border: 1px solid #c3c3c3;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#shop .article .article_image a {
  display: table-cell;
  width: 148px;
  height: 148px;
  vertical-align: middle;
}
#shop .article .article_image img {}

#shop .article a { text-decoration: none; }

#shop .article span.article_title {
  display: block;
  margin: .8em 0 1.2em; 
  font-size: .9em;
  line-height: 130%;
}
#shop .article .article_title a:hover,
#shop .article .article_title a:focus,
#shop .article .article_title a:active { text-decoration: underline; }

#shop span.article_price {
  color: #dc1956;
  background-color: transparent;
  font-size: 1.8em;  
  float: left;
}
#shop a.intoCart {
  background: url(../images/shop/warenkorb.gif) no-repeat;
  display: block;
  width: 27px;
  height: 19px;
  text-indent: -9999px;
  float: left;
  margin: 0 0 0 10px;
}



/* Shop-Tooltip */
div#cluetip {
  border: 1px solid #666;
  background-color: #FAFAFA;
}
div#cluetip-inner { 
  margin: 6px; 
}

div#cluetip-inner { 
  background-color: #FAFAFA;
}

.articlestatus, .articlestatus tr, .articlestatus td {
  background-color: transparent;
  vertical-align: top;
}
.articlestatus em {
  font-weight: bold;
  font-style: normal;  
}

/* Artikel-Status */
div.lights-red,
div.lights-yellow,
div.lights-green,
div.lights-blue {
  margin-top: 1px;
  width: 13px;
  height: 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

div.lights-red { 
  background-image: url(../images/lights_red.png); 
}

div.lights-yellow { 
  background-image: url(../images/lights_yellow.png);
}

div.lights-green {
  background-image: url(../images/lights_green.png);
}

div.lights-blue { 
  background-image: url(../images/lights_blue.png);
}

/* Shop-Bereiche */
h2.multiSection {
  margin: 1.7em 0 0.1em;
}

div.printbox {
  text-align: right; 
  margin-top: 30px; 
  width: 434px;
}


/* Shop: Lieferantenliste */
div.supplierChooser {
  color: inherit;
  background-color: white;
  border: 1px solid #ccc;
  overflow: hidden;
  float: left;
  height: 100px;
  width: 170px;
  text-align: center;
  padding: 8px 2px 2px 2px;
  margin: 8px 4px 4px 4px;
}

div.supplierChooserBox { 
  width: 380px;
}



/** Warenkorb
------------------------------------------------------------- */
div#cart { margin-top: 20px; }

#cart tbody td { text-align: right; }

#cart span.title {
  display: block;
  font-size: 1.1em;
  margin: 0 0 .5em 0;
}
#cart span.price {
  display: block;
  font-size: 1.8em; 
}
#cart p.openCart a {
  background: url(../images/pagebrowser_arrow_right.gif) center right no-repeat;
  text-align: right;
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: .5em 20px .5em 0;
  text-decoration: none;
  border-top: 1px solid #b3b3b3;
}
#cart p.openCart a:hover,
#cart p.openCart a:focus,
#cart p.openCart a:active { text-decoration: underline; }


tr.functions td,
div.functions {
  padding-top: 30px;
  font-size: 1.2em;
}


/** Anmeldung
------------------------------------------------------------- */
form.login {
  background: url(../images/anmelden_bg.gif) top left no-repeat;
  width: 390px;
  height: 80px;
  padding: 25px 0 0 125px;
}
.login div {
  color: white;
  background-color: transparent;
  float: left;
  font-size: 1.1em;
  padding: 0 10px 0 0;
}
.login div.submit {
  clear: left;
  margin: 5px 0;
}
.login input.text,
.login input.password {
  width: 140px;
  font-size: 1.1em;
}
div.loginspacer { padding: 40px 0px 0px 20px; }

div.logincontainer {
  margin-left: auto;
  margin-right: auto;
}

/* Warnhinweise, Informationen ueber gescheiterte Loginversuche etc. */
div.loginhint { border: 1px solid red; }




/** Internet Explorer 6-Update
------------------------------------------------------------ */
ul.browserlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.browserlist .ie8
{
	background-image: url(/nowecor/public/images/ie8-logo.gif);
	background-repeat: no-repeat;
	min-height: 70px;
	padding-left: 80px;
	padding-top: 20px;
	margin-left: 10px;
}


ul.browserlist .firefox
{
	background-image: url(/nowecor/public/images/firefox-logo.gif);
	background-repeat: no-repeat;
	min-height: 70px;	
	padding-left: 80px;
	padding-top: 16px;
	margin-left: 10px;
}


/** Bestellstatus
------------------------------------------------------------- */
ul.orderstate {
  list-style-type: square;
  list-style-position: outside;
  font-size: 110%;
  line-height: 1.4em;
}
ul.orderstate li.done { 
	color: #777; 
}

ul.orderstate li.notdone { 
	color: #AAA;
}

ul.orderstate li.* * { 
	color: #777;
}

ul.orderstate table { 
	font-size: 90%; 
}

ul.orderstate table th { 
	padding-bottom: 5px; 
}

ul.orderstate ul {
  list-style-type: none;
  font-size: 100%;
  line-height: 1.3em;
}
img.orderstatebullet { 
	margin-left: 10px; 
}

ul.orderstate div.detailbox {
  margin-top: 6px;
  margin-left: 16px;
  margin-bottom: 14px;
}


/**
  Temporär wieder in Stylesheet aufgenommen.
  Zugehöriges HTML-Konstrukt sollte korrigiert werden
------------------------------------------------------------- */
* html table#formlayoutTable {
	vertical-align: top;
	width: 90%;
}
#formlayoutTable th {
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
}
#formlayoutTable td {
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
}




/** Report-Generierung
 *  Muss entfallen, sobald neuer Report-Seiten-Style verwendet wird
------------------------------------------------------------- */
td#articleSectionLayouter { 
	padding: 0 2px; 
}
  
ul#articleSectionList { 
	margin-left: 0.2em; 	
}
	
  
li#articleSection { 
	list-style-type: none; 	
}

div#extendedArticleSettings {
  margin: 5px 0px 5px 10px;
  padding: 8px 8px 8px 5px;
  border: 1px solid #889399;
  background-color: white;
  float: left; /* Breitenanforderungen des divs an Kindelemente anpassen */  	
}