/*
* Copyright (c) 2004 
* Ivan S. Abramov
* http://www.iwi.ru
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use or copy this software for any purpose is hereby granted 
* without fee, provided the above notices are retained on all copies.
* Permission to modify the code and to distribute modified code is granted,
* provided the above notices are retained, and a notice that the code was
* modified is included with the above copyright notice.
*
*/

/* general styles -------------------------------------------- */

FONT, BODY, P, OL, UL, DIV, H1, H2, H3, H4, H5, H6, TD, FORM, INPUT, TEXTAREA, SELECT {
	font-family: verdana, arial, tahoma;
}

FONT, BODY, P, OL, UL, DIV, TD, INPUT, TEXTAREA, SELECT, FORM {
	font-size: 11px;
	color: #000000;	
}

BODY {
background-color:#FFFFFF;
color: #000000;
margin: 0px 0px 0px 0px;
scrollbar-face-color:#B0B0B0;
scrollbar-arrow-color:#E0E0E0;
scrollbar-track-color:#E0E0E0;
scrollbar-shadow-color:#E0E0E0;
scrollbar-highlight-color:#E0E0E0;
scrollbar-3dlight-color:#D0D0D0;
scrollbar-darkshadow-Color:#D0D0D0;  
}


P {
	margin: 0px 0px 11px 0px;
}

H1 {
	margin: 0px 0px 6px 0px;
	color:#000000;
	font-size: 14px;font-weight: bold;
}

H2 {
	margin: 0px 0px 6px 0px;
	color:#000000;
	font-size: 11px;font-weight: bold;
}

H3, H4, H5, H6 {
	margin: 0px 0px 6px 0px;
	color:#000000;
	font-size: 11px;font-weight: bold;
}

HR {height:1;color:#999999;}

A {color: #000000;text-decoration: underline;}

LI {padding-top:4;margin:0 0 0 -25;}
UL {margin-top:0; margin-bottom:0; list-style-type:disc; list-style-position:outside;list-style-type: square;}
/* list-style-image: url(/images/icons/arrow.gif); */
/* make all inputs flat*/
INPUT, TEXTAREA, SELECT{
background-color:#F5F5F5; 
layer-background-color:#F5F5F5; 
border-top: #AAAAFF 1px solid; 
border-bottom: #AAAAFF 1px solid;	
border-left: #AAAAFF 1px solid;	
border-right: #AAAAFF 1px solid;
}

FORM {
border:0px;
margin:0px;
}

.CNoPadding
{
   border: 0px;
   padding:0px 0px 0px 0px;	
}


TABLE#iwi_shop_image_wrap {
   border: 0px;
   padding:0px 0px 0px 0px;	
  }

TABLE#iwi_shop_image_wrap TD {
   border: 0px;
   padding:0px 0px 0px 0px;
  }




/* horizontal menu styles --------------------------------------- */

DIV#menu_h {
  /* white-space: nowrap; */
  font-weight: bold;
  color:#000000;
}

DIV#menu_h A {
  text-decoration: none;
  font-weight: bold;
  color:#000000;
}

DIV#menu_h A:hover {
  text-decoration: none;
    font-weight: bold;
  color:#000000;
}



/* Path-menu menu styles --------------------------------------- */

DIV#menu_path {
  color:#000000;
  font-weight: normal; 
}

DIV#menu_path A {
  text-decoration: none;
  font-weight: normal; 
  color:#000000; 
}

DIV#menu_path A:hover {
  text-decoration: underline;
  font-weight: normal; 
  color:#000000;
}

DIV#menu_path DIV{
  color:#000000;
}

/* vertical menu styles --------------------------------------- */

/* Menu 1 column */
DIV#menu_v {	
      vertical-align: top; 
      text-align: right; 
      padding: 0px 0px 0px 0px;
}
DIV#menu_v DIV {
      text-align: right; 
      vertical-align: top; 
}
DIV#menu_v DIV A {
	color: #000000;
	text-decoration: none;
}
DIV#menu_v DIV A:hover {
	text-decoration: underline;
}


DIV#menu_v DIV.menu1-level1-no 
{
  font-weight:normal;
  padding: 0px 4px 2px 8px;
}


DIV#menu_v DIV.menu1-level1-act {
  font-weight:bold;
  padding: 0px 4px 2px 8px;
  color:000000;
}


DIV#menu_v DIV.menu1-level1-cur {
  font-weight:normal;
  padding: 0px 4px 2px 8px;
}

/* Level 2*/

DIV#menu_v DIV.menu1-level2-no {
  padding: 0px 4px 2px 8px;
}


DIV#menu_v DIV.menu1-level2-act {
  font-weight:bold;
  padding: 0px 4px 2px 8px;
}


DIV#menu_v DIV.menu1-level2-cur {
  padding: 0px 4px 2px 8px;
}



