#body {
	width: 1000px;
	margin: 0 auto;
	border: thin solid black;
	position: relative;
}

#header {
	clear: both;
}

#menu {
	float: left;
	width: 162px;
}

#content {
	padding: 15px 15px 15px 185px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#footer {
	clear: both;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:13px;
	margin-left: 162px;
	border-top: thin dotted gray;
	margin-top: 10px;
	position: static;
	bottom: 0px;
	vertical-align: bottom;
}

img.actionbutton {
	border: 0px;
	vertical-align: middle;
}

h1 {
	
}

/*ul.menu {
	padding: 0px;
	margin-left: 30px;
}

li.menu-item {
	list-style-type: none;
	
}
*/
/*
ul.makeMenu, ul.makeMenu ul {
  width: 162px;                 
  padding-left: 0px;           
  cursor: default;             
  margin-left: 0px;            
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: white;
}
ul.makeMenu li {
  list-style-type: none;       
  padding-top: 5px;            
  padding-bottom: 5px;         
  padding-left: 5px;
  position: relative;          
  border-bottom: 1px dotted gray;
  
}
ul.makeMenu li > ul {          
  display: none;               
  position: absolute;          
  top: 2px;                    
  left: 162px;                 
}

ul.makeMenu ul.CSStoShow {     
  display: block;              
}
ul.makeMenu li:hover > ul {    
  display: block;              
}
ul.makeMenu li a { 
	text-decoration: none;
	text-transform: uppercase;
	color: #555555;
	display: block;
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #000; } 
*/

ul.submenu {
	border: 1px solid gray;
}

ul.makeMenu li, a.bannerLink, div.menuTitle {
	color: #555555;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-small;
}

ul.makeMenu, ul.makeMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 162px;
	background-color: #fff;
}

ul.makeMenu li {
	position: relative;
	border-bottom: 1px dotted gray;
	background-color: #fff;
}

ul.makeMenu li ul {
	position: absolute;
	left: 162px;
	top: 0;
}

ul.makeMenu li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	border-bottom: 0;
}

ul.makeMenu li, ul.makeMenu li a {
	color: #555555;
	background: #fff;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%; }
/* End */

/*
ul.makeMenu li:hover ul, ul.makeMenu li.over ul { 
	display: block; 
}
*/
div.menuTitle {
	margin-top: 10px;
	padding-top:5px;
	padding-bottom: 5px;
	border-top: 1px black solid;
	border-bottom: 1px gray dotted;
}

a.bannerLink img {
	margin-bottom: -3px;
	border: 0px;
}

a.bannerLink {
	line-height: 24px;
	margin-right: 5px;
	text-decoration: none;
	font-size: small;
}

td.currency, th.currency {
	text-align: right;
}

table.shoppingCart {
	width: 80%;
	text-align: left;
}

table.shoppingCart .currency {
	width: 100px;
	text-align: right;
}

div.fullAddress p {
	margin: 0px;
	padding: 0px;
}

div.fullAddress p.province, div.fullAddress p.city {
	display: inline;
}

form.itemAddButton, form.itemAddButton img {
	display: inline;
	vertical-align: middle;
}

form.itemAddButton .button {
	margin-right: 5px;
	cursor: pointer;
}

form.itemAddButton .button:active {
	background-color: black;
}

div.userMessage {
	outline: gray dashed 1px;
	width: 80%;
	padding: 5px;
	margin: 15px 10% 0px 10%;
	text-align: center;
}

div.userMessage-error {
	color: red;
}

div.userMessage-warn {
	color: #FF9900; /* orange */
}

div.userMessage-info {
	color: green;
}

span.closeButton {
	float: right;
	cursor: pointer;
	color: gray;
	font-family: monospace;
	font-size: small;
	font-weight: bold;
	padding-right: 2px;
}

img.infoButton {
	cursor: pointer;
}
	
div.infoBox {
	z-index: 50;
	position: absolute;
	width: auto;
	max-width: 400px;
	min-width: 300px;
	height: auto;
	max-height: 300px;
	overflow: auto;
	background-color: #C9E6EA;
	border: 1px gray dashed;
	font-weight: normal;
}

div.infoBox p {
	margin-bottom: 0px;
}

.formError {
	color: red;
}

.required {
	font-weight: bold;
}

ul.membershipList {
	list-style-type: none;
}

div.listfilter {
	border: 1px solid black;
	background-color: #C9E6EA;
	margin: 20px;
}

div.listfilter h4 {
	margin: 3px 2px;
	cursor: pointer;
}

table.list {
	width: 100%;
}

form.listfilter table {
	width: 100%;
}

form.listfilter table, form.listfilter td, form.listfilter tr {
	margin: 0px;
	padding: 0px;
}

div.fieldfilter ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.fieldfilter li {
	display: inline;
}

div.pager img {
	border: 0px;
}