	div.bottomAddContrContainer
	{
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	div.bottomAddContrContainer td.rSpc,
	div.bottomAddContrContainer td.printButton,
	div.bottomAddContrContainer td.backSpacer,
	div.bottomAddContrContainer td.recomButton
	{
		display: none;
	}
	
	div.bottomAddContrContainer td.backIcon
	{
		width: 100%;
		text-align: right;
		padding: 0;
	}
	
	div.bottomAddContrContainer table a:link img.backIcon,
	div.bottomAddContrContainer table a:visited img.backIcon,
	div.bottomAddContrContainer table a:hover img.backIcon
	{
		width: 21px;
		height: 21px;
		background: url(img/more_arrow.png) top left no-repeat;
		vertical-align: middle;
	}
	
	div.bottomAddContrContainer table a:hover img.backIcon
	{
		background-image: url(img/more_arrow_red.png);
	}

