﻿/* ######################## */
/*          BOXES           */
/* ######################## */

/* General */
.box_contents {
    padding: 8px 5px 5px 10px
}


/* Common function box */
.function_box_bodyarea {
    padding: 0 10px 20px 10px;
    color: #000;
    margin-bottom: 20px;
}

.function_box_bodyarea h2 {
    font-size: 1.3em;
    text-align: left;
    margin: 0 0 8px 0;
    padding: 20px 0 8px 8px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #90c26a;
}

.function_box_bodyarea h2 a {
    font-size: 1em;
    text-align: left;
    margin: 0;
    padding: 10px 0 10px;
    color: #333;
    font-weight: 700;
}

.function_box_bodyarea h3 {
    font-size: 1.2em;
    margin: 15px 0 16px 0;
    color: #333;
    font-weight: 700;
}

.function_box_bodyarea ul {
    margin: 0 0 0 2px;
}

.function_box_bodyarea ul li {
    line-height: 30px;
    list-style: none;
    border-bottom: 1px solid #90c26a;
}

.function_box_bodyarea a {
    display: block;
    color: #000;
    font-weight: 400;
    padding-left: 5px;
    background: url(../../images/popular-depts-arrow.jpg) no-repeat right;
}



/* Sub-Category menu */
.subcategory_menu {
    padding: 0 5px 20px 10px;
    background-color: #ddd;
    border: 1px solid #aaa;
    color: #000;
    margin-bottom: 20px;
}

.subcategory_menu h2 {
    font-size: 1.3em;
    text-align: center;
    margin: 0 0 16px 0;
    padding: 20px 0 0;
    color: #333;
    font-weight: 700;
    text-decoration: underline
}

.subcategory_menu ul li {
    line-height: 26px;
    list-style: none
}

.SubCategoryItem, .SubCategorySelected {
    line-height: 2em;
    width: 190px
}

.SubCategoryItem {
    color: #000;
    font-weight: 400;
    cursor: pointer
}

.SubCategoryItem:Hover {
    color: #ff760e;
    text-decoration: underline;
    font-weight: 400
}

.SubCategorySelected {
    color: #ff760e;
    text-decoration: underline;
    font-weight: 700;
    padding-right: 20px;
    background: url(../../images/ArrowR2.png) no-repeat right
}

.SubDepartments ul {
    margin: 5px 0 10px
}

.SubDepartments ul li {
    text-indent: 15px;
    list-style: none;
    background: url(../../images/tab.png) no-repeat 5px
}

.SubDepartmentItem, .SubDepartmentSelected {
    text-indent: 1.5em
}

.SubDepartmentItem {
    color: #000;
    font-weight: 400
}

.SubDepartmentItem:Hover {
    color: #ff760e;
    text-decoration: underline;
    font-weight: 400
}

.SubDepartmentSelected {
    color: #ff760e;
    text-decoration: underline;
    font-weight: 700;
    padding-right: 20px;
    background: url(../../images/ArrowR2.png) no-repeat right
}


/* Filter box */
.more_header {
    width: 100%;
    cursor: pointer;
    vertical-align: middle
}

.more_text {
    font-size: 1em;
    color: #ff760e
}

a.clear_filter {
    font-weight: 400;
    float: left;
    padding-top: 3px
}


/* Search box */
.search_area {
    font-size: .9em
}

.search_bodyarea {
    background-image: url(../../images/search_background.png);
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 208px
}

.search_footer {
    background-image: url(../../images/search_footer.png);
    background-repeat: no-repeat;
    width: 208px;
    height: 18px
}

.search_box_contents h2 {
    margin: 2px 0 4px 3px;
    padding: 0;
    font-size: 1.2em
}

.search_box_contents {
    padding: 0 5px 0 10px
}

#search_box table {
    margin: 0;
    padding: 0
}


/* Attribute filter header display */
.filter_shop {
    border: 1px solid #64A70B;
    padding: 10px 7px;
    margin-bottom: 10px;
    line-height: 34px
}

.filter_shop img, .filter_shop input {
    vertical-align: middle
}

.filter_shop span {
    margin-left: 12px;
    vertical-align: middle
}


/* Recipe search box */
.recipe_search_box_go {
    float: right;
}

.function_box_bodyarea a.searchtips {
    color: #ff760e;
    background: none;
}




/* Vacancies box */
.vacancies_box_bodyarea {
    padding: 10px 10px 20px 10px;
    background-color: #fff;
    border: 1px solid #64A70B;
    color: #000;
    margin-bottom: 20px;
}

.vacancies_box_bodyarea h2 {
    font-size: 1.3em;
    text-align: left;
    margin: 0 0 16px 0;
    padding: 20px 0 0;
    color: #333;
    font-weight: 700;
    text-decoration: underline
}
