/* Navigation CSS options */

.navigation-top-border {
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}

.top-menu {
    background:white;
}

.top-menu-item {
    margin-left:5px;
    margin-top:15px;
    padding-left:5px;
    padding-right:5px;
    border:1px solid #dddddd;
}

.top-menu-font {
    font-size:12px;
    font-weight:normal;
    color:#000000;
    background:white;
}

/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------AODC Header Menu: Header----------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.aodc-menu-header{

    float:left;
    list-style:none;
    position: relative;
    background: #fff;

}

.aodc-menu-header li{

    float: left;
    position: relative;
    display:inline;
    margin-left:20px;
}

.aodc-menu-header li a {
    font-size:14px;   
    color: #00f;  
}  

.aodc-menu-header li:hover > a {
    color: green;
}

.aodc-menu-header li a:hover{ /* IE6 */
    color: #0000ff;
}

.aodc-menu-header li:hover > ul{
    display: inline;
}


/*----------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------AODC Mega Menu: iSearch ---------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/

.aodc-ishop-search {
    display: flex;
}

.aodc-ishop-search .isearch-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.aodc-ishop-search .isearch-group-item:not(:first-child) > select,
.aodc-ishop-search .isearch-group-item:not(:first-child) > input,
.aodc-ishop-search .isearch-group-item:not(:first-child) > button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.aodc-ishop-search .isearch-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.aodc-ishop-search .isearch-group-item:not(:last-child) > select,
.aodc-ishop-search .isearch-group-item:not(:last-child) > input,
.aodc-ishop-search .isearch-group-item:not(:last-child) > button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.aodc-ishop-search .isearch-group-item:not(:last-child) > select, 
.aodc-ishop-search .isearch-group-item:not(:last-child) > input,
.aodc-ishop-search .isearch-group-item:not(:last-child) > button{
    border-right: 0;
}

.aodc-ishop-search .form-control {
    height: 40px;
}

.aodc-ishop-search .aodc-menu-isearch {
    width:80px;
    background: #4d9494;
}  

.aodc-ishop-search .aodc-menu-isearch .isearch-menu {
    position:relative;
    text-align:center;  
    height: 40px;
    width: 80px;
}

.aodc-ishop-search .isearch-category {
    min-width: 80px;
    max-width: 140px;
}

.aodc-ishop-search .isearch-text { 
    width: 100%;
}

.aodc-ishop-search .isearch-btn {
    background:#4d9494;
}

.aodc-menu-isearch .isearch-menu:hover {
    background: #fff;			
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;   
    border-left: 1px solid #aaa;
    border-top-left-radius: 2px; 
    box-shadow:0 0 7px Gray;        
    width:82px;
}

#upArrow {
    display: none;
}

.aodc-menu-isearch .isearch-menu:hover > .isearch-label #upArrow { 
    display: block;
}

.aodc-menu-isearch .isearch-menu:hover > .isearch-label #downArrow { 
    display: none;
}

.aodc-menu-isearch .isearch-menu .isearch-label {
    font-size:10px;
    color: white;
    display:block;   
    line-height:11px;
    height:100%;
    padding: 8px 0;
}

.aodc-menu-isearch .isearch-menu:hover .isearch-label {
    color: green;
    text-decoration:none; 
}

/*-------------------------------------------------------------------------------------------------------------*/
/* ---------------AODC Mega Sub-Menu : iSearch Items ----------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/  

.dropdown_4columns {
    display:none; 		
    z-index: 99999; 	
    margin-top:-2px;
    float:left;  
    position:absolute;
    width: 710px; 
    text-align:left;  
    padding:6px 5px 5px 6px;
    border: 1px solid #aaa;
    border-radius: 8px;
    border-top-left-radius: 0px;
    background:#fff;
    box-shadow:0px 0px 7px Gray;
}

.dropdown_4columns:after{
    content:'';
    width:557px;
    height:0;
    position:absolute;
    top:0;
    right:0;
}

.aodc-menu-isearch .isearch-menu:hover .dropdown_4columns {
    display:inline;  	/* added for floating display */
    left:-1px;  		    /* adjustment for 2px border-left */
    top:auto;  
    vertical-align:middle;
}  

