#language, /* Header Language */
#currency, /* Header Currency */
#header #cart, /* Header Cart */
/*#header #search,*/ /* Header Search Field */
#header #welcome, /* Header Log In / Register Text */
#header .links, /* Header Shop Links */
li.account-edit, /* Account - Edit Account Information */
li.account-password, /* Account - Change Password */
li.account-address, /* Account - Address Book */
li.account-wishlist, /* Account - Wish List */
li.account-order, /* Account - Order History */
li.account-download, /* Account - Downloads */
li.account-reward, /* Account - Reward Points */
li.account-return, /* Account - Returns */
li.account-transaction, /* Account - Transactions */
li.account-newsletter, /* Account - Newsletter */
.box-product .price, /* Module - Price */
.box-product .rating, /* Module - Rating */
.box-product .cart, /* Module - Add To Cart Button */
.product-filter, /* Product Filter Div (Contains List/Grid, Sort and Limit Elements */
.product-filter .display, /* List/Grid Element */
.product-filter .sort, /* Product Sort Element */
.product-filter .limit, /* Number Of Items On Page Element */
.product-compare, /* View Compare Link */
.product-list .rating, /* List View - Rating */
.product-list .price, /* List View - Price */
.product-list .cart, /* List View - Add To Cart Button */
.product-list .wishlist, /* List View - Add To Wish List Link */
.product-list .compare, /* List View - Add To Compare Link */
.product-grid .rating, /* Grid View - Rating */
.product-grid .price, /* Grid View - Price */
.product-grid .cart, /* Grid View - Add To Cart Button */
.product-grid .wishlist, /* Grid View - Add To Wish List Link */
.product-grid .compare, /* Grid View - Add To Compare Link */
.product-info .description, /* Product Page - Details */
.product-info .price, /* Product Page - Price */
.product-info .options, /* Product Page - Options */
.product-info .cart, /* Product Page - Entire Cart Div */
.product-info .cart div.product-quantity, /* Product Page - Quantity Field In Cart Div */
.product-info .cart div.product-or, /* Product Page - OR Text In Cart Div */
.product-info .cart div.product-wlcp, /* Product Page - Wish List/Compare Links */
.product-info .review, /* Product Page - Entire Review Div */
.product-info .review > div.product-stars, /* Product Page - Stars & Add/View Reviews */
#footer, /* Footer */
#footer .column.footer-info, /* Footer Column - Information */
#footer .column.footer-support, /* Footer Column - Customer Service */
#footer .column.footer-extras, /* Footer Column - Extras */
#footer .column.footer-account, /* Footer Column - My Account */
#footer .column ul li.footer-contact, /* Contact Us Link */
#footer .column ul li.footer-returns, /* Returns Link */
#footer .column ul li.footer-sitemap, /* Sitemap Link */
#footer .column ul li.footer-brands, /* Brands/Manufacturers Link */
#footer .column ul li.footer-voucher, /* Gift Voucher Link */
#footer .column ul li.footer-special, /* Specials Link */
#footer .column ul li.footer-account, /* My Account Link */
#footer .column ul li.footer-order, /* View Orders Link */
#footer .column ul li.footer-wishlist, /* Wish List link */
#footer .column ul li.footer-newsletter { /* Newsletter link */
	display: none;
}