body
{
	background:#e6f1ff;
	max-width:1920px;
	min-width:940px;
	margin-left:auto;
	margin-right:auto;
	
}
table
{
	border-collapse: collapse;
	width:100%;
}
.obsh
{
	height:325px;
	max-width:1920px;
	max-height:325px;
	min-width:1340px;
	min-height:325px;
	margin-bottom:10px;
}
.left
{
	max-height:325px;
	width:50%;
	min-height:325px;
	float:left;

}
.right
{
	float:right;
	max-height:325px;
	min-height:325px;
	width:50%;
	background-color:#FFFFFF;
}
.no1
{
	height:163px;
	padding-left:20px;
	padding-right:20px;
	
}
.no2
{
	height:162px;
	margin-top:66px;
}
.opred
{
	margin:0 auto;
	vertical-align:middle;
	font-size:26px;
	text-align:justify;
	border:1px solid #777777;
	background-color: #7c7a9e;
	color:#FFE500;
	padding:10px;	
}
.poisk
{
	height:30px;
	border:1px solid #777777;
	background: linear-gradient(#5a567f, #9595b6);
	font-size:18px;
	color:#FFE500;
	padding:4px 12px;
	left:0;
	width:50%;
}
table.goods-list {
	vertical-align:middle;
	background: #f5ffff;
	border-collapse: collapse;
	text-align:center;
	max-width:1920px;
	min-width:1340px;
	}
table.goods-list th{
	border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#9595b6, #5a567f);
  color: white;
  padding: 10px 15px;
  position: relative;
	}
table.goods-list th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
table.goods-list tr:nth-child(odd) {
  background: #ebf3f9;
}
table.goods-list th:first-child {
  border-left: 1px solid #777777;	
  border-bottom:  1px solid #777777;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
table.goods-list th:last-child {
  border-right: 1px solid #777777;
  border-bottom:  1px solid #777777;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
table.goods-list td 
{
	border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
.tri
{
	text-align:left;
}
	
::-webkit-input-placeholder {color:#FFE500;}
::-moz-placeholder          {color:#FFE500;}/* Firefox 19+ */
:-moz-placeholder           {color:#FFE500;}/* Firefox 18- */
:-ms-input-placeholder      {color:#FFE500;}