﻿/*-----_GENERAL_-----*/
html, body { width: 100%; height: 100%; }
html, body, table, th, tr, td, div, ul, ol, li, textarea, input, label, h1, h2, h4, p, a
{ margin: 0; padding: 0; outline: none; }
a img { border: 0px none; }
a { border: 0px none; }
table { border-collapse: collapse; }
body
{
  z-index: 1;
  font-size: 10px;
  font-family: Arial, Verdana, Tahoma, Trebuchet MS, sans-serif;
  background: #fff;
}
input, label, textarea
{ font-family: Arial, Verdana, Tahoma, Trebuchet MS, sans-serif; }
/*-----_TXT_STYLING_-----*/
h1, h2, h3
{
  color: #561b77;
  line-height: 1.25em;
}
h1
{ font-size: 240%; }
h3
{ font-size: 160%; }
p
{
  padding: 0.4em 0 0.6em 0;
  line-height: 1.5em;
}
a:link, a:hover, a:visited, a:active
{
  color: #055bd5;
  text-decoration: underline;
}
/*-----_SUBSIDIARY_CLASSES_-----*/
/*Floats*/
.fLeft { float: left; }
.fRight { float: right; }
.cBoth { clear: both; }
/*Aligns*/
.tLeft { text-align: left !important; }
.tRight { text-align: right; }
.tCenter { text-align: center !important; }
/*Displays*/
.dBlock { display: block !important; }
.dNone { display: none; }
/*Fonts*/
.fsItalic { font-style: italic !important; }
/*Paddings and Margins*/
.pTop25 { padding-top: 25px; }
.pRight15 { padding-right: 15px; }
/*Positioning*/
.relC
{
  position: relative;
  left: 50%;
  margin-left: -500px;
}
/*-----_MAKE-UP_-----*/
div#Cfix
{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}


div#fix
{
  position: relative;
  width: 100%;
  min-height: 100%;
  top: 0; left: 0;
}
div#container
{
  position: relative;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  z-index: 3;
}
/*---_Header_---*/
div#topLine
{
  position: relative;
  width: 100%;
  height: 120px;
  background: url(/images/power/Bg.jpg) no-repeat top center #000;
  z-index: 2;
}
div#lHeader
{
  width: 640px;
  height: 84px;
  padding-top: 16px;
}
div#logo
{
  width: 284px;
  height: 34px;
  margin-left: 18px;
}
/*-_Horizontal_menu_-*/
div#hMenuDiv
{
  height: 30px;
  overflow: hidden;
  margin: 6px 0 0 0;
}
ul#hMenu { list-style: none; height: 30px; }
ul#hMenu li
{
  float: left;
  padding: 7px 9px;
  font-size: 140%;
  height: 16px;
  cursor: pointer;
}
ul#hMenu li:hover { background: #561b77; }
ul#hMenu li:hover a.hMenuLink { color: #fc0; }
a.hMenuLink:hover, a.hMenuLink:active { color: #fc0; }
a.hMenuLink:link, a.hMenuLink:visited { color: #fff; }
li.activeHMenuLink { background: #561b77; }
li.activeHMenuLink a:hover, li.activeHMenuLink a:active, li.activeHMenuLink a:visited, li.activeHMenuLink a:link
{ color: #fc0; }
/*********************/
#rHeader
{
  width: 300px;
  height: 100px;
  font-style: italic;
}
/*-_Basket_-*/
.basketOnPage { height: 24px; font-size: 140%; }
a.basketLink:link, a.basketLink:hover, a.basketLink:visited, a.basketLink:active
{
  color: #fc0;
  background: url(/images/power/basketButton.png) no-repeat top left;
  padding: 1px 0 7px 30px;
  display: block;
  height: 16px;
}
/************/
#contacts
{
  height: 76px;
  padding: 0 0 0 30px;
  color: #fff;
  font-size: 120%;
}
div.authDiv
{ height: 30px; }
a.enter:link, a.enter:hover, a.enter:visited, a.enter:active { color: #fff; }
/*--_Authorization_--*/
div#dark
{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; left: 0;
  background: #000;
  z-index: 5000;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
html>/**/body div#dark
{ opacity: 0.7; }
* html div#dark
{
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  top: 0; left: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

div#loginForm
{
  width: 300px;
  height: 200px;
  position: fixed;
  top: 50%; left: 50%;
  margin: -100px 0 0 -150px;
  background: url(/images/power/loginTop.png) no-repeat top;
  z-index: 6000;
}
* html div#loginForm
{
  width: 300px;
  height: 200px;
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
  top: 50%; left: 50%;
  background: url(/images/power/loginTop.png) no-repeat top;
  z-index: 6000;
  background-attachment: fixed;
}
div#closeLog
{
  width: 260px;
  height: 15px;
  padding: 10px 20px;
  text-align: right;
  font-size: 120%;
}
div#LoginFormC
{
  width: 270px;
  height: 130px;
  padding: 0 10px;
  background: #fff;
  border-left: 5px solid #5b5b5b;
  border-right: 5px solid #5b5b5b;
}
div#LoginFormB
{
  width: 300px;
  height: 30px;
  background: url(/images/power/loginBottom.png) no-repeat bottom;
}
h2.loginH2
{
  font-size: 130%;
  font-style: italic;
}
div#fLDiv
{
  width: 100%;
  height: 73px;
  padding-top: 7px;
}
div.logDiv
{
  width: 250px;
  height: 21px;
  margin: 5px 0;
}
div.logDiv label
{
  font-size: 120%;
  width: 100px;
  display: block;
  float: left;
}
.loginInp
{
  width: 144px;
  height: 14px;
  padding: 2px;
  border: 1px solid #5b5b5b;
  color: #666;
  float: left;
  font-size: 110%;
  cursor: pointer;
}
.loginBut
{
  background: url(/images/power/button2.gif) no-repeat;
  width: 112px;
  height: 19px;
  border: 0px none;
  font-size: 110%;
  color: #666;
  padding-bottom: 2px;
  cursor: pointer;
}
ul#remindUl
{
  list-style: none;
  font-size: 120%;
  margin-top: 10px;
}
ul#remindUl li
{
  float: left;
  width: 135px;
  line-height: 1.2em;
}


/*---_Footer_---*/
div#footer
{
  width: 100%;
  height: 95px;
  position: relative;
  z-index: 10;
  margin-top: -95px;
  background: #180a2b;
}
div#centerFoot
{
  width: 850px;
  padding: 30px 50px 0 100px;
  height: 81px;
  font-size: 110%;
  color: #b2aabd;
}
div#centerFoot div { float: left; height: 81px; }
div#centerFoot p { clear: both;  }
ul#footerNav { list-style: none; }
ul#footerNav li
{
  float: left;
  line-height: 1.2em;
  color: #8b7ba0;
}
a.footerNavLink:link, a.footerNavLink:hover, a.footerNavLink:visited, a.footerNavLink:active
{ color: #8b7ba0; }
