/* DIVISIONS */

div.fscCommonDiv
	{
		text-align: center;
		width: 100%;
		padding-bottom: 5px;
	}

div.fscLight
	{
		width: 100%;
		background-color: #91C5EE;
		padding-top: 10px;
	}

div.fscDark
	{
		width: 100%;
		background-color: #49A0E3;
		padding-top: 10px;
	}

div.fscCategories
	{
		width: 100%;
		background-color: #86D689;
		padding-top: 10px;
		padding-bottom: 5px;
	}

div.fscProducts
	{
		width: 100%;
		background-color: #FF9031;
		padding-top: 10px;
		padding-bottom: 5px;
	}

div.fscBlurb
	{
		position: relative;
		overflow: hidden;
		float: right;
		width: 50%;
		height: 100%;
		margin-right:0px;
		margin-top: 0px;
	}

div.fscWarning
	{
		width: 100%;
		text-align: left;
		background-color: #ff0000;
		padding-top: 10px;
	}

div.fscCategoryProductListing
	{
		margin: 0;
		width: 100%;
		text-align: left;
		background-color: #c00000;
		padding-top: 10px;
	}

div.fscPaddedDiv
	{
		width: 100%;
		padding: 10px;
	}

div.fscProductDiv
	{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #c00000;
	}

div.fscCheckoutDiv
	{
		text-align: left;
		width: 100%
	}

/* IMAGES */

img.fscBlurb
	{
		float: left;
		margin-right: 10px;
	}

img.fscProduct
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		clear: both;
	}

/* PARAGRAPHS */

p.fscCommonText
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
	}

p.fscRightText
	{
		text-align: left;
		margin-left: 10px;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
	}

p.fscLargeCenterHeader
	{
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		font-size: 14pt;
		font-weight: normal;
		color: #c00000;
		margin-top: 5px;
	}

p.fscLargeCenterHeaderInForm
	{
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		font-size: 14pt;
		font-weight: bold;
		color: #c00000;
		margin-top: -15px;
	}

p.fscMediumLeftHeader
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
	}

p.fscBoldText
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
	}

p.fscBlurbText
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 8pt;
		font-weight: normal;
		color: #404040
	}

p.fscWarning
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
	}

p.fscCategoryProductListingHeader
	{
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		font-size: 14pt;
		font-weight: normal;
		color: #ffffff;
		margin-top: 5px;
	}

p.fscCenteredWhiteText
	{
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		color: #ffffff;
	}

p.fscProductCommon
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		padding: 0;
		margin-left: 0;
		margin-bottom: 5px;
	}

p.fscProductID
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		padding: 0;
		margin-left: 0;
		margin-bottom: 5px;
	}

p.fscProductName
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		color: #c00000;
		padding: 0;
		margin-left: 0;
		margin-bottom: 5px;
	}

p.fscPrice
	{
		width: 100px;
		height: 30px;
		padding: 5px;
		margin: 5px;
		float: right;
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		font-size: 8pt;
		border-width: 1px;
		border-style: solid;
		border-color: #c00000;
	}

p.fscProductDescription
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		padding: 0;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

/* TEXTAREAS */

textarea.fscCommonText
	{
		text-align: left;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
	}

/* LINKS */

a.fscCustomCategoryLink:link
	{
		color: #ff0000;
		text-decoration: none;
	}

a.fscCustomCategoryLink:visited
	{
		color: #ff0000;
		text-decoration: none;
	}

a.fscCustomCategoryLink:active
	{
		color: #ff0000;
		text-decoration: none;
	}

a.fscCustomCategoryLink:hover
	{
		color: #ff0000;
		text-decoration: none;
	}

a.fscRedLink:link
	{
		color: #ff0000;
	}

a.fscRedLink:visited
	{
		color: #ff0000;
	}

a.fscRedLink:active
	{
		color: #ff0000;
	}

a.fscRedLink:hover
	{
		color: #ff0000;
	}

	/* FORMS */

form.fscAddToCart
	{
		float: right;
		clear: both;
		margin-left: 5px;
		margin-right: 3px;
		margin-bottom: 5px;
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		font-size: 8pt;
		font-weight: normal;
		color: #c00000;
	}

/* TEXTS */

input.fscQty
	{
		width: 3em;
		vertical-align: middle;
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		font-size: 8pt;
		font-weight: bold;
		color: #c00000;
		margin: 5 0 10 0;
		border-style: inset;
		border-width: 2;
		border-color: #ff0000;
		background-color: #ffd0d0;
	}

	/* BUTTONS */

input.fscAddToCart
	{
		float: center;
		clear: both;
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		font-size: 8pt;
		font-weight: normal;
		color: #c00000;
		cursor: hand;
	}
