body
	 { 
	 color: black; 
	 font-size: 14px; 
	 line-height: 22px; 
	 background-color: white;
	 background-image: url(images/base.jpg); 
	 background-repeat: repeat-y; 
	 background-position: center top; margin: 0; 
	 }
	 
.btn
	{ 
 }

.top_margin 
	{ 
 	 width: 50px;
 }
 
.small 
	{ 
	font-size: 12px;
         line-height: 20px;
		  }

.shade
	 { 
	background-image: url(images/shade.gif);
	background-repeat: repeat-x; 
	background-position: center top; 
	}
	
.alart
	 { font-size: 12px; color: #ff0000; line-height: 18px; }
.amount
	 {
	font-size: 12px;
	color: #FFFFFF;
	}
.sold_out { color: #a10000; font-size: 12px; line-height: 18px; }
.list_amount, .stock { color: #ff8100; font-size: 12px; line-height: 22px; }

.tax {
	display: block;
	font-size: 12px;
	text-align: center;
}
.price {
	display: block;
	font-weight: bold;
	text-align: center;
}