body, html, p, div, td, span {
   text-shadow: 0px 0px #666, 0px 1px white;
}
ul.sample-menu { padding:0;margin:10px 15px; }

ul.sample-menu li { padding:2px 0;margin:0;list-style:none; }

ul.sample-menu li ul { padding:0;margin:0 0 0 10px; }

ul#my-menu a { padding-left:22px; text-align:left; color:#3D3D3D }

ul#my-menu a.collapsed { background:url('/images/plus.png') left 0px no-repeat; text-align:left; }

ul#my-menu a.expanded { background:url('/images/minus.png') left 0px no-repeat; text-align:left; }

ul#my-menu a.a_new_tovar { padding-left:22px; text-align:left; color:#2E8622; font:18px bold Tahoma }
ul#my-menu a.a_spec { padding-left:22px; text-align:left; color:#2E8622; font:18px bold Tahoma   }
form {
  font-size : 12px;
  padding: 2px;
  font-family: "Arial";
}
label.error {
	color: red;
	font-style: italic;
}
label.valid {
  width: 24px;
  background: url('http://solution.artel.ws/images/valid.png') center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
input.error {
	border: 1px dotted #f00;
}
input.fio {
  width: 200px;
}
input.phone {
  width: 100px;
}
input.digital {
  width: 50px;
}
input.photo {
 width: 100%;
}
.lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 30%;
    height:auto;
    width: 185px;
    background:  url('../images/login.png')  no-repeat;
    background-size: 100% 100%;
    color: ;
    display: none;
}
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/modal_close.png); z-index: 2; }
.redlabel {
	display: inline; 
	color: rgb(240, 76, 17); 
	width:50%;
}
.redlabel100 {
	display: inline; 
	color: rgb(240, 76, 17); 
	width:100%;
}
.redlabel50 {
	display: inline; 
	color: rgb(240, 76, 17); 
	width:50%;
}
.redlabel30 {
	display: inline; 
	color: rgb(240, 76, 17); 
	width:30%;
}
.redlabel20 {
	display: inline; 
	color: rgb(240, 76, 17); 
	width:20%;
}
.blacklabel {
	display: inline; 
	color: black; 
	width:50%;
}
.blacklabel100 {
	display: inline; 
	color: black; 
	width:100%;
}
.blacklabel30 {
	display: inline; 
	color: black; 
	width:30%;
}
.blacklabel20 {
	display: inline; 
	color: black; 
	width:20%;
}
.divForInput {
	float:left; 
	width:50%;
	min-width: 70px;
	text-align:left;
}
.div100 {
	float:left; 
	width:100%;
	min-width: 70px;
	text-align:left;
}
.div50 {
	float:left; 
	width:50%;
	min-width: 70px;
	text-align:left;
}
.div30 {
	float:left; 
	width:30%;
	min-width: 30px;
	text-align:center;
}
.div20 {
	float:left; 
	width:20%;
	min-width: 20px;
	text-align: center;
}
.div10 {
	float:left; 
	width:10%;
	min-width: 10px;
	text-align: center;
}
.button_pane{
  position: absolute;
  bottom: 0;
  left: 50%;
  float: right;
	width:50%;
	min-width: 150px;
}
.highlighted{
	opacity: 0.9;
	outline: 3px red ridge;
}
a {
/*
  font-size : 12px;
  padding: 5px;
*/
  font-family: "Arial";
}
a.spec:hover  {
	transform:  rotate(5deg);
    -moz-transform: rotate(5deg); /* Äëÿ Firefox */
    -ms-transform: rotate(5deg); /* Äëÿ IE */
    -webkit-transform: rotate(5deg); /* Äëÿ Safari, Chrome, iOS */
    -o-transform: rotate(5deg); /* Äëÿ Opera */
}
.divSet {
	float:left; 
	height: 313px; 
	width: 227px; 
	margin-left:1px; 
	overflow-y:hidden; 
	overflow-x:hidden; 
/* 	opacity: 0.7; */
	text-overflow: ellipsis;
}
.divSet:hover  {
	overflow-y:visible; 
	opacity: 0.9;
}
.divSetDate{
    color: #d3222a;
}
.inputtext {
  width: 250px;
}
div.outer_memo  {
	width: 20px; 
	float:right; 
	padding-top:10px; 
	height:30px;
	position: relative;
	top: -10px;
/* 	text-decoration: underline; */
	letter-spacing: 5px;
	transform:  rotate(90deg);
    -moz-transform: rotate(90deg); /* Äëÿ Firefox */
    -ms-transform: rotate(90deg); /* Äëÿ IE */
    -webkit-transform: rotate(90deg); /* Äëÿ Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Äëÿ Opera */
}
div.advert  {
	width: 0px; 
	position: relative; 
	left: 5px;
	float:left; 
  	font-size : 6px;
	color:red; 
	padding-top:10px; 
/* 	height:100px; */
/*
	text-decoration: overline;
	letter-spacing: 5px;
*/
}
