﻿@import url("Style_Universal.css");
@import url("Style_Layout.css");
@import url("Style_ContentBlocks.css");
@import url("Style_Category.css");
@import url("Style_ShoppingCart.css");
@import url("Style_SingleProductDisplayControl.css");
@import url("Style_Controls.css");
@import url("Style_Checkout.css");
@import url("Style_Overide.css");

/*********************************************************
**  PAGE DEFINITION :
**  This Style Sheet loads all others, which are
**  broken up for ease of editing and finding styles.
**  
**  Included on this page are page specific styles,
**  and any styles who haven't a category yet.
*********************************************************/


/***********************************************
* MISCELLANEOUS ?
***********************************************/
.clear 
{
	clear:both;
}

.hide 
{
	display: none;
}

/***********************************************
* Site Map Page
***********************************************/
.sitemapColumn
{
	vertical-align: top;
}

.ColumnOne 
{
	/* no entry */
}

.ColumnTwo 
{
	/* no entry */
}

.ColumnThree 
{
	/* no entry */
}

#SitemapTable
{
	width: 100%;
}


.AddedToCartMessage 
{
	color: Red;
}

/***********************************************
* CHECKOUT
***********************************************/
.shippingdiscount 
{
	/* text-decoration: line-through; */
}

