	html { overflow-y: scroll; }
	body {
		font-family : "Courier New", Courier, monospace;
		font-size : 9;
	}
	td {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11;
	}
	td.title {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12;
		font-weight : bold;
	}
	td.desc {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12;
	}	
	tr {
		vertical-align : top;
	}
	font.small {
		font-size : 9;
	}
	td.bg-list
	{
		background-position: left bottom;
		background-image: url("fs/bg_box_dshadow.gif");
		background-repeat: repeat-x;
		padding-right: 2px;
		padding-top: 0px;
		padding-left: 2px;
		padding-bottom: 2px;
		font-size: 10px;
		color: #333333;
		/*height: 150px; NB. Must not be used for JS resizeProductSpecials() to work correctly*/
		/*vertical-align: top;*/
		/*border-left: 1px solid #B1B1B1;*/
		/*border-right: 1px solid #B1B1B1;*/
	}
		a.views, a:visited.views
	{
		color: #ffffff;
		text-decoration: none;
	}

		a:hover.views, a:focus.views
	{
		color: #ffffff;
		text-decoration: underline; overline;
		font-weight : bold;
	}
		a, a:visited
	{
		color: #000000;
		text-decoration: none;
	}

		a:hover, a:focus
	{
		color: #000000;
		text-decoration: underline;
		font-weight : bold;
	}
	select{
		font-size : 10;

	}
