/*
 * Note; page specific rules go to separate files
 */
/* reset */
*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
/* common */
body
{
    background-position: top center;
    background-repeat: repeat-y;
    width: 978px;
    font-size: 1px;
}
a
{
    text-decoration: none;
}
/* divs */
#layer
{
    position: absolute;
    width: 850px;
    left: 50%;
    margin-left: -425px;
    z-index: 10;
}
#header
{
    position: absolute;
    width: 850px;
    height: 111px;
    z-index: 20;
}
#logo
{
    position: absolute;
    width: 262px;
    height: 111px;
    top: 0px;
    left: -8px;
    z-index: 25;
}
#logo img
{
    width: 262px;
    height: 111px;
}
#fine_foods
{
    position: absolute;
    width: 219px;
    height: 28px;
    top: 45px;
    left: 50%;
    margin-left: -110px;
    z-index: 15;
}
#search
{
    position: absolute;
    width: 280px;
    top: 45px;
    right: 0px;
    text-align: right;
}
#search p
{
    display: inline;
    margin-left: 4px;
}
#user_control
{
    position: absolute;
    width: 280px;
    height: 20px;
    bottom: 0px;
    right: 4px;
    text-align: right;
}
#user_control li
{
    display: inline;
}
/* required to specify top indendation for each page layout */
#footer
{
    position: absolute;
    width: 850px;
    height: 112px;
    top: 832px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    z-index: 20;
}
#signup
{
    position: absolute;
    width: 245px;
    height: 90px;
    top: 10px;
}
#signup p
{
    display: inline;
    margin-left: 2px;
}
#links
{
    position: absolute;
    width: 245px;
    height: 90px;
    top: 10px;
    left: 280px;
}
#links a
{
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 30px;
    background-repeat: no-repeat;
}
#gift_card
{
    position: absolute;
    right: 0px;
    z-index: 22;
}
#gift_card-cover
{
    position: absolute;
    right: 0px;
    z-index:9990;
    cursor: pointer;
}
#gift_card,
#gift_card-cover,
#gift_card img
{
    width: 280px;
    height: 110px;

}
#gift_card-body
{
    position: absolute;
    width: 561px;
    height: 409px;
    top: 50%;
    left: 50%;
    margin-top: -154px;
    margin-left: -280px;
    background-repeat: no-repeat;
    z-index: 9999;
}
#cover,
#alert_cover
{
    position: absolute;
    z-index: 9998;
}
#basket_data-custom,
#alert
{
    position: absolute;
    width: 561px;
    height: 409px;
    top: 50%;
    left: 50%;
    margin-top: -154px;
    margin-left: -280px;
    background-repeat: no-repeat;
    z-index: 9999;
}
/* footer */
div.custom_note
{
    position: absolute;
    width: 200px;
    bottom: 5px;
}
/* required to specify top indendation for each page layout */
#copyright
{
    position: absolute;
    width: 850px;
    height: 35px;
    top: 943px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    z-index: 20;
}
#rights
{
    position: absolute;
    width: 245px;
    height: 15px;
    top: 10px;
    left: 5px;
}
#pulpandfiber
{
    position: absolute;
    width: 200px;
    height: 15px;
    top: 10px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}