.aodc-menu-isearch .isearch-menu:hover #cat a{
    background: #fff;	
    color:#000099;
    font-weight: normal;
    border-top-left-radius: 0px;         
    box-shadow:0px 0px 0px Gray;
    vertical-align:middle;        
    margin-top:0px;
    margin-bottom:0px;
    font-size: 12px; 
    padding-left:10px;
    width:160px;
}

.aodc-menu-isearch .isearch-menu:hover #cat a:hover{
    color:#09F; 
    font-weight: normal;
    border-top-left-radius: 0px;         
    box-shadow:0px 0px 0px Gray;
    vertical-align:middle;
    margin-right:0px;
    padding-left:10px;
    font-size: 14px;
    width:160px;
}

.aodc-menu-isearch .isearch-menu:hover  #subcat a {
    background: #fff;	
    color:#000099; 
    position:relative;
    font-size:12px;  
    border-top-left-radius: 0px;         
    box-shadow:0px 0px 0px Gray;
    vertical-align:middle;
    padding-right:0px;
    padding-left:10px;
    margin-top:0px;
    margin-bottom:0px;
    width:160px;
}

.aodc-menu-isearch .isearch-menu:hover  #subcat a:hover {
    color:#09F;
    border-top-left-radius: 0;         
    box-shadow:0 0 0 Gray;
    text-decoration:none;
    padding-right:0px;
    padding-left:10px;
    font-size: 14px;
    height:22px;
    width:160px;
}

.aodc-menu-isearch #subcat a > .category-arrow {
    display: none;
}

.aodc-menu-isearch li:hover  #subcat a:hover > .category-arrow {
    display: block;
}

.aodc-menu-ishop-text{
    color: #09F;
}
.aodc-menu-ishop-text-mouse-over {
    color: #000099;
}

.category-arrow {
    font-size: 14px;
    color:black;
    float:right;
    position:relative;
    right:0px;
}

.cat-border {
    float:right;
    position:relative;
    right:15px;   
}

/* Column */       
.col_1 { 
    display:inherit;  
    float: left;  
    position: relative;  
    margin-left: 0;  
    margin-right: 0px; 
    width:170px; 
}  

.ishop-category-images {
    width:340px; 
    height:410px;
    z-index:4;
    margin-left:5px;
    margin-top:10px;
    margin-bottom:5px;
    margin-right:10px;
    float:right;
}

/* Drop Down Content Stylings */      
.aodc-menu-isearch h2, .aodc-menu-isearch h3 {
    font-size:12px;  
    text-align:left;
    color:#015b86;  
    height:22px;
}

.aodc-menu-isearch h2 {
    font-size:21px;  
    font-weight:400;  
    letter-spacing:-1px;  
    margin:7px 0 14px 0;  
    padding-bottom:14px;  
    border-bottom:1px solid #666666;  
} 

.aodc-menu-isearch h3 {  
    font-size:14px;  
    margin:7px 0 14px 0;  
    padding-bottom:7px;  
    border-bottom:1px solid #888888;  
}

.aodc-menu-isearch .isearch-menu:hover div a {
    font-size:12px;  
    color:#015b86;  
} 

.aodc-menu-isearch .isearch-menu:hover div a:hover {
    color:#029feb;  
} 

.aodc-menu-isearch .isearch-menu ul {
    list-style:none;  
    padding:0;  
    margin:0 0 2px 0;
}

.aodc-menu-isearch .isearch-menu ul li {
    position:relative;  
    text-shadow: 0px 0px 0px #ffffff;  
    padding:0;  
    margin:0;  
    float:none;  
    text-align:left;  
    width:170px;  
} 

