/*
Bright Red:		#cc0033
Dark Red:		#990000
Faint Red:		#ffe6e6

Dark Blue:		#005bbf
Faint Blue:		#e6e6ff

Yellow:			#FFFFCF
*/

body
{
	background-color: white;
	color: Black;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px;
	width: 100%;
	height: 100%;
}

A,
A:visted,
A:link
{
	color: #cc0033;
	text-decoration: none;
}
A:active,
A:hover
{
	color: #cc0033;
	text-decoration: underline;
}
#page_header
{
	background-color: #cc0033;
	/* border-top: 2px solid #990000; 
	border-bottom: 2px solid #990000; */
	height: 25px;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: White;
	background-image: url(/images/TopRedBar.gif);
}
#page_header td
{
	font-family: Verdana, Arial, Sans-Serif;
	color: White;
}
#page_header .submit
{
	width: 25px;
	height: 17px;
	background-color: white;
	color: #cc0033;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	border: 1px;
	font-weight: bold;
	overflow: hidden;
}
#page_header .CustomerName
{
	color: Green;
}

.visitor_body
{
	height: 400px;
}
.rqd
{
	color: Red;
}
IMG
{
	border: 0px solid black;
}
TABLE
{
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
TD
{
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.header_table
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.header_table TD
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: -1;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
sup
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 6pt;
}
.header_table INPUT
{
	border: 1px solid black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
.topmenu
{
	/*position: relative;
	display: block; */
	background-repeat: no-repeat;
	padding-right: 1px;
}
.topmenu a
{
	/* display: block; */
	float: left;
}
.topmenu a:hover img
{
	visibility: hidden;
}
.topmenubackground
{
	background-image: url(/images/TopMenuBackground.jpg)
}

.browse_header
{
	height: 49;
	width: 100%;
	white-space:nowrap;
	overflow:hidden;	
}

.body
{
	padding-right: 10px;
}
#container
{
	/*MIN-HEIGHT: 100%; */
	POSITION: relative;
	height: 100%;
}

.bodyheader
{
	border-top: 1px solid #cc0033;
	border-bottom: 1px solid #cc0033;
	font-family:Palatino Linotype, Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cc0033;
	margin-top: 6px;
	margin-bottom:8px;
	padding-left: 8px;
}
H1
{
	border-top: 1px solid #cc0033;
	border-bottom: 1px solid #cc0033;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cc0033;
	margin-top: 6px;
	margin-bottom:8px;
	padding-left: 8px;
}
.bodyheader A
{
	color: #cc0033;
}

#body
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
.Customer_Address
{
	color: #cc0033;
	padding: 4px;
	margin: 3px;
	border: 1px solid black;
	width: 500px;
}
.subcategories
{
	/* color: #990000; */
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
}
.col3
{
	float: left;
	width: 24%;
}
.alpha
{
	text-align: center;
	font-weight: bold;
	background: silver;
	padding: 2px;
	margin: 2 0 6 0;
}
INPUT
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 2px;
}
.headerinput:hover
{
	border: 1px solid white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #aaaaff
}
TEXTAREA
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 2px;
	
}
.grid
{
	background-color: #ffe6e6;
	float:left;
	padding: 10 10 10 10;
}
.grid DIV
{
	background-color: White;
	border: 1px solid #cc0033;
	float:left;
}
.grid .cartdiv
{
	background-color: #ffe6e6;
	border:0;
	float:right;
	width:100%;
	text-align:right;
	margin-bottom: 10px;
}

.grid .cartbutton
{
	background-color: white;
	border:2px solid #cc0033;
	color: #cc0033;
	font-weight:bold;
}

