/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


/*top.Menu*/
#top-links-container 						{ position:relative; float:right; height:15px; width:580px; }
#head-store-switch .top-links				{ float:right; text-align:right;margin-top:3px;}
#head-store-switch .top-links li           	{ display:inline; }
#head-store-switch .top-links li           	{ padding:0 4px 0 1px; }
#head-store-switch .top-links a,
#head-store-switch .top-links a:hover	    { color:#666666; }
#head-store-switch .top-links a         	{ padding:0 7px 0 0; background:url(../images/links_separator.gif) no-repeat 100% 50%; }
#head-store-switch .top-links .last a      	{ padding:0px; margin:0px; background:none; }

/*Sprechblase*/
#cart_alert { position:absolute; width:270px; height:90px; right:50px;top:21px; z-index:999; background: url(../images/cart_alert.png); }
#cart_alert_content { position:absolute; width:260px; height:45px; bottom:20px; left:5px; color:#fff; text-align:left; padding:5px; }
#cart_alert_content a img { position:absolute; width:12px; height:12px; top:2px; right:5px; }
#cart_alert_content a { color:#fff; text-decoration:underline;}


/* My Account navigation */
.account-nav .head { border:none; background:none; margin-bottom:5px; padding:0; font-family: garamond, arial, helvetica, sans-serif; font-size:14px; 
line-height:1.35em; text-align:right; }
.account-nav .head .title { color:#FF3366; }
.account-nav li a, .account-nav li.on { display:block; text-align:right; }
.account-nav li a { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { text-decoration:underline; }
.account-nav li.on { text-decoration:underline; }
.account-nav li.on a { border:none; padding:0; }
.account-nav li.on a, .account-nav li.on a:hover { color:#ea7900; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }






/***************VERTICAL**********************/
/*****ALL*****/

#vertical-nav ul {
list-style-type: none; /* get rid of the bullets */
padding:0;             /* no padding */
margin:0;              /* no margin for IE either */
margin-left:0px;
}

#vertical-nav ul li {
margin: 0;
padding: 0;
display:block;
margin-top: 1px; /* lines */
}

#vertical-nav ul li a {
display: block;
padding:0;
margin:0;
text-decoration: none;
background: url('../images/btn_menu.png');
width:130px;
height:33px;
text-align:center;
line-height:30px;
color:#fff;
font-weight: normal;
cursor:pointer;
}

#vertical-nav ul li a:hover {
background: url('../images/btn_menu_hover.png');
text-align:center;
color:#fff;
}

#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {
background: url('../images/btn_menu_hover.png');
color:#fff;
}

#vertical-nav ul li ul li ul li a:hover {
background: url('../images/btn_sub_sub_menu_hover.png');
text-align:center;
color:#fff;
}

#vertical-nav ul li ul li ul li a {
background: url('../images/btn_sub_sub_menu.png');
text-align:center;
color:#fff;
}

#vertical-nav ul li ul li ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen, #vertical-nav .final {
background: url('../images/btn_sub_sub_menu_hover.png');
color:#fff;
}

#vertical-nav .final{
color:#fff;
}
#vertical-nav .open, #vertical-nav .activesubsub, #vertical-nav .subopen, #vertical-nav .final { font-weight:bolder; font-size:10px;  text-transform:uppercase; text-decoration:underline; }

#vertical-nav li ul li a{
background:url(../images/btn_sub_menu.png);
}

#vertical-nav li ul li a:hover, #vertical-nav li ul li a.subopen{
background: url('../images/btn_sub_menu_hover.png');
}




