/* form */
div.form_default_line {
	width: 600px;
	margin-bottom: 2px;
}
div.form_default_name {
	width: 140px;
	text-align: right;
}
div.form_default_pref {
	width: 20px;
	text-align: center;
	font-weight: bold;
}
div.form_default_cell {
	width: 310px;
}
div.form_default_stat {
	width: 130px;
	padding-left: 10px;
	padding-top: 4px;
}

div.fieldset_head {
	color: #f53305;
	font-size: 24px;
}
div.fieldset_tr {
	padding: 11px 0px;
	border-bottom: 2px dashed #dddddd;
}

div.form_langselector {
	width: 580px;
	margin-left: 20px;
}
div.form_langselector .butt_n, div.form_langselector .butt_h {
	background-color: #dddddd;
	color: white;
	font-weight: bold;
	width: 100px;
	border-width: 0px;
	margin-top: 4px;
	position: relative;
	top: 8px;
}
div.form_langselector .butt_h {
	background-color: #f0f0f0;
	color: #adadad;
}

/* Форма аторизации */
.authInfo{
    font-weight: bold;
    color: #adadad;
    font-family: Trebuchet MS;
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

/* Стиль объектов */
.formElement{
    font-family: Trebuchet MS;
    font-size: 11px;
    vertical-align: middle;
    padding: 5px;
    background: url(/view/pic/text_field2.gif) no-repeat;
    background-position: 0px 3px;
    height: 30px;
    width: 205px;
    border: 0px;
}

/* для таблиц с автоматической настройкой элементов */
.bodyTable{
	text-align: left;
	margin-bottom: 10px;
	width: 95%;
	border: 0px solid red;
}

/* Отступ снизу от страниц */
.marginBotton{
	margin-bottom: 10px;
}

/* продукция, ГЛАВНОЕ ИЗОБРАЖЕНИЕ */
.rightPicture{
	width: 250px;
	border: 0px solid red;
	text-align: left;
	vertical-align: top; 
    text-align: justify; 
    padding-bottom: 10px;
    /* background-color: white; */
}

/* страницы */
a.href_page{
    font-weight: bold;
    color: black;
    font-family: Trebuchet MS;
    font-size: 10px;
    text-decoration: none;
}

a.href_page:hover{
    font-weight: bold;
    color: gray;
    font-family: Trebuchet MS;
    font-size: 10px;
    text-decoration: none;
}

.none_active_href{
    font-weight: bold;
    color: white;
    font-family: Trebuchet MS;
    font-size: 10px;
    text-decoration: none;
    background-color: #dddddd;
    padding: 3px;
}

a.btnStart{
	width: 20px;
    font-weight: bold;
    color: white;
    font-family: Trebuchet MS;
    font-size: 10px;
    text-decoration: none;
    padding: 3px;
    background-color: #dddddd;
}

a.btnEnd{
    font-weight: bold;
    color: white;
    font-family: Trebuchet MS;
    font-size: 10px;
    text-decoration: none;
    padding: 5px;
    background-color: #dddddd;
}


/* menu */
div.menu_mark {
	width: 560px;
	padding: 10px 40px;
	text-align: center;
}
div.menu_mark a {
	display: inline-block;
	padding: 2px 4px;
	text-decoration: none;
	margin-right: 2px;
	font-weight: bold;

	background-color: #dddddd;
	border: 1px solid #f0f0f0;
	color: white;
}
div.menu_mark a:hover {
	background-color: #f0f0f0;
	border-color: #dddddd;
	color: #adadad;
}
div.menu_mark a.hover {
	background-color: #adadad;
	color: white;
	border-color: white;
}

div.menu_auth_user, div.menu_auth_pass {
	width: 220px;
	height: 26px;
	text-align: right;
}
div.menu_auth_user input, div.menu_auth_pass input {
	width: 140px;
}
div.menu_auth_butt {
	text-align: right;
	width: 140px;
}

div.leftmenu a {
	display: block;
	width: 210px;
	padding: 10px 10px 0px 0px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #9e9c9c;
	font-size: 13px;
	text-align: right;
	border-bottom: 1px solid #dddddd;
}
div.leftmenu a:hover  {
    color: #ff0000;
	width: 206px;
	padding-right: 14px;
}
div.leftmenu a.hover {
	border-bottom-color: #ff0000;
}

/* report */
div.report_default, div.report_error {
	padding: 10px 0px;
	text-align: center;
	color: #474747;  
}
div.report_error b {
	color: #aa0000;
}
div.report_action {
	padding: 10px 0px;
	text-align: center;
}
div.report_action input {
	background-color: #dcdcdc;
}

/* object */
input, textarea, select {
	width: 294px;
	border: 1px solid #dcdcdc;
	padding: 2px;
	margin: 0px;
}
input.object_butt {
	width: 120px;
	height: 26px;
	border-width: 0px;
	background-image: url(pic/butt.gif);
	font-weight: bold;
	font-size: 12px;
	color: white;
}
input.object_checkbox {
	width: auto;
	border-width: 0px;
}
.object_wysiwyg {
	width: 600px;
	height: 600px;
}

/* list */
div.tr {
	margin-bottom: 0px;
    padding-left: 10px;
}
div.list_admin {
	width: 640px;
}
div.list_admin div.tr_0 {
	background-color: #474747;
	color: white;
	font-weight: bold;
	padding: 8px 0px;
}
div.list_admin div.tr_0 a {
	color: white;
	text-decoration: underline;
}
div.list_admin div.tr_0 a:hover {
	text-decoration: none;
}
div.list_admin div.tr_1, div.list_admin div.tr_2 {
	padding: 10px 0px;
	background-color: #f0f0f0;   
}
div.list_admin div.tr_2 {
	background-color: #e8e8e8;
}
div.list_admin div.tr_0 div, div.list_admin div.tr_1 div, div.list_admin div.tr_2 div {
	text-indent: 4px;
}

div.list_default_name {
	width: 600px;
	padding: 10px 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #f0f0f0;
}
div.list_default_data {
	width: 450px;
	padding: 10px;
}
div.list_default_foto {
	width: 160px;
	height: 160px;
	background: white url(cms/none.gif) no-repeat center center;
	border: 5px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}
div.list_default_text {
	width: 680px;
	padding: 10px;
}

div.list_default_l {
	width: 10px;
	height: 10px;
}
div.list_default_c {
	width: 660px;
}
div.list_default_r {
	width: 10px;
	height: 10px;
}

.td_num {
    /* background-color: red; */
    color: white;
    font-size: 11px;
    font-weight: bold;  
    padding-bottom: 2px; 
    text-align: center;
    font-family: Trebuchet MS;
    vertical-align: top;  
}

.td_info {
    width: 100%;
    color: black;
    font-size: 12px;
    font-weight: normal;  
    padding-left: 5px; 
    font-family: Trebuchet MS; 
    vertical-align: top; 
}
   
tr {
    padding-bottom: 2px;
}

.w_table{
    width: 200%;
}

.div_info{
    background-color: red; 
    width: 15px;
    height: 15px;
    font-family: Trebuchet MS;
    
}

.root_data_copy{
    text-align: left;
    width: 920px; 
}

.my_href:hover{
    color: white;
}

.img_border{
    border: 3px solid #adadad;
    cursor: hand;
}

/* СТИЛЬ ДЛЯ ВСПЛЫВАЮЩЕГО ОКНА */
.thdrcell {
    background:#F3F0E7;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    border-bottom:1px solid #C8BA92;
}
         
.tdatacell {
    font-family:arial;
    font-size:12px;
    padding:5px;
     background:#FFFFFF
}
         
         .dvhdr1 {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
         .dvbdy1 {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
         p {
         margin-top:20px;
         }
         
         h1 {
         font-size:13px;
         }
         
         .dogvdvhdr {
            width:300;
            background:#C4D5E3;
            border:1px solid #C4D5E3;
            font-weight:bold;
            padding:10px;
         }
         
         .dogvdvbdy {
            width:300;
            background:#FFFFFF;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:10px;
         }
         
         .pgdiv {
         width:320;
         height:250;
         background:#E9EFF4;
         border:1px solid #C4D5E3;
         padding:10px;
         margin-bottom:20;
         font-family:arial;
         font-size:12px;
         }
         
.info_link{
    color: white;
}

.info_link:hover{
    color: #f0f0f0;
}