.pager {
	padding: 3px 10px;
	background: #4BBBBC;
	text-align: center;
}
.goods_fotos {
	margin-top: 20px;
	background-color: white;
	border: solid 2px #1D7C7D;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.goods_fotos H3 {
	margin: 0 0 10px 0;
	padding: 3px 5px;
	background: #C7F2F2;
	font: normal 18px arial;
	color: #1D7C7D;
}
.goods_fotos IMG {
	/* border: solid 3px #1D7C7D;
*/
	border: solid 0 #1D7C7D;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.goods_fotos-block A {
	text-decoration: underline;
}
.goods_fotos-block IMG {
	/* border: solid 3px #1D7C7D;
*/
	border: solid 0 #1D7C7D;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.order_but {
	margin: 10px 0 20px 0;
	text-align: center;
}
.goodsinfo_foto {
	float: right;
	margin: 0 0 10px 10px;
}
.goodsinfo_foto IMG {
	margin: 5px;
	/* border: solid 3px #1D7C7D;
*/
	border: solid 0 #1D7C7D;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.order_form {
}
.order_form LABEL {
	font-weight: bold;
}
.order_form .inp {
	width: 98%;
	font: 13px arial;
}
.order_form SELECT {
	width: 99%;
	font: 13px arial;
}
.order_form TEXTAREA {
	width: 98%;
	height: 60px;
	font: 13px arial;
}
.order_form .but {
	padding: 4px 10px;
	font: bold 12px arial;
}
#mes_error {
}
#mes_error * {
	margin: 1px 0;
	padding: 1px 10px;
	background: red;
	font: bold 12px arial;
	color: white;
}
/* #mes_error * {
	margin: 0;
	padding: 0;
}
*/










.b-page_list_fotos__block {
  overflow: hidden;
}
.b-page_list_fotos {
  margin: 20px 0 0 0 !important;
  list-style: none;
}
.b-page_list_fotos LI {
  float: left;
  width: 200px;
  height: 150px;
  margin: 0 7px 25px 7px !important;
  padding: 0 !important;
  background: none !important;
  /* border: solid 1px gray; */
  border-radius: 6px;
  /* box-shadow: 0 0 5px silver; */
  overflow: hidden;
  list-style: none;
}
.b-page_list_fotos LI:hover {
  /* box-shadow: 0 0 5px black; */
}
.b-page_list_fotos IMG {
  display: block;
  min-width: 100%;
  max-width: 200px;
}



.b-gallery__category {
  margin-top: 20px;
}
.b-gallery__category TD {
  padding: 0 7px 25px 7px;
}
.b-gallery__category IMG {
  display: block;
  border: solid 1px gray;
  border-radius: 8px;
  box-shadow: 0 0 5px silver;
}
.b-gallery__category A {
  display: block;
  margin-top: 10px;
  font: bold 14px arial;
  color: black;
  text-align: center;
  text-decoration: underline;
}



.b-gallery__fotos {
  margin-top: 20px;
}
.b-gallery__fotos TD {
  padding: 0 7px 25px 7px;
}
.b-gallery__fotos IMG {
  display: block;
  border: solid 1px gray;
  border-radius: 8px;
  box-shadow: 0 0 5px silver;
}