﻿/********************************************

	See the SweetShop.css file for what used
	to be in here...

********************************************/

/* -------------- SHOP CMS TREE STYLES ---------------- */

	.shop0_Box, .shop0_Hover
	{
		font-size: 0.9em;
		padding: 3px 4px 1px 24px;
		margin-top: 5px;
		cursor: pointer; 
		background-image: url(../images/menubullet.gif);
		background-repeat: no-repeat;
		background-position: 8px 7px;
		color: White;
	}
	
	.shop0_Hover
	{
		color: #76b900;
	}

	.shop1_Box, .shop1_Hover, .shop1_Selected
	{
		font-size: 0.8em;
		padding: 1px 4px 1px 24px;
		margin-bottom: 1px;
		cursor: pointer;
		color: White;
	}
	
	.shop1_Hover
	{
		color: #76b900;
	}


	.shop2_Box, .shop2_Hover, .shop2_Selected
	{
		font-size:		70%;
		padding:		1px 4px 1px 24px;
		margin-bottom:	1px;
		cursor:			pointer;
		color:			White;
	}
	
	.shop2_Hover
	{
		color: #76b900;
	}
	/* -------------- SELECTED NODES -------------------- */
	.shop0_Selected
	{
		padding: 3px 4px 1px 24px;
		cursor: pointer; 
		background-image: url(../images/menubullet.gif);
		background-repeat: no-repeat;
		background-position: 8px 7px;
		color: #76b900;
		margin-top: 5px;
		font-size: 0.9em;
	}
	
	.shop1_Selected
	{
		padding-left:	24px;
		padding-top:	2px;
		background: none;
		margin-top: 0px;
		color: #76b900;
		font-size: 0.8em;
		padding: 1px 4px 1px 24px;
	}


	.shop2_Selected
	{
		padding-left:	24px;
		padding-top:	2px;
		background: 	none;
		margin-top: 	0px;
		color:			#76b900;
		font-size:		70%;
		padding:		1px 4px 1px 24px;
	}


