@charset "windows-1251";
.popup_bg {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	z-index: 1100;
	text-align: center;
}
.popup_bg:before {
	content:"";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.popup_content {
	background-color: #FFFFFF;
	z-index: 1101;
	max-width: 1100px;
	min-width: 600px;
	height: 90%;
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.popup_content iframe {
	border: 0px;
	height: 100%;
	width: 100%;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FBFBFB;
}
img {
	border: 0px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
}
textarea {
	overflow: auto;
	border: 1px solid #ABADB3;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
.error {
	background-color: #CC0207;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-bottom: 10px;
}
.ok {
	background-color: #00A600;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-bottom: 10px;
}
.intext  {
	border: 1px solid #ABADB3;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
select.intext {
	padding-top: 3px;
	padding-bottom: 3px;
}
.input_border  {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border: 1px solid #ABADB3;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
	line-height: 13px;
	padding: 1px;
	display: inline-block;
	vertical-align: top;
}
.input_border input {
	border: 0px;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.input_border select {
	border: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.input_border textarea {
	border: 0px;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
}
.frendly_url {
	width:449px;
	overflow:hidden;
	white-space: nowrap;
	padding-left: 7px;
}
.size_img_line {
	padding-right: 7px;
}
input.full_line {
	width: 444px;
}
textarea.full_line {
	width: 444px;
}
select.full_line {
	width: 456px;
}
.checkbox {
	padding-top: 3px;
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 3px;
	padding-right: 3px;
	margin-bottom: 2px;
}
.checkbox2 {
	margin-left: 3px;
}
.textarea {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border: 1px solid #ABADB3;
	background-color: #FFFFFF;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 11px;
}
.button, #main .button {
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	background-color: #424242;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 0px;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 12px;
}
.button:hover, #main .button:hover {
	background-color: #595959;
}
.image_box {
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	width: 230px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.image_box .input_border {
	float: none;
	width: 204px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
.image_box .input_border input {
	width: 192px;
}
.image_box .image_title {
	text-align: center;
	font-weight: bold;
}
.image_box .control_buttons {
	position: absolute;
	background-color: #FFFFFF;
	top: 9px;
	right: 25px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
}
.image_border {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ABADB3;
	margin-bottom: 3px;
	width: 190px;
	background-color: #FFFFFF;
}
.image {
	height: 140px;
	background-repeat: no-repeat;
	background-position: center center;
}
.mfp-content {
	height: 90%;
}
#all {
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-top: 15px;
	height: 32px;
	padding-bottom: 1px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#header h1 {
	display: none;
}

#header .menu {
	list-style-type: none;
}
#header .menu li {
	float: left;
}
#header .menu li a {
	background-color: #0085C6;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	text-align: center;
	margin-right: 1px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 9px;
	font-weight: bold;
	width: 140px;
}
#header .menu li a:hover {
	background-color: #888888;
}
#header .menu2 {
	list-style-type: none;
	clear: both;
}
#header .menu2 li {
	float: left;
}
#header .menu2 li a {
	background-color: #E2E2E2;
	font-style: italic;
	color: #000000;
	display: block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
}
#header .menu2 li a:hover {
	background-color: #F3F3F3;
}
#sidebar {
	background-color: #EFEFEF;
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-khtml-border-radius:0 0 2px 2px;
	width: 249px;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#sidebar ul li a {
	color: #2D6B9C;
	text-decoration: underline;
}
#sidebar ul li a:hover {
	text-decoration: none;
}
#main {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
	line-height: 20px;
	padding-bottom: 50px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#main a {
	color: #2D6B9C;
	text-decoration: underline;
	cursor: pointer;
}
#main a:hover {
	text-decoration: none;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #424242;
	font-style: italic;
	margin-bottom: 15px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
#main p {
	margin-bottom: 15px;
}
#main  dl  {
	margin-bottom: 5px;
}
#main dl dt {
	width: 255px;
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}
#main dl dd {
	padding-bottom: 10px;
	width: 460px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
