﻿/*
    Document   : Master.css
    Created on : 03/03/2010
    By         : Joel Phillips - POS Direct Ltd
    Notes      : Contains layout and appearance settings for the common page elements
*/
/*----------------------------------------- PAGE -------------------------------------------*/
body
{
    background-color: #eeebe2;
    background-image: url(../../imgs/system/iceshopbackground.jpg);
    
    background-repeat: repeat;
    color: #4b4b4b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

div.page
{
    margin: 0px auto;
    width: 970px;
}

div.clear
{
    clear: both;
}

/*----------------------------------------- HEADER -------------------------------------------*/
div.header
{
    float: left;
    height: 151px;
    width: 970px;    
}

div.headertop
{
    height: 29px;
    width: 970px;
    background-color: #e72525;
    background-image: url(../../imgs/system/iceshopbordertop.jpg);
}

div.headerleft
{
    float: left;
    height: 122px;
    width: 27px;
    background-color: #e72525;
    background-image: url(../../imgs/system/iceshopheaderleft.jpg);
}

div.headerright
{
    float: right;
    height: 122px;
    width: 27px;
    background-color: #e72525;
    background-image: url(../../imgs/system/iceshopheaderright.jpg);
}

div.headerwalls
{
    float: left;
    height: 122px;
    width: 369px;
}

div.headerpos
{
    float: right;
    text-align:right;
    margin-top:15px;
    margin-right: 10px;
    height: 40px;
    width: 537px;
}

div.headerhelp
{
    float: right;
    text-align:right;
    margin-top:15px;
    margin-right: 10px;
    height: 35px;
    width: 35px;
}

div.breadcrumbleft, div.breadcrumbright, div.contentleft, div.contentright, div.footerleft, div.footerright
{
    width: 27px;
    background-color: #e72525;    
    background-repeat: repeat-y;
}

div.breadcrumbleft, div.contentleft, div.footerleft
{
    float: left;
    background-image: url(../../imgs/system/iceshopborderleft.jpg);
}

div.breadcrumbright, div.contentright, div.footerright
{
    float: right;
    background-image: url(../../imgs/system/iceshopborderright.jpg);
}

div.breadcrumbleft, div.breadcrumb, div.breadcrumbright
{
    height: 30px;
}

div.breadcrumb
{
    font-size: 0.75em;
    text-align: right;
    left: 27px;
    width: 896px;    
}

/*----------------------------------------- CONTENT & GENERAL LAYOUT -------------------------------------------*/

div.contentholder
{
    padding-left: 10px;
    padding-right: 10px;
    left: 27px;
    width: 896px;
}

/*----------------------------------------- FOOTER -------------------------------------------*/

div.footerleft, div.footerright, div.footer
{
    height: 156px;
}

div.footer
{
    background-color: #400003;
    border-color: #ffffff;
    border-style: solid;
    border-width: 10px;
    color: #ffffff;
    float: left;
    left: 27px;
    width: 870px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 20px;    
}

div.footercolumn, div.footercolumnlast
{    
    font-size: 0.8em;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 277px;
}

div.footercolumn
{
    border-right: 1px solid white;
    float: left;
    
}

div.footercolumnlast
{
    float: right;
}

div.footerlogo
{
    float: left;
    margin-right: 10px;
    width: 32px;
}

div.footerlink
{
    float: left;
    width: 230px;
    height: 20px;
}

div.footerbottom
{
    height: 29px;
    width: 970px;
    background-color: #e72525;
    background-image: url(../../imgs/system/iceshopborderbottom.jpg);
}

/*----------------------------------------- GENERAL ELEMENT -------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
}

h2
{
    font-size: 22px;
}

h3
{
    font-size: 18px;
}

img
{
    border: 0px;
}

ul
{
    list-style-type: none;
}


/*----------------------------------------- LINKS -------------------------------------------*/
a
{
    color: #b90c18;
}

.footerlnk
{
    color: #ffffff;
    text-decoration: none;
}

.footerlnk:hover
{
    text-decoration: underline;
}

/*----------------------------------------- GENERAL CLASSES -------------------------------------------*/

div.left
{
    float: left;
}
div.right
{
    float: right;
}

div.half
{
    width: 50%;
    margin: 0px;
    padding: 0px;
}

.warning
{
    font-weight: bold;
    color: #b90c18;
}

.hidden
{
    display: none;
}

.wm
{
    font-style: italic;
    color: #CCCCCC;
    padding: 3px;
    width: 149px;
}

span.arrow
{
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Gill Sans MT';
    padding: 5px;
    position: relative;
    top: 2px;
}

div.top
{
    margin-top: 0px;
}
div.gap
{
    margin-top: 20px;
}

.titlelink
{
    color: #FFC1C2;
}

.titlelink:hover
{
    color: #ffffff;
}

