/*
 * START: HTML element default styles 
 */
/* background color for the content part of the pages */
body
{
	background-color: #ffffff;
	color: ffffff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-track-color: #ffffff;
}

h1
{
	color: #666644;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h2
{
	color: #666644;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h3
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h4
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h5, dt
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h6
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

tfoot, thead
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

th
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: baseline;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

small
{
	font-size: 8px;
}

big
{
	font-size: 14px;
}

blockquote, pre
{
	font-family: Lucida Console, monospace;
}


ul li
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: square;
}

ul li li
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: disc;
}

ul li li li
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: circle;
}

ol li
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: decimal;
}

ol ol li
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: lower-alpha;
}

ol ol ol li
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: lower-roman;
}

hr
{
	color: #003366;
	height: 1pt;
	text-align: left;
}
/*
 * END: HTML element default styles 
 */



/*
 * START: Text style for typical strings
 */
/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.NormalAlt
{
	background-color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	background-color: #eeeeee;
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-track-color: #ffffff;
}

.NormalRed
{
	color: #ff0000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.NormalBold
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
 * END: Text style for typical strings 
 */



/*
 * START: Styles for module titles
 */
.Head
{
	border-bottom: solid 1px #990000;
	color: #990000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.HeadEdit
{
	color: #003366;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
 * END: Styles for module titles
 */



/*
 * START: Page header styles 
 */
.HeadBg
{
	background-color: #ffffff;
}

.WelcomeMessage
{
	color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.TopMenu
{
	background-color: #ffffff;
	border-bottom: solid thin #000000;
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* hyperlink style for the site links */
a.SiteLink:link
{
	color: #cccccc;
	text-decoration: none;
}

a.SiteLink:visited
{
	color: #cccccc;
	text-decoration: none;
}

a.SiteLink:active
{
	color: #000000;
	text-decoration: none;
}

a.SiteLink:hover
{
	color: #000000;
	text-decoration: underline;
}

/* style for separator between site links */
.Accent
{
	color: #000000;
	font-weight: bold;
}
/*
 * END: Page header styles 
 */



/*
 * START: Style for buttons and link buttons used in the portal admin pages
 */
.CommandButton
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link
{
	color: #000000;
	text-decoration: underline;
}

a.CommandButton:visited
{
	color: #0000;
	text-decoration: underline;
}

a.CommandButton:active
{
	color: #000000;
	text-decoration: underline;
}

a.CommandButton:hover
{
	color: #000000;
	text-decoration: underline;
}
/*
 * END: Style for buttons and link buttons used in the portal admin pages
 */


.BodyCell
{
	background-color: #ffffff;
	width: 790;
}


/*
 * START: Main menu styles
 */
/*
/* background/border colors for the selected tab */
.TabBg
{
	background-color: #ffffff;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: #ffffff;
}

/* text style for the selected tab */
.SelectedTab
{
	color: #000000;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
a.SelectedTab:link
{
	color: #000000;
	text-decoration: none;
}

a.SelectedTab:visited
{
	color: #000000;
	text-decoration: none;
}

a.SelectedTab:active
{
	color: #000000;
	text-decoration: none;
}

a.SelectedTab:hover
{
	color: #990000;
	text-decoration: none;
}


/* text style for the unselected tabs */
.OtherTabs
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
a.OtherTabs:link
{
	color: #000000;
	text-decoration: none;
}

a.OtherTabs:visited
{
	color: #000000;
	text-decoration: none;
}

a.OtherTabs:active
{
	color: #000000;
	text-decoration: none;
}

a.OtherTabs:hover
{
	color: #990000;
	text-decoration: none;
}
/*
 * END: Main menu styles 
 */



/*
 * START: Overall styles for the three main sections
 */
.PortalBanner
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.BannerMenu
{
	background-color: #cccccc;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 20px;
	text-align: middle;
	vertical-align: right;
}

.MainMenu
{
	background-color: #ffffff;
	max-width: 100px;
	min-width: 100px;
	width: 100px;
}

.TopLeftPane
{
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	width: 292px;
	border-left: solid 1px #000000;
}

.TopCenterPane
{
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.TopRightPane
{
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-right: solid 1px #000000;
}
.LeftPane
{
	background-color: #cccccc;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 2px;
	border-left: solid 1px #000000;
}

.CenterPane
{
	background-color: #ffffff;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	width:486px;
}

.RightPane
{
	background-color: #E5E5CC;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 2px;
	border-right: solid 1px #000000;
}

.BottomPane
{
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 790px;
}

/*
 * END: Overall styles for the three main sections
 */



/*
 * START: Product Category menu styles
 */
.CategoryMenuUnselected, a.CategoryMenuUnselected, a.CategoryMenuUnselected:link, a.CategoryMenuUnselected:visited
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.CategoryMenuUnselected:hover
{
	color: #000000;
	padding-left: 10px;
	text-decoration: underline;
}

.CategoryMenuSelected, a.CategoryMenuSelected, a.CategoryMenuSelected:link, a.CategoryMenuSelected:visited
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.CategoryMenuSelected:hover
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	text-decoration: none;
}

a.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
	color: #ccaa00;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.MenuUnselected:hover
{
	color: #000000;
	padding-left: 10px;
	text-decoration: underline;
}

a.MenuSelected
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.MenuSelected:hover
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	text-decoration: none;
}
/*
 * END: Product Category menu styles
 */



/*
 * START: Common data list styles 
 */
.DataListHeader
{
	background: #ffffff;
	border: solid 1px #000000;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.DataListFooter
{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.DataListItem
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.DataListItemAlternate
{
	background-color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*
 * END: Common data list styles 
 */



/*
 * START: Styles for products
 */
.ProductHead
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.saleprice
{
	color: #003366;
}
/*
 * END: Styles for products
 */



/*
 * START: Styles for error messages
 */
.ErrorText
{
	color: #ff0000;
	font-family: Verdana, Arial;
	font-size: 11px;
}
/*
 * END: Styles for error messages
 */



/*
 * START: Styles for addresses
 */
.Address
{
	border-bottom: solid thin #000000;
	border-top: solid thin #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.AddressList
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.CheckoutAddressColumn
{
	border-top: solid thin #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Customer Order Address Border */
.OrderAddress
{
	background-color: #eeeeee;
	border-bottom: solid thin #000000;
	border-left: solid thin #000000;
	border-right: solid thin #000000;
	border-top: solid thin #000000;
}
/*
 * END: Styles for addresses
 */



/*
 * START: Invoice data list styles 
 */
.InvoiceHeader
{
	border-bottom: solid thin #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.InvoiceList
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.InvoiceListHead
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px
}

.InvoiceListItem
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px
}

.InvoiceListItemAlt
{
	background-color: #eeeeee;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px
}

.InvoiceListFooter
{
	background-color: #ffffff;
}
/*
 * END: Invoice data list styles 
 */



/*
 * START: dot net edit styles 
 */
.container
{
	background-color: #cccccc;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.editBox
{
	background-color: #ffffff;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*
 * END: dot net edit styles
 */



/*
 * START: Styles for front page specials 
 */
.FrontPageSpecialsBody
{
	background: #E5E5CC;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

.FrontPageSpecialItem
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a.FrontPageSpecialItem, a.FrontPageSpecialItem:link, a.FrontPageSpecialItem:visited
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a.FrontPageSpecialItem:hover
{
	color: #ff0000;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: underline;
}
/*
 * END: Styles for front page specials 
 */



/*
 * START: Styles for customer login
 */
.CustomerLoginHeader
{
	background-color: #ffffff;
	border-bottom: solid 1px #003366;
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.CustomerLoginBody
{
	background: #E5E5CC;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}
/*
 * END: Styles for front page specials 
 */



/*
 * START: Product search control style
 */
.ProductSearch
{
	color: #ffffff;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ProductSearchMenu
{
	background-color: #660000;
	color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
 * END: Product search control style
 */



/*
 * START: Style for FAQ module
 */
.FAQQuestionHeading
{
	color: #003366;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.FAQQuestion
{
	color: #003366;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.FAQAnswerHeading
{
	border-bottom: solid 1px #000000;
	color: #000099;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.FAQAnswer
{
	border-bottom: solid 1px #000000;
	color: #000099;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}
/*
 * END: Style for FAQ module
 */



/*
 * START: Styles for links in menu for the menu page control 
 */
.SubMenu, .SubMenu a, .SubMenu a:link, .SubMenu a:visited
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.SubMenu a:active, .SubMenu a:hover, .SubMenu a:visited:hover 
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
/*
 * END: Styles for links in menu for the menu page control 
 */



/*
 * START: Style for reading messages in Discussion
 */
.Message
{
	background-color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*
 * END: Style for reading messages in Discussion
 */



/*
 * START: Style of item titles by Announcements and events
 */
.ItemTitle
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
 * END: Style of item titles by Announcements and events
 */

/*
 * START: Styles for the user management controls
 */
.mainSection
{
	padding: 10px;
	margin: 0px 10px 10px 10px;
	border: solid 2px maroon;
}

.menuSection
{
	margin: 5px 10px 0px 10px;
	padding: 0px;
	text-align: right;
}

a.menuTab
{
	border-top: 1px solid maroon;
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
	padding: 1px 5px 1px 5px;
	margin: 2px 2px 0px 2px;
	font-family: Sans-Serif;
	font-size: smaller;
	color: maroon;
	background-color: white;
	text-decoration: none;
}

a.menuTab:hover
{
	background-color: silver;
	text-decoration: none;
}

a.menuTabSelected
{
	border-top: 1px solid maroon;
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
	padding: 1px 5px 1px 5px;
	margin: 2px 2px 0px 2px;
	font-family: Sans-Serif;
	font-size: smaller;
	color: white;
	background: maroon;
}

a.menuTabSelected:hover
{
	text-decoration: none;
}
/*
 * END: Styles for the user management controls
 */

