@charset "windows-1251";
/* CSS Document */

#FT{
	margin: 0;
	padding: 0;
	width: 100%;
}
#GT{
	margin: 0;
	padding:0;
	width: 100%;
}

/*****  <!-- Заголовок формы --> *****/
#HF{
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
#hfTD{
	padding: 10px;
	padding-bottom: 10px;
}
/***** <!-- Товарная группа, товарная подгруппа, товар. --> *****/
#chngTD{
	padding-bottom: 15px;
}
#chngBlock1, #chngBlock2, #chngBlock3{
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	width: 200px;
}
.hChngLst{
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 2px;
}
.chngLst{
	width: 100%;
}
/***** <!-- Фома поиска: производитель | торговая марка;--> *****/
#ST{
	width: 100%;
	//margin-left: 5px;
	//margin-bottom: 5px;
	//padding-bottom: 5px;

	height:100px;
	background-image: url(../images/tablesearch_bg.png)
}
#ST1{
	width: 100%;
	height:100px;
	background-image: url(../images/tablesearch_bg.png)
}
.TdSLeftTop {
  background-image:url(../images/t_s_l_top.png);
  background-position:left top;
  background-repeat:no-repeat;
  padding-top: 0px;
  }
.TdSLeftBot {
  background-image:url(../images/t_s_l_bt.png);
  background-position:left bottom;
  background-repeat:no-repeat;
  }
.TdSRightTop {
  background-image:url(../images/t_s_r_top.png);
  background-position:right top;
  background-repeat:no-repeat;
  margin-right:0;
  }
.TdSRightBot {
  background-image:url(../images/t_s_r_bt.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  }

#ST td{
	padding: 5px;
}
#Proizvod{
	width: 230px;
}
#CenaOT{
	width: 65px;
}
#CenaDO{
	width: 70px;
}
/*
#GoodOrKW
{
	margin-left: 20px;
	width: 280px;
}
*/
#SBDiv{
	position: relative;
	top: -40px;
	right: 20px;
	margin-bottom: -35px;
	float: right;
}
#SB{
	width: 100px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
#Line1{
	position: relative;
	top: 5px;
}
/***** <!-- Строка сортировки. --> *****/
#sortStrTD{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sortW, .resW, .HMPtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.sortVariant, #SsortVariant, .nPage, .nCurPage, .posItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(127, 127, 127);
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.sortVariant:hover{
	color: #000;
}
#SsortVariant{
	font-size: 13pt;
	color: #000;
}
#SsortVariant:hover{
	color: #000;
}
/***** <!-- Товаров найденно. --> ****/
.pagesStrTD{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top: 1px solid #e5e5e5;
}
.resW{
	color: rgb(127, 127, 127);
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.bPages{
	float: left;
	width: 100%;
	position: relative;
	bottom: 18px;
	text-align: center;
	border: none;
	margin: 0;
	margin-bottom: -18px;
	padding: 0;
}
.HMPages{
	float: left;
	width: 100%;
	position: relative;
	bottom: 18px;
	text-align: right;
	border: none;
	margin: 0;
	margin-bottom: -38px;
	padding: 0;
}
.HMPtitle{
	position: relative;
	bottom: 3px;
	right: 5px;
	color: rgb(127, 127, 127);
}
.HMPchngLst{
	width: 50px;
}
.nPage:hover{
	color: #000;
	font-size: 13pt;
}
.nCurPage{
	color: #000;
	font-size: 13pt;
}

/***** <!-- Товарная группа | Товарная подгруппа | Товар -- местоположене товара. --> *****/
.posStrTD{
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;

}
.posItem{
	margin: 0;
	font-weight: normal;
}
.posItem:hover{
	color: #000;
}

/***** <!-- Фотография товара. --> *****/
.PicOfGTD{
	vertical-align: top;
	text-align: center;
	padding-left: 15px;
	padding: 5px;
}
.PicOfG{
	text-align: center;
	margin: 0;
	padding: 0;
}

/***** <!-- Название товара. --> *****/
.NofGTD{
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.NofG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 18pt;
}
.PISN{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: rgb(127, 127, 127);
}

/***** <!-- Ценник. --> *****/
.PofGTD{
	text-align: left;
	vertical-align: middle;
	height: 121px;

	padding-left: 15px;
	background-color: #e6e6e6;
}

/***** <!-- Розничная цена. --> *****/
.PRofG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

/***** <!-- Оптовая цена. --> *****/
.POofG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	padding-top: 15px;
}

/***** <!-- Производитель. --> *****/
.BofGTD{
	text-align: left;
	vertical-align: top;
	width: 170px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
}
.BofG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

/***** <!-- Производитель. --> *****/
.CofGTD{
	height: auto;
	width: 170px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
}
.CofG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

/***** <!-- Количество (шт.) --> *****/
.VofGTD{
	width: 202px;
	height: 55px;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}
.VofG{
	text-align: left;
}
.VofGI{
	width: 50%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
#edIzm{
	position: relative;
	bottom: 8px;
	left: 5px;
	color: black;
}

/***** <!-- Краткое описание товара. --> *****/
.DofGTD{
	/*border-bottom: 2px solid #e5e5e5;*/
}
.DofG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
/***** <!-- Кнопка -- Купить. --> *****/
.SofGTD{
	text-align: right;
	vertical-align: top;
	padding: 10px;
	padding-top: 5px;
	/*border-bottom: 2px solid #e5e5e5;*/
}
.SBofG{
	width: 175px;
	height: 30px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
.vitrina {

    color: #FFFFFF;	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	}

