﻿/* 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;
}
.CategoryPageHeaderDesc
{
}

/* PRODUCT DISPLAY PAGE */

.ProductName
{
	font-family: Tahoma;
	font-size: 19px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
.ProductDescription
{
	font-family: Tahoma, Arial;
	color: #777;
	font-size: 11px;
	line-height: 18px;
}
.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;
}
.SeparatorHr
{
	border: 0;
	border-top: solid 1px #999999;
	height: 1px;
}

/* PAYMENT PROCESS */

.VoucherArea
{
	background: #c6dfef;
	width: 350px;
	padding: 10px;
}
.VoucherTextarea
{
	width: 200px;
}
.VoucherTextField
{
	width: 130px;
}
.VoucherButtonWrapper
{
	text-align: right;
	width: 350px;
}
.TotalsArea
{
	width: 200px;
}
.SCTitle
{
	font-family: Chevin, Arial, Sans-Serif;
	color: #75bce8;
	font-size: 30px;
	line-height: 34px;
	text-decoration: none;
}
.SCSubTitle
{
	font-family: Arial;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.SCTitleHr
{
	float: left;
	border: 0;
	border-top: solid 1px #ccc;
	height: 1px;
	width: 100%;
}
.SCDescription
{
	font-family: Tahoma, Arial, Sans-Serif;
	color: #777;
	font-size: 11px;
	line-height: 18px;
}
.SignupBox
{
	width: 150px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.SCFormItemHighlighted
{
	float: left;
	width: 500px;
	padding: 2px 2px 2px 50px;
	font-family: Tahoma, Arial;
	color: #777;
	font-size: 11px;
	line-height: 18px;
}

.SCFormItem
{
	float: left;
	width: 500px;
	padding: 2px 2px 2px 50px;
	font-family: Tahoma, Arial;
	color: #777;
	font-size: 11px;
	line-height: 18px;
}
.SCFormTextItem
{
	float: left;
	width: 100px;
	text-align: left;
	font-family: Tahoma, Arial;
	color: #777;
	font-size: 11px;
	line-height: 18px;
}
.SCFormFieldItem
{
	float: left;
	width: 300px;
	text-align: left;
	font-family: Tahoma, Arial;
	color: #777;
	font-size: 11px;
	line-height: 18px;
}
.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: 722px;
	vertical-align: bottom;
}
.SCPanel
{
	width: 722px;
}
.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: Transparent;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #ff0000;
}