.aodc-menu-isearch .isearch-menu ul li:hover {

    background:none;  
    border:none;  
    padding:0;  
    margin:0;  
}

/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------AODC Main Menu: Account-----------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.aodc-menu-account {
    position: relative;
    left:-3px;
    width: 105px;
    min-height:45px;
    padding: 4px 4px 0 4px;
    list-style: none;  
    border: 1px solid transparent;
    background: #fff;
}

.aodc-menu-account li{
    float: left;
    padding: 2px 0px 0px 2px;
    position: relative;
}

.aodc-menu-account li a {
    display:block; 
    font-size:14px;   
    color: #000;  
    text-decoration:none;   
}  

.aodc-menu-account li:hover > a {
    color: green; /*#00f;*/
    text-decoration: none;
}

.aodc-menu-account li a:hover { /* IE6 */
    color: green; /*#0000ff;*/
}

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

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

#accountUpArrow {
    display: none;
}

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


/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------ AODC Sub Menu: Account-----------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.aodc-menu-account ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 4px 0 8px 0;  
    width: 200px;  
    left: -5px;  		/* adjustment for 2px border-left */
    z-index: 99999;    
    background: #fff;
    border:1px solid #aaa;  
    border-radius: 7px;
    border-top-left-radius:0px; 
    box-shadow:0px 0px 7px Gray;
}

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

.aodc-menu-account ul li {
    float: none;
    height: 20px;
    display: block;
}

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

.aodc-menu-account ul a:hover{
    left:-3px;
}

/* Clear floated elements */
.aodc-menu-account: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 */


