body {
  padding: 0;
  font-family: verdana, sans-serif;
  font-size: 9pt;
}

a {
  font-size: 9pt;
  text-decoration: none;
  color: #238FB9;
  font-weight: bold;
}

a:hover {
  color: black;
}

a:groupNavigation {
  font-size: 9pt;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

label {
  cursor: pointer;
}

h1 {
  font-size: 14pt;
  text-align: right;
  margin: 0 0 0 0;
  padding: 10;
  background: #238FB9;
  display: block;
  color: white;

}

h2 {
  font-size: 9pt;
  text-align: right;
  margin: 0 0 0 0;
  padding: 10;
  background: #EDEDED;
  display: block;
  color: black;
}

h3 {
  display: block;
  margin: 0 0 10 0;
  padding: 0;
  font-size: 9pt;
  font-weight: bold;
}

form {
  margin: 0;
  padding: 0;
}

.divLeft {
  float: left;
  margin: 0 10px 0 0;
}

.content {
  margin-left: auto;
  margin-right: auto;
  width: 620px;
}

.header {
  margin: 0 0 10 0;
  width: 620px;
}

.divWithPadding {
  padding: 8px;
}

.divWithPadding_1 {
  padding: 10px;
  font-size: 9pt;
}

.divWithPadding_2 {
  padding: 8px;
  background: #C3D4F4;
}

.divWith10Padding {
  padding: 9px;
}

.fullWidth {
  width: 100%;
}

.leftNavigation {
  width: 190px;
  float: left;
}
  #loginDiv {
    border: 1px solid #238FB9;
    margin: 0 0 10 0;
    height: 170px;
    background: #C3D4F4;
  }

  #loginDiv_1 {
    border: 1px solid #238FB9;
    margin: 10 0 10 0;
    height: 88px;
    background: #C3D4F4;
  }

  #loginDiv_2 {
    border: 1px solid #238FB9;
    margin: 0 0 4 0;
    height: 580px;
    background: #C3D4F4;
  }

  #loginDiv_3 {
    border: 1px solid #238FB9;
    margin: 0 0 10 0;
    height: 200px;
  }
  
  div#groupNavigation {
    border: 1px solid #238FB9;
    padding: 0;
    margin: 0;
  }
  ul.groupNavigation {
    margin: 0;
    padding: 0px;
    list-style: none;
  }

  ul.groupNavigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul.groupNavigation li {
    display: block;
    background: #238FB9;
    margin: 0px;
  }

  ul.groupNavigation li ul li {
    background: #C3D4F4;
  }
  
  ul.groupNavigation a {
    display: block;
    height: 12pt;
    padding: 2 0 2 15px;
    color: black;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  ul.groupNavigation a:hover {
    color: black;
    background: white;
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #238FB9;
  }

  ul.groupNavigation li ul li a {
    padding: 2 0 2 12px;
  }

.mainContent {
  width: 420px;
  float: right;
}

  .contentFirstDiv {
    border: 1px solid #4984F0;
    margin: 0 0 10 0;
    height: 170px;
  }

  .contentFirstDiv1 {

    margin: 0 0 10 0;

  }

  .contentFirstDiv2 {

    margin: 0 0 10 0;

  }

  .singleArticleBox {
    width: 400px;
    display: block;
    float: left;
    text-align: left;
  }
  
  .singleArticleBoxLeft,
  .singleArticleBoxRight {
    width: 198px;
    display: block;
    float: left;
    text-align: left;
  }
  .singleArticleBoxRight {
    float: right;
    text-align: right;
  }
  
  .articleBoxLeft,
  .articleBoxRight {
    width: 200px;
    height: 200px ! important;
    margin: 0 0 18 0;
    display: block;
    float: left;
  }

  .articleBoxRight {
    float: right;
  }
  
  .border,
  .borderStretch {
    border: 1px solid #238FB9;
  }
  .borderStretch {
    width: 100%;
    height: 100%;
  }
  
  table.shoppingCartTable {
    width: 93%;
    padding: 0;
    margin: 0;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .shoppingCartTable td {
    vertical-align: top;
  }
  
  .shoppingCartTable th {
    text-align: left;
  }
  
  .tableBorder {
    border-bottom: 1px solid #238FB9;
    border-spacing: collapse;
  }


  .shoppingCartNumber {
    text-align: right ! important;
  }
  
  .textBold {
    font-weight: bold;
  }

  input,
  textarea,
  select {
    border: 1px solid #dce6f2;
    margin: 0;
    width: 150px;
  }
  textarea {
    width: 300px;
  }
  
  .formError {
    border: 1px red solid;
  }
  .amount {
    text-align: right;
    width: 48px ! important;
  }
  
  .inputButton,
  .inputButton:hover {
    border: 1px solid black ! important;
    background: #f1f1f1;
    margin-bottom: 0px;
    margin-right: 0px;
    font-weight: normal;
    width: 150px ! important;
    margin: 0;
    padding: 0px;
    text-align: center;
    color: black;
    white-space: nowrap;
  }
  a.inputButton,
  a.inputButton:hover {
    display: block;
    padding: 2px 0 2px 0;
  }
  
  .checkbox,
  .radio {
    width: 10pt;
    border: none ! important;
  }
  
  ul.subCategoryList {
    margin: 10 0 0 0;
    padding: 0;
    list-style: none;
  }

  ul.subCategoryList ul {
    margin: 5 0 0 0;
    padding: 0;
    list-style: none;
  }

  ul.articleList {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul.articleList li {
    padding: 10 0 0 0;
  }


.shoppingCartFieldDiv {
    margin: 10 0 10 0;
}

table#summaryCustomer {
    width: 95%;
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 10pt;
}
table#summaryCustomer th {
    vertical-align: top;
    text-align: right;
    margin: 0;
    width: 150px;
    font-weight: bold;
    padding-right: 10px;
}
table#summaryCustomer td {
    border-bottom: 1px solid #dcdcdc;
    padding-left: 10px;
}

/* shop regform */
.fmailShop legend {
    color: #333333;
    font-weight: bold;
    border: 1px solid #dce6f2 ! important;
    padding: 5px 10px 5px 10px;
}

.fmailShop label {
    display: block;
    float: left;
    text-align: right;
    width: 150px;
    margin-right: 10px;
    color: #333333;
}

.fmailShop fieldset {
    padding: 10px;
    margin: 10px 0 10px 0;
    padding-left: 20px;
    border: 1px solid #dce6f2 ! important;
}

.red { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000; }

.b2 { background-color: #FFFFFF; }

.t1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;}

.t2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; font-weight: normal;}

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