/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------AODC Main Menu: Cart-----------------------------*/
/*-----------------------------------------------------------------------------------------------*/


.aodc-menu-guest li{
    position:relative;

}
.aodc-menu-guest li:hover > ul{
    display: block;
}

/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------ AODC Sub Menu: Cart -----------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.aodc-menu-guest ul{

    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;  
    width:172px; 
    top: 26px;
    left: -1px; 

    z-index: 99999;    
    background: #fff;

    border-left:1px solid #aaa;  
    border-right:1px solid #aaa; 
    border-bottom:1px solid #aaa;  
    box-shadow:0px 0px 7px Gray;

}

.aodc-menu-guest ul:after {
    content:'';
    width:100px;
    height:0px;
    position:absolute;
    top:0;
    right:0;
}

.aodc-menu-guest ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 20px;

}

.aodc-menu-guest ul a {
    float: none;
    padding: 3px;
    height: auto;
    line-height: 17px;
    display: block;
    white-space: nowrap;
    color:#000; 
    font-size:12px;	
    text-transform: none;
}

.aodc-menu-guest ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

.aodc-menu-guest ul a:hover {

    left:-3px;  		/* adjustment for 2px border-left */
    background: #ddd;

}

.aodc-menu-guest:hover > li{
    border: 1px solid #aaa;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow:0px 0px 7px Gray;
}

/* Clear floated elements */
.aodc-menu-cart:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .aodc-menu-account             { zoom: 1; } /* IE6 */
*:first-child+html .aodc-menu-account { zoom: 1; } /* IE7 */