﻿/* Control Panel */
#ControlPanel
{
    margin: 30px 10px 50px 10px;    
}
#ControlPanel td { vertical-align: middle; }
#ControlPanel #PageSettings 
{
    
    border-right: dashed 1px #999;    
}

#ControlPanel #PageSettings a
{
    margin: 0 40px 0 0;        
}

#ControlPanel #ModuleManager
{
    padding: 0 0 0 40px;    
}
#ControlPanel #ModuleManager b
{
    background: transparent url("Shared/img/a.gif") no-repeat 0 0;
    padding: 0 0 0 21px;
    color: #0066CC;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    clear: both;
    z-index: 1000;    
}
#ControlPanel #ModuleManager b i
{
    border-bottom: dotted 1px;
    font-style: normal;
}
#ControlPanel #ModuleManager b:hover
{
    color: #CC0000;
}

#NewModule
{    
    position: absolute;
    z-index: 990;
    background: #E3DFE0 url("Shared/img/bg.png") repeat-x 0 100%;
    display: none;
    padding: 30px 10px 10px 20px;
    margin:  -30px 0 0 -20px;
    border-top: solid 1px #E9E9E9;
    border-bottom: solid 2px #B5B5B5;
    border-right: solid 1px #CFCFCF;
    border-left: solid 1px #CCC;
}

#NewModule table td
{
    color: #000;
    font: .8em Arial, Sans-Serif;
    padding: 25px 10px 0 0;
}

#NewModule table td .input
{
    border-color: #808080;
    background: #F5F5F5;
    width: 150px;
    color: #000;
}

/* Редактирование описания продукта */
#eshop-edit-product
{
}
#eshop-edit-product table
{
    width: 100%;
}
#eshop-edit-product table td
{
    padding: 0 0 7px 0;
}
#eshop-edit-product table .input
{
    width: 250px;
}
#eshop-edit-product fieldset
{
    padding: 0 7px;
}
#eshop-edit-product .ed-ico
{
    background: transparent url(../SAvto/edit-ico.gif) no-repeat left top;
    display: inline-block;
    width: 14px;
    height: 15px;
    font-size: 1px;
    margin-right: 3px;
}
#eshop-edit-product .ed-ico.dis
{
    background-position: left bottom;
}
#eshop-edit-product span.req
{
    color: #FF3333;
    font-family: Tahoma;
    margin-left: 2px;
    position: relative;
    top: .3em;
}
#eshop-edit-product .CommandButton
{
    margin: 0 20px 0 0;
}
/* Изображения товара */
#file-uploader
{
    overflow: hidden;
    width: 100%;
}

#file-uploader #file-selector
{
    text-align: right;    
}

#file-uploader #file-selector input
{
    margin: 0 -50px 0 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 50px;
    overflow: hidden;    
    cursor: default;
}

#file-uploader #file-selector img
{
    position: relative;
    z-index: -1;
}

#file-uploader #file-list
{    
}

#file-uploader #file-list p
{
    margin: 10px 0;
}

#file-uploader #file-list p.fade
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    -moz-opacity: .1;
    -khtml-opacity: .1;
    opacity: .1;
}

#file-uploader #file-list p img
{
}

#file-uploader #file-list p input
{
    display: none;
}

#file-uploader #file-list p select
{
    font: normal normal 0.8em Sans-Serif;
}

#file-uploader #file-list p label
{
    font: normal normal 0.8em Sans-Serif;
}
/* Вид товара */
#vt-tree-node .lbl { display: block; margin: 0 0 3px 0; }
#vt-tree-node .input { display: block; font: normal 10pt Sans-Serif; margin: 0 0 12px 0; width: 320px; }
#vt-tree-node .select { margin: 0 0 12px 0; }
#vt-tree-node .props { width: 100%; }
#vt-tree-node .props td { padding-right: 10px; }
#vt-tree-node .CommandButton { margin-right: 10px; }

/* SKINS */
#login-form
{
    width: auto;
    display: inline-block;
}
#login-form .input
{
    display: block;
    margin: 0 0 7px 0;
}
.lbl { display: block; margin: 0 0 5px 0; }
.login-btn { }