/* $Id: menu.css 20581 2011-11-21 17:04:05Z mwall $ */

/*
 * menu.css
 *
 * Menu styles
 */

#menu_container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    border-left: 1px solid #bdbdbd; /* border_color */
    border-right: 1px solid #bdbdbd; /* border_color */
    position: relative;
    background-color: #49697e; /* navbg_color */
}

#menu_top {
    margin-left: 0px !important;
}

#menu_top_container li {
    display: inline;
}

#menu_home {
  padding-left: 235px;
}

#menu_top .search {
    position: absolute;
    top: 4px;
    right: 5px;
}

#menu_top .search #search_img {
    margin-left: 5px;
}

#search_text {
    color: #000000; /* main_text_color */
}

#change_cur_container {
    display: inline;
}

#change_cur_container img:hover {
    cursor: pointer;
}

#change_cur {
    height: 70px;
    width: 320px;
    display: none;
    color: #BBCACE;
    background-color: #49697e;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #bdbdbd;
    border-top: none;
    position: absolute;
    top: 33px;
    left: 330px;
}

#change_cur select {
    font-size: 11px;
}

#change_cur button {
    font-size: 11px;
    margin-top: 5px;
}

#change_cur #left {
    float: left;
    width: 195px;
    height: 60px;
    margin-right: 10px;
    border-right: solid 1px #bdbdbd;
    color: #BBCACE;
}

#change_cur #right {
    height: 60px;
    color: #BBCACE;
}

#change_cur #right a {
    float: none;
    display: inline;
    padding: 0px;
    text-decoration: none;
    line-height: 1.2;
    color: #BBCACE;
}

#change_cur #right a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

#change_cur .popup_close {
    float: right;
    color: #BBCACE;
}

#change_cur .popup_close:hover {
    color: #FFFFFF;
}

/* Shop All Products Main Menu */
/* Position of the main image and text */
#shop_all_products {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.nav_shop_mag_img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#shop_all_products #shop_text {
    color: white;
    font-family: georgia;
    font-size: 12pt;
    position: absolute;
    width: 235px;
    z-index: 1;
}

#shop_all_products #shop_text img {
    position: absolute;
    left: 178px;
    top: 0px !important;
}

/* Menu header background image positioning */
#menu_background {
    position: absolute;
    right: -13px;
    top: -7px;
}

/* Shop all products drop down menu */
#shop_all_menu {
    position: absolute;
    width: 209px;
    border: 1px solid #C5BDB5;
    top: 32px;
    left: 5px;
    background-color: white;
    padding: 3px;
    display: none;
    height: 390px;
}

#shop_all_menu_inner {
    height: 100%;
    width: 100%;
    background-color: #E5ECEF;
}

/* Main categories in the menu drop down */
#shop_all_menu_inner li.grouping {
    color: #3f6678; /* link_color */
    height: 20px;
    position: relative;
    padding-top: 4px;
}

#shop_all_menu_inner .grouping a.group {
    color: #3f6678; /* link_color */
    font-weight: normal;
    font-size: 9pt;
    font-family: georgia;  
    position: relative;
    z-index: 1;
    text-decoration: none;
    height: 20px;
    display: block;
}

#shop_all_menu_inner li.grouping.selected {
    background-color: #49697e;
}

#shop_all_menu_inner li.grouping.selected a {
    color: #BBCACE;
}

.group_name {
    float: left;
    padding-top: 2px;
    padding-left: 5px;
    z-index: 2;
    position: relative;
}

#shop_all_products .arrow {
    font-family: Geneva;
    font-size: 14px;
    position: relative;
    z-index: 2;
    float: right;
}

#shop_all_products .arrow img {
    position: relative;
    padding-right: 10px;
    vertical-align: middle;
}

.arrow_selected {
    display: none;
}

.shop_all_current_category {
    font-weight: bold !important;
}

.shop li {
    display: block !important;
    line-height: 1.2;
}

/* Popout boxes styling - pops out to the left */
#shop_all_menu_inner .grouping .shop_popout, #shop_all_menu_inner .grouping .category_container {
    position: absolute;
    left: 215px;
    border: 1px solid #C5BDB5;
    background-color: white;
    z-index: -1;
    top: -15px;
}

#shop_all_menu_inner li.grouping .shop_popout, #shop_all_menu_inner li.grouping .category_container {
    display: none;
    padding: 3px;
}

.shop_popout_inner, #shop_all_menu_inner li.grouping .category_container .category_container_inner {
    background-color: #FFFFFF;
    height: 100%
}

#shop_all_menu_inner .grouping .shop_column li.category {
    margin-top: 15px;
    margin-bottom: 15px;
}

#shop_all_menu_inner .grouping .shop_column li.category a {
    font-family: 'Georgia';
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3f6678; /* link_color */
}

#shop_all_menu_inner .grouping .shop_column li.subcategory {
    line-height: 1.05;
    padding-top: 0px;
    padding-bottom: 0px;
}

#shop_all_menu_inner .grouping .shop_column li.subcategory a {
    font-family: 'Trebuchet MS', arial;
    color: #212121; /* menu text link_color */
    text-decoration: none;
    font-size: 12px;
}

#shop_all_menu_inner .grouping .shop_column li.category a:hover {
    color: #BBCACE;
    background-color: #49697e;
    text-decoration: underline;
}

#shop_all_menu_inner .grouping .shop_column li.subcategory a:hover {
    background-color: #49697e;
    text-decoration: underline;
}

.shop_column {
    float: left;
    margin-left: 20px;
    white-space: nowrap;
}

.shop_popout_inner table {
    padding-right: 30px;
}

.shop_popout_inner .mag_column_one {
    max-width: 250px;
    width: 250px;
}

.shop_column .mag_popout_details {
    font-family: 'Trebuchet MS';
    font-size: 12px;
    max-width: 221px;
    white-space: normal !important;
}

