.ProductsNotes	{
	font-size: 11px;
	font-family: Tahoma;
/*	float: right;
	text-align: right;
	margin-right: 10px;*/
}

.ProductsNotes	table	{
	font-size: 11px;
	font-family: Tahoma;
	border:	1px solid silver;
	background-color: #F0F0F0;
}

.ProductsNotes	table	td	{
	padding:	5px;
}

.ProductsNotes	table	img	{
	border:	1px solid gray;
}

.ProductsNotes	a.Sel	{
	color:	red;
}
.ProductsNotes	table	a.Sel	img	{
	border-color:	red;
}

.ProductList	{
	font-family: Verdana;
/*	margin-left: 200px; */
	margin-right: 20px;
}

.ProductList	{
	max-width: 680px;
	margin-left:	auto;
	margin-right:	20px;
	width: auto;
}
*	html	.ProductList	{
	/*width: 650px;*/
}

@media print {
	.ProductList	{
		margin-left: 0px;
		margin-right: 0px;
	}
}


.ProductList	table	{
/*	width: 620px;*/
	border-collapse: collapse;
	margin-bottom: 10px;
	font-size: 12px;
}
*	html	.ProductList	table	{
	width: auto;
}
.ProductList	table	td	{
	padding: 5px;
	border-bottom: 1px solid #F0F0F0;
	vertical-align: top;
}

/**	html	.ProductList	table	td	{
	padding-right: 80px;
}*/

.ProductList	.Name	{
	font-weight: bold;
	font-size: 12pt;
}

.ProductList	.Name	a	{
	text-decoration: none;
}

.ProductList	.Name	a:hover	{
	text-decoration: underline;
}

.ProductList	.NameShort	{
	white-space: nowrap;
}

.ProductList	.New	{
	color:	red;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px;
	padding-left: 5px;
	background: url(/images/bgNewGlow.gif) no-repeat left top;
}

.ProductList	.Price	{
	float: right;
	color:	#808080;
/*	margin-top: -20px;*/
	font-size: 12pt;
	clear: left;
	text-align: right;
}

*	html	.ProductList	.Price	{
	/*margin-right: -80px;*/
}

.ProductList	.AddBasket	{
	float: right;
	text-decoration: none;
	font-size: 9pt;
	clear: right;
	white-space: nowrap;
	padding-left: 18px;
	line-height: 16px;
}

.ProductList	.AddBasket:hover	{
	text-decoration: underline;
	background: url(/images/icoAddToBasket.gif) no-repeat top left;
}

.ProductList	.PriceNote	{
	float: right;
	color:	#808080;
	font-size: 8pt;
	clear: right;
	width: 90px;
	text-align: right;
}

.ProductList	.Hot	{
	color:	red;
}

.ProductList	.Note	{
	margin-top: 5px;
	color:	gray;
	font-size: 11px;
	max-width: 500px;
	padding-left: 10px;
}
.ProductList	.Descr	{
	margin-top: 10px;
	color:	#989898;
	color:	black;
	font-size: 12px;
	max-width: 500px;
}

.ProductList	.Descr	p	{
	text-indent: 0px;
}

.ProductList	.Descr	b	{
	color:	red;
}

#SubMenu	ul	a	{
	width:  180px;
}

div.TaskedPanelR	{
	margin-right:	0px;
}