/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------AODC Menu Welcome ----------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.aodc-menu-welcome {

    position: relative;
    top:-5px;		/* needed to adust alignment of main menuitem with top border/boundary of navigation panel */
    width: 100px;
    margin: none;
    padding: none;
    list-style: none;  
    border:1px solid #dddddd;

    background: #fff;
    background: -moz-linear-gradient(#fff, #eee); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #eee));	
    background: -webkit-linear-gradient(#fff, #eee);	
    background: -o-linear-gradient(#fff, #eee);
    background: -ms-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
}



/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------AODC Vertical Main Menu ----------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.aodc-menu-vertical {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; 

    background: #eee;
    background: -moz-linear-gradient(#fff, #eee); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));	
    background: -webkit-linear-gradient(#fff, #eee);	
    background: -o-linear-gradient(#fff, #eee);
    background: -ms-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
}

.aodc-menu-vertical li {
    display:block;
    padding: 0;
    position: relative;
}

.aodc-menu-vertical a {
    display:block;
    height: 10px;
    padding: 5px;
    color: #000;
    font-size: 11px;
    text-decoration: none;
}

.aodc-menu-vertical li:hover > a{
    display:block;
    color: #4d9494;
    background: #fff;
    background: -moz-linear-gradient(#fff, #ccc);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ccc),color-stop(1, #fff));
    background: -webkit-linear-gradient(#fff, #ccc);    
    background: -o-linear-gradient(#fff, #ccc);	
    background: -ms-linear-gradient(#fff, #ccc);	
    background: linear-gradient(#fff, #ccc);
}

.aodc-menu-vertical li a:hover{ /* IE6 */
    color: #4d9494;
    background: #fff;
    background: -moz-linear-gradient(#fff, #ccc);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ccc),color-stop(1, #fff));
    background: -webkit-linear-gradient(#fff, #ccc);    
    background: -o-linear-gradient(#fff, #ccc);	
    background: -ms-linear-gradient(#fff, #ccc);	
    background: linear-gradient(#fff, #ccc);
}

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

/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------AODC Vertical Sub Menu ----------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.aodc-menu-vertical ul{

    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 99999; 

    background: #fff;
    background: -moz-linear-gradient(#fff, #ccc);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ccc),color-stop(1, #fff));
    background: -webkit-linear-gradient(#fff, #ccc);    
    background: -o-linear-gradient(#fff, #ccc);	
    background: -ms-linear-gradient(#fff, #ccc);	
    background: linear-gradient(#fff, #ccc);
}

.aodc-menu-vertical ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

.aodc-menu-vertical ul li:last-child{ 
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

.aodc-menu-vertical ul a{ 
    padding: 4px;
    height: auto;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

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

*:first-child+html .aodc-menu-vertical ul a{ /* IE7 */ 
    height: 10px;
    width: 150px;
}

.aodc-menu-vertical ul a:hover{
    background: #fff;
    background: -moz-linear-gradient(#fff,  #ccc);	
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    background: -webkit-linear-gradient(#fff,  #ccc);
    background: -o-linear-gradient(#fff,  #ccc);
    background: -ms-linear-gradient(#fff,  #ccc);
    background: linear-gradient(#fff,  #ccc);
}

.aodc-menu-vertical ul li:first-child a{

}

.aodc-menu-vertical ul li:first-child a:after{
    content: '';
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
    height: 0;
    border-left: 10px solid #00f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.aodc-menu-vertical ul li:first-child a:hover:after{

}

.aodc-menu-vertical ul li:last-child a{

    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

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

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


/*-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------AODC Vertical Xpanded Main Menu --------------------*/
/*-----------------------------------------------------------------------------------------------*/

.aodc-menu-vertical-xpanded{

    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;   
    /*background: #eee;*/
}

.aodc-menu-vertical-xpanded li{

    display:block;
    padding: 0;
    position: relative;
}

.aodc-menu-vertical-xpanded a{

    display:block;
    /*height: 13px;*/
    padding: 0;
    margin: 5px;
    color:#0E4369; /*#000;*/
    font-size: 12px;
}

/*.aodc-menu-vertical-xpanded b*/
.aodc-menu-vertical-xpanded .selectedcat{
    margin:2px;
    color: #FF6600;
    font-size: 12px;
}
.aodc-menu-vertical-xpanded ul{

    display:block;
    list-style: none;
    margin: 0;
    padding: 0;    
    position: relative;
    left: 5%; 
    width: 95%;
}

/*-----------------------------------------------------------------------------------------------*/
/* general classes */
/*------------------------------------------------------------------------------------------------*/

.truncate {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap {
    word-wrap: break-word;
}

.link-truncated {
    width:145px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}


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

.aodc-menu-cart{
    min-height: 45px;
    width: 100px;
    list-style: none;
    text-align: center;
    position: relative;
    padding: 0px 5px;
    border: 1px solid transparent;
}

.aodc-menu-cart li{
    position:relative;
}

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

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

.aodc-menu-cart:hover {
    border: 1px solid #aaa;
    border-bottom: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;

    box-shadow:0px 0px 7px Gray;
}

#cartUpArrow {
    display: none;
}




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

.aodc-menu-cart ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;  
    width:232px;  
    left:-138px;  		/* adjustment for 2px border-left */
    z-index: 5;    
    background: #fff;
    border: 1px solid #aaa;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius:7px; 
    box-shadow:0px 0px 7px Gray;
}

.aodc-menu-cart ul:after {
    content:'';
    width:100px;
    heigth:0px;
    /*border-top: 1px solid #aaa;*/
    position:absolute;
    top:0;
    right:0;
}

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

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


/* the shape: triangle-up */

.aodc-menu-cart ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 20px;		
    top: -20px;		
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #04acec;	
}

.aodc-menu-cart ul li:first-child a:hover:after{
    border-bottom-color: #04acec;	/* #04acec; */
}

/* 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 */

.aodc-checkbox {
    position: relative;
}

.aodc-checkbox label {
    font-weight: normal;
    font-size: 11px;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 20px;
    cursor: pointer;
}

.aodc-checkbox input[type=checkbox]{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}