﻿/* FORMATTING OPTIONS */
.float
{
	float: left;
	vertical-align: bottom;
}
.float2
{
	padding: 4px 4px 4px 4px;
	float: left;
	width: 250px;
	vertical-align: bottom;
}
.float3
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	vertical-align: bottom;
}
.float4
{
	padding: 4px 4px 4px 4px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	vertical-align: bottom;
}

/* CATEGORY LISTING PAGE */
.ShopCategoryLink
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.ShopCategoryLink:Hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.ShopProductLink
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
.ShopProductLink:Hover
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	color: #999999;
}
.SaleProduct
{
	color: #ff0000;
}
.SaleProduct:Hover
{
	color: #ff0000;
}

.ShopCategoryImage
{
	border: none;
}
.ShopCategoryImage:Hover
{
	border: solid 1px #000000;
}
.PagingNumbers
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	background-color: #cccccc;
	color: #333333;
}
.PagingNumbersSelected
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	background-color: #cc0000;
	color: #FFFFFF;
}
.PagingButton
{
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
}
.CategoryTable
{
	text-align: center;
}
.CategoryTable:Hover
{
	text-align: center;
	background-color: #ededed;
}
.Legend
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

/* PRODUCT DISPLAY PAGE */

.ProductName
{
	font-family: Tahoma;
	font-size: 19px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
.ProductDescription
{
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.SaleProduct
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: Red;
	font-weight: bold;
}
.normalPrice
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.ProductItemLabel
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.ProductItemValue
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.ProductDropDown
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	width: 150px;
}
.ProductAnchor
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}
.ProductImageLarge
{
	border: solid 1px #666666;
	cursor: nw-resize;
	visibility: visible;
}
.ProductImageSmall
{
	border: solid 1px #000000;
	padding: 2px 0px 0px 2px;
	visibility: visible;
}

.ProductQty
{
	width: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

/* SHOPPING CART */

.QtyField
{
	width: 35px;
	height: 18px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border: solid 1px #819eba;
}
.SeparatorHr
{
	border: 0;
	border-top: solid 1px #999999;
	height: 1px;
}

/* PAYMENT PROCESS */

.SCTitle
{
	float: left;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	width: 500px;
	padding: 10px 0px 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.SCSubTitle
{
	float: left;
	font-family: Arial;
	font-size: 14px;
	color: #999999;
	width: 500px;
	padding-top: 10px;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.SCTitleHr
{
	float: left;
	border: 0;
	border-top: solid 1px #999999;
	height: 1px;
	width: 500px;
}
.SCDescription
{
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.SignupBox
{
	width: 239px;
	height: 18px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border: solid 1px #819eba;
}

.SignupBoxPayment
{
	width: 194px;
	height: 18px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border: solid 1px #819eba;
}

.SCFormItemHighlighted
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #ededed;
	width: 500px;
	padding: 8px 2px 8px 50px;
}

.SCFormItem
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	width: 500px;
	padding: 2px 2px 2px 50px;
}
.SCFormTextItem
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	width: 100px;
	text-align: left;
}
.SCFormFieldItem
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	width: 300px;
	text-align: left;
}
.SCForwardButton
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.SCBackButton
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.SCBasePanel
{
	float: left;
	width: 500px;
	vertical-align: bottom;
}
.SCPanel
{
	padding: 4px 4px 4px 4px;
	float: left;
	width: 590px;
	height: 500px;
	height: auto;
}
.CCPanel
{
	padding: 4px 4px 4px 4px;
	float: left;
	width: 700px;
	height: 500px;
	height: auto;
}
.SCBaseItem
{
	float: left;
	width: 255px;
	padding: 0px 10px 0px 10px;
	vertical-align: bottom;
}
.ActiveButton
{
	background-color: #999999;
}
.InActiveButton
{
	background-color: #eeeeee;
}
.SCStep
{
	float: left;
	padding: 4px 0px 4px 0px;
	width: 125px;
	text-align: center;
}
.SCStepInActive
{
	font-family: Arial;
	font-size: 11px;
	color: #cccccc;
	padding: inherit;
	text-decoration: none;
}
.SCStepActive
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding: inherit;
	text-decoration: none;
}
.SCStepCurrent
{
	font-family: Arial;
	font-size: 11px;
	color: #ff0000;
	padding: inherit;
	text-decoration: none;
}

.SCValidationError
{
	font-family: Arial;
	font-size: 11px;
	color: #ff0000;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
}

.SCValidationHeading
{
	font-family: Arial;
	font-size: 12px;
	background-color: Yellow;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #ff0000;
	width: 100%;
}

.SCValidationHeading ul
{
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.CheckoutCustTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.CheckoutRow
{
	height: 45px;
	vertical-align: top;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.CheckoutCheckBox
{
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}

.CheckoutPinkTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #f23f72;
	text-decoration: none;
}

.DescriptionText
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.CheckoutPinkTitleLarge
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #f23f72;
	text-decoration: none;
}

.SummaryTitleRow
{
	border-bottom: solid 1px #999999;
	padding-left: 13px;
}

.SummaryText
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.CheckoutPinkTitleNormal
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #f23f72;
	text-decoration: none;
}

.SummaryTitleGrey
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.SummaryTitleGreyNormal
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.InActiveStep
{
	font-family: Arial;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.ActiveStep
{
	font-family: Arial;
	font-weight: bold;
	color: #f23f72;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.PastActiveStep
{
	font-family: Arial;
	font-weight: bold;
	color: #ffcccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.InActiveStepCell
{
	background: #999999;
	height: 4px;
}

.ActiveStepCell
{
	background: #f23f72;
	height: 4px;
}

.PastActiveStepCell
{
	background: #ffcccc;
	height: 4px;
}
.CartBar
{
	width: 583px;
	height: 20px;
	border: 0px;
	background: #e6e5e5;
	border-top: solid 1px #d0cfcf;
	border-bottom: solid 1px #d0cfcf;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.CartText
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
