﻿

/* CATEGORY LISTING PAGE */
.ShopCategoryLink, .ShopCategoryLink:Hover
{
	font-family: Tahoma, Arial, Sans-Serif;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.ShopProductLink, .ShopProductLink:Hover
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	color: #00458d;
}
.SaleProduct, .SaleProduct:Hover
{
	color: #ff0000;
}
.ShopCategoryImage
{
	border: none;
}
.ShopCategoryImage:Hover
{
	border: solid 1px #000000;
}
.PagingNumbers
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: #ffffff;
	color: #333333;
}
.PagingNumbersSelected
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: #cccccc;
	color: #000000;
}
.PagingButton
{
	font-family: Arial;
	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: Arial, Sans-Serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
}
.SaleProduct
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: Red;
	font-weight: bold;
}
.normalPrice
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.ProductItemLabel, .ProductItemValue
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.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;
}
.ShopHeading
{
	font-family: Arial, Sans-Serif;
	color: #00458d;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.LinkedFiles, a:link.LinkedFiles, a:active.LinkedFiles, a:hover.LinkedFiles, a:visited.LinkedFiles
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #00458d;
	font-weight: bold;
}
/* PAYMENT PROCESS */

.SideCartProdTitle
{
	font-family: Arial;
	font-size: 12px;
	color: #00458d;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
.SideCartRemoveButton
{
	font-family: Arial;
	font-size: 12px;
	color: #00458d;
	font-weight: bold;
	text-decoration: underline;
}
.SideCartTotals
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
}