.ItemDetailBackGround
{
	width: 100%;
	height: 100%;
	background-color: #ffe6e6;
	padding: 10 10 10 10;
}
.ItemDetail
{
	background-color: White;
	border: 1px solid #cc0033;
	width: 90%;
	height: 100;
	/* margin-left: 10px; */
	/* margin-top: 20px; */
	padding: 5 5 5 5;
	font-family:Times New Roman,Times,serif;
}
.ItemDetail .image
{
	border-right: 1px solid silver;
	border-Bottom: 1px solid silver;
	text-align: center;
	font-family:Times New Roman,Times,serif;
	font-size: 8pt;
}
.ItemDetail .body
{
	padding-left: 10px;
	font-size: 10pt;
	height: 100%;
}
.ItemDetail .body .longdesc
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.ItemDetail .body .prodinfo
{
	font-weight: bold;
}
.ItemDetail .body .blurb
{
	padding-bottom: 10px;
}
.ItemDetail .body .stocklevel
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	text-align: center;
	padding-top: 20px;
}
.ItemDetail .header
{
	font-weight:bold;
	margin:2 0 0 0;
}
.ItemDetail TABLE
{
	border: 1px solid #cc0033;
	font-size: 8pt;
	font-family: Times New Roman,Serif;
	width: 100%;
}
.ItemDetail TABLE THEAD TD
{
	background-color: #cc0033;
	color: White;
	font-size: 8pt;
}
.ItemDetail TABLE TD
{
	font-size: 8pt;
	font-family: Times New Roman,Serif;
	padding-left: 3px;
}
.highlight
{
	background-color: #cc0033;
	color: White;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
	text-transform:capitalize;
}

.hidden
{
	height: 1px;
	width: 1px;
	overflow:hidden;
}
.right
{
	text-align:right;
	width: 30%;
	float:right;
}

.ClstrList
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.ClstrList THEAD
{
	background-color: #dddddd;
}
.ClstrList THEAD TD
{
	font-size: 10pt;
	padding: 0px, 3px, 0px, 3px;
}
.ClstrList THEAD TD Input
{
	border: 1px solid black;
}
.ClstrList THEAD TD .submit
{
	background-color: #cc0033;
	color: White;
	font-weight: bold;
	border: solid 1px black;
}
.ClstrList TD
{
	border-bottom: 1px solid silver;
	padding-top: 1px;
	padding-bottom: 1px;
}

.WhatsNewList
{
	font-size: 12pt;
	font-family: Verdana, Arial, Sans-Serif;
}
.WhatsNewList THEAD
{
	background-color: #cc0033;
	color: White;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
}
.WhatsNewList TD
{
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}
.soa
{
	color: Red;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
}
PRE
{
	background-color: #ffe6e6;
}
.currentactivity
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
}
.currentactivity THEAD
{
	background-color: Silver;
	font-size: 10pt;
}
.currentactivity TD
{
	padding: 1px 3px 1px 3px;
}
.alert
{
	text-align: center;
	border: 1px solid #cc0033;
	color: #990000;
	padding: 4 4 4 4;
	font-size: 10pt;
	font-weight:bold;
}
.alert small
{
	color: Black;
	font-weight: normal;
}
.SearchInBodyHeader
{
	color: #cc0033;
	font-size: 8pt;
	font-weight:normal;
	text-align: center;
	background-color: #ffe6e6;
}
.SearchInBodyHeader INPUT
{
	border: 1px solid black;
}
.error
{
	color: Red;
	font-weight: bold;
	padding: 5 0 5 0;
}
#goBtn
{
	width: 25;
	height: 17;
	background-color: #cc0033;
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	border: 1px;
	font-style: italic;
}
#resetBtn
{
	height: 17;
	background-color: #cc0033;
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	border: 1px;
	font-style: italic;
}
.newcusttable
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;
	width: 100%
}
.newcusttablebordered
{
	border: 1px solid #cc0033;
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;
	width: 100%
}
.dropdown
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
.showdates
{
	margin-bottom: 10px;
	
}
.showdates b
{
	color: #cc0033;
}

