/*@import url("/DesktopModules/DNNspot-Store/module.css");*/

/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/

.MenuHeight { height:36px; }
.MenuTD {  background: url(nav-bg.gif) repeat-x top left; padding: 0 10px 0 10px; }
.MenuLeft { width:12px; background: url(nav-bg-l.gif) no-repeat top left; }
.MenuRight { width:12px; background: url(nav-bg-r.gif) no-repeat top left; }
.LoginTD { width: 100%; vertical-align: middle; text-align: right; font-size: 7px; padding: 0 0 8px 0; }
.CopyrightRow { height:20px; padding: 0 10px 0 10px; vertical-align: bottom; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0 0 0 2px; }
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #FFF; background: url(nav-bg.gif) repeat-x top center transparent; font-size: 8pt; padding: 12px 0px 11px 0px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #FFF; background: url(nav-bg.gif) repeat-x top center transparent; font-size: 8pt; padding: 12px 0px 11px 0px; font-weight: bold; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #242424; background: url(nav-active.gif) repeat-x top center transparent; font-size: 8pt; padding: 14px 0px 9px 0px; font-weight: bold; }
/*-- left seperator idle        --*/ .MainMenu_LeftIdle { background: transparent; width:0px; height: 36px; }
/*-- left seperator active      --*/ .MainMenu_LeftActive { background: url(nav-active-l.gif) no-repeat top right transparent; width:5px; height: 36px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: transparent; width:5px; height: 36px; }
/*-- right seperator active     --*/ .MainMenu_RightActive { background: url(nav-active-r.gif) no-repeat top right transparent; width:5px; height: 36px; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: transparent; width:1px; height: 36px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon { display: none; }									 
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 15px 0 10px; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 .ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
									 .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}
/*-- child menu pane            --*/ #subNav { height:1px; width:150px; padding: 0 7px 0 7px;}

/*==========================================================*/
/*  Navigation Menus                                        */
/*==========================================================*/

.BoxFooter {
	text-align:center;
}

/*img { border:none; }*/

/*-------------------------------------------------------------
	FOOTER NAVIGATION
-------------------------------------------------------------*/
#ftNav, #ftNav ul {
	margin:0 auto;
}

#ftNav ul li {
	padding:0 12px;
	font-size:11px;
	float:left;
	list-style:none;
	font-weight:bold;
	color:#999999;
}

/*-------------------------------------------------------------
	LEFT NAVIGATION
-------------------------------------------------------------*/
#subNav ul {
	padding:7px;
	margin:0;
	background:#9D9A72;
}

#subNav ul li {
	list-style:none;
	padding:4px 0 4px 0;
}

#subNav ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#subNav ul li a:hover {
	text-decoration:underline;
}
/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/

#nav, #nav ul {
	float:left;
	height:36px;
	font-weight:bold;
	padding:0;
	margin:0;
}

#nav a {
	display: block;
	font-weight:bold;
	font-size:12px;
	color: #fff;
	text-decoration: none;
	padding:13px 12px 10px 12px;
}

#nav li {
	margin:0;
	padding:0;
	float: left;
	border:none;
	list-style:none;
}

#nav li.SelectedTab {
background:url(nav-active-right.gif) top right no-repeat;
}
#nav li.SelectedTab a {
background:url(nav-active-left.gif) top left no-repeat;
color:#000;
}

#nav li:hover, #nav li.iehover {
}

/*-------------------------------------------------------------
	LEVEL TWO
-------------------------------------------------------------*/
#nav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	margin:-2px 0 0 0;
	padding:0;
	width:auto;
	height:auto;
	background:#B8B597;
	
	z-index:200;
}

#nav li.SelectedTab ul {
	background:#FFFFFF;
	border-right:2px solid #949165;
	border-bottom:2px solid #949165;
}

#nav li li {
	float:none;
	margin:0;
	padding:0;
	height:auto;
	border:none;
}

#nav li.SelectedTab li { background:none; }
#nav li.SelectedTab li a { background:none;}

#nav li li a {
	margin:0;
	padding:8px 12px 8px 12px;
	font-size:12px;
	color:#FFFFFF;
	border:none;
}

#nav li ul li:hover, #nav li ul li.iehover {
	background:#c3c1a8;
}

/*-------------------------------------------------------------
	LEVEL THREE
-------------------------------------------------------------*/

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul, #nav li li li.iehover ul {
	left: auto;
}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
