/***********************************************************************/
/* Grange farm logs                                                    */
/***********************************************************************/
/* Clear all styles                                                    */
/***********************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

/***********************************************************************/
/* Set defaults                                                        */
/***********************************************************************/

body
{
    background: #FFFFFF url(../i/site/body_top.gif) repeat-x;
}

#cont
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#site
{
    float: left;
    width: 990px;
    padding:8px 0px 0px 0px;
    color:#444444;
    background: #EBEAE8 url(../i/site/body_top.gif) repeat-x;
}

h1
{
    font-size: 14px;
}

h2
{
    font-size: 14px;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 14px;
}

h6
{
    font-size: 14px;
}

p
{
    padding: 3px 0px 3px 0px;
}

label
{
    padding: 3px 0px 3px 0px;
}

ul
{
    float: left;
    list-style-type: none;
}

li
{
    float: left;
}

a
{
    /*float: left; DONT HAVE THIS HERE WRECKS BASKET PRODUCT IMAGE*/
    text-decoration: none;
    color: #404040;
}

a:hover
{
    text-decoration: none;
    color: #404040;
}

a:active
{
    text-decoration: underline;
    color: #404040;
}

a:visited
{
    text-decoration: none;
    color: #404040;
}

/***********************************************************************/
/* Default for tables                                                  */
/***********************************************************************/

table
{
    width: 750px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
}

table tr.header th
{
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background-color: #97C00E;
}

table tr td
{
    padding: 4px;
    font-size: 12px;
    vertical-align: middle;
    color: #656565;
}

/***********************************************************************/
/*  Panel borders                                                      */
/***********************************************************************/

.pbt, .pbb
{
    display: none;
}

/***********************************************************************/
