

.shownCat { COLOR: #f00 }
.shownURL { COLOR: #79f; TEXT-DECORATION: none }
.shownURL:active { COLOR: #f79; TEXT-DECORATION: none }

/* Shop Details edit mode */
.title { FONT: bold 9pt Arial; COLOR: #375 }
.shopInput { FONT: 9pt Arial }
.shopInputBold { FONT: bold 9pt Arial }

.note
{
	font-weight: bold;
	color: #aaaaaa;
}

/* food store */

.foodStoreTitle
{
	font-weight: bold;
	font-size: 1.2em;
	color: #ff9900;
}
.foodStoreFloor
{
	font-weight: bold;
	font-size: 0.8em;
	color: #aaaaaa;
}
HR.foodStoreHR
{
	color: #ffbb33;
}

/* cat menu */

.alphabetLink
{
	cursor: hand;
	color: #777777;
	text-decoration: none;
	width: 14px;
	line-height: 2em;
}
.alphabetLink:hover
{
	color: #333333 !IMPORTANT;
	font-size: 1.5em;
	width: 14px;
	line-height: 1em;
	margin-left: -2px;
	margin-right: 2px;
}
.catLink,
.oneCatLink
{
	cursor: hand;
	color: #777777;
	text-decoration: none;
}
.oneCatLink:hover
{
	color: #cccccc !IMPORTANT;
}

/* cat menu */

ul#catMenu,
ul#catSubMenu { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#catMenu li { /* all list items */
	float: left;
	position: relative;
	margin-right: 1em;
}

ul#catMenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0;
	background: #ffffff;
}

ul#catMenu li ul li { /* second-level list items */
	float: none;
	position: static;
	padding:0px 5px 2px 5px;
	margin:2px;
	background: #dddddd;
}

ul#catMenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#catMenu li:hover ul, ul#catMenu li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* shop list */

.shopLink
{
	cursor: hand;
	color: #777777;
	text-decoration: none;
}
.shopLink:hover
{
	color: #cccccc !IMPORTANT;
}

