/*
Please add your CSS definitions within this gcmisc/gc_site_customization.css file.

Please add the following block of code to your site's Index (or Home page) and ALSO
add it to the gctemplates/page_header.txt file.  This code needs to go within
the <HEAD>...</HEAD> section of both the Index and page_header files.  It needs to
replace any other references to any other CSS file:

	<style type="text/css" media="all">
	   @import "gcadmin/gc_default.css";
	   @import "gcmisc/gc_site_customization.css";
	</style>

Please send any questions to:  support@galileocommerce.com
*/



/* Index or Home Page */

#gc_indexpage {
}

/* All Semi-Static Pages */

#gc_static {
}

/* A Specific Semi-Static Page (change ABC to the page's code) */

#gc_static_id_ABC {
}

/* All Category Drilldown Pages */

#gc_drilldown {
}

/* A Specific Category Drilldown Page (change ABC to the category code for the end-node) */

#gc_category_id_ABC {
}

/* Sub-Category links within Drilldown Pages */

#gc_categories {
}

/* Product links within Drilldown Pages and on Search Results Pages */

#gc_products {
}

/* Search Results Pages */

#gc_search {
}

/* Highlight Search Results Pages */

#gc_highlights {
}

/* Retailers/Store Locator Search Results Pages */

#gc_retailers {
}

/* Product Detail Pages */

#gc_product_detail {
}

/* A Specific Product Detail Page (change ABC to the Product ID code) */

#gc_product_id_ABC {
}

/* Basket Display */

#gc_basket_display {
}

/* Add Product to Basket */

#gc_product_add {
}

/* Update Basket */

#gc_basket_update {
}

/* Order Processing Pages */

#gc_order_processing {
}

/* My Favorites Pages */

#gc_favorites {
}

/* Add a new My Favoriate entry */

#gc_favorite_add {
}

/* Remove a My Favorite entry */

#gc_favorite_delete {
}

/* View My Favorite entries */

#gc_favorite_view {
}

/* Customer Signup or related Results Pages */

#gc_customer {
}

/* Affiliate Signup or related Results Pages */

#gc_affiliate {
}

/* Back-In-Stock Notification Request Results Pages */

#gc_back_in_stock {
}
