/*
// Shopping List Applet
// By Taylor Design (Daniel L. Taylor) http://www.taylor-design.com
// For Fisher Printing http://www.fisherprinting.com/

Please note that Shopping List Applet uses two css files.

-- ShoppingList.css - This one controls properties which are related to the application code. It should
only be changed as part of an application update. No site specific properties should appear here.

-- ShoppingListStyle.css - This one controls 'look and feel' properties which may be site specific.
It can be changed on a site by site basis and is not overwritten when updating the application.

ShoppingListStyle.css loads last and takes precedence. Though the goal is separation of application
specific code from site specific styling, it is possible that a conflict between them could lead to
the application breaking on a specific site. Test changes to ShoppingListStyle.css carefully! 
*/

#slThumbPanel
{
	
}

#slPagePanel
{
	
}

#slAllPagesPanel
{
	
}

#slListPanel
{
	width:250px;
	min-height:2000px;
	font-family:Arial, Helvetica, sans-serif;
}

#slShoppingNavigation
{
	font-family:Arial, Helvetica, sans-serif;
}	

#slAllPagesPanel
{
	font-family:Arial, Helvetica, sans-serif;
}

#slListBox
{
	width:240px;
	min-height:400px;
	border:solid 1px black;
	padding:5px;
	background-color:White;
}

#slListCommands
{
	text-align:center;
}

#slUserItem
{
	width:160px;
	text-align:left;
}

#slListItems
{
	min-height:300px;
	max-height:300px;
	text-align:left;
}

#slAllPages_PageNumber
{
	
}
