﻿/* 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;
}
.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:11px;
    color:#000000;  
 
}
.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:500px;
    padding: 8px 2px 8px 2px;
}

.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:500px;
    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:500px;
}
