H1, H2, H3, H4, H5, H6 {
  margin: 10px 0px;
  padding: 0px;
}

H4 {
  font-family: arial;
  font-size: 14px;
  color: black;
}

.sep {
  height: 1px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: silver;
}

.foto {
  border-style: solid;
  border-width: 1px;
  border-color: #1D564E;
}


.head_page {
  margin: 0px 0px 10px 0px;
  font-family: arial;
  font-size: 18px;
  color: black;
}
.head_page A {
  font-family: arial;
  font-size: 18px;
  color: blue;
}
.head_page A:hover {
  color: red;
}


#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;
}





#base_info {
  
}
#base_info .name {
  margin-bottom: 10px;
  font-family: arial;
  font-size: 18px;
  color: black;
}
#base_info .desc_tbl .foto {
  margin-right: 10px;
}
#base_info .desc {
  margin: 30px 0px 10px 0px;
}
#base_info .desc H4 {
  margin: 10px 0px;
  padding-bottom: 2px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: silver;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  color: gray;
}
#base_info #base_fotos .foto {
  border: solid 1px gray;
}
#base_info #base_fotos .foto_name {
  margin-bottom: 5px;
  font-weight: bold;
}


#panel_form {
  margin: 10px 0px;
}
#panel_form LABEL {
  font-weight: bold;
}
#panel_form .inp {
  width: 99%;
  font-family: arial;
  font-size: 12px;
  color: black;
}
#panel_form .txt {
  width: 99%;
  height: 40px;
  font-family: arial;
  font-size: 12px;
  color: black;
}
#panel_form .sel {
  width: 100%;
  font-family: arial;
  font-size: 12px;
  color: black;
}


#register_form .register_inp {
  width: 98%;
  font: arial 12px;
  color: black;
}
#register_form .register_sel {
  width: 100%;
  font: arial 12px;
  color: black;
}
#register_form .hide {
  display: none;
}
#register_form .show {
  display: block;
}
.register_mes_error {
  margin: 10px 0px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: red;
}
.register_mes_list {
  font-family: arial;
  font-size: 12px;
  color: red;
}


.sep_form {
  height: 1px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: black;
}


.addcomm_form {
  width: 419px;
}
.addcomm_form LABEL {
  font-weight: bold;
}
.addcomm_form .inp {
  width: 200px;
  font-family: arial;
  font-size: 12px;
  color: black;
}
.addcomm_form .txt {
  width: 98%;
  height: 60px;
  font-family: arial;
  font-size: 12px;
  color: black;
}


#article_comments {
  margin: 30px 0px;
}
#article_comments .item {
  margin-top: 20px;
  padding: 0px 0px 5px 0px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: silver;
}
#article_comments .item .name {
  margin-bottom: 5px;
}
#article_comments .item .text {
  padding-left: 10px;
}


#base_comments {
  position: relative;
  margin: 0px 0px 30px 0px;
  font-family: arial;
  font-size: 13px;
  color: black;
}
#base_comments #rating_all {
  display: block;
}
#base_comments .item {
  margin-top: 20px;
  padding: 5px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: silver;
}
#base_comments .item .name {
  margin-bottom: 5px;
  font-family: arial;
  font-size: 13px;
  color: black;
}
#base_comments .item .info {
  margin: 0px 0px 5px 10px;
}
#base_comments .item .info DIV {
  display: inline;
  padding-right: 30px;
}
#base_comments .item .text {
  margin: 0px 0px 5px 10px;
}
#base_comments .item .plus {
  margin-left: 15px;
  padding-left: 15px;
  background: url(/images/ico/plus.gif) no-repeat left;
}
#base_comments .item .minus {
  margin-left: 15px;
  padding-left: 15px;
  background: url(/images/ico/minus.gif) no-repeat left;
}
#rating_all {
  padding: 27px 0px 0px 10px;
  float: right;
  width: 48px;
  height: 48px;
  background: url(/images/comment_block.gif) no-repeat left;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  color: white;
}


#trigger, #trigger2 {
  width: 20px;
  height: 20px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: black;
}


.list_reports {
  font-family: arial;
  font-size: 13px;
  color: black;
}
.list_reports .item {
  margin-bottom: 20px;
}
.list_reports .item .text {
  margin: 10px;
  font-family: arial;
  font-size: 12px;
  color: black;
}
.list_reports .item .head {
  margin: 3px 0px;
}
.list_reports .item .head .date {
  float: right;
}



.profile_articles .item {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: silver;
}
.profile_articles .name {
  margin-bottom: 5px;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
.profile_articles .name .cat {
  float: right;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
}
.profile_articles .name .cat A {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
}
.profile_articles .name A {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
}
.profile_articles .text {
  font-family: arial;
  font-size: 13px;
  color: black;
  text-align: justify;
}


.right_obj {
  padding: 0px 13px 0px 10px;
}
.right_obj IMG {
  margin-right: 5px;
}
.head_obj {
  margin: 5px;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: black;
}
.desc_obj {
  font-family: arial;
  font-size: 12px;
  color: black;
  text-align: left;
}
.link_obj {
  text-align: right;
}
.link_obj * {
  font-family: arial;
  font-size: 12px;
  color: #FF6600;
  text-align: right;
}

#search_block {
  margin: 5px 0px;
}
#search_block * {
  font-family: arial;
  font-size: 11px;
  color: black;
  text-align: left;
}
#search_block .inp, #search_block .sel {
  width: 95%;
  font-family: arial;
  font-size: 12px;
  color: black;
}
#search_block .sel {
  width: 100%;
}

#request_tbl {
  font-family: arial;
  font-size: 13px;
  color: black;
}
#request_tbl .inp {
  width: 98%;
  font-family: arial;
  font-size: 12px;
  color: black;
}
#request_tbl .txt {
  margin: 0px;
  width: 98%;
  height: 70px;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: black;
}