/*----------------------------------------------------------------------------*/
/*layout*/
/*----------------------------------------------------------------------------*/
BODY
{
  font-family: Ariel, sans-serif;
  color: black;
  font-size: 12px;
  margin: 1px;
  padding: 1px;
}

.BACKGROUND
{
  width: 100%;
  min-width: 960px;
  _width: 990px;           /*940*/
}

.SECTION
{
  border: black 1px solid;
  background-color: white;
  text-align: left;
  margin: 2px;
}
.COLORED
{
  font-weight: bold;
  background-color: #D7E7EF;   /*#F6F6FE*/
}
.COLRIGHT{ float: right; width: 200px;}
.COLLEFT{ float: left; width: 200px;}
/*----------------------------------------------------------------------------*/
/*format*/
/*----------------------------------------------------------------------------*/
.FLEFT {  float: left;}
.FRIGHT {  float: right;}
.CLEARBLOCK{ height: 1px; clear: both;}

DIV.HANDLE
{
  width: 80px; height: 19px;
  background-image: url("../pict/bkgnd_red.png");
  background-repeat: repeat-x;
  background-color: #4D748B;
  vertical-align: middle;
}
/*----------------------------------------------------------------------------*/
/*oddeleni*/
/*----------------------------------------------------------------------------*/
.GROUP
{
  display: block;
  padding: 3px;
  margin: 2px;
  color: black;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}
