﻿body{
	margin:0px;
	padding:0px;
	scrollbar-face-color: #DDDDDD;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-3dlight-color: #DDDDDD;
    scrollbar-arrow-color: #555555;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color: #999999;
} 

td {font: 9pt arial; color: #000000;}

a {text-decoration: none; font-size: 9pt; color: #000000;}
a.a8grey_ {text-decoration: none; font-size: 8pt; font-style: arial; color: #555555;}
a.a8grey_:hover {text-decoration: none; font-size: 8pt; font-style: arial; color: #000000;}
a.a9red {text-decoration: underline; font-size: 9pt; color: #AA0000;}
a.a9red:hover {text-decoration: none; font-size: 9pt; color: #AA0000;}
a.a9red_ {text-decoration: none; font-size: 9pt; color: #AA0000;}
a.a9red_:hover {text-decoration: underline; font-size: 9pt; color: #AA0000;}
a.a9white {text-decoration: none; font-size: 9pt; font-style: arial; color: #FFFFFF;}
a.a9white:hover {text-decoration: underline; font-size: 9pt; font-style: arial; color: #FFFFFF;}
a.a12red_{text-decoration: none; font-size: 12pt; color: #DD0000;}

td.a8grey {font: 8pt arial; color: #555555;}
td.a9red {font: 9pt arial; color: #A71F0D; background: #F87A69;}
td.a12grey {font: 12pt Arial; color: #555555;}
td.green12 {font: 12pt Arial; color: #009966;}

font.a9grey {font: 9pt Arial; color: #555555;}
font.a9green {font: 9pt Arial; color: #009966;}
font.green14 {text-decoration: none; font: 14pt Arial; color: #009966;}
font.a12red  {text-decoration: none; font: 12pt Arial; color: #DD0000;}
font.a12green  {text-decoration: none; font: 12pt Arial; color: #009966;}
font.a14red  {text-decoration: none; font: 14pt Arial; color: #DD0000;}
font.a14blue  {text-decoration: none; font: 14pt Arial; color: #0000DD;}
font.a14green {text-decoration: none; font: 14pt Arial; color: #009966;}

.header {
    top: 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
}

.prod_bb {
	padding: 0px;
	background: transparent;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-radius: 0px 5px 5px 5px;
	z-index: 16;
}
.prod_bb:hover {
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-radius: 0px 5px 5px 5px;
	z-index: 16;
}

.prod_bb_np {
	padding: 5px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
	border-radius: 5px 5px 0px 0px;
	z-index: 16;
}

.img_sale_ {
	border-radius: 3px;
}

.img_but_sale{
	cursor: pointer;
	padding: 5px 5px 5px 5px;
	margin: 5px;
	z-index:9;
	border-radius: 3px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.7); /* Параметры тени */
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.7); /* Для Firefox */
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.7); /* Для Safari и Chrome */
}
.img_but_sale:hover{
	box-shadow: 1px 1px 5px rgba(0,0,0,0.7); /* Параметры тени */
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.7); /* Для Firefox */
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.7); /* Для Safari и Chrome */
}

.div_ts {
	border: solid 1px #BBBBBB;
	background-color: #BBBBBB;
	color: #666666;
	border-radius: 3px;
}

.inp_nch
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 0px;
	border-color: #DDDDDD;
	background-color: #FFFFFF;
	color: #666666;
	width:50px;
	height: 19px;
	border-radius: 3px;
}

.inp_col{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	background-color: #FFFFFF;
	color: #666666;
	width: 50px;
	height: 20px;
	border-radius: 3px;
}
.inp_col:hover{
	border-color: #0FFB5D;
}

 .itembuttonby{
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	padding: 3px;
	margin: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7); /* Параметры тени */
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.7); /* Для Firefox */
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7); /* Для Safari и Chrome */
}
.itembuttonby:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7); /* Параметры тени */
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.7); /* Для Firefox */
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.7); /* Для Safari и Chrome */
 }
 
 .prod_b {
	padding: 3px;
	background: transparent;
	color: #555555;
	z-index: 15;
}
.prod_b:hover {
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	-moz-transition: 1s ease;
	color: #000000;
	border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5); /* Параметры тени */
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5); /* Для Firefox */
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5); /* Для Safari и Chrome */
	z-index: 16;
}

.prod_table {
	padding: 0px;
	background: transparent url(../img/prod_bg.jpg) repeat-y top right;
	z-index: 15;
}

.navi_b {
	width: 15px;
	height: 15px;
	padding: 5px;
	background: transparent;
	color: #555555;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-radius: 5px;
	cursor: pointer;
}
.navi_b:hover {
	background: #EEEEEE;
	color: #000000;
}

.div_ten{
	top: 0;
	visibility: hidden;
	position: fixed;
	opacity: 0.5;
	FILTER: Alpha(Opacity="50");
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-size:cover;
	z-index:4
}

.div_info{
	visibility: hidden;
	position: fixed;
	width: 300px;
	border-radius: 6px;
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	background-color: #EEEEEE;
	font-size: 12px;
	line-height: 20px;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: -150px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7); /* Параметры тени */
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.7); /* Для Firefox */
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.7); /* Для Safari и Chrome */
	z-index:5
 }
 
 .div_sale{
  position: fixed;
  visibility: hidden;
  width: 525px;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #333333;
  background-color: #EEEEEE;
  font-size: 12px;
  line-height: 20px;
  top: 50%;
  margin-top: -140px;
  left: 50%;
  margin-left: -263px;
  z-index:31;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.7); /* Параметры тени */
  -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.7); /* Для Firefox */
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.7); /* Для Safari и Chrome */
}

.table_info {
  background-image: url(../img/div_top.jpg);
  background-repeat: repeat-x;
  color: #666666;
}

.reg_send {
	width: 80px;
	height: 25px;
	padding: 0px 5px 0px 5px;
	background: #EEEEEE;
	color: #555555;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	border: solid 1px #BBBBBB;
	border-radius: 3px;
	cursor: pointer;
}
.reg_send:hover {
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #999999;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7); /* Параметры тени */
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.7); /* Для Firefox */
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7); /* Для Safari и Chrome */
}

/********************************************************* Поиск ******************************************************************************************/
.search {
float: right;
display: block;
margin-right: 0px;
}

.search-field input.search-btn{
	display:block;
	float:right;
	width:46px;
	height:35px;
	border-width: 0px;
	cursor: pointer;
	background-image:url(../img/btn_srch_go.gif);
	background-repeat:no-repeat;
	background-position:0 0;	
	text-indent:-999em;	
}
.search-field input.search-btn:hover{
	background-position:0px -35px;
}

.search-field .search-label {
float: left;
display: block;
height: 35px;
line-height: 35px;
font-size: 14pt;
background-image: url(../img/btn_srch.gif);
background-repeat: repeat-x;
text-align: center;
color: #555555;
padding: 0 8px;
}

input.keyword {
padding: 4px 5px 4px 5px;
font-family: Arial;
font-size: 16pt;
color: #555555;
outline: none;
margin: 0;
border: none;
width: 425px;
height: 27px;
background-color: #FFFFFF;
border-color: transparent;
position: static;
float: left;
}

span.search-field{
	display:block;
	float:left;
	height:35px;
	width:550px;
	border:2px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/********************************************************* Поиск ******************************************************************************************/