.OrderHistory
{
	border: 1px solid black;
}
.OrderHistory .b
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
.OrderHistory TD
{
	font-family: Sans-Serif;
	font-size: 8pt;
	padding: 1px 2px 1px 2px;
}
.OrderHistory .red
{
	background-color: #cc0033;
	color: White;
	padding: 0px 2px 0px 2px;
	font-family: Palatino Linotype, Serif;
	font-size: 10pt;
	font-weight: bold;
	border: 0px;
}
.OrderHistory THEAD TD
{
	background-color: #cc0033;
	color: White;
	padding: 0px 2px 0px 2px;
	text-align: center;
	font-family: Palatino Linotype, Serif;
	font-size: 10pt;
	font-weight: bold;
}
.OrderHistory TFOOT TD,
.OrderHistory TFOOT A,
.OrderHistory TFOOT A:link,
.OrderHistory TFOOT A:visited
{
	background-color: #cc0033;
	color: White;
	text-decoration: none;
	font-family: Palatino Linotype, Serif;
	font-size: 10pt;
	padding: 0px;
}
.OrderHistory TFOOT A:active,
.OrderHistory TFOOT A:hover
{
	text-decoration: underline;
	font-family: Palatino Linotype, Serif;
	font-size: 10pt;
}
.shaded TD
{
	background-color: #FFFFCF;
}
.unshaded TD
{
	background-color: white;
}
.backordered TD
{
	background-color: #ffe6e6;
	border: 0px;
}
.debug
{
	font-size: 8pt;
	font-family: Sans-Serif;
	border: 1px solid black;
	margin: 30, 10, 0, 10;
}
.debug H1
{
	background-color: Navy;
	color: White;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	margin: 1px;
	padding: 2px;
	border: 0;
}
.debug DIV
{
	font-size: 7pt;
	border-bottom: 1px solid silver;
	margin: 1px;
	padding: 0, 0, 0, 3;
}
.AdminLogin
{
	margin: 10px, 0px, 10px, 0px;
	width: 650px;
	border: 1px solid #cc0033;
}
.AdminLogin DIV
{
	background-color: #ffe6e6;
	padding: 5px;
}
.AdminLogin .pass
{
	text-align: left;
	background-color: #FFFFCF;
}
.AdminLogin .pass SPAN
{
	margin: 0px, 0px, 0px, 100px;
	width: 160px;
	text-align: left;
}
.AdminLogin .pass INPUT
{
	font-size: 8pt;
	border: 1px solid gray;
}
.AdminLogin .pass .GoBtn
{
	font-size: 8pt;
	border: 1px solid gray;
	background-color: #cc0033;
	color: White;
}
.SearchBtn
{
	width: 100%;
	background-color: #cc0033;
	color: White;
	border: 1px solid #005bbf;
}
.ButtonLink,
.ButtonLink:visted,
.ButtonLink:link
{
	font-size: 8pt;
	border: 1px solid #cc0033;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	margin: 2px 2px 2px 2px;
}
.ButtonLink:active,
.ButtonLink:hover
{
	font-size: 8pt;
	border: 1px solid #cc0033;
	padding: 1px 1px 1px 1px;
	text-decoration: none;	
	margin: 2px 2px 2px 2px;
	background-color: #ffe0e0;
}

.CustRtlOn
{
	border: 1px solid #cc0033;
	font-weight: bold;
	background-color: #cc0033;
	color: White;
	font-size: 10pt;
	margin-left: 10px;
	padding: 1px, 4px, 1px, 4px;
}
.CustRtlOff
{
	border: 1px solid #cc0033;
	color: #cc0033;
	font-size: 10pt;
	margin-left: 10px;
	padding: 1px, 4px, 1px, 4px;
}

.InternalItemInfo
{
	
}
.InternalItemInfo TD
{
	background-color: #cc0033;
	color: White;
}
.InternalItemInfo TD DIV
{
	background-color: White;
	color: Silver;
}

.submit
{
	background-color: #cc0033;
	color: White;
	border: 1px solid #005bbf;
}
.JSubmit,
.JSubmit:visted,
.JSubmit:link
{
	background-color: #cc0033;
	color: White;
	border: 1px solid #005bbf;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	padding: 2px, 3px, 2px, 3px;
	text-decoration: none;
}
.JSubmit:active,
.JSubmit:hover
{
	background-color: White;
	color: #cc0033;
	text-decoration: none;
}
.AddressSelector
{
	border:1px solid #cc0033;
	overflow: auto;
}
.AddressSelector Table TD
{
	border-bottom: 1px solid silver;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
.AddressSelector Table TD SPAN
{
	font-size: 12pt;
	font-weight: bold;
}
.MyLists
{
	height: 150px;
	width: 600px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
.MyLists .Header
{
	font-weight: bold;
}
.MyLists .Shadow
{
	margin: 0px 0px 20px 0px;
	border-bottom: 3px solid #d6d6d6;
	border-right: 3px solid #d6d6d6;
}
.MyLists .Content
{
	height: 150px;
	width: 600px;
	overflow: auto;
	border: 1px solid #cc0033;
}
.MyLists .Content TD
{
	font-size: 8pt;
	padding: 1px, 1px, 1px, 2px;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.RedButton
{
	border: 1px solid #cc0033;
	background-color: White;
	color: #cc0033;
	font-weight: bold;
}
.AboutText
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: White;
	border: 1px solid #990000;
}