	
	@charset "utf-8";

	/* Customer Service FIX */
		#globya_csblock .links-row UL LI.label{ width: 130px; }
		#globya_csblock .links-row UL LI A{ margin-left: 5px; margin-right: 5px; letter-spacing: 1px; };

	/* Product Listing FIX */
		#content-product-listing OL LI{ width: 180px; min-height: 260px; }
		#content-product-listing LI.item A .labels{ min-height: 80px; max-height: 90px; }
		#content-product-listing LI.item A IMG.reduced{ *top: -5px; *right: -5px; }
		
	/* Product Detail FIX */
		.product-detail .product-image IMG{ width: 380px; height: auto; border-width: 1px; border-color: #CCCCCC; }
		.product-detail .product-image IMG.mask{ display: none; }
		.product-detail .row-button{ text-align: right; padding-right: 15px; }
		.product-detail .additional-links A:hover{ color: #BE10A4; }
		
		
	/* Alignment */
		.r{ text-align: right; }
		.l{ text-align: left; }
		.c{ text-align: center; }
		.j{ text-align: justify; }
		
		
	/* Customer Care */
		.customer-care{ padding-left: 80px; padding-right: 80px; }
		.customer-care OL{ list-style: none; margin: 0px; padding: 10px; overflow: hidden; }
		.customer-care LI{ display: block; list-style: none; margin-bottom: 10px; }
		.customer-care A{ display: block; overflow: hidden; padding: 5px; border: solid 1px #CCCCCC; }
		.customer-care A IMG{ margin-left: 30px; float: left; }
		.customer-care A CITE.title{ display: block; margin-left: 175px; margin-top: 30px; font-size: 14pt; font-weight: bold; font-style: normal; }
		.customer-care A CITE.desc{ display: block; margin-left: 175px;  font-style: normal; }
		.customer-care A:hover{ color: #BE10A4; border-color: #BE10A4; background-color: #F0F0F0; }
		