/*    =Catalog
------------------------------------------------------- */
#main div.catalogCategory, #main div.catalogCategories, #main div.catalogLinks {
  padding-bottom: 20px;
  margin-bottom: 13px;
  background: #fff url(pics/line_rast.gif) repeat-x left bottom;
}

div.catalogCategory p {
  padding-left: 145px;
  padding-top: 1px;
}

div.catalogCategories p, div.catalogLinks p {
  margin-bottom: 1em;
  padding-bottom: 2em;
}

div.catalogCategory img {
  float:left;
  padding-right: 1em;
  padding-bottom: 0.3em;
}

div.catalogLinks li a {
  font-weight: bold;
}
div.catalogLinks li a:hover {
  text-decoration: underline;
  font-weight: bold;
}
div.catalogLinks .synonym {
  font-style: italic;
}

div.catalogCategories ul.catalog {
  margin-top: 7px;
}
div.catalogCategories li {
  padding-left: 3px;
  padding-bottom: 1px;
  font-weight: bold;
}
div.catalogCategories li a {
  color: #4D4D4D;
  padding: 0px 0px 0px 15px;
  background: url(pics/li_green.gif) no-repeat left center;
  display: block;
}
div.catalogCategories li.last a {
  border: none;
}

div.letterList {
  padding: 3px 0px;
  font-size: 1.2em;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #737372;
}

#main h2.charSection {
  color: #6B6B6B;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0px;
  margin-bottom: 7px;
}

/* iconized table */


table.catalog_iconized_table {
  width: 100%;
}

tr.catalog_iconized_table_row {
}

tr.catalog_iconized_table_row td {
  text-align: center;
  width: 33%;
}

span.catalog_iconized_title {
  display: block;
  color: #7D9931;
  font-weight: bold;
  height: 3.5em;
}
span:hover.catalog_iconized_title {
  text-decoration: underline;
}
/* CATALOG GROUPS */
div.subCategs {
  width: auto;
  background-color: #F7F7F7;
  padding-bottom: 0.5em;
}
div.subCategs div.categTitle {
  padding-left: 4px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  width: auto;
  font-weight: bold;
  border-bottom: 2px dotted #d0d0d0;
}
div.subCategs ul {
  width: auto;
  margin: 0;
  padding: 0;
}
div.subCategs ul li {
  width: 17.9em;
  float: left;
  font-weight: bold;
  padding-left: 19px;
  background: #f7f7f7 url(pics/li_green.gif) no-repeat 4px center;
}
div.subGroups {
  margin-top: 1em;
}
div.subGroups div.subGroupTitle {
  font-size: 140%;
  padding-left: 4px;
  margin-top: 1.5em;
  width: 100%;
  font-weight: bold;

}
div.subGroups ul {
  width: auto;
  margin-top: 0.4em;
  padding-top: 0.4em;
  border-top: 2px  dotted #d0d0d0;
}
div.subGroups ul li {
  font-weight: bold;
  padding-left: 19px;
  background: #fff url(pics/li_green.gif) no-repeat 4px center;
}

div.spezialGroup {
  width: auto;
  padding: 0;
  padding-top: 0.5em;
  margin-bottom: 1em;
  background-color: #F7F7F7;
}
div.spezialGroup div.categTitle {
  font-size: 1.2em;
  color: #4D4D4D;
  padding: 0.4em;
  width: auto;
  font-weight: bold;
  background-color: #F7F7F7;
}
div.spezialGroup .links {
  border-top: 2px  dotted #d0d0d0;
  clear: both;
  margin: 0;
  padding: 0;
}
div.spezialGroup ul {
  margin: 0;
  padding: 0;
  background-color: #F7F7F7;
}
div.spezialGroup ul li {
  font-size: 1em;
  text-align: left;
  float: left;
  font-weight: bold;
  padding: 0;
  margin: 2px;
  margin-left: 7px;
  padding-right: 7px;
  border-right: 1px solid #8DA44E;
  white-space: nowrap;
}
div.spezialGroup ul li.first {
}
div.spezialGroup ul li.last {
  border: none;
}
div.spezialGroup ul li a {
  color: #8DA44E;
  font-weight: bold;
}
div.spezialGroup ul li a:hover {
  text-decoration: underline;
}
/* subscribe categories */

div.catalogText {
  margin-bottom: 2em;
}

input.subscribeButton {
  color: #797979;
  font-size: 1em;
  font-weight: bold;
  background-color: #FFF;
  background: url(pics/d_arrow_right_button.gif) no-repeat right;
  margin-top: 20px;
  padding-right: 15px;
  padding-bottom: 1px;
  border: 0px;
  border-left: 1px solid #ACD244;
  border-right: 1px solid #ACD244;
  float: right;
}

ul.subscribeMessages {
  margin-top: 2em;
  margin-left: 1.5em;
}

ul.subscribeMessages li.msgError {
  list-style-type: disc;
}

ul.subscribeMessages li.msgInfo {
  list-style-type: disc;
}

div.catalogBackLink a {
  font-weight: bold;
  padding-right: 18px;
  background: url(pics/d_arrow_right_button.gif) no-repeat right;
  padding-top: 1px;
}

div.catalogBackLink {
  text-align: right;
  margin-top: 5em;
}

div.email {
  margin-top: 2em;
}

span.emailTitle {
  font-weight: bold;
  color:#4d4d4d;
}

input.emailField {
  border: 1px solid #828282;
  width: 50%;
  margin-left: 1em;
}

div.subscribeList li {
  margin-bottom: 0.4em;
}

li.list_indent0 {
  margin-top: 15px;
  background-color:#eef4de;
  font-weight: bold;
  color:#7d9931;
}
li.list_indent1 {
  padding-left: 15px;
}
li.list_indent2 {
  padding-left: 30px;
}
li.list_indent3 {
  padding-left: 45px;
}
li.list_indent4 {
  padding-left: 60px;
}

#main div.categTeaser {
  border-top: 2px  dotted #d0d0d0;
  padding: 1em 0px 1em 0.3em;
}
#main div.categTeaser div.teaserImage {
  float: left;
  padding: 4px 1em 0px 5px;
}
#main div.categTeaser div.teaserText {
  padding: 1px 3px 0px 3px;
}

#main div.linkTeaser div.teaser {
  border-top: 2px dotted #d0d0d0;
  padding-bottom: 1em;
}

#main div.linkTeaser div.teaserImage {
  height: 100%;
  float:left;
  padding: 1.3em 1em 1em 0em;
}

#main div.linkTeaser h3 {
  margin-top: 1em;
}
#main div.linkTeaser div.teaserText {
  padding-right: 1em;
}

#main h2.linkTypes {
  margin-top: 2em;
  font-size: 1.2em;
  color: #4D4D4D;
}

