﻿body, html
{
    height: 100%;
    width: 100%;
    background-color: #8A7967;
}

body, form, .nomargin, ul
{
    margin: 0px;
    padding: 0px;
}
td, div, input, textarea, a, select
{
    font-family: arial;
    font-size: 10pt;
}
img
{
    border: 0px;
}
a, input, .pointer
{
    cursor: pointer;
}
h2
{
    margin: 0px;
    font-size: 12pt;
}
/* general classes */
ul.horizontal li
{
    list-style: none;
    display: inline;
}
.clear
{
    clear: both;    
}
.collapse
{
  border-collapse: collapse;
}

/* Layout */
#container
{
width: 998px;
  position: relative;
margin-top: 15px;  
left: 50%;
  margin-left: -499px;
}

/* Header */
#header
{
    position: relative;
    background-color: #ffffff;
    height: 85px;
    width: auto;
    background-image: url("/images/header_bg.jpg");
    background-repeat: no-repeat;
    z-index: 10;
}
.homelink
{
	position: absolute;
	height: 60px;
	width: 460px;
	cursor: pointer;
}

.basketlink
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-weight: bold;
    margin-right: 10px;
    color: #000000;
    background-color: #BCBEC0;
    padding: 3px;
    border: 1px solid #A59A00;
    border-bottom: 0px;
}

.adminControls
{
    position: absolute;
    bottom: 0px;
    right: 10px;    
}

#main, #left, #right
{
    min-height: 580px;
}

/* Left side */
#left
{
    background-color: #cac2b8;
    width: 700px;
    float: left;
}
#left-inner
{
    margin: 6px;
}
#content.inner
{
    height: 550px;
}
#content.inner ul, ul.noindent
{
    margin: 0px;
    padding-left: 1.5em;    
}
#content.inner .overflow
{
    padding: 3px;
    overflow: auto;
    overflow-x: hidden;
    height: 540px;
    position: relative;
}

/* firefox hack */
div#content.inner > div.overflow
{
	height: 520px;	
}

/* breadcrumbs */
#content.inner ul.horizontal
{
    margin-bottom: 5px;    
}
#content.inner ul.horizontal li, #content.inner ul.horizontal li a
{
    color: #000;
    font-size: 8pt;
    font-weight: bold;
}
#content.inner ul.horizontal li
{
    margin-right: 4px;
}

/* Right side */
#right
{
    background-color: #6B757B;
    width: 298px;
    float: left;
}
#right-inner
{
    margin: 10px;
    color: #ffffff;
}

/* footer */
#footer
{
    color: #ffffff; 
    height: 20px;
    margin-top: 3px;
}
#footer ul li
{
    border-right: 1px solid #ffffff;    
}
#footer a
{
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff; 
    text-decoration: none;  
}
