/*
=================================================================================
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
*/
/* Shopper Horizontal Navigation Styles */
#NavHoriz
{
	background: url(/App_Themes/Shopper/img/bg_navbar.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	height: 41px;
	border-bottom: 1px solid #ccc;
	position: relative;
	width: 950px;
	z-index: 5;
}
#NavHoriz a:link
{
	padding: 0px !important;
}
#NavHoriz a:visited
{
	padding: 0px !important;
}
#NavHoriz a:hover, #NavHoriz a:active
{
	padding: 0px !important;
}
#NavHoriz .DynamicMenuItemStyle
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 5px;
	padding-left: 6px;
	min-width: 150px;
	width: auto !important;
	width: 150px;
	background: #333;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #666;
}
*:first-child + html #NavHoriz .DynamicMenuItemStyle
{
	width: 150px !important;
}
#NavHoriz .DynamicHoverStyle
{
	background: #660000;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #990000;
}
#NavHoriz .DynamicMenuStyle
{
	background: #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	width: 150px;
}
#NavHoriz .DynamicSelectedStyle
{
}
#NavHoriz .StaticHoverStyle
{
	background: url(/App_Themes/Shopper/img/bt_navbar_on.gif);
	border-left: 1px solid #330000;
	border-right: 1px solid #993333;
}
#NavHoriz .StaticMenuStyle
{
}
#NavHoriz .StaticMenuItemStyle
{
	border-right: 1px solid #666666;
	border-left: 1px solid #222222;
	color: #fff;
	padding: 13px 0px 14px 0px;
	text-align: center;
	width: 95px;
}
#NavHoriz .StaticSelectedStyle
{
	background: url(/App_Themes/Shopper/img/bt_navbar_on.gif);
}
#NavHoriz img
{
	display: none;
}
#NavHoriz td
{
	width: 0px !important;
}
/* Shopper Vertical Navigation Styles */
#NavVertShp
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	position: absolute;
	top: 175px;
	left: -10px;
	z-index: 3;
}
#NavVertShp ul
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	list-style: none;
	margin-left: -40px !important;
	margin-left: 0px;
	margin-top: 0px;
}
*:first-child + html #NavVertShp ul
{
	margin-left: 0px !important; /* IE 7 */
}
#NavVertShp ul li
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	list-style: none;
	margin: 0px;
	display: block;
}
#NavVertShp ul li a:link, #NavVertShp ul li a:visited
{
	width: 181px;
	height: 30px;
	padding-top: 26px;
	padding-left: 12px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: url(/App_Themes/Shopper/img/bg_tab_lg.png) no-repeat;
}
#NavVertShp ul li a:hover
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #990000;
	display: block;
}
#NavVertShp ul li .On:link, #NavVertShp ul li .On:visited, #NavVertShp ul li .On:hover
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #990000;
	display: block;
	font-weight: bold;
	background: url(/App_Themes/Shopper/img/bg_tab_lg.png) no-repeat;
}
/* Extra Vertical Menu Styles */
#NavVertShp ul li ul li
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	list-style: none;
	margin-left: 22px !important;
	margin-top: -4px;
}
#NavVertShp ul li ul li a:link, #NavVertShp ul li ul li a:visited
{
	width: 150px;
	height: 26px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: url(/App_Themes/Shopper/img/bg_tab_sm.png) no-repeat;
}
#NavVertShp ul li ul li a:hover
{
	color: #990000;
}
#NavVertShp ul li ul li .On:link, #NavVertShp ul li ul li .On:visited, #NavVertShp ul li ul li .On:hover
{
	width: 150px;
	height: 26px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: url(/App_Themes/Shopper/img/bg_tab_sm.png) no-repeat;
}
#NavVertShp ul li ul li .On:link, #NavVertShp ul li ul li .On:visited, #NavVertShp ul li ul li .On:hover
{
	color: #990000;
}
/* 
   --------------------------------------
   HORIZONTAL USER CONTROLS CUSTOMER STYLES
   --------------------------------------
*/
/* WucMgrMenuH01.ascx User Control */
#WucMgrMenuH01
{
	background-color: #ececec;
	color: #333;
}
#WucMgrMenuH01 td
{
	width: 0px;
}
#WucMgrMenuH01 a:link, #WucMgrMenuH01 a:visited
{
	color: #333;
	text-decoration: none;
}
#WucMgrMenuH01 a:link, #WucMgrMenuH01 a:visited
{
	color: #333;
	text-decoration: none;
}
#WucMgrMenuH01 a:hover
{
	color: #ff6633;
	text-decoration: none;
}
#WucMgrMenuH01 .DynamicMenuStyle
{
	color: #333;
	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;
}
#WucMgrMenuH01 .DynamicMenuItemStyle
{
	color: #333;
	border-top: solid 1px #ccc;
	margin: 0px;
	padding: 3px;
	width: 140px;
}
#WucMgrMenuH01 .DynamicHoverStyle
{
	color: #ff6633;
}
#WucMgrMenuH01 .StaticHoverStyle
{
	color: #ff6633;
}
#WucMgrMenuH01 .StaticMenuItemStyle
{
	border-right: solid 1px #999;
	color: #ffffff;
	padding: 5px;
}
#WucMgrMenuH01 .StaticMenuStyle
{
	color: #ffffff;
}
#WucMgrMenuH01 img
{
	display: none;
}
/* 
   --------------------------------------
   VERTICAL USER CONTROLS CUSTOMER STYLES
   --------------------------------------
*/
/* WucShpTree01.ascx User Control */
#WucShpTree01
{
	color: #333333;
	font-size: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	margin-left: 10px;
	padding: 5px;
	width: 175px;
}
#WucShpTree01 .CategoryOn
{
	color: #990000;
	font-weight: bold;
}
#WucShpTree01 .ProductOn
{
}
#WucShpTree01 .HoverNodeStyle
{
}
#WucShpTree01 .LeafNodeStyle
{
	font-weight: normal;
	padding-left: 0px;
}
#WucShpTree01 .NodeStyle
{
	padding-bottom: 2px;
	padding-top: 2px;
}
#WucShpTree01 .ParentNodeStyle
{
	font-weight: normal;
}
#WucShpTree01 .RootNodeStyle
{
	font-weight: bold;
}
#WucShpTree01 .SelectedNodeStyle
{
}