.GROUP:hover
{
  background-color: #FFFFE1;
}
.GROUP:active
{
  color: #7ab9dc;
}
.SUBGROUP
{
  font-weight: normal;
}
.SELECTED
{
  background-color: #FFFFE1;
  border-color: #FEFEFE;
  border-style: inset;
  border-width: 1px;
}
/*----------------------------------------------------------------------------*/
/*other section*/
/*----------------------------------------------------------------------------*/
.OTHERS
{
  display: block;
  padding: 2px;
  margin: 2px;
  vertical-align: middle;
  color: black;
  text-decoration: none;
  text-align: left;
  font-size: 11px;
}
.OTHERS:hover{ background-color: #FFFFE1;}
.OTHERS:active{ color: #7ab9dc; font-size: 11px;}

.ASECTION{ background-color: #F3FCF3;}
.NSECTION{ background-color: #FFFAFA;}
.SSECTION{ background-color: #FAFAFA;}
/*----------------------------------------------------------------------------*/
/*navigation bar*/
/*----------------------------------------------------------------------------*/
.BAR
{
  vertical-align: bottom;
  padding: 5px; 10px;
}
.ORDERBAR
{
  float: left;
  width: 25%;
  text-align: left;
}
.FLTRBAR
{
  float: left;
  width: 25%;
  text-align: center;
}
.PAGEBAR
{
  text-align: right;
}
/*----------------------------------------------------------------------------*/
/*advert section*/
/*----------------------------------------------------------------------------*/
.ADVERT { display: block; text-align: center;}
/*----------------------------------------------------------------------------*/
SPAN.POVINNE
{
  color: red;
  font-weight: bold;
}
#BANER
{
  height: 85px;
  _height: 82px;
  text-align: left;
/*  background-image: url("../pict/baner.png");  */
  background-repeat: repeat-x;
  background-color: #006699;          /*#600000*/
}
#BANER .header {
	width:100%;
}
#MAINWIN
{
/*
  _width: 578px;
*/
}
#SEARCH
{
  text-align: left;
}
#NAVIGATION
{
  text-align: left;
  font-weight: bold;
  background-color: #D7E7EF;   /*#F6F6FE*/
}
#ORDER
{
  vertical-align: bottom;
  color: #F17707;
  font-weight: bold;
}
#HNONSEL
{
  vertical-align: bottom;
  color: black;
  margin-right: 5px;
}
#PRICE
{
  color: red;
  font-weight: bold;
  font-size: 12px;
}
#OPRICE
{
  text-decoration: line-through;
  font-size: 12px;
}
#DPHPRICE
{
  margin-left: 10px;
  font-size: 10px;
}
#DISCOUNT
{
  color: #000080;
  font-weight: bold;
  font-size: 12px;
}
#CLASIC
{
  background-image: url("../pict/pthumb.png");
  background-repeat: repeat-x;
}
#NEWS
{
  background-image: url("../pict/npthumb.png");
  background-repeat: repeat-x;
}
#ACTION
{
  background-image: url("../pict/apthumb.png");
  background-repeat: repeat-x;
}
#SALE
{
  background-image: url("../pict/spthumb.png");
  background-repeat: repeat-x;
}
#NEWSREAL
{
  max-height: 200px;
  _height: expression(this.scrollHeight > 200? "200px" : "auto" );
  _width: expression(this.scrollHeight > 200? "95%" : "100%" );
  overflow: auto;
}
/******************************************************************************/
/*Links objects*/
/******************************************************************************/
A
{
  color: #006699;
}
A.LOGO
{
  position: relative;
  display: block;
  padding: 5px;
  vertical-align: middle;
  width: 400px;
  top: 5px; left: 175px;
  background-color: white;
  border-color: #006699;
  border-style: inset;
  border-width: 0px;
  text-decoration: none;
  text-align: center;
}
A.HEAD
{
  color: white;                              /*#F17707*/
  text-decoration: none;
}
A.INPUT
{
  font-size: 12px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #F17707;
  border-color: #FFDEDE;
  border-style: outset;
  border-width: 1px;
  padding: 3px;
  background-image: url("../pict/bkgnd_red.png");
  background-repeat: repeat-x;
  background-color: #FFDEDE;
  margin: 2px;
}
A.INPUT:active
{
  border-style: inset;
}
A.PNAME
{
  color: black;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
A.SORT
{
         font-weight: normal;
         vertical-align: bottom;
         color: black;
         text-decoration: none;
}
A.SORT:active { color: #7ab9dc;}

/******************************************************************************/
/*Image objects*/
/******************************************************************************/
IMG
{
  border-width: 0;
}
IMG.FLDRSTAT
{
  width: 11px; height: 11px;
  vertical-align: middle;
}
IMG.ACTIONICON
{
  width: 16px; height: 16px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: bottom;
}
IMG.MENUICON
{
  width: 19px; height: 19px;
  margin-right: 5px;
}
IMG.LOGO
{
  position: absolute;
  top: 0px;
  left: 10px;
}
IMG.CLOCK
{
  position: absolute;
  left: 100px; top: 0px; width: 105px; height: 105px;
}
IMG.THUMB
{
  width: 80px;
  margin-right: 5px;
}

/******************************************************************************/
/*Table objects*/
/******************************************************************************/
TABLE
{
  font-family: Ariel, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
TABLE.GRID
{
  width: 100%;
  min-width: 960px;
  _width: 990px;           /*940*/
}
TABLE.DIALOG
{
  width: 50%;
  margin: 5px;
  background-color: #EEEEEE;
  border-color: #FEFEFE;
  border-style: outset;
  border-width: 1px;
}
TABLE.PTHUMB
{
  width: 100%;
  font-size: 11px;
  background-repeat: repeat-x;
}
TABLE.PRODUCTS
{
  width: 100%;
  vertical-align: top;
}
TD.SHORTPROD
{
  border-color: #FEFEFE;
  border-style: outset;
  border-width: 1px;
  vertical-align: top;
  text-align: center;
}
TD.GFIELD
{
  vertical-align: top;
  text-align: left;
}
#SGFIELD
{
  width: 206px;
}
.HEAD
{
  background-image: url("../pict/head.png");
  background-repeat: repeat-x;
  background-color: #006699;
  border-color: #FEFEFE;
  border-style: outset;
  border-width: 1px;
  padding: 5px;
  margin: 2px;
  font-weight: bold;
  color: white;     /*#F17707*/
}
.HEAD A
{
  color: white;
  text-decoration: none;
}
.HEADF
{
  background-image: none;
  background-color: #006699;
  border-color: #FEFEFE;
  border-style: outset;
  border-width: 1px;
  padding: 5px;
  margin: 2px;
  font-weight: bold;
  color: white;     /*#F17707*/
}
.HEAD1
{
  background-image: url("../pict/head.png");
  background-repeat: repeat-x;
  background-color: #006699;
  border-color: #FEFEFE;
  border-style: outset;
  border-width: 1px;
  padding: 5px;
  font-weight: bold;
  color: white;
}
.HEAD1 A
{
  color: white;
}
.SUBHEAD
{
  font-size: 11px;
  padding: 5px;
}
.CELL0
{
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
}
.CELL1
{
  background-color: #D7E7EF;   /*#dbecf6*/
  padding-left: 5px;
  padding-right: 5px;
}
TD.FLTR
{
  color: white;
  font-weight: bold;
  background-color: #006699;   /*#7ab9dc*/
  padding: 3px;
  padding-left: 5px;
}
TD.BOTTOM
{
  background-image: url("../pict/head.png");
  background-repeat: repeat-x;
  background-color: #006699;
  padding: 5px;
  font-size: 9px;
  color: white;
}
TD.BOTTOM A
{
  color: white;
}
.SUBMIT
{
  color: #F17707;
/*  border-color: #FFDEDE;
  border-style: outset;   */
  border-width: 1px;
/*  padding-left: 5px; padding-right: 5px; */
  background-image: url("../pict/bkgnd_red.png");
  background-repeat: repeat-x;
  background-color: #FFDEDE;
  margin: 2px;
}

