﻿#headerNotifier
{
    position:relative;
	float:right;
    width:250px;
    height:80px;
    padding:5px;
	margin-top:0px;
    text-align:left;
    border:solid 1px #FF6600;
    font:bold 1em Verdana;
	line-height:98%;
}

head
{
	<link rel="shortcut icon" href="favicon.ico">
}

*
{
	font-family:Arial, Helvetica, sans-serif;
}

.SpecialImage
{
	background-repeat:no-repeat;
	margin:0;
	vertical-align:middle;
	background-position:center;
}


.AddCart
{
	background-color:#E1E1FF;
	margin:0;
	vertical-align:middle;
}

a img
{
	border:0;
}

.HiddenCart
{
	display:none;
}

.VisibleCart
{
	display:block;
	position:absolute;
	right:0px;
	background:#FF9900;
	padding:5px;
	width:400px;
}

.CartView
{
	width:80%;
}

.headerImage
{
	background-image:url('img/header.jpg');
	background-position:left;
	background-repeat:no-repeat;
	width:900px;
	height:100px;
	border:0;
}

.headerBackground
{
	background-color:#FFFFFF;
}

.headerStyle1 {
	background-color: #800080;
	background-image: url('img/menuBack.jpg');
}
.headerStyle2 {
	background-color: #FF9900;
	background-image: url('img/cartBack.jpg');
}


body
{

	/*background-color:#B3C138;*/
	margin:0px;
	color:#666666;
}

table
{
	border:1,black,solid;
	padding:0;
	background-color:white;
	width:100%;
	font-size:9pt;
}

th
{
	color:#666666;
	font-size:13px;
}

.menuTable
{
	background:none;
	border:0;
	width:400px;
	height:40px;
}

.menuTable a
{
	color:white;
	text-decoration:none;
	font-weight:normal;
}

.menuTable a:hover
{
	color: #FF9900;
	text-decoration:none;
	font-weight:normal;
}

.ShoppingMenu
{
	
	background:none;
	width:410px;
}

.ShoppingMenu a
{
	color:white;
	text-decoration:none;
	font-weight:normal;
}

.ShoppingMenu a:hover
{
	color:#800080;
	text-decoration:none;
	font-weight:normal;
}

hr
{
	background-color:#666666;
	color:#666666;
	height:1px;
}

form
{
	margin:0;
}

textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.important
{
	color:red;
}

.important2
{
	font-weight:bold;
}

.VisiblePayment
{
	display:block;
	position:relative;
}

.HiddenCategories
{
	display:none;
}

.VisibleCategories
{
	display:block;
	position:relative;
}

.InvisiblePayment
{
	display:none;
}

.CategoryImage
{
	width:200px;
	height:200px;
}

.ProductImage
{
	height:100px;
	width:100px;
}

h1
{
	font-size:14px;
	color:#800080;
	font-weight:bold;
}

h2
{
	font-size:12px;
	color:#800080;
	font-weight:bold;
	margin:0;
}


.CategoryList
{
	text-decoration:none;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

.CategoryList:hover
{
	text-decoration:none;
	color:#FF9900;
	font-size:12px;
	font-weight:bold;
}

.ProductPrice
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.thumbText
{
	color:#666666;
	text-decoration:none;
}

.thumbText:hover
{
	color:#FF9900;
	text-decoration:none;
}

.lineBreak
{
	background-color:#DFDFDF;
	height:1px;
	margin:0;
}

.HiddenImage
{
	display:none;
}

.VisibleImage
{
	display:block;
	position:absolute;
	left:200px;
	top:10px;
}

.linkStyle:hover
{
	cursor:pointer;
}

.footerLink
{
	text-decoration: none;
	color:#FFFFFF;
	font-size:x-small;
	font-weight:bold;
}

.footerLink:hover
{
	text-decoration: none;
	color:#800080;
	font-size:x-small;
	font-weight:bold;
}

.HiddenDisclaimer
{
	display:none;
}

.VisibleDisclaimer
{
	display:block;
	position:absolute;
	top:300px;
	left:200px;
}

.pricing
{
	color:black;
	font-weight:bold;
	font-family:arial;
	font-size:10pt;
	vertical-align:middle;
}

.footerBorder
{
	background-color:#FF6600;
}

.footerBackground
{
	background-color:#FF9900;
}

.productCode
{
	background-color:#800080;
	color:white;
	font-weight:bold;
}

.productCodeBorder
{
	border-style:solid;
	border-width: 2px;
	border-color:#800080;
}

.cartTotal
{
	color:#666666;
}

.generalScroll{
	background-color:#FFFFFF;
	overflow:auto;
	scrollbar-face-color:#3366CC;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#000066;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#003366;
	scrollbar-darkshadow-Color:#003366;

}
