.content h1 {
  font-size: 12pt;
  font-weight: normal;
  background-color: #bae8f7;
  background-image: url(../img/iface/item/h1.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 420px;
  height: 22px;
  padding: 4px 0 0 20px;
  margin-left: -20px;
  }
  
.content h2 {
  font-size: 10pt;
  font-weight: normal;
  color: #555;
  background-color: #dbf2fa;
  background-image: url(../img/iface/item/h2.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 398px;
  height: 17px;
  padding: 1px 0 0 20px;
  margin-left: -20px;
  margin-top: 10px;
  margin-bottom: 50px;
  }
  
  
.content h3 {
  font-size: 11pt;
  margin: 20px 0;
  font-weight: normal;
  }

  
#preview {
  float: right;
  width: 330px;
  }
  
#preview img {
  border: 1px solid #c8c8c8;
}
  
#preview_big {
  display: block;
  float: right;
  }
  
.preview_small, .preview_small:visited {
  display: block;
  float: left;
  margin-bottom: 10px ;
  opacity: 0.5;
  filter: alpha(opacity=50);
  }

.preview_small:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
  
#preview p {
  float: right;
  color: #3faae2;
  font-size: 8pt;
  margin: 0;
  width: 125px;
 }
 
.buy, .buy:visited {
  width: 115px;
  height: 21px;
  display: block;
  float: right;
  background-image: url(../img/iface/item/buy.gif);
  color: #3faae2;
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  }
  
.buy:hover {
  text-decoration: underline;
}

.price_text {
	height: 21px;
	display: block;
	clear: both;
	text-align: right;
	padding: 5px 40px 0 0;
	font-weight: bold;
}
.price_text.r {
	font-size: 10px;
	color: #666;
	margin-right: -5px;
}

.card_price {
	border-collapse: collapse;
	border-spacing: 0;
	
	float: right;
	width: 250px;
}
	.card_price td,
	.card_price th {
		border-collapse: collapse;
		border-spacing: 0;
		
		text-align: center;
		
		padding: 5px 0;
		width: 50%;
	}
	.card_price .price_r_td td {
		font-size: 10px;
		color: #666;
	}
