#goods_more {
  overflow: auto;
}
#goods_more H1 {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 20px;
  font-weight: normal;
  color: #2E96A6;
}
#goods_more H3, #goods_more H2, #goods_more H4, #goods_more H5, #goods_more H6 {
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 3px 0px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: #9C9A94;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  color: #73716D;
}
#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: #FF3300;
  text-align: center;
}

#goods_order {
  width: 500px;
  margin: 10px;
}
#goods_order LABEL {
  font-weight: bold;
}
#goods_order .inp, #goods_order .txt, #goods_order .sel {
  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;
}


#navigator {
  margin-bottom: 10px;
  font-family: arial;
  font-size: 12px;
  color: gray;
}
#navigator A {
  font-family: arial;
  font-size: 12px;
  color: #006699;
}
#navigator A:hover {
  font-family: arial;
  font-size: 12px;
  color: #FF9900;
}

#category_nodes {
  font-family: arial;
  font-size: 12px;
  color: gray;
  line-height: 20px;
}
#category_nodes .cat_top {
  margin: 5px 0px;
  font-weight: bold;
}
#category_nodes A {
  font-family: arial;
  font-size: 12px;
  color: #006699;
}
#category_nodes A:hover {
  font-family: arial;
  font-size: 12px;
  color: #FF9900;
}



.catalog_catlist {
  margin: 100px;
}
.catalog_catlist TH, .catalog_catlist TH A {
  font-family: verdana,arial;
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
  color: #1F3F3A;
  text-decoration: none;
}
.catalog_catlist TH A:hover {
  text-decoration: underline;
}
.catalog_catlist UL {
  margin: 0px 0px 0px 18px;
  padding: 0px;
  font-family: arial;
  font-size: 14px;
  color: #00AD98;
}
.catalog_catlist UL LI {
  margin: 8px 0px;
}
.catalog_catlist UL LI A {
  color: #00AD98;
  text-decoration: none;
}
.catalog_catlist UL LI A:hover {
  text-decoration: underline;
}

.catalog_goods TH {
  background-color: #E9E6DD;
  font-family: verdana,arial;
  font-size: 13px;
  color: #4B7973;
}
.catalog_goods TD {
  border-style: dotted;
  border-width: 0px 1px 1px 0px;
  border-color: #1D564E;
}
.catalog_goods .foto {
  border-style: dotted;
  border-width: 0px 1px 1px 1px;
  border-color: #1D564E;
}
.catalog_goods .name {
  margin: 0px 0px 5px 0px;
  font-size: 14px;
}

.head_page {
  font-family: arial;
  font-size: 18px;
  color: black;
}

#avail TABLE {
	border: 0px;
	border-collapse:separate;
	text-align: center;
}

.avail_tbl {
  font-family: arial;
  font-size: 12px;
  color: black;
}
.avail_tbl TD {
  padding: 1px 2px;
}


#order_tpl {
  font-family: arial;
  font-size: 13px;
  color: black;
}
#order_tpl LABEL {
  font-weight: bold;
}
#order_tpl .inp, #order_tpl .txt {
  width: 98%;
  font-family: arial;
  font-size: 12px;
  color: black;
}
#order_tpl .txt {
  height: 70px;
}
#order_tpl .but {
  width: 70px;
  font-family: arial;
  font-size: 12px;
  color: black;
}
#order_tpl TD {
  padding: 1px 2px;
}



.search_form {
  font-family: arial;
  font-size: 12px;
  color: black;
}
.search_form LABEL {
  font-weight: bold;
}
.search_form .inp, .search_form .sel {
  width: 98%;
  font-family: arial;
  font-size: 12px;
  color: black;
}
.search_form .sel {
  width: 300px;
}
.search_form .checkbox {
  margin: 0px;
  padding: 0px;
}

.mes_error {
  margin: 10px 0px;
  padding: 3px 5px;
  background: red;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.mes_ok {
  margin: 10px 0px;
  padding: 3px 5px;
  background: #006699;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.search_block {
  border: solid 1px #CCCCCC;
}



.hotels_list {
  margin: 20px 0px 10px 0px;
  font-family: arial;
  font-size: 13px;
  color: black;
}
.hotels_list HR {
  height: 1px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: silver;
}
.hotels_list TH {
  padding: 3px 8px;
  background: #FCDA9B;
  font-size: 11px;
}
.hotels_list .but_book {
  width: 65px;
  /* background: #00CC66; */
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: black;
}
.hotels_list .but_request {
  width: 65px;
  /* background: #FF3333; */
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: black;
}



.booking_list {
  margin: 20px 0px 10px 0px;
  font-family: arial;
  font-size: 12px;
  color: black;
}
.booking_list HR {
  height: 1px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: silver;
}
.booking_list TH {
  padding: 3px 8px;
  background: #FCDA9B;
  font-size: 11px;
}



.order_form {
  font-family: arial;
  font-size: 12px;
  color: black;
}
.order_form LABEL {
  font-weight: bold;
}
.order_form .inp {
  width: 98%;
  font-family: arial;
  font-size: 12px;
  color: black;
}
.order_form .txt {
  width: 98%;
  height: 44px;
  font-family: arial;
  font-size: 12px;
  color: black;
}
.order_form .sel {
  width: 60px;
  font-family: arial;
  font-size: 12px;
  color: black;
}








.login_form {
  font-family: arial;
  font-size: 12px;
  color: black;
}
.login_form LABEL {
  font-weight: bold;
}
.login_form .inp {
  width: 98%;
  font-family: arial;
  font-size: 12px;
  color: black;
}

.register_form {
  font-family: arial;
  font-size: 12px;
  color: black;
}
.register_form LABEL {
  font-weight: bold;
}
.register_form .inp {
  width: 98%;
  font-family: arial;
  font-size: 12px;
  color: black;
}

.mes_error {
  margin: 10px 0px;
  padding: 3px 5px;
  background: red;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.mes_ok {
  margin: 10px 0px;
  padding: 3px 5px;
  background: #006699;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
}




.componentheading {
  font-family: arial;
  font-size: 18px;
  color: black;
}


#user_bar {
  margin: 10px 0px 10px 20px;
  font-family: arial;
  font-size: 12px;
  color: #8BC9DE;
}
#user_bar A {
  font-family: arial;
  font-size: 12px;
  color: #8BC9DE;
  text-decoration: underline;
}
#user_bar A:hover {
  color: #8BC9DE;
  text-decoration: none;
}
