*	{ 
	margin: 0; 
	padding: 0; 
}

body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Tahoma;
	background-image: url(img/b_html.gif);
}
a	{
	color: #960836;/*#89153B;  */
/*	font-weight:bold; */
	text-decoration:none;
}
a:active, a:focus	{
	color: #666666;
	text-decoration:none;
}
a:hover	{
	text-decoration: underline;
	color: #FF0000;
}
h1, h2, h3, h4	{
	margin-bottom: 5px;
	margin-top: 0px;
	clip: rect(auto,auto,auto,3px);
	margin-left: 5px;
}
h1	{
	width: 99%;
	border-bottom: 1px solid #9A9A9A;
	font-size: 1.1em;
	font-style: normal;
	color: #FFFFFF;
	padding: 0;
	text-align: right;
}
h1 span	{
	background-image: url(img/b_h.jpg);
	background-repeat: repeat-y;
	padding: 4px 10px 2px 10px;
	height: 33px;
}
h2	{
	text-align: left;
	color: #89153B;
	font-size: 1.3em;
	padding: 0 20px 0 0;
}
h3	{
	font-size: 1.2em;
	padding: 0 20px 0 0;
	color: #89153B;
}
h4	{
	font-size: 1.1em;
	padding: 0 20px 0 0;
	color: #89153B;
}
p	{
	padding: 4px 0 4px 0;
	text-indent: 0px;
}
ul, ol	{
	margin: 1em 1.5em 1.3em 1.5em;
}
ul li	{
	list-style:outside square;
	margin-left: 25px;
	margin-bottom: 5px;
}
ol li	{
	list-style: outside lower-alpha;
	margin-left: 25px;
	margin-bottom: 5px;
}
form	{
	margin:0;
	padding:0;
}
/* BLOCK STYLE */
#mainBody {
	margin: 0px auto;
	position: relative;
	padding: 0px;
	clear: both;
	width: 960px;
	font-size: 11px;
	border-left: 2px solid #960836; /*#999999; */
	border-right: 2px solid #960836;/* #999999; */
	/*	background-image:url(/img/b_main.gif);
	background-repeat: repeat-y; */
	background-color: #FFFFFF;
	overflow:hidden;
}
#header	{
	width: 960px;
	height: 90px;
	background-image:url(img/b_top.gif);
	background-repeat: repeat-x;
}
#navPanel	{
	width: 960px;
	height: 33px;
	background-image:url(/img/b_navPanel.gif);
	background-repeat: repeat-x;
}
#sheme	{
	width: 320px;
	height: 80px;
	background-image:url(/img/b_sheme.gif);
	position: relative;
	left: 599px;
	top: 0px;
}
#robo	{
	width: 372px;
	height: 198px;
	position: absolute;
	left: 591px;
	top: -22px;
	overflow: visible;
	z-index: 22;
	right: 0px;
	bottom: 0px;


	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/b_robo.png',sizingMethod='scale');
}
html>body #robo	{
	background-image:url(img/new/robot2.png);
}
#logo	{
	width: 827px;
	height: 85px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/b_logo_clear.png',sizingMethod='scale');
}
html>body #logo	{
	background-image:url(/img/b_logo_clear.png); 
}
#mainLink	{
	width: 225px;
	height: 40px;
	position: absolute;
	left: 42px;
	top: 8px;
	z-index: 10;
}
#searchbar	{
	height:35px;
	width:100%;
	overflow:hidden;
}
#searchbar	form{
	margin: 6px 20px 10px 20px;
}
#mainText	{
	/*	float: right; */
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftMenu	{
	width: 199px;
	float: left;
}
#oneColumn	{
	margin: 30px;
}
#footer	{
	clear: both;
	width: 100%;
	height: 20px;
	background-image:url(img/b_bottom.gif);
	margin: 20px 0 20px 0;
	padding: 6px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
}
/* LEFT MENU STYLE */
#vNav	{
	width:100%;
	background-image:url(img/b_vNav.jpg);
	border-collapse:collapse;
	border: 0; 
}
#vNav td	{
	background: url(/img/b_rightCorner.gif) right top no-repeat;
	border: 0; 
	border-top: 2px #FFFFFF solid;
}
#vNav td a	{
	display: block; 
	padding: 3px 20px 2px 15px; 
	font-size: 11px;  /*9pt; */
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal; 
}
#vNav td a:active, #vNav td a:hover, #vNav td a:focus	{
	color: #990000;
}
/* ******************** */

