html {
  height: 100%;
}

body {
  padding: 0;
  font-size: 80%;
  margin: 0;
  color: #5E5E5E;
  font-family: Arial;
  height: 100%;
  background-color: #FFFFFF;
}

h1
{
  margin: 0 0 1.5em 0;
  padding: 0 0 0 0;
  font-size: 140%;
}

h2
{
  margin: 0 0 0.5em 0;
  font-size: 100%;
}

h3
{
  margin: 0 0 0.5em 0;
  font-size: 85%;
}

p
{
  margin: 0 0 0.5em 0;
  text-align: justify;
}

table
{
	font-size: 100%;
}
td
{ vertical-align: top;
  padding: 0;
}

img
{
  border: 0;
}

input, select, textarea
{
  font-size: 100%;
  font-family: arial, sans-serif;
  vertical-align: middle;
  border: 1px #D7D7D7 solid;

}

a
{
  color: #728DFF;
  text-decoration: underline;
}

a:hover/*, a:visited*/
{
  color: #3E54FF;
}


ul, ol
{
  margin: 0 0 0.5em 20px;
  padding: 0 0 0 0;
}
li ul, li ol
{
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

li
{
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  list-style-image: url(../i/li_img_ff.gif);
}
*li
{
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  list-style-image: url(../i/li_img.gif);
}

/* common classes */

.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%;}

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 120%; }
.small   { font-size: 100%; }

.bpad05    { padding-bottom: 0.5em;}
.bpad    { padding-bottom: 1em;}
.bpad15  { padding-bottom: 1.5em;}
.bpad2   { padding-bottom: 2em;}
.tpad   { padding-top: 1em;}

.bmar   { margin-bottom: 1em;}
.bmar15   { margin-bottom: 1.5em;}
.bmar2   { margin-bottom: 2em;}
/* specific classes */

.row_between
{
  height: 2px;
}
.cell_between
{
  width: 2px;
}

/* шапка */

.logo_cell
{
  background: #F0F1EC url(../i/head_bg.gif) repeat-x top;
}


/* footer */

.footer
{
  background: #EBEBE8 url(../i/footer_rcell_bg.gif) repeat-x top;
}

.order
{
  padding: 4em 35px 1em 35px;
  vertical-align: bottom;
  background: url(../i/order_bg.gif) no-repeat right bottom;
}

.contacts, .search
{
  padding: 4em 0 1em 0;
  vertical-align: bottom;
}

.contacts
{
  background: url(../i/contacts_bg.gif) no-repeat right bottom;
}
.contacts ul
{
  margin: 0 10px 0.45em 45px;
  padding: 0;
}
.contacts li
{
  list-style-image: url(../i/li_img_ff.gif);
  margin-bottom: 0.25em;
}
*.contacts *li
{
  list-style-image: url(../i/li_img_ie.gif);
  margin-bottom: 0.25em;
}
.contacts div
{
  margin: 0 45px;
}
.search div
{
  margin: 0 35px;
}

.search
{
  background: url(../i/search_bg.gif) no-repeat right bottom;
}
.search input
{
  amargin: 0 10px 0.25em 35px;
  margin: 0 10px 0.25em 35px;
}

.order_plashka, .contacts_plashka, .search_plashka
{
  padding: 1em 0 0.75em 0;
  height: 36px;
}
.order_plashka img, .contacts_plashka img, .search_plashka img
{
  padding: 0 35px 0 35px;
}
.order_plashka
{
  background: #5671FF url(../i/order_plashka_bg.gif) repeat-x top;
}

.counters, .empty, .mw_logo_cell
{
  abackground: #EBEBE8 url(../i/footer_bg.gif) repeat-x top;
}

.counters
{
  padding: 2em 35px;
}

.empty_cell
{
  background: url(../i/footer_rcell_img.gif) no-repeat left top;
}

.mw_logo_cell
{
  position: relative;
  text-align: right;
  padding-top: 2em;
  white-space: nowrap;
  background: url(../i/mw_logo_cell_bg.gif) no-repeat right top;
}
.mw
{
  text-align: left;
  font-family: Arial;
  font-size: 80%;
  color: #0101AA;
  margin: 0.6em 0 0 80px;
}

.mw img
{
  position: absolute;
  width: 28px;
  height: 29px;
}

.mw a, .mw a:hover
{
  text-decoration: none;
  color: #0101AA;
}

.mw div
{
  margin-left: 35px;
  font-size: 100%;
}

.mw div span
{
  font-size: 105%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}

