div.basket	{
	width:	580px;
	background-color: white;
	padding: 0px;
	text-align:	left;
	border:	0px solid yellow;
/*	font-family: tahoma,sans-serif;
	font-size: 11px;*/
	font-size: 10pt;
}

div.basket	div.Msg	{
	margin-left:	24px;
}
div.basket	table	{
/*	font-family: tahoma,sans-serif;
	font-size: 11px;*/
	font-size:	10pt;
}

div.basket	div.Chart	{
	width:	100%;
	background: url(/images/icoShoppingChartLine.gif) repeat-x top left;
	font-family: tahoma,sans-serif;
	font-size: 11px;
}

div.basket	div.Chart	ul	{
	width:	100%;
	line-height:	16px;
	margin:	0;
	padding:	0px;
	list-style:	none;
	text-align: center;
	display: block;
	height:	29px;
}

div.basket	div.Chart	ul	li	{
	float:left;
	margin:	0;
	padding:	14px 0 0 0;
	width: 113px;
	display: inline;
	background:	url("/images/icoShoppingChartItem.gif") no-repeat center top;
	border: none;
	background-color:	none;
}

div.basket	div.Chart	ul	li.Sel	{
	color:	#077B90;
	background-image:	url("/images/icoShoppingChartCurrent.gif");
	font-weight: bold;
}

div.basket	div.Chart	ul	li.Done	{
	color:	gray;
	background-image:	url("/images/icoShoppingChartDone.gif");
}

div.basket	div.Header	{
	margin: 0;
	padding: 0 10 0 0;
	height: 24px;
	font-weight: bold;
	color:	white;
	background:	url("/images/imgHeader2Right.gif") no-repeat right top;
	border-bottom: 2px solid #077B90;
}

div.basket	div.Header	h1	{
	padding: 0;
	margin: 0;
	padding-top: 2px;
	padding-left:	10px;
	line-height:	23px;
	display:	block;
	height: 24px;
	width:	auto;
	background:	url("/images/imgHeader2Left.gif") no-repeat left top;
	border: 0;
/*	font-family:	tahoma;
	font-size:	11px;*/
	font-size:	10pt;
	font-weight:	bold;
	color:	#077B90;
}

div.basket	table.items	{
	border-collapse: collapse;
	background-color: white;
	border-spacing: 0px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 8px;
	width:	100%;
	border:	1px solid #DDDDDD;
}

div.basket	table.items	th	{
	background-color:	#DDDDDD;
	font-weight: bold;
	padding: 3;
	border:	1px solid #DDDDDD;
	height: 24px;
}

div.basket	table.items	td	{
	background-color: white;
	vertical-align: middle;
	padding: 5;
	border:	1px solid #DDDDDD;
}

div.basket	table.items	tr.Disabled	{
	color:	#888888;
}

div.basket	table.items	.Descr	{
	color: silver;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

div.basket	hr	{
	padding: 0;
	color:	#077B90;
	height: 2px;
	width: 100%;
	margin:	0px;
}

div.basket	ul	{
	clear:	both;
}

.basket	ul	li	{
	margin: 5;
}

div.basket	table.webform	{
	border:	1px solid #888888;
}

div.basket	table.webform	th	{
	padding: 2 2 2 6;
}

div.basket	table.webform	td	{
	padding: 2px;
}

table.currencies	{
	border:	1px solid silver;
	background-color: #F0F0F0;
}


table.currencies	td	{
	padding:	5px;
	font-size: 11px;
	font-family: Tahoma;
}

table.currencies	img	{
	border:	1px solid gray;
}

table.currencies	a.Sel	{
	color:	red;
}
table.currencies	a.Sel	img	{
	border-color:	red;
}

