 .switch {
 	display: none;
 }

 .itemname, .display, .itemtext, .homelink, .search, .counter, .modified {
 	position:relative;
 }
 
H2.itemname {
	font-size: 144%;
	text-align: center;
	margin-top: -7px;
	margin-bottom: -3px;
}

DIV.description {
	margin: 0 11%;
 	white-space: wrap;
 	text-align: justify;
 	margin-bottom: 10px;
}

 .details {
 	margin-bottom: 10px;
 }
 
 .price, .saleprice {
	font-weight: bold;
 }
 
 .saleprice {
 	color: red;
 }
 
 FORM.paypal {
 	margin-bottom: 10px;
 }
 
 .itemid {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
 }

 DIV.itemimage {
 	margin-bottom: 20px;
 }
 
 .homelink, .search, .counter, .modified {
  	clear: both;
  	text-align: center;
  	margin-top: 5px;
  	margin-bottom: 5px;
 }
 
 ADDRESS {
	 font-size: 120%;
 }

 TABLE.counter {
         margin-left: auto;
	 margin-right: auto;
         color: white;
         background-color: gray;
 }
 
  .homelink {
	 font-variant: small-caps;
 }
