/* $Id$ */

html
{
    height: 100%;
}

html, body
{
    padding: 0;
    margin: 0;
}

body
{
    margin: 0;
    padding: 0;
    background-color: #E1DFD9;
}

body, div, td
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

a, a:visited, a:hover, a:active
{
    color: #333;
}

form
{
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 25px;
    /*color: #060;*/
    color: #5f9e24;
    margin: 10px 0;
    /*text-shadow: 1px 1px 2px #9c9*/
}

h2
{
    font-size: 16px;
    /*color: #090;*/
    color: #5f9e24;
    margin: 5px 0;
    /*text-shadow: 1px 1px 2px #9c9*/
}

h3
{
    font-size: 16px;
    /*color: #0c0;*/
    color: #5f9e24;
    border-bottom: 2px solid #5f9e24;
    /*text-shadow: 1px 1px 2px #aca*/
}

/*
div.buttons input
{
    background-color: #efe;
    border: 1px solid #8BD447;

    padding: 5px;
    color: #333;
    text-shadow: 1px 1px 2px #aca

    font-weight: bold;
}
*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#page
{
    background: #E1DFD9 url(/images/shade.gif) center repeat-y;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#grass
{
    width: 800px;
    height: 55px;
    margin: 0 auto;
    margin-top: -20px;
    background-image: url(/images/grass.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: #fff;
}

#header, #navigation, #categories, #categoriesSubMenu, #content, #footer, #hostinginfo
{
    width: 780px;
    padding: 10px;
    margin: 0 auto;
}

#amenu
{
    padding: 10px;
    margin: 0 auto;
}

#header
{
    background-color: #fff;
    color: #666;
}

#header #account
{
    float: right;
    text-align: right;
}

#header #account #bin
{
    margin-top: 10px;
}

#header #account a
{
    color: #090;
    text-decoration: none;
}

#navigation
{
    background-color: #442b1d;
    border-top: 2px solid #8BD447;
}

#swoosh
{
    margin: -10px -10px 0 -10px;
}

#content
{
    background-color: #fff;
}

#leftcolumn
{
    background-color: #fff;
    float: left;
    width: 590px;
    padding-right: 10px;
}

#rightcolumn
{
    background-color: #fff;
    float: left;
    width: 180px;
}

#amenu
{
    background-color: #fffbbb;
    text-align: center;
}

#categories
{
    background-color: #cee280;
}

#categoriesSubMenu
{
    padding: 10px;
    background-color: #8BD447;
}

#categoriesSubMenu div.categorymenuItem
{
    display: inline;
    margin-right: 15px;
    line-height: 20px;
}

#categoriesSubMenu div.categorymenuItem .submenu
{
    margin-left: 15px;
    display: none;
}


#navigation a, #categories a, #amenu a
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    margin-right: 15px;
}

#categories a.categoryitem.selected
{
    background-color: #8BD447;
}

#navigation a
{
    color: #8BD447;
}

#amenu a
{
    margin-right: 5px;
}


#amenu a.menuItem.selected
{
    background-color: #8BD447;
}

#navigation a.selected
{
    background-color: #363;
}


#footer
{
    background-color: #cee280;
    text-align: center;
}

#hostinginfo
{
    border-top: 2px solid #8BD447;
    text-align: center;
    color: #999;
    background-color: #442b1d;
}

#hostinginfo a
{
    color: #ccc;
    text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#breadcrumbs
{
    margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.twocolumn .column1
{
    float: left;
    width: 280px;
    margin-right: 20px;
}

.twocolumn .column2
{
    float: left;
    width: 280px;
}


div.clearer
{
    height: 0;
    padding-top: 10px;
    clear: left;
}


.threecolumn .column1
{
    float: left;
    width: 250px;
    margin-right: 10px;
}

.fourcolumn .column1front
{
    float: left;
    width: 186px;
    margin-right: 10px;
    margin-left: -10px;
}

.threecolumn .column2
{
    float: left;
    width: 250px;
    margin-right: 10px;
}

.fourcolumn .column2front
{
    float: left;
    width: 207px;
    margin-right: 10px;
}

.threecolumn .column3
{
    float: left;
    width: 250px;
}

.fourcolumn .column3front
{
    float: left;
    width: 175px;
}

.fourcolumn .column4front
{
    float: left;
    width: 175px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.message_status
{
    display: none;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fffbbb;
    margin-bottom: 10px;
}

div.message_error
{
    padding: 5px;
    border: 1px solid #faa;
    background-color: #ffcccc;
    margin-bottom: 10px;
}

tr.errormessage td
{
    /*background-color: #ffcccc;*/
    background-color: #f66;
}

