/*
=================================================================================
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
{
}
#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;
}
#NavHorizMgr ul
{
}
*:first-child + html #NavHorizMgr ul
{
}
#NavHorizMgr ul li
{
}
#NavHorizMgr ul li a:link, #NavHorizMgr ul li a:visited
{
}
#NavHorizMgr ul li a:hover
{
}
#NavHorizMgr ul li .On:link, #NavHorizMgr ul li .On:visited, #NavHorizMgr ul li .On:hover
{
}
/* Manager Vertical Navigation Styles */
#NavVertMgr
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	width: 235px;
}
#NavVertMgr
{
}
#NavVertMgr
{
}
#NavVertMgr a:link, #NavVertMgr a:visited
{
}
#NavVertMgr a:hover
{
}
#NavVertMgr .On:link, #NavVertMgr .On:visited, #NavVertMgr .On:hover
{
}
#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
{
}
#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 ul li
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	list-style: none;
	margin: 0px;
	display: block;
}
#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: 20px;
	display: block;
	width: 210px;
	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;
}
#NavHeaderMgr
{
	position: absolute;
	left: 10px;
	bottom: -1px;
}
#NavHeaderMgr ul
{
	list-style: none;
	margin-left: -40px !important;
	margin-left: 0px;
}
*:first-child + html #NavHeaderMgr ul
{
	margin-left: 0px !important;
}
#NavHeaderMgr ul li
{
	float: left;
	margin-right: 4px;
}
#NavHeaderMgr ul li a:link, #NavHeaderMgr ul li a:visited
{
	width: 96px;
	height: 24px;
	color: #253448;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding:0px;
	padding-top: 7px;
	background: url(/App_Themes/Default/img/bt_tab.png) no-repeat;
}
#NavHeaderMgr ul li a:hover
{
	color: #253448;
	text-decoration: none;
	background: url(/App_Themes/Default/img/bt_tab.png) no-repeat bottom;
}
#NavHeaderMgr .On:link, #NavHeaderMgr .On:visited, #NavHeaderMgr .On:hover
{
	color: #253448;
	font-weight: bold;
	text-decoration: none;
	background: url(/App_Themes/Default/img/bt_tab.png) bottom;
}
#NavHeaderShp
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	width: 480px;
	position: absolute;
	left: 180px;
	top: 66px;
}
#NavHeaderShp a:link, #NavHeaderShp a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #555555;
	text-decoration: none;
}
#NavHeaderShp a:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	text-decoration: none;
}
#NavHeaderShp .On:link, #NavHeaderShp .On:visited, #NavHeaderShp .On:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #0099cc;
	font-weight: bold;
	text-decoration: underline;
}
#NavLeftMgr
{
	width: 220px;
}
#NavLeftMgr ul
{
	width: 220px;
	list-style: none;
	border-top: 1px solid #8bbedb;
	margin-top: 0px;
	margin-left: 0px;
}
#NavLeftMgr ul li
{
	list-style: none;
	margin-left: -40px !important; /* Firefox */
	margin: 0px;
	display: block;
}
*:first-child + html #NavLeftMgr ul li
{
	margin-left: 0px !important;
}
#NavLeftMgr ul li a:link, #NavLeftMgr ul li a:visited
{
	width: 210px;
	height: 30px;
	color: #253448;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8bbedb;
	background: url(/App_Themes/Default/img/bg_left_nav.gif);
	position: relative;
}
#NavLeftMgr ul li a:hover
{
	color: #fe7f00;
	display: block;
}
#NavLeftMgr span
{
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 5px;
}
#NavLeftMgr ul li .On:link, #NavLeftMgr ul li .On:visited, #NavLeftMgr ul li .On:hover
{
	color: #fe7f00;
}
#NavLeftShp
{
	width: 220px;
}
#NavLeftShp ul
{
	width: 220px;
	list-style: none;
	border-top: 1px solid #8bbedb;
	margin-top: 0px;
	margin-left: 0px;
}
#NavLeftShp ul li
{
	list-style: none;
	margin-left: -40px !important; /* Firefox */
	margin: 0px;
	display: block;
}
*:first-child + html #NavLeftShp ul li
{
	margin-left: 0px !important;
}
#NavLeftShp ul li a:link, #NavLeftShp ul li a:visited
{
	width: 210px;
	height: 30px;
	color: #253448;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8bbedb;
	background: url(/App_Themes/Default/img/bg_left_nav.gif);
	position: relative;
}
#NavLeftShp ul li a:hover
{
	color: #fe7f00;
	display: block;
}
#NavLeftShp span
{
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 5px;
}
#NavLeftShp ul li .On:link, #NavLeftShp ul li .On:visited, #NavLeftShp ul li .On:hover
{
	color: #fe7f00;
}