﻿.Heading
{
	font-size: 20px;
	color: #282828;
	font-weight: bold;
	text-align: left;
}

.HeadingPink
{
	font-size: 20px;
	color: #CC0066;
	font-weight: bold;
	text-align: left;
}

.SubHeading
{
	font-size: 15px;
	color: #282828;
	font-weight: bold;
}

.hint
{
	font-size: 11px;
	color: gray;
	font-weight: normal;
	margin: 5px;
	margin-left: 0;
}

img
{
	border-style: none;
}

.label
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

td
{
	text-align: left;
}

.Error
{
	font-size: 14px;
	color: Red;
	font-weight: bold;
}

.Message
{
	font-size: 18px;
	color: #282828;
	font-weight: bold;
	line-height: 40px;
}

.Confirmation
{
	font-size: 18px;
	color: #282828;
	font-weight: bold;
	line-height: 40px;
}

.LargeTextBox
{
	border: #bababa 1px solid;
	padding: 4px;
	color: #696969;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: normal;
	font-family: arial, bold;
	text-align: left;
	width: 400px;
}

.ButtonLarge, .SmallButton
{
	border: #696969 2px solid;
	padding: 1px;
	color: #696969;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: normal;
	font-family: arial, bold;
	text-align: center;
	margin-top: 15px;
	width: 100px;
}

.SmallButton
{
	padding: 3px;
	font-size: 12px;
	margin: 0;

}

.PagingCurrentPageButton
{
	border: #fff 4px solid;
	padding: 2px;
	background-color: Black;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 40px;
	line-height: normal;
	font-family: arial, bold;
	text-align: center;
}

.PrivacePolicies:link, .PrivacePolicies:visited
{
	color: #3366FF;
	text-decoration: none;
}

.PrivacePolicies:hover
{
	color: red;
	text-decoration: none;
}

.cartTotal
{
	font-size: 13px;
	color: gray;
	font-weight: normal;
	margin: 5px;
	margin-left: 0;
}
.cart
{
	font-size: 12px;
	color: gray;
	font-weight: normal;
	margin: 5px;
	margin-left: 0;
}