tr.errormessage td label
{
    font-weight: bold;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.ccSummary, table.ccRecord, table.bintable
{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

table.ccSummary th, table.ccRecord th, table.bintable th
{
    border: 1px solid #fff;
    background-color: #ddd;
    color: #333;
}

table.ccSummary th, table.ccSummary td, table.ccRecord th, table.ccRecord td, table.bintable th, table.bintable td
{
    padding: 3px;
}

table.ccSummary tr, table.ccRecord tr, table.bintable tr
{
    border-bottom: 1px solid #fff;
}


table.ccSummary tr:hover, table.ccRecord tr:hover, table.ccSummary tr.even:hover, table.ccRecord tr.even:hover, table.ccSummary tr.odd:hover, table.ccRecord tr.odd:hover, table.bintable tr:hover, table.bintable tr.even:hover, table.bintable tr.odd:hover
{
    /*background-color: #ddd;*/
}

table.ccSummary tr.even, table.ccRecord tr.even, table.bintable tr.even
{
    background-color: #eee;
}

table.ccSummary tr.odd, table.ccRecord tr.odd, table.bintable tr.odd
{
    background-color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.ccSummary div.row
{
    border: 1px solid #bbb;
    padding: 5px;
    margin-bottom: 10px;
}

div.ccSummary div.row:hover
{
    background-color: #f4f4f4;
}

div.ccSummary div.even
{
    background-color: #fff;
}

div.ccSummary div.odd
{
    background-color: #eee;
}

div.ccSummary div #view
{
    text-align: center;
    background-color: #ccc;
    padding: 3px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.rows_found
{
    text-align: center;
}

div.pages
{
    clear: both;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

div.pages div
{
    display: inline;
}

div.pages div.page.current a
{
    font-weight: bold;
    background-color: #cee280;
    color: #060;
}

div.pages a:hover
{
    background-color: #efe;
}

div.pages a, div.pages .first, div.pages .last
{
    border: 1px solid #8B8B83;
    padding: 3px 6px;
    margin-left: 3px;
    text-decoration: none;
}

div.pages .first, div.pages .last
{
    border: 1px solid #ccc;
    color: #aaa;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#category
{
    margin: -10px -10px 0 -10px;
}

#category #categoryContent, #category #productContent
{
    padding: 10px;
    width: 590px;
    float: left;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#productContent div.productimage
{
    width: 190px;
    float: left;
    margin-right:10px;
}

#productContent div.add, #productContent div.itemprice
{
    padding:5px;
    background-color: #cee280;
    margin: 10px 0;
}

#productContent div.itemprice div.price
{
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

/*
#productContent div.itemprice div.price div.oldprice
{
    color: #666;
    font-weight: normal;
    text-decoration: line-through;
}
*/

.price div.oldprice
{
    color: #f00;
    font-weight: normal;
    text-decoration: line-through;
}

.price div.sale
{
    color: #f00;
    font-weight: normal;
}

.price div.saleprice
{
    font-weight: bold;
}

#productContent div.add div.addbutton
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


#productContent div.productdetails
{
    width: 390px;
    float: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#categoryContent div.ccSummary
{
    text-align: center;
    margin-top: 5px;
}

#categoryContent div.ccSummary div.row
{
    border: 0px solid red;
    padding: 0 10px;
    margin-bottom: 0px;
    width: 175px;
    /*height: 125px;*/
    float: left;
}

#categoryContent div.ccSummary div.row:hover
{
    background-color: transparent;
}

#categoryContent div.ccSummary div.even
{
    background-color: transparent;
}

#categoryContent div.ccSummary div.odd
{
    background-color: transparent;
}

#categoryContent div.ccSummary div.price, #categoryContent table.ccSummary div.price
{
    font-size: 12px;
    font-weight: bold;
    float: none;
}

#categoryContent div.ccSummary div.oldprice, #categoryContent table.ccSummary div.oldprice
{
    color: #f00;
    font-weight: normal;
    text-decoration: line-through;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#customerMenu
{
    float: left;
    width: 120px;
    margin-top: 15px;
    margin-right: 10px;
}

#customerMenu a
{
    display: block;
    padding: 5px;
}

#customerMenu a.selected
{
    background-color: #eee;
}

#customerDetails, #binDetails
{
    float: left;
    width: 460px;
}

#map
{
    width: 460px;
    height: 420px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.customerSummary
{
    background-image: url(/images/icons/user_32.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-color: #eee;
    border: 1px solid #ccc;

    padding: 5px 5px 5px 42px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.customerSummary .name
{
    font-weight: bold;
}

.customerSummaryLeft
{
    float:left;
    margin-right:15px;
}

.customerSummaryRight
{
    float:left;
    margin-top:15px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.calendar
{
    border-collapse: collapse;
    width: 100%;
}

table.calendar tr td
{
    border: 1px solid #ccc;
}


table.calendar tr td.day, table.calendar tr td.daynotinmonth
{
    width: 14.2857%;
    height: 75px;
    vertical-align: top;
}

table.calendar tr td.daynotinmonth
{
    background-color: #fff;
}

table.calendar tr td.day:hover
{
    background-color: #efe;
}


table.calendar tr td.day div.number, table.calendar tr td.daynotinmonth div.number
{
    font-size: 14px;
    text-align: right;
    background-color: #ddd;
    padding: 1px;
}

table.calendar tr td.daynotinmonth div.number
{
    background-color: #eee;
    color: #aaa;
}

table.calendar tr td.today
{
    background-color: #efe;
}

table.calendar tr td.today div.number
{
    background-color: #bfb;
}

table.calendar tr td.day div.event, table.calendar tr td.daynotinmonth div.event
{
    font-size: 11px;
    background-color: #efe;
    padding: 1px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.tabs
{
    clear: both;
    margin-top: 10px;
}

div.tabs div.tab
{
    font-weight: bold;
    font-size: 14px;
    color: #0c0;
    float: left;

    border-bottom: 0px;
    background-color: #cee280;

    padding: 5px;
}

div.tabs div.content
{
    clear: both;
    border: 5px solid #cee280;
    padding: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.recipe
{
    border-top: 5px solid #efe;
    padding: 10px;
    margin-bottom: 10px;
}

div.recipe div.image
{
    float:left;
    margin-right: 10px;
}

div.recipe div.title
{
    font-weight: bold;
    font-size: 13px;
    color: #0c0;
}

div.recipe div.author
{
    float:right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.autocomplete_content_bin
{
    background-color: #fff;
    border: 1px solid #ccc;
}

li.autocomplete_listitem
{
    margin: 0px;
    padding: 0px;
}

ul.autocomplete_list
{
    margin: 0px;
    padding: 0px;
}

ul.autocomplete_list li
{
    margin:0;
    padding:0;
}


table#orderSummary
{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

table#orderSummary th
{
    border: 1px solid #fff;
    background-color: #ddd;
    color: #333;
    text-align: left
}

table#orderSummary th, table#orderSummary td
{
    padding: 3px;
}

table#orderSummary tr
{
    border-bottom: 1px solid #ccc;
}

table#orderSummary td.price, table#orderSummary th.price
{
    font-weight: bold;
    text-align: right;
}

table#orderSummary tr.subtotal, table#orderSummary tr.total, table#orderSummary tr.tax
{
    background-color: #eee;
    text-align: right;
}



table#orderSummary tr.subtotal, table#orderSummary tr.total
{
    border-top: 2px solid #ddd;
}

table#orderSummary span.description
{
    font-size: 10px;
    color: #999;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bin .item, .binadditional .item
{
    clear: both;
}

.bin .item .image, .binadditional .item .image
{
    width: 25px;
    float: left;
}


.bin .item .quantity, .bin .item .name, .bin .item .price, .binadditional .item .quantity, .binadditional .item .name, .binadditional .item .price
{
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.binadditional .item .price
{
    clear: both;
    margin-left: 25px;
}

.bin .item .name, .binadditional .item .name
{
    font-weight: bold;
}

.bin .item .quantity, .binadditional .item .quantity
{
    /*margin-top: 0px;*/
}

.bin .item .sale, .binadditional .item .sale
{
    float: left;
    color: #f00;
    margin-right: 5px;
}

.bin .item .additem, .bin .item .removeitem, .binadditional .item .additem, .binadditional .item .removeitem
{
    float: left;
    padding: 4px 0;
}

.bin #total_hst, .bin #total_gst, .bin #total_pst, .bin #container_deposits
{
    text-align: right;
    font-weight: bold;
}


.bin .item .additem a, .bin .item .removeitem a, .binadditional .item .additem a, .binadditional .item .removeitem a
{
    border: 1px solid #f66;
    padding: 2px;
    text-decoration: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.bintable td.itemtotal
{
    text-align: right;
    font-weight: bold;
}

table.bintable td.total
{
    border: 1px solid #fff;
    background-color: #ddd;
    color: #333;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.quote
{
    border-bottom: 1px dashed #5f9e24;
    margin-bottom: 15px;
}

.quote .name
{
    margin-left: 42px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#searchbox
{
    /*background-color: #cee280;*/
    padding: 5px;
    margin: 10px 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.buttons
{
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fffbbb;
    margin-top: 10px;
    margin-bottom: 10px;

    text-align: center;
    text-shadow: 1px 1px 2px #aca
}


div.productSummaryRowLine
{
    clear:both;
    padding-top: 15px;
    border-bottom: 1px solid #9f9;
    margin-bottom: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.weeklybin .weeklyprice
{
    font-weight: bold;
    text-align: right;
    float: right;
}

.weeklybin .weeklyname
{
    font-weight: bold;
    text-align: left;
    float: left;
}

.info
{
    background-image: url(/images/icons/sinfo_16.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-color: #efe;
    border: 2px solid #8BD447;

    padding: 5px 5px 5px 30px;
    margin-bottom: 10px;
    color: #333;
    text-shadow: 1px 1px 2px #aca
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bin .infoarrow
{
    padding-right: 75px;
}

.bin .info
{
    border: 2px solid #8BD447;
    background-color: #efe;
}

.bin .info #nextdelivery, .bin .info #cutoff
{
    color: #333;
    text-shadow: 1px 1px 2px #aca
}
=======
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#saleContent div.ccSummary
{
    text-align: center;
    margin-top: 5px;
}

#saleContent div.ccSummary div.row
{
    border: 0px solid red;
    padding: 0 10px;
    margin-bottom: 0px;
    width: 175px;
    float: left;
    text-align: center;
    margin-top: 5px;
}

#saleContent div.ccSummary div.row:hover
{
    background-color: transparent;
}

#saleContent div.ccSummary div.even
{
    background-color: transparent;
}

#saleContent div.ccSummary div.odd
{
    background-color: transparent;
}

#saleContent div.ccSummary div.name, #saleContent table.ccSummary div.name
{
    font-size: 12px;
    font-weight: normal;
    float: none;
}

#saleContent div.ccSummary div.price, #saleContent table.ccSummary div.price
{
    font-size: 14px;
    font-weight: bold;
    float: none;
}

#saleContent div.ccSummary div.oldprice, #saleContent table.ccSummary div.oldprice
{
    color: #f00;
    font-weight: normal;
    text-decoration: line-through;
}

#saleContent div.productdetails
{
    border: 0px solid red;
    width: 390px;
    float: left;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* for static info pages like 'our service' etc. - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#staticPageContent
{
    padding-left:100px;
    padding-right:20px;
}

#staticPageContent h3
{
    font-size: 16px;
    font-style: normal;
    color: #5f9e24;
    border-bottom: none;
}

#staticPageContent h2
{
    font-size: 16px;
    color: #DE4D26;
    margin: 5px 0;
}

#staticPageContent h4
{
    color: #DE4D26;
}


#staticPageContent p
{
    line-height: 16px;
}

#staticPic
{
    float: right;
    margin: 10px 0px 15px 15px;

}

#staticRecipe
{
    float: right;
    width:180px;
    color: #DE4D26;

}

#staticPageContent .twocolumn .column1
{
    float: left;
    width: 210px;
    margin-right: 35px;
}

#staticPageContent .twocolumn .column2
{
    float: left;
    width: 210px;
}


.dottedLine
{
    margin: 3px 0;
    width: 100%;
    border-bottom: 1px dashed #5f9e24;
}

#logo
{
    margin-bottom: -12px;
    padding: 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#rightcolumn #binsummary .bin .item .name
{
    width:140px;
}


/* nestedSortable */

.placeholder {
    background-color: #cfcfcf;
}

.ui-nestedSortable-error {
    background:#fbe3e4;
    color:#8a1f11;
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

ol.sortable, ol.sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

ol.sortable {
    margin: 4em 0;
}

.sortable li {
    margin: 7px 0 0 0;
    padding: 0;
}

.sortable li div  {
    border: 1px solid black;
    padding: 3px;
    margin: 0;
    cursor: move;
}