/* TOP MENU STYLE */
#hNav{
	margin:0;
	padding:0;
}
/*The Root Level Background image assigned here*/
#hNav li {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 0;
	color: #F0F0F0;
}
/*DO NOT EDIT!!!*/
#hNav ul {
	list-style-position: outside;
	margin:0;
	padding: 0;
	padding-top:8px;
	width: 250px;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border: 1;
}

/*Menu link Styles - Change link color here*/
#hNav a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 8px 20px 7px 20px;
	color: #89153B;
	line-height:1;
	border-right: 1px solid #CCCCCC;
}
/*Top-level link hover*/
#hNav a:hover, #hNav a:active, #hNav a:focus {
	color: #990000;
	letter-spacing: 0.01px;
	background-image:  url(/img/f_navPanel.gif);
}

/* Top level menu width */
#hNav li {
	float: left;
	color: #FFFFFF;
/*	width: 124px;*/
}

/*DO NOT EDIT!!!*/
#hNav ul li {
	margin:0;
	margin-left: 15px;
	padding:0;
	list-style-type: none;
	float: none;
	border:1;
	background-color:#FFFFFF;
	color: #666666;
}
#hNav ul li a {
	display:block;
	width:180px;
	border: 0;
	color:#000000;
	border-bottom: 1px dotted #666666;/*#89153B; */
	font-weight:normal;
	background-image:url(/img/blank.gif);
	background-color:#7B8899;
	z-index:20;
}

#hNav li:hover ul, #hNav li.over ul{
	left: auto;
	display: block;
	z-index: 20;
}
/* ******************** */
.hr	{
	margin: 4px 0 4px 0;
	width: 95%;
	height: 2px;
	background-image:url(/img/b_hr.gif);
	background-repeat: repeat-x;
}
.rightCorner	{
	background: url(/img/b_rightCorner.gif) right top no-repeat;
	background-color: #E2E2E2;
}
.more	{
	width: 99%;
	font-size: 1em;
	text-align:right;
	padding-top: 6px;
}
table.common	{
	padding:0;
	border-collapse:collapse;
	border:0;
}
table.common td	{
	padding: 4px;
}
.lineTitle {
	text-align: right;
	color: #89153B;
	font-size: 1.3em;
	padding:0;
	padding-right:5px;
	margin-top: 10px;
	font-weight:bold;
}
img.otstup	{
	padding: 10px;
}

/* GOOD TABLE */
/*.staffList	tr {
	border-top: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
}*/
.staffList, .itemView	{
	border-collapse:collapse;
	padding: 0;
	margin: 15px auto 15px auto;
	font-size: 11px;
}
.staffList	tr  td, .itemView	tr  td {
	padding: 3px;
	border-bottom: #666666 solid 1px;
}
.staffList	tr  th, .itemView	tr  th {
	padding: 3px;
	border-top: #666666 solid 2px;
	border-bottom: #666666 solid 2px;
}
.staffList	tr.bottomHead  th {
	padding: 3px;
	border-top: #666666 solid 2px;
	border-bottom: #666666 solid 2px;k
}
.numPanel	{
	margin: 15px auto 15px auto;
	width: 99%;
	border-collapse:collapse;
}
.numPanel	td {
	padding: 0;
}
#CurrOrder {
	position:absolute;
	left: 350px;
	top: 215px;
	background:#384D65;
	background-repeat: repeat-y;
	padding: 3px;
	width: 110px;
	height: 80px;
	z-index: 12;
}
#innerBlock	{
	background:#384D65;
	color: #E4E0C9;
	width: 100px;
	height: 70px;
	margin: 0;
	padding: 4px;
	border: solid #FDCB74 1px;
}
#innerBlock a {
	float: none;
	clear: both;
	width: 100%;
	color: #E4E0C9;
}
#innerBlock a:hover, #innerBlock a:active, #innerBlock a:focus {
	background-color: #FEAD00;
	color: #555555;
}
#orderResult	{
	width: 0;
	height: 0;
	background-color: #999999;
	text-align:center;
	margin: 10px auto 10px auto;
	display:table-cell;
	vertical-align:middle;
	float:none;	
}
.errors	{
	margin: 25px 25px 50px 270px;
	border: #FF3333 1px solid;
	background-color:#FDCB74;
	padding: 25px;
}
.success	{
	border: #FF3333 1px solid;
	background-color: #66FF99;
	padding: 25px;
	margin: 5px 0 5px 0;
}
.warning	{
	border: #FF3333 1px solid;
	background-color: #FFFF99;
	padding: 25px;
}
#goodFullInfo p	{
	text-align:justify;
}

