/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
/* Manager Horizontal Navigation Styles */
#NavHorizMgr
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	position: absolute;
	left: 5px;
	top: 0px;
}
#NavHorizMgr a:link, #NavHorizMgr a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#NavHorizMgr a:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	text-decoration: none;
}
#NavHorizMgr .On:link, #NavHorizMgr .On:visited, #NavHorizMgr .On:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	font-weight: bold;
	text-decoration: underline;
}
/* Manager Horizontal ASP.NET Menu Control Styles */
#NavHorizMgr .DynamicHoverStyle
{
	margin-right: 5px;
	padding: 0px;
}
#NavHorizMgr .DynamicMenuStyle
{
	background-color: #f7f7f7;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 3px 0px 0px 0px;
	width: 140px;
}
#NavHorizMgr .DynamicMenuItemStyle
{
	border-top: solid 1px #ccc;
	margin: 0px;
	padding: 3px;
	width: 140px;
}
#NavHorizMgr .StaticHoverStyle
{
	margin-right: 5px;
	padding: 0px;
}
#NavHorizMgr .StaticMenuItemStyle
{
	margin-right: 5px;
	padding: 0px;
}
#NavHorizMgr .StaticMenuStyle
{
	margin-right: 5px;
	padding: 0px;
	width: 140px;
}
#NavHorizMgr img
{
	display: none;
}
/* Manager Vertical Navigation Styles */
#NavVertMgr
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	width: 235px;
}
#NavVertMgr ul
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	list-style: none;
	margin-top: 10px;
	margin-left: -40px !important; /* Firefox */
	margin-left: 0px; /* IE 6 */
}
*:first-child + html #NavVertMgr ul
{
	margin-left: 0px !important; /* IE 7 */
}
#NavVertMgr ul li
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	list-style: none;
	margin: 0px;
	display: block;
}
#NavVertMgr ul li a:link, #NavVertMgr ul li a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 5px;
	padding-left: 20px;
	display: block;
	width: 210px;
	font-weight: bold;
}
#NavVertMgr ul li a:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	display: block;
}
#NavVertMgr ul li .On:link, #NavVertMgr ul li .On:visited, #NavVertMgr ul li .On:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	display: block;
	font-weight: bold;
	background: #e5f5fb;
}
/* Shopper Horizontal Navigation Styles */
#NavHorizShp
{
	margin-left: 3px;
}
#NavHorizShp a:link, #NavHorizShp a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #555555;
	text-decoration: none;
}
#NavHorizShp a:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	text-decoration: none;
}
#NavHorizShp .On:link, #NavHorizShp .On:visited, #NavHorizShp .On:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	font-weight: bold;
	text-decoration: underline;
}
/* Shopper Vertical Navigation Styles */
#NavVertShp
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	width: 235px;
}
#NavVertShp ul
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	list-style: none;
	margin-top: 10px;
	margin-left: -40px !important; /* Firefox */
	margin-left: 0px; /* IE 6 */
}
*:first-child + html #NavVertShp ul
{
	margin-left: 0px !important; /* IE 7 */
}
#NavVertShp div
{
	background-image: url(/App_Themes/Shopper/img/bg_category.gif);
	background-repeat: no-repeat;
	min-height: 28px;
	margin-bottom: -1px;
}
#NavVertShp ul li
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	list-style: none;
	margin: 0px;
	margin-left: 10px !important;
	margin-left:-5px;
	display: block;
}
*:first-child+html #NavVertShp ul li
{
    margin-left:-5px !important;
}
#NavVertShp ul li a:link, #NavVertShp ul li a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 5px;
	padding-left: 0px;
	display: block;
	width: 220px;
	font-weight: bold;
}
#NavVertShp ul li a:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	display: block;
}
#NavVertShp ul li .On:link, #NavVertShp ul li .On:visited, #NavVertShp ul li .On:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	display: block;
	font-weight: bold;
	background: #e5f5fb;
}
