﻿.PortalStore_NormalTextBox
{
	font-weight: normal;
	font-size: 12px;
	color: gray;
	font-family: Verdana, Arial, Helvetica;
}
.PortalStore_NormalTextBox_RightAlign
{
	font-weight: normal;
	font-size: 12px;
	color: gray;
	font-family: Verdana, Arial, Helvetica;
                text-align:right;
}
.PortalStore_BasicBorder
{
	border-right: DC3943 1px solid;
	border-top: DC3943 1px solid;
	border-left: DC3943 1px solid;
	border-bottom: DC3943 1px solid;
}
A.PortalStore_LinkButton{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #DC3943;
}

A.PortalStore_LinkButton:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #DC3943;
}

A.PortalStore_LinkButton:visited  {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #DC3943;
	text-decoration: none;
}

A.PortalStore_LinkButton:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	color: #9E020B;
	text-decoration: none;
}

A.PortalStore_LinkButton:hover {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;	
    color: #9E020B;
    text-decoration: none;
}
.PortalStore_NormalHelpText {
	color:#95B94F;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica;
	text-align:left;
	font-weight: bold;
}
.PortalStore_NormalWarning
{
	font-family: Verdana, Arial, Helvetica;
	color:  #9E020B;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}
.PortalStore_SmallText
{
	color: #DC3943;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica;
}

.PortalStore_NormalText,
.PortalStore_Normal, 
.PortalStore_PriceLabel, 
.PortalStore_Price_Regular
{
	color: #DC3943;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica;
}
.PortalStore_Bold
{
	color: #DC3943;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica;
	font-weight: bold;
}
.PortalStore_SubHeading
{
	color: #9E020B;
	font-size: 12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica
}
.PortalStore_Heading
{
	color: #9E020B;
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica
}
/*	Portal Store Price Formatting */
/*  Price Label is used to set the label formatting (list price, price, on sale, save, etc) */
/*  Discounted is the discounted list price if there is a sale on */
/*  SalePrice is the on sale price formatting */
/*  DiscountPercent and SavingsAmount are the savings from retail to on sale price formatting */


/* Price Table Formatting */

TABLE.PortalStore_Price_Table
{
	border: none;
}
.PortalStore_Price_Discounted
{
	color: Navy;
	font-family: Verdana, Arial, Helvetica;
	text-decoration:line-through;
	font-size: 9pt;
	font-weight:normal;
}
.PortalStore_Price_SalePrice
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: darkgreen;
}

.PortalStore_Price_DiscountPercent
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: darkgreen;
}

.PortalStore_Price_SavingsAmount
{
	color: firebrick;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
}
