/*
// Версия 3.1.02   26.02.2014
*/
html, body, div{
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
vertical-align: baseline;
}
body, html{
height: 100%;
}
body{
background: #fff;
color: #333;
font: 18px Arial, Tahoma, Helvetica, sans-serif;
}
header{
min-width: 990px;
width: 100%;
top: 0;
left: 0;
z-index: 50;
}
a{
color: #0967c0;
}
a img{
border: none;
}
a:hover{
text-decoration: none;
}

/*-------------------------*/

a.item_caption{
	color: #320a80;
	text-decoration: none;
	font-size: 18px;
}
a.item_caption:hover{
	text-decoration: underline;
}

/*-------------------------*/

.green {color: #0f0 !important;}
.green1 {color: #393 !important;}
.green2 {color: #060 !important;}
.blue_green {color: #08c7ad !important;}
.red {color: #f00 !important;}
.red1 {color: #933 !important;}
.red2 {color: #600 !important;}
.orange {color: #dd8e17 !important;}
.blue {color: #00f !important;}
.blue1 {color: #339 !important;}
.blue2 {color: #006 !important;}
.grey{color: #999 !important;}
.grey_a{color: #aaa !important;}
.grey_b{color: #bbb !important;}
.grey_c{color: #ccc !important;}
.grey_d{color: #ddd !important;}

/*-------------------------*/

.div_item_group {
	display: contents;
	margin: 0;
	padding: 0;
	width: 100%;
}

.dragged_block {
	border: dashed #ff0 1px;
}

/* Перетаскивание пунктов меню */
.td_drop_target_over {
	background: #008080;
}

.menu_drop_hoverClass{
	padding: 8px 0 8px 0;
}
/* Перетаскивание пунктов меню  КОНЕЦ */

/*-------------------------*/

div.greyGridTable {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #359338;
  background-color: #E8EE8D;
  width: 100%;
  text-align: center;
}
.divTable.greyGridTable .divTableCell, .divTable.greyGridTable .divTableHead {
  border: 1px solid #2BC141;
  padding: 10px 4px;
}
.divTable.greyGridTable .divTableBody .divTableCell {
  font-size: 25px;
  font-weight: bold;
  color: #11661B;
}
.greyGridTable .tableFootStyle {
  font-size: 14px;
}
header .divTableBody .divTableCell {
	width: 50%;
}

div.paleBlueRows {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.paleBlueRows .divTableCell, .divTable.paleBlueRows .divTableHead {
  border: 1px solid #A5A5A5;
  padding: 3px 2px;
}
.divTable.paleBlueRows .divTableBody .divTableCell {
  font-size: 16px;
  color: #333333;
}
.divTable.paleBlueRows .divTableRow:nth-child(even) {
  background: #ececec;
}
.divTable.paleBlueRows .divTableHeading {
  background: #137d6f;
}
.divTable.paleBlueRows .divTableHeading .divTableHead {
  font-size: 20px;
  font-weight: bold;
	line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
.divTable.paleBlueRows .divTableHeading .divTableHead:first-child {
  border-left: none;
}
.paleBlueRows .SectionCaption {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #1c711a;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 18px;
}
.paleBlueRows .tableFootStyle {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #00B607;
  border-top: 1px solid #000000;
  font-size: 18px;
}
.divTableCell:first-child {
  text-align: left;
	padding-left: 10px !important;
}

/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; position: relative;}
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableSectionCaption { display: table-row-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divItemRow:hover { background-color: #f8fec8 !important;}
.highlight {
  position: absolute;
	background-color: #090;
	display: none;
	position: absolute;
	z-index: 555;
	left: 0;
	top: 0;
	display: block;
	background-color: #9f9;
}

.zaglushkaFooter, .zaglushkaFooter div{
	background-color: #E8EE8D !important;
	border: 0 !important;
}

/*-------------------------*/

/* Стили Форм */
.form-control::-webkit-input-placeholder { color: #2cb04d !important; }
.form-control::-moz-placeholder { color: #2cb04d !important; }/* Firefox 19+ */
.form-control:-moz-placeholder { color: #2cb04d !important; } /*Firefox 18- */
.form-control:-ms-input-placeholder { color: #2cb04d !important; }

.form-control::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.form-control::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.form-control:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.form-control:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.form-control:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.form-control:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.form-control:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.form-control:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.form-control {
	font-size: 18px;
	width: 100%;
	margin: 0 0 15px 0;
	border-radius: 10px;
	border: inset 1px #f8eaa3;
	padding: 3px 10px;
	outline: none;
}
.form-control-label {
	margin: 0;
	color: #393;
	font-weight: bold;
}
.form-control-buttons {
	text-align: center;
}
.form-control-buttons div span {
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	margin: 0 10px;
	padding: 4px 8px;
	border-radius: 6px;
	color: #fff;
	border: outset #999 1px
}
.form-control-buttons div span:hover {
	border-color: transparent;
	opacity: 0.9;
}
.form-control-buttons div span.button_cancel {
	background-color: #933;
}
.form-control-buttons div span.button_save {
	background-color: #393;
}
.field_error_class {
	border: solid 2px #f00 !important;
	background-color: #fffafa;
}
.option_warning {
	color: #fff;
	background-color: #f00;
}
.option_normal {
	color: #333;
	background-color: #fff;
}
.red_white_bold {
	color: #f00;
	background-color: #fff;
	font-weight: bold;
}
.hidden {
	display: none;
}

/*-------------------------*/
#content_container > h2#dialog_caption {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #25848e;
	margin: 10px 0;
	padding: 0 20px;
}

#content_container > a.dialog_close {
	text-decoration: none;
	color: #f00;
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 1px;  
	font-weight: normal;         
}

#content_container > a.dialog_close:hover {
	font-weight: bold;
}

/*-------------------------*/

#container{
min-width: 990px;
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
}
#container td{
padding: 0;
margin: 0;
}

/*--------------------------*/

div.selected_element_line_bg
{
	background-color: #9ff9ae !important;
}

/*--------------------------*/

div.user_enter
{
	margin-top: 200px;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100%;
}

div.user_enter span
{
	position: relative;
	text-align: center;
	vertical-align: middle;
	border: #0A0 dashed 2px;
	box-shadow: 5px 8px 33px -7px #060;
	display: inline-block;
	border-radius: 8px;
}

div.user_enter span form
{
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 8px;
}

div.user_enter span form input
{
	border: #DD8C00 solid 1px;
	border-radius: 6px;
	padding: 2px;
	margin: 6px;
	color: #669966;
	font: normal 20px Helvetica, Verdana, Arial, sans-serif;
	cursor: pointer;
}

div.user_enter span form input[type="submit"]
{
	outline: none;
	background-color: #ddd;
}

div.user_enter span form input[type="submit"]:hover
{
	box-shadow: 5px 8px 33px -7px #333;
	background-color: #eee;
}

div.loading
{
	margin-top: 200px;
	text-align: center;
	vertical-align: middle;
	display: block;
}

span.loading_text
{
	border: #0A0 dashed 2px;
	background: url('/img/loading.gif') no-repeat 2px center #fff;
	padding: 14px 14px 14px 60px;
	display: inline-block;
	box-shadow: 5px 8px 23px -7px #060;
}


/*--------------------------*/

.discount_class {
	color: #33f !important;
	font-weight: bold;
}

.free_with_item_id_class {
	background-image: url(../img/free.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 26%;
	cursor: pointer;
}

.control_buttons {
	white-space: nowrap;
}

.control_buttons a {
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	width: 18px;
}

.control_buttons a:hover {
	opacity: 0.7;
}



/*--------------------------*/


.top{
height: 263px;
}
.bottom{
height: 106px;
}

.top-left{
background:url(../img/top-left.jpg) no-repeat 0 0;
height: 263px;
padding: 0 0 0 303px;
}
.top-right{
height: 263px;
padding: 0 303px 0 0;
text-align: center;
background: url(../img/top-right.png) no-repeat top right;
}
.top-middle{
height: 263px;
background: url(../img/top-middle.jpg) repeat-x;
}

.top-center{
height: 263px;
background: url(../img/top-center.png) no-repeat center top;
width: 384px;
margin: 0 auto;
text-align: center;
}

.center{
text-align: center;
vertical-align: middle;
background: url(../img/center-bg.png) repeat-x left bottom;
}

.vhod{
background: url(../img/form.jpg) no-repeat 0 0;
width: 515px;
margin: 0 auto;
text-align: left;
}
.vhod-bot{
height: 40px;
width: 515px;
margin: -25px auto 0;
background: url(../img/form-bot.png) no-repeat left bottom;
}
* html .vhod-bot{
margin-top: -15px;
background: none; 
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/form-bot.png', sizingMethod='crop');
}
.copy{
margin: 16px 0 5px 12px;
float: left;
width: 160px;
font: bold 13px arial narrow;
letter-spacing:0.1;
line-height: 14px;
color: #1872BF;
text-decoration:none;
}
.vhod form{
margin: 0 0 0 172px;
padding: 22px 0 0 0;
}

.vhod label{
display: block;
color: #0967c0;
font: 16px/16px Arial;
margin: 0 0 4px 0;
}
.form-text{
width: 233px;
height: 22px;
padding: 0 0 0 3px;
margin: 0;
border: 1px solid #0967c0
}
.form-line {
margin: 0 0 0 52px;
padding: 0 0 11px 0;
*padding: 0 0 9px 0;
}
.form-line a{
display: inline-block;
padding: 8px 0 0 0;
font-size: 13px;
}

.form-image{
width: 31px;
float: left;
text-align: center;
margin-right: 4px;
}
.pass img{
margin-top: 8px;
}
.remember{
display: block;
float: right;
margin: -5px 30px 0 0;
font-size: 13px;
color: #eb3f0a;
*display: inline;
}

img.chk_RememberMe{
cursor: pointer;
}

.button{
clear: both;
margin: 0 0 0 5px;
height: 34px;
position: relative;
top: -10px;
*position: static;
*margin-top: -10px;
}

.bottom-left{
background: url(../img/bot-left.jpg) no-repeat 0 0;
height: 106px;
padding: 0 0 0 471px;
}
.bottom-right{
background: url(../img/bot-right.jpg) bottom right;
padding: 0 216px 0 0;
height: 106px;
}
.bottom-center{
background: url(../img/bot-center.jpg) repeat-x;
height: 106px;
}