#goods_more H1 {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 20px;
  font-weight: normal;
  color: #2E96A6;
}
#goods_more .desc {
  font-family: arial;
  font-size: 13px;
  color: black;
  line-height: 20px;
}
#goods_more .price {
  margin: 20px 0px;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  color: black;
  text-align: center;
}

#goods_order {
  width: 500px;
  margin: 10px;
}
#goods_order LABEL {
  font-weight: bold;
}
#goods_order .inp, #goods_order .txt {
  width: 98%;
  padding: 2px;
  font-family: arial;
  font-size: 12px;
  color: black;
}
#goods_order .txt {
  height: 80px;
}

#cat_info H1 {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 20px;
  font-weight: normal;
  color: #2E96A6;
}
#cat_info .text {
  font-family: arial;
  font-size: 13px;
  color: black;
  line-height: 20px;
}

.mes_error {
  margin: 10px 0px;
  padding: 0px 5px;
  background: #FF6600;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #9E3F00;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
  cursor: default;
}
.mes_ok {
  margin: 10px 0px;
  padding: 0px 5px;
  background: #0099CC;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #006699;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
  cursor: default;
}

#category_nodes DIV {
  margin: 2px 0px;
}
#category_nodes A {
  color: black;
}
#category_nodes A:hover {
  color: black;
  text-decoration: none;
}

#navigator A {
  color: black;
}
#navigator A:hover {
  color: black;
  text-decoration: none;
}

.content .catalog_catlist TH, .content .catalog_catlist TH A {
  font-family: verdana,arial;
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
  color: #1F3F3A;
  text-decoration: none;
}
.content .catalog_catlist TH A:hover {
  text-decoration: underline;
}
.content .catalog_catlist UL {
  margin: 0px 0px 0px 18px;
  padding: 0px;
  font-family: arial;
  font-size: 14px;
  color: #00AD98;
}
.content .catalog_catlist UL LI {
  margin: 8px 0px;
}
.content .catalog_catlist UL LI A {
  color: #00AD98;
  text-decoration: none;
}
.content .catalog_catlist UL LI A:hover {
  text-decoration: underline;
}

.content .catalog_goods TH {
  background-color: #4AACCE;
  font-family: verdana,arial;
  font-size: 13px;
  color: white;
}
.content .catalog_goods TD {
  border-style: dotted;
  border-width: 0px 1px 1px 0px;
  border-color: #1D564E;
}
.content .catalog_goods .foto {
  border-style: dotted;
  border-width: 0px 1px 1px 1px;
  border-color: #1D564E;
}
.content .catalog_goods .name {
  margin: 0px 0px 5px 0px;
  font-size: 14px;
}
.content .catalog_goods A {
  color: #1E82A6;
  text-decoration: underline;
}
.content .catalog_goods A:hover {
  color: #1E82A6;
  text-decoration: none;
}

#list_news A {
  color: #1E82A6;
  text-decoration: underline;
}
#list_news A:hover {
  color: #1E82A6;
  text-decoration: none;
}