<!--

/* Product (main product page), GLOBAL CONTROL */

    	/* Font & color, for ALL text items generic products layouts */
    	.product_MAIN_boxtext_h1,
    	.product_MAIN_boxtext_h2,
		.product_MAIN_boxtext,
    	{
    	}

/* Product (main product page) */

    	/* Product Main Container */
    	.product_MAIN_main_container	
    	{
		position:relative; left:-2px; top:0px;		/* can now use absolute in any nested css */
		border:0px solid red;
    	}


	    	/* Product Image Container */
    		.product_MAIN_image_container
	    	{
			border:0px solid orange;
			padding-left:15px;
			padding-top:10px;
	    	}

		    	/* Product MAIN Image */
		    	.product_MAIN_image,
		    	.product_MAIN_image_in_cart
		    	{
				width:250px;
				height:188px;
				border:0px solid blue;
		    	}

			/* Product text summary box */
			.product_MAIN_text_heading
			{
			padding-top:5px;
			margin-left:9px;
			margin-right:10px;
			}

			/* Product text for li bullets within a description */
			.product_MAIN_text_description ul
			{
			margin-top:5px;
			margin-left:25px;
			}

	    	/* Bundle sticker, container */
			.product_MAIN_sticker_container
			{
			text-align:right;
			margin-right: 12px;
			}

	    	/* Bundle sticker */
			.product_MAIN_sticker
			{
			height:60px;
			width:60px;
			}

	    	/* Bundle / Special offer pricing, Container */
			.product_MAIN_offer_price_container
			{
			text-align:right;
			margin-top: 10px;
			}

	    	/* Bundle / Special offer pricing */
			.product_MAIN_offer_bundle_price,
			.product_MAIN_offer_regular_price
			{
			text-align:right;
			font-size:8pt;
			margin-top: 0px;
			margin-bottom: 3px;
			margin-right: 12px;
			color: #780000;
			}

			.product_MAIN_offer_regular_price
			{
			text-decoration: line-through
			}

			.product_MAIN_offer_bundle_price
			{
			font-weight:bold;
			}


			/* Product detail footer box (includes pricing offer info, bundle products, stickers etc */
			.product_detail_footer_container
			{
			padding-top:3px;
			padding-bottom:5px;
			border:0px solid yellow;
			}

	    	/* Product Cart Status*/
			.product_MAIN_cart_status,
			.product_HIGHSLIDE_cart_status
			{
			background-image:url('../images/70transparent.png'); 
			position:relative; left:70px; bottom:60px;
			padding-top:2px;
			padding-bottom:2px;
			padding-left:5px;
			padding-right:5px;
			color:#494B9E;
			}

			.product_HIGHSLIDE_cart_status
			{
			position:relative; left:80px; bottom:60px;
			}

/* Main Product, Headings used on the Main product Page (IS THIS IN USE ????) */

    	/* Product Subcategory, used for the section title / subcategory products headings */
    	.mainproduct_subheadings_h1
    	{
    	font-weight:bold; 
		font-size:12px;
		margin-top:30px;
		margin-bottom:10px;
    	}

-->
