 .switch {
  	position: absolute;
	top: 10px;
	left: 89%;	
	width: 11%;
	display: none;
 }

 .display, .homelink, .search, .counter, .modified {
 	position:relative;
 	margin-left: 23%;
 	width: 77%;
 }
 
H2.pagename {
	font-size: 144%;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

DIV.pagetext {
	white-space: wrap;
	text-align: justify;
	margin-bottom: 7px;
}

DIV.item {
	text-align: justify;
	min-height: 180px;
	border: 1px solid #ccc;
	padding: 4px 8px;
}

DIV.detail {
	text-align: center;
}

H3.itemlink {
	font-size: 110%;
	text-align: center;
	margin-top: -3px;
	margin-bottom: 3px;
}

IMG.thumbnail {
	float: left;
	margin-right: 6px;
}

DIV.info {
	text-align: center;
}
 .price {
	font-weight: bold;
	text-align: center;
 }

 .itemid {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
 }

 .homelink, .search, .counter, .modified {
  	clear: both;
  	text-align: center;
  	margin-top: 5px;
  	margin-bottom: 5px;
 }

