/* заказ по артикулу */
tr.Supermarket_Dark {background-color:#f00;}
tr.Supermarket_Light {background-color:#f00;}

/* колонка выбранного товара в таблице сравнении */
.Supermarket_CellSelected {background-color: orange;}




/* строки в таблице товаров */
.Supermarket_Row0 td {background-color:#f5f5f5;}
.Supermarket_Row1 td {background-color:#fafafa;}

/* окно поиска верхний бар */
.Supermarket_Search_Top4Div {background-color: #900;} 
/* крестик поиска */
.Supermarket_Search_Close4Div {color: #FFFFFF; font-weight: bold;	text-decoration: none;} 

table.Css_TableForSelectionAndPaging {margin-top: 1em; margin-bottom: 1ex; background-color: <%=Css_ControlBgColor%>;} /* ControlBgColor */
table.Css_TableForSelectionAndPaging td.Css_WarningBlock {background-color: #fff;}

/* наименование характеристик товара*/
.nameChar{color: #666666; font: bold}
.nameCharDescr{cursor: help;}/*стереть*/
.Css_NameCharDescr{cursor: help;}

table.Css_HorizontalTableGoods {border-collapse: collapse; border: 1px solid #fff; margin-top: 1em; margin-bottom: 1em;}
table.Css_HorizontalTableGoods th {font-size: 80%; border-style: solid; border-color: #fff; border-bottom: 1px solid #2e7195; background-color:#2e7195; color:#fff;}
th a {color:#fff;}
table.Css_HorizontalTableGoods td {border-color: #003b59; border-style: solid;}
.Supermarket_RowSelected td {background-color:#f2e6ad;}
.Supermarket_RowSelected a {}
table.add2basket td {border: none;}

.changeGoodsCountButton
{
	font-size: 9px;
	height: 20px; 
	width: 15px; 
	color: red;
}

.hiddenFiltersDiv
{
	display: none;
}
.depth0
{
	margin: 0 0 0 0px;
}
.depth1
{
	margin: 0 0 0 20px;
}
.depth2
{
	margin: 0 0 0 40px;
}
.depth3
{
	margin: 0 0 0 60px;
}
.depth4
{
	margin: 0 0 0 80px  ;

}
.depth5
{
	margin: 0 0 0 100px  ;

}
.depth6
{
	margin: 0 0 0 120px  ;

}

.tableForSelectionAndPaging
{
	border: solid 1 #c0c0c0;
	background-color: #eeeeee;
}
.tableForSelectionAndPaging td
{
	padding: 5 5 5 5;
}
.foundCategoryRow1
{
	background-color: #eeeeee;
}
.foundCategoryRow2
{
	background-color: white;
}
