@charset "windows-1251";
/* CSS Document */

  body { 
  	behavior: url("csshover3.htc"); 
  } 
  
  body, form {
	margin:0;
  }
  
  body {
	background-image:url(images/fonmain.jpg);
	width:1000px;
	color:#FFFFCC;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	height:100%;
	width:980px;
  }
  #page {
	width:980px;
  }
  
  a {
	text-decoration:none;
	color:#ffc
  }
  
  #header {
    margin:5px;
	padding-bottom:10px;
    border-bottom:1px solid #003300;
	position:relative;
  }
  
  #mainmenu {
	height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
	color:#f90;
	position:absolute;
	margin-top:110px;
	right:0;
	top:0;
  }
  #mainmenu div {
  	float:left;
	margin: 0 0 0 40px;
	cursor:pointer;
  }
  #mainmenu div a {
	padding:5px;
	color:#FF9900;
  }
  #mainmenu div a:hover {
    color:#FFCC66;
  }
  #main {
    padding:5px 5px 0 20px;
  }
  #category_tree {
  	border-right:1px dotted #f90;
	width:220px;
	float:left;
  }
  #product_list {
  	border-right:1px dotted #f90;
	width:500px;
	margin-left:10px;
	float:left;
  }
  #search_list {
	width:722px;
	margin-left:10px;
	float:left;
  }

  #product_info {
	width:722px;
	float:left;
	margin-left:10px;
  }

  #product_list div, #search_list div {
  	border-bottom:1px dotted #003300;
	margin-right:10px;
	padding:3px;
	position:relative;
	padding-left:10px;
  }
  #product_list div:hover, .product_node:hover {
    cursor:pointer;
	background-color:#081909;
  }
  #product_info img {
  	border:1px solid #333333;
	padding:10px;
/*	background-color:#FFFFFF; */
	margin-right:10px;
  }  
  #product_info p {
  	text-align:justify;
	text-indent:30px;
	font-size:16px;
	line-height:22px;
  }
  table {
	border-collapse:collapse;
  }
  
  #product_info td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
	padding: 0 20px 0 10px;
	border: 1px dotted #003333;
  }
  #product_info tr:hover {
    cursor:pointer;
	background-color:#081909;
  }

  .buy:hover {
  	border-bottom:1px dotted #FFFFCC;
    cursor:pointer;
  }
  
  .shop_menu, .forum_menu, .address_label {
  	position:absolute;
	width:130px; 
	background-color:#fb0; 
	top:1px; 
	font-size:10px; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:right;
	height:40px;
	padding:2px 10px 2px 0;
  }
  .shop_menu a, .forum_menu a, .address_label a {
    color:#333; 
	cursor:pointer; 
	line-height:17px;
  }
  
  #dialog_B td {
	border-bottom:1px dotted #FFCC66;
	padding:0 10px 0 30px;
	line-height:32px;
	white-space:nowrap;
  }
  #dialog_B input {
	border-bottom:1px dotted #FFCC66;
	margin:0;
	width:60px;
  }
  #dialog_B .selected {
    background-color:#ddd;
  }
  
  #admin_panel {
    position: fixed;
	right:0px;
	top:0px;
	border-left: 1px solid #999999;
	background-color:#666666;
	height:100%;
	width:120px;
	padding:0 15px;
	line-height:20px;
	z-index:100;
  }
  #admin_panel div {
  	margin:10px 0 10px 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	cursor:pointer;
	padding:0 5px 0 5px;
	border:1px outset #666;
  }
  
  #category_description {
  	background-color:#081909; 
	border:1px dashed #033; 
	float:right; width:198px; 
	padding:8px; 
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-size:11px; 
	text-align:justify; 
	line-height:15px;
  }
  
  #tel_label {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    left:810px; 
    position:absolute; 
    top:60px;
	text-align:right;
	color:#fb0;
  }
  #tel_label span {
  	font-size:16px;
	font-weight:bold;
  }
  
  .action_price {
  	color:#FF0000;
	font-weight:bold;
	background-color:#FFCC00;
	padding:2px;
  }
  
  .nomenkl_node {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
    width: 228px;
	height: 304px;
	border: 1px dashed #003300;
	margin: 0 10px 10px 0;
	float:left;
  }

  .nomenkl_node div {
    width: 224px;
	height: 224px;
	margin:2px;
	text-align:center;
	vertical-align:middle;
  }
  
  .nomenkl_node img {
  	max-width:224px;
	max-height:224px;
	height:224px;
	border:none;
	padding:0;
	margin:0;
  }

