h1, h2, form, ol {
 margin: 0px;
 padding: 0px;
}

.hl {
 font-size: 11px;
}

h1 {
 font-size: 12px !important;
 color: #BDB594;
 font-weight: bold;
}

h2 {
 font-size: 11px;
 color: #BDB594;
}

.kl {
 font-size: 10px;
}

hr {
 height: 1px;
 border: none;
 color: #CBCBCB;
 background: #CBCBCB;
}

.red {
 color: #BDB594;
 font-size: 20px;
 font-weight: 900;
}

a.h2, a.h2:visited  {
 color: #BDB594;
 font-size: 11px;
 text-decoration:none;
}

.searchBtn {
 color: #616161;
}

.searchTxt {
 background-color: #404040;
}

.searchTitle {
 background-color: #404040;
}

.p1, .p2, .p3, .p4 {
 width: 16px;
 height: 20px;
 text-align: center;
}

.p1 {
 border: solid 1px #707070;
 background-color: #303030;
}

.p2 {
 border: solid 1px #707070;
 background-color: #000000;
}

.p3 {
 border: solid 1px #707070;
 background-color: #303030;
}

.p4 {
 color: #707070;
 border: solid 1px #707070;
 background-color: #303030;
}


/* ShopStyles -> */

.shopTb /* tableBorder */
{ background: #808080; }

.shopTh, .shopTh b /* tableHead */
{ color: #BDB594; font-weight: bold; background: #404040; }

.shopTr /* tableRow (light) */
{ background: #000000; }

.shopTc /* tableCell (dark) */
{ background: #303030; }

.shopLs /* linkSmall */
{ font-size: 10px; }

.shopNl, a:visited.shopNl, a:hover.shopNl /* noLink */
{ color: #FFFFFF; text-decoration: none; }

.shopSl /* Subline */
{ font-weight: bold; }

.shopEt /* errorText */
{ color: #DF0000; }

.shopEb /* errorBack */
{ color: white; background: #DE0029; }

.shopSt /* smallText */
{ font-size: 10px; }

.shopHr /* horizontalRule */
{ color:#808080; background:#808080; border:none; width:100%; height:1px; }

.shopIp /* inputField */
{ border-style: solid; border-width: 1px; border-color: #808080 #D0D0D0 #D0D0D0 #808080; }

.shopBt /* imageButtons */ {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  padding-bottom: 3px;
  cursor: pointer;
  background: #F0F0F0;
  color: #BDB594;
  height: 24px;
  font-weight: bold;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #B0B0B0 #505050 #505050 #B0B0B0;
  background-image:url("b5.gif");
}