.click { cursor:pointer }
	
/* Product listing */
	#txt_price_before { font-family: Arial; font-size: 12px; color:#666666; }
	#txt_price_after { font-family: Arial; font-size: 14px; color:#FF0000; }
	#txt_price_after_big { font-family: Arial; font-size: 24px; font-weight:bold; color:#FF0000; }
	#txt_price_normal { font-family: Arial; font-size: 14px; color:#666666; }
	#product_subname { font-family: Arial; font-size: 10px; color:#666666; font-style:italic; }
	#freeshipping { font-family: Arial; font-size: 10px; color:#666666; font-style:italic; }
	
/* registration form */
	.regform_input_text { width: 150px; font-family: Arial; font-size: 11px; color:#000000; }
	.regform_select { width: 150px; font-family: Arial; font-size: 11px; color:#000000; }
	#regform_mandatory{ color:#FF0000; }
	.submit { width: 150px; font-family: Arial; font-size: 11px; color:#000000; }
	
/* product_detail */
	.small_text { font-family: Arial; font-size: 11px; color:#000000; }
	.supplier_description { width:600px; text-align:justify; font-family: Arial; font-size: 11px; color:#000000; }
	.shop_detail_subproduct_select { width: 200px; font-family: Arial; font-size: 11px; color:#000000; }
	.sub_product_select { width: 400px; font-family: Arial; font-size: 11px; color:#000000; }
	.input_small { width: 50px; font-family: Arial; font-size: 11px; color:#000000; }
	.product_thumbs { margin:3px 3px 3px 3px; border: 1px solid #666666; }
	.magnify { cursor: url(images/icons/magnify.cur),pointer; }
	
	hr { border: none; border-bottom: 1px solid #666; height: 0; }

/* shopping cart */
	#error_message { color: #cc0000; }
	.shop_attributes { color: #333333; font-size:12px; font-style:italic }
	.cart_header { font-weight:bold; font-size:11px}

	

