/* background color for the content part of the pages */
Body
{
	color: #500000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
}
/*
	For Body
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
*/

TD, P
{
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	
}
/*
line-height: 11px;
*/

/* text style for the title of each page on the right side */
.PageTitle
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 14;
	font-weight: bold;
	padding-bottom: 3px;
	color: #999999;
}

/* text style for the navigation links (trail tracking) */
.TrailLink
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 2px;
	color: #333333;
}

/* hyperlink style for the site links */
A.TrailLink:link
{
	text-decoration: none;
	color: #333333;
}

A.TrailLink:visited
{
	text-decoration: none;
	color: #333333;
}

A.TrailLink:active
{
	text-decoration: none;
	color: #333333;
}

A.TrailLink:hover
{
	text-decoration: underline;
	color: #333333;
}

/* text style for the product navigation links */
.SiteLink
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11;
	font-weight: bold;
	padding-bottom: 2px;
	color: #333333;
}
/* A:link IMG { border: none }
/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: #000000;
	border: none;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: #000000;
}

A.SiteLink:active
{
	text-decoration: none;
	color: #990000;
}

A.SiteLink:hover
{
	text-decoration: bold;
	color: #990000;
}

/* Text style for the table title */
.TblTitle
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #500000;	
	background-color: #DDDDDD;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	
}


/* text style used for most text rendered by modules */
.NormalSmall
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox 
{
}

.TextBox
{
	font: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #111111;
	background-color: white;
	border: 1px solid #999999;
	vertical-align: middle;
}

.TextBoxSmall
{
	font: Verdana, Arial, Tahoma;
	font-size: 9px;
	color: #111111;
	background-color: white;
	border: 1px solid #999999;
	vertical-align: middle;
}

A:link
{
	text-decoration: underline;
	color: #333333;
}

A:visited
{
	text-decoration: underline;
	color: #333333;
}

A:active
{
	text-decoration: underline;
	color: #333333;
}

A:hover
{
	text-decoration: underline;
	color: #500000;
}

HR
{
	color: #CCCCCC;
	height: 1pt;
	text-align: center;
}

.Box
{
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

.TableBox
{
	border: 1px solid #666666;
	vertical-align: middle;
}

.SearchBox
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	border: 1px solid #999999;
	vertical-align: middle;
}

.SearchButton
{
	vertical-align: middle;
}

.Button
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #333333;
	cursor: hand;
	border: solid 1px #666666;
	padding: 1px;
	vertical-align: middle;
}

.NormalButton 
{
	cursor: hand;
	font-size: 11px;
	vertical-align: middle;
}

.Price
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;	
}

.CartTableTitle
{
	font-weight: bold;
	background-color: #CCCCCC;
}

.CartTableBody
{
	background-color: #EEEEEE;
}

/* For SignIn */
.FormBackground
{
	background-color: #EEEEEE;
}

/* For SignIn */
.FormSubTitle
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	
}

/* For SignIn */
.Comment
{
	color: #990000;
}

/* For order summary */
.TextBoxLabel
{
	text-align:right;
	border:0;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #333333;	
}

.TextBoxLabelLink
{
	text-align:right;
	border:0;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #990000;	
	cursor: hand;
}

.TextBoxLabelBold
{
	text-align:right;
	border:0;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;	
}

.TextBoxLabelMsg
{
	text-align:left;
	border:0;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;	
	width:350px;
}