/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */


.nav-bar {
    border-top:1px solid #2d444f;
    border-bottom:1px solid #2d444f;
    background:url(images/nav1_bg.gif) repeat-x 0 100% #666e73;
    padding:0 30px;
    }
#nav { float:left; }




/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
    list-style:none;
    position:relative;
    text-align:left;
    }
#nav li.over { z-index:99; }
#nav li.active { z-index:100; } /* to prevent the li separator from showing through on mouseover on li */
#nav a, #nav a:hover {
    display:block;
    text-decoration:none;
    }
#nav span { display:block; /*cursor:pointer;*/ }
#nav a {line-height:1.3em; }


/************ 1ST LEVEL  ***************/
#nav li {
    float:left;
    background:url(images/nav1_sep.gif) no-repeat 100% 0;
    }
#nav li.active {
    margin-left:-1px;
    background:url(images/nav1_active.gif) no-repeat;
    color:#fff;
    font-weight:bold;
    }
#nav li.active em {
    display:block;
    position:absolute;
    top:0;
    right:-1px;
    width:3px;
    height:27px;
    background:url(images/nav1_active.gif) no-repeat 100% 0;
    }
#nav a {
    float:left;
    padding:0 14px;
    color:#fff;
    line-height:27px;
    }
#nav li.over a { color:#d6e2e5; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
    float:none;
    height:auto;
    background:none;
    margin:0;
    }
#nav ul a, #nav ul a:hover {
    float:none;
    padding:0;
    background:none;
    line-height:1.3em;
    }
#nav ul li.over a,
#nav ul li.over a:hover
#nav ul a,
#nav li.active li { font-weight:normal; }


/************ 2ND LEVEL ************/
#nav ul {
    position: absolute;
    width:189px;
    top:34px;
    left:-10000px;
    margin-top:-7px;
    padding-bottom:3px;
    padding-top:1px;
    border-top:1px solid #2d444f;	
}

#nav ul ul  {
    border-top:none;
}

/* Show menu */
#nav li.over ul { left:-1px; }
#nav li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul { left:100px; }

#nav ul li {
    background:url(images/nav2_li_bg.png) repeat-y;
    padding:0 2px;
    }
#nav ul li a:hover {
    background:#d0dfe2;
    }
#nav li.over ul a,
#nav ul li.active a,
#nav ul li a,
#nav ul li a:hover { color:#2F2F2F;}
#nav ul span, #nav ul li.last li span {
    padding:5px 15px;
    background:url(images/nav2_link_bg.gif) repeat-x 0 100%;
    }
#nav ul li.last span, #nav ul li.last li.last span {
    background:none;
    }
#nav ul li.last {
    background:url(images/nav2_last_li_bg.png) no-repeat 0 100%;
    padding-bottom:3px;
    }
#nav ul li.parent a,
#nav ul ul li.parent a {
    background-image:url(images/nav2_parent_arrow.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
    }

/************ 3RD+ LEVEL ************/

/* Cursors */
#nav li.parent a,
#nav li.parent li.parent a,
#nav li.parent li.parent li.parent a { cursor:default; }

#nav li.parent li a,
#nav li.parent li.parent li a,
#nav li.parent li.parent li.parent li a { cursor:pointer; }

/* Show menu */
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px;}
#nav li.over ul li.over ul li.over ul { left:100px; }

#nav ul ul {
    background:url(images/nav3_bg.png) no-repeat;
    padding-top:2px;
    left:100px;
    top:13px;
}
#nav ul li.parent li a {
    background-image:none;
    }

#nav ul li.parent li li a {
    background-image:none;
    }

#nav ul ul li.parent a {
    background-image:url(images/nav2_parent_arrow.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
    }

.nav-bar:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    font-size:0;
    line-height:0em;
    overflow:hidden;
    }


/* Fix for the IE fix bug */

#nav iframe {
position: absolute;
left: 0px;
top: -1px;
z-index: -1;
background:red;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

div.secondary_menu {
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #339933;
	border-bottom:1px solid #339933;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
div.module_container {
	margin-left: 25px;
	margin-top: 15px;
	width: 700px;
	border: 1px solid #339933;
	

}
div.inner_module_container {
	width: 700px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
}

div#admin-action-menu {
	margin-top: 15px;
	margin-left: 15px;
}
div.admin-user-container {
	margin-left: 25px; 
	margin-top: 25px;
	margin-bottom: 100px;
	border: 3px double #1a363d;
	padding: 15px;
	background-color: #dddddd;

}
.admin-user-container .formtitle {
	border: 1px solid #1a363d;
	background-color: #e6e6e6;
	padding: 2px;
	padding-left: 6px;
	z-index: 10000;
	margin-top: -30px;
	margin-bottom: 10px;
	width: 500px;
	font-weight: bold;
}

.admin-msg {
	border: 1px solid #000000;
	width: 500px;
	background-color: #ffff00;
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 5px;
}