#privacy
{
    position: absolute;
    width: 245px;
    height: 15px;
    top: 10px;
    right: 5px;
    text-align: right;
}
/* form fakes */
div.textarea
{
    display: none;
}
/* forms */
input.input-text,
input.input-password,
textarea.textarea
{
    border-style: solid;
    border-width: 1px;
    width: 160px;
    height: 17px;
    padding-left: 10px;
    padding-top: 2px;
    line-height: 17px;
}
input.input-file
{
    width: 160px;
    height: 17px;
    padding-left: 10px;
    padding-top: 2px;
    line-height: 17px;
}
textarea.textarea
{
    height: 120px;
}
select.select
{
    width: 160px;
    height: 17px;
    line-height: 17px;
}
input.input-image-go
{
    vertical-align: top;
    width: 26px;
    height: 21px;
}
input.input-image-checkout
{
    width: 105px;
    height: 35px;
}
input.input-checkbox
{
    border-style: solid;
    border-width: 1px;
}
/* select decorative */
div.select
{
    position: relative;
    width: auto;
    height: 19px;
    cursor: pointer;
}
div.select>div.end
{
    position: absolute;
    width: 3px;
    height: 19px;
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
div.select>div.button
{
    position: absolute;
    width: 20px;
    height: 19px;
    top: 0px;
    right: 0px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
div.select>div.body
{
    position: absolute;
    width: auto;
    height: 19px;
    top: 0px;
    left: 3px;
    right: 20px;
    overflow: hidden;
    background-repeat: repeat-x;
    padding: 2px 0px 2px 3px;
}
div.select>div
{
    position: relative;
    z-index: 9999;
}
div.select>div.data
{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 188px;
    min-height: 19px;
    top: 18px;
    left: 2px;
    border-style: solid;
    border-width: 1px;
    z-index: 9998;
}
div.select>div.data>div.option
{
    height: 19px;
    overflow: hidden;
    white-space: nowrap;
}
div.select>div.data span.value
{
    display: none;
}
div.select>div.data span.text
{
    padding: 1px 4px 1px 3px;
}
div.select>div.cover
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* forms-a-like*/
img.button_checkout
{
    width: 105px;
    height: 35px;
}
/* interactive */
div.ia_dropdown-box
{
    position: absolute;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    z-index: 999;
}
img.ia_dropdown-button
{
    position: absolute;
    cursor: pointer;
    width: 19px;
    height: 19px;
    z-index: 999;
}
/* scrollbars */
/* horizontal */
div.scrollbar_track-h
{
    position: absolute;
    bottom: 12px;
    left: 0px;
    height: 8px;
    z-index: 998;
    border-style: solid;
    border-width: 1px;
    cursor: move;
}
div.scrollbar_handle-h
{
    margin: 1px;
    height: 6px;
    z-index: 999;
}
/* vertical */
div.scrollbar_track-v
{
    position: absolute;
    right: 4px;
    top: 0px;
    width: 8px;
    z-index: 999;
    border-style: solid;
    border-width: 1px;
    cursor: move;
    overflow: hidden !important;
}
div.scrollbar_handle-v
{
    margin: 1px;
    width: 6px;
    z-index: 999;
}
/* injecttion for scrollbars */
.overflow_hidden
{
    overflow: hidden !important;
}
/* search */
#search-words-result
{
    padding: 5px 0px;
    overflow: hidden !important;
}
#search-words-result
{
    white-space: nowrap;
}
#search-words-result li
{
    text-indent: 10px;
}
li.selected
{
    background-repeat: no-repeat;
    background-position: -2px center;
}
/* calendar message */
div.cal-message
{
    padding: 5px;
}
/* InterActive */
.ia_data_default
{
    margin-left: 5px;
    cursor: pointer;
}
/* Small things */
#section
{
    position: absolute;
    left: 0px;
    top: 140px;
    z-index: 25;
}
#notes
{
    position: absolute;
    left: 0px;
    top: 420px;
    width: 200px;
    height: 450px;
    z-index: 30;
}
#notes_control span
{
    margin-right: 7px;
}
#notes_control input.input-checkbox
{
    margin-right: 3px;
}
#notes_control textarea.textarea
{
    margin-top: 5px;
}
#notes_data
{
    position: absolute;
    top: 120px;
    width: 180px;
    height: 340px;
    padding-bottom: 10px;
    padding-right: 25px;
    overflow: auto;
}
#notes_text
{
    width: 180px;
    height: 60px;
}
#notes ul li
{
    list-style: none;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
}
#notes_order_notes
{
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-style: solid;
    border-top-width: 1px;
}
#notes .note-customer,
#notes .note-order,
#notes .note-warehouse
{
    margin-left: 3px;
}

/* special */
.interactive
{
    cursor: pointer !important;
}
.pop-errors
{
    display: none;
}
