
a {
	color: #000000;
}

div.pagemenu{
    font-weight: 300;
	font-size: larger;
	width: 130px;
    position: fixed;
    top: 100px;
	left: 30px;
}

button.pagemenu-item{
	margin-bottom: 20px;
	font-size: large;
	width: 190px;
}

button.menu-active{
	background-color: #ec971f;
} 

span.pagemenu-item{
	display: block;
	padding-bottom: 20px;
	vertical-align: middle;
}

span.pagemenu-item > span{
	font-size: larger;
}

span.pagemenu-item.act{
	font-weight: 700;
}

div.pagemenu-subitems{
	margin: -20px 0px 20px 25px;
	font-size: smaller;
}

span.pagemenu-subitem{
	display: block;
}

span.pagemenu-subitem.act::before{
    color: #ffe000;
    content:"\2022";
    font-size: 26px;
    left: 12px;
    line-height: 18px;        
    position: absolute;
}

div.footermenu{
	display: table;
	font-size: larger;
}

span.footermenu-item{
    margin-right: 20px;
	display: table-cell;
	text-align: center;
	padding-top: 4px;
	vertical-align: middle;
}

span.footermenu-delimeter{
    margin: 0px 5px;
	color: #ffe000;
	font-weight: 900;
	vertical-align: sub;
}	
	
span.menu-active{
	font-weight: 700;
}

#Страницы{
	margin-top: 30px;
}

span.measure_unit{
	/*padding: 0px 18px;*/
	padding: 0px;
}

th.right{
	text-align: right;
}

th.center{
	text-align: center;
}

span.list-print-icon{
    /*margin-left: 8px;
    color: #c3c3c3;*/
    cursor: pointer;
	text-decoration: underline;
}

span.list-print-icon:hover{
	color: #000000;
}

div.pagetitle{
	text-align: center;
    font-weight: 700;
    font-size: x-large;
    margin: 0px 0px 7px 0px;
}

#videoinstruction{
	width: 950px;
	height: 534px;
}

#ФиксированноеНижнееМеню{
	display: block;
}

td.greenout{
	background-color: #d2f9d2;
}

#goodListTBody{
	overflow-y: auto;
	height: 1500px;
	position: absolute;
}

#goodListContainer{
	height: 1500px;
}

#goodListLastRow{
	display:none;
}

#newOrderListContainer{
	height: 500px;
	overflow-y: auto;	
}

#newOrderListTBody{
	overflow-y: auto;
	/*height: 445px;*/
	position: absolute;
}

td.amount{
	width: 170px;
}

td.m-unit{
	width: 100px;
	min-width: 100px;
}

#ФиксированноеНижнееМеню{
	display: none;
}

#cartListCartOrderAmount{
	font-weight: 700;
}

/*@media (max-width: 991px) {*/
/*@media (max-width: 1400px) {*/
@media (max-width: 1200px) {
	div.policy-stat{
		display: none;
	}
	div.pagetitle{
		display: none;
	}
	div.pagemenu{
		position: relative;
		text-align: center;
		left: inherit;
		width: auto;
	}
	#videoinstruction{
		width: 90vw;
		height: 50vw;
	}	
	#goodListTBody{
		overflow-y: auto;
		height: 1500px;
		position: absolute;
	}
	#goodListContainer{
		height: 1500px;
	}
	#goodListLastRow{
		display:none;
	}
	#newOrderListContainer{
		/*height: 500px;*/
		height: auto;
	}	
	#newOrderListTBody{
		/*overflow-y: auto;
		height: 500px;*/
		position: inherit;
	}
	td.amount{
		width: 100%;
	}
	td.m-unit{
		width: 100%;
	}
	td.goodPrice{
		margin-top: -15px;
	}	
	td.goodSum{
		display: block;
	}	
	#ФиксированноеНижнееМеню{
		display: none;
	}
}