.shop_main_menu {
    font-family: Arial;
    font-size: 9pt;
    color: #6B8408;
    width: 210px;
    margin: auto;
    border-bottom: 1px solid #DDDDDD;
    margin: 5px 0px 25px 0px;
}

.shop_menu_category_container {
    display: block;
    overflow: hidden;
    width: 210px;
}

.shop_menu {
    margin: 0px;
    padding: 0px;
}

.shop_menu_subcategory_container {
    background-color: #EEEEEE;
    border-top: 1px solid #DDDDDD;
}

.shop_menu_subcategory_container ul {
    font-size: 8pt;
    list-style-type: none;
    margin: 0px 10px 0px 0px;
    padding: 5px 0px 10px 45px;
}

.shop_menu_subcategory_container ul li {
    list-style-type: none;
    padding: 2px 0px 2px 0px;
}

.shop_menu_category_item {
    border-top: 1px solid #DDDDDD;
    padding-left: 5px;
    width: 100%;
}

.shop_menu_subcategory_item_selected {
    font-weight: bold;
}

.shop_menu_subcategory_item_border {
    border-bottom: 1px solid #DDDDDD;
}

.shop_menu_category_item_selected {
    border-top: 1px solid #DDDDDD;
    width: 100%;
    font-weight: bold;
    background-color: #EEEEEE;
}

.shop_menu_category_link {
    text-decoration: none;
    color: #6B8408;
}

.shop_menu_category_link:hover {
    text-decoration: none;
    color: #6B8408;
}

.shop_menu_category_icon {
    border: none;
    vertical-align: middle;
}

.shop_menu_category_name {
    margin-left: 5px;
}

.shop_menu_header {
    color: #6B8408;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 7px 10px 11px 2px;
    text-align: right;
}

.shop_menu_header_left {
    float: left;
    text-align: left;
}

.shop_menu_header_right {
    width: 125px;
    margin-left: 75px;
    text-align: right;
}

.shop_search_form {
    margin-bottom: 20px;
}

.shop_search_field {
    background: transparent url('/images_site/shop/search_background.png') no-repeat left top;
    height: 25px;
}

.shop_search_field_selected {
    background-position: 0 -25px;
}

.shop_search_input {
    background: transparent !important;
    border: 0px none;
    color: #6B8408;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    left: 10px;
    margin: 0 15px;
    position: relative;
    top: 1px;
    width: 175px;
}

.shop_search_input[type=text]:focus {
    outline: 0 none;
}

.shop_search_input[type=password]:focus {
  outline: 0 none;
}

.shop_brochure_button {
    background: transparent url('/images_site/request_brochure.png');
    color: #6B8408;
    text-align: center;
    font-size: 10pt;
    height: 28px;
    width: 200px;
    display: block;
    margin: 20px auto;
    padding: 12px 0 0 0;
}