html, body {
	background-color: #ffffa5;
}

body {		
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background: #ffffa5 url(back.jpg) repeat;
	font-size: 80%;
}

a, .menubordered a  {
    color: #000000;
    text-decoration:none;
    font-weight:bold;
}

a:hover, .menubordered a:hover {
    color: #008400;
    text-decoration:underline;
}

.currentpage, .active, .menubordered .active {
	color: #008400;
}

#container {
    margin-top:auto;
    margin-bottom:auto;
	margin-left: auto;
	margin-right:auto;
	padding-left: 30px;
	width: 900px; 
	min-height:100%;
	text-align:left;
}

#contentcontainer {
    width: 870px;
    background-color: Transparent;
    border-width: 0px;
    border-style: none;
    font-size:85%;
    margin:10px 0px 10px 0px;
    padding:10px 10px 10px 10px;
    float:right;
    overflow:hidden;
}

#contentcontainerterms {
    width: 100%;
    border-width:5px;
    border-style: none;
    border-color:#000000;
    font-size: 85%;
    margin:10px 0px 10px 0px;
    padding:10px 10px 10px 10px;
    float:right;
    overflow:hidden;
    background-color: Transparent;
}

#contentcontainerterms p {
	font-size: 120%;
}

#contentcontainerterms .heading {
	font-size: 130%;
}

#footercontainer {
	padding-left: 20px;
}

hr {
    background-color: #000000;
    color: #000000;
}

.submitbutton, .submitbuttonmain, .submitbuttonprimary {
	background-color: #015d01;
    color: #FEFDA3;
}

.menubordered {
    border-color:#008400;
    background-color:#FEFFD3;
    color:#000000;
}

.faded {
    color:#525252;
}

input, select, .label {
    color:#015d01;
}

.tablefooter {
	background-color: #015d01;
}

.faded {
    color: #008400;
}

.receiptTable {
	font-size: 100%;
}

/* Header bar on A to Z page */
.tableheadercell, .tableheadercellalt {
    border-color: #000000;
    border-top: 1px solid #000000; 
    border-bottom: 1px solid #000000; 
    color:#FEFDA3;
    background-color: #008400;
}

/* Title bar displaying text in main shop window */
.shopTitleBar {
	width: 628px;
	height: 20px;
	margin:0px; 
	background-color: #008400;
	border: 1px solid #008400;
	padding: 7px 0px 0px 10px;
}

/* Text displayed on main title bar */
.shopTitleBar h1 {
	color: #FEFDA3;
	font-size: 100%;
}

/* Thinner bar below main shop title bar */
.subShopTitleBar {
	background-color: #015d01;
	height: 20px;
	margin-bottom: 3px;
}

/* Bar for search and other shops headings */
.searchMenuBar {
	width: 208px;
	height: 23px;
	background-color: #008400;
	border: 1px solid #008400;
	margin-bottom: -1px;
}

/* Text displayed in search and other shops bars */
.searchMenuBar h2 {
	color: #FEFDA3;
	font-size: 100%;
	padding: 4px 0px 0px 10px;
	margin: 0px;
}

/* Brands and categories bars */
.MenuBar {
	width: 208px;
	height: 23px;
	background-color: #008400;
	border-right: 1px solid #008400;
	border-left: 1px solid #008400;
	border-bottom: 1px solid #008400;
	margin-top: 1px;
}

/* Text displayed in Brands and Categories bars */
.MenuBar h2 {
	color: #FEFDA3;
	font-size: 100%;
	padding: 4px 0px 0px 15px;
	margin: 0px;
}

/* Other shops bars */
.shopMenuBar {
	width: 208px;
	height: 23px;
	background-color: #015d01;
	border: 1px solid #008400;
	margin-top: -1px;
}

/* Text being displayed in other shops bars */
.shopMenuBar h2 {
	color: #FEFDA3;
	font-size: 100%;
	padding: 4px 0px 0px 10px;
	margin: 0px;
}

/* Links displayed in other shops bars */
.shopMenuBar h2 a {
	color: #ffffff;
}
