/* header styles */
BODY {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

DIV.header {
  width: 100%;
  height: 103px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0px;
  background-color: black;
}

DIV.header .top {
  width: 35%;
  margin-left: 35%;
  margin-right: 30%;
  height: 17px;

  background-color: black;
}

DIV.header .display {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  height: 69px;
  background-color: black;
}

DIV.header .display .buffer {
  z-index: -1;
//  width: 70%;
  height: 100%;
  margin-left: 30%;
  margin-right: 0px;
  padding: 0px;
  background-color: #853665;
}

DIV.header .bottom {
  height: 17px;
  width: 100%;
  background-color: white;
}

DIV.bottom .checkout_box {
  font-size: 8pt;
  font-family: Helvetica, Verdana, Arial;
  margin-left: 70%;
  width: 30%;
}

DIV.content {
  width: 100%;
}

/* store, multiple item section */
.block_body {
  width: 650px;
  clear: none;
}

.block_column {
  display: block;
  width: 200px;
  clear: none;
}

.image img {
  border-style: none;
}

UL.tiled {
  position: relative;
  width: 610px;
  height: 182px;
  margin-left: 0px;
  margin-right: 0px;
	top: 0px;
	padding-top: 0px;
  padding-bottom: 10px;
  clear: both;
  display: block;

  list-style-type: none;
}

UL.tiled LI {
//  width: 182px;
  display: inline;
  position: relative;
	margin-left: 20px;
}

LI DIV.image {
//  width: 182px;
  height: 182px;
  margin-left: auto;
  margin-right: auto;
  display: inline;
	text-align: center;
}

LI DIV.image IMG {
  margin-left: auto;
  margin-right: auto;
}

.justify_center {
//  margin-left: 25%;
//  margin-right: 30%;
	margin: 1em auto;
	text-align: left;
//	margin-left: auto;
//	margin-right: auto;
}

.justify_left {
	float: left;
}

.justify_right {
  float: right;
}

.content_center {
	text-align: center;
}

.content_left {
  text-align: left;
}

.content_right {
	text-align: right;
}

/* store, multiple item section */
div.pagination {
  clear: both;
  float: right;

  margin-top: 15px;
	margin-right: 140px;
  
  font-size: 9pt;
  font-family: Verdana;
}

div.pagination a {
  color: black;
}

div.pagination a:hover {
  text-decoration: none;
}