#main ul {
	list-style-type: none;
}
#main ul li {
	margin-bottom: 2px;
}
#main ul li ul {
	margin-left: 14px;
}
#main .table {
	width: 100%;
	margin-bottom: 15px;
}
#main .table th {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0085C6;
	text-align: left;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	white-space: nowrap;
}
#main .table th .intext {
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#main .table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding: 3px;
}
#main .table td table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0085C6;
	text-align: left;
	padding: 0px 2px;
	background: none;
}
#main .table td table td {
	padding: 0px 2px;
	border: 0px;
}
#main .table td .date {
	width: 65px;
}
#main .table tr:hover {
	background-color: #F5F5F5;
}
#main .subline {
	text-align: center;
	clear: both;
}
#main .num_list {
	list-style-type: none;
}
#main .num_list  li .input_border {
	margin-bottom: 8px;
}
#main  .pages a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #2D6B9C;
	color: #FFFFFF;
	text-decoration: none;
}
#main .pages a:hover {
	text-decoration: underline;
}
#main  .pages  .active {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	text-decoration: none;
}
#main .img_block {
	position: relative;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
	height: 80px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#main .img_block .del_img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#main .img_block .iframe {
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	background-color: #424242;
	height: 12px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .img_block .iframe:hover {
	background-color: #595959;
}
#main  #options .button {
	margin-right: 5px;
	margin-left: 5px;
}
#main   .table  td.vline, #main .table th.vline {
	padding-right: 10px;
	position: relative;
	text-align: right;
}
#main  .vline:after{
	content:"";
	position: absolute;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 0px;
	top: 1px;
	right: 3px;
	bottom: 1px;
}
#main .status {
	text-align: center;
	position: relative;
	height: 22px;
}
#main .status:after {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 1px;
}
#main .status0 {
	background-color: #FFC1C1;
}
#main .status0:after {
	content:"Необработан";
}
#main .status1 {
	background-color: #ECC193;
}
#main .status1:after {
	content:"В работе";
}
#main .status2 {
	background-color: #FFFF79;
}
#main .status2:after {
	content:"Счет создан";
}
#main .status2:before {
	content:"";
	background-color: #E8E800;
	position: absolute;
	width: 33%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#main .status3 {
	background-color: #C1E0FF;
}
#main .status3:after {
	content:"Не заказан";
}
#main .substatus1:before {
	content:"";
	background-color: #55AAFF;
	position: absolute;
	width: 33%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#main .substatus1:after {
	content:"Счет заказан";
}
#main .substatus2:before {
	content:"";
	background-color: #55AAFF;
	position: absolute;
	width: 66%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#main .substatus2:after {
	content:"Счет оплчачен";
}
#main .substatus3:before {
	content:"";
	background-color: #55AAFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#main .substatus3:after {
	content:"Получен";
}
#main .status4 {
	background-color: #D1F7B0;
}
#main .status4:after {
	content:"Отгружен";
}
#main .status5 {
	background-color: #E0E0E0;
}
#main .status5:after {
	content:"Отказался";
}
#main .status6 {
	background-color: #E8E800;
}
#main .status6:after {
	content:"Счет получен";
}
#main .status7 {
	background-color: #FFFF79;
}
#main .status7:after {
	content:"Счет выставлен";
}
#main .status7:before {
	content:"";
	background-color: #E8E800;
	position: absolute;
	width: 66%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.enter {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
.enter dl dt {
	padding-top: 4px;
	padding-bottom: 10px;
	width: 60px;
	text-align: right;
	padding-right: 4px;
	vertical-align: top;
	display: inline-block;
}
.enter dl dd {
	padding-bottom: 10px;
	vertical-align: top;
	display: inline-block;
}
.enter dl dd input {
	width: 150px;
}
.enter .subline {
	text-align: center;
	clear: both;
}
.action_img {
	margin-right: 3px;
	margin-top: 3px;
	vertical-align: top;
}
.action_img_2 {
	margin-top: 6px;
	margin-left: 5px;
	cursor: pointer;
}
