﻿/* 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, Helvetica, Sans-Serif;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    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: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.ShopCategoryLink:Hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    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
{
}
.ShopCategoryImage:Hover
{
}
.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: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    text-decoration: none;
    color: #122A5C;
    font-weight:bold;
}
.ProductDescription
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
}
.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: 50px;
    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 */

.SCTitle
{
    float: left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    width: 600px;
    padding: 10px 0px 10px 20px;
}
.SCSubTitle
{
    float: left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #999999;
    width: 600px;
    padding-top: 10px;
    font-weight: bold;
    padding: 10px 0px 10px 20px;
}
.SCTitleHr
{
    float: left;
    border: 0;
    border-top: solid 1px #999999;
    height: 1px;
    width: 600px;
}
.SCDescription
{
    float: left;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
}
.SignupBox
{
    width: 150px;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

.SCFormItemHighlighted
{
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    background-color: #ededed;
    width: 550px;
    padding: 8px 2px 8px 50px;
}

.SCFormItem
{
    float: left;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    width: 600px;
    padding: 2px 2px 2px 50px;
}
.SCFormTextItem
{
    float: left;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    width: 100px;
    text-align: left;
}
.SCFormFieldItem
{
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    width: 300px;
    text-align: left;
}
.SCForwardButton
{
    border: 0px;
    color: #001541;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #DEDEDE;
    height: 23px;
    cursor:pointer;
}
.SCBackButton
{
    border: 0px;
    color: #001541;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #CBCBCB;
    height: 23px;
    cursor:pointer;
}
.SCBasePanel
{
    float: left;
    width: 650px;
    vertical-align: bottom;
}
.SCPanel
{
    padding: 4px 4px 4px 4px;
    float: left;
    width: 600px;
    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: 200px;
    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: 600px;
}

.BackLink
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #001541;
    font-size: 11px;
    font-weight: bold;
}
