@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E9DAFB;
}
.active {
	color: #009933;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #003399;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #0066CC;
}.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
	padding-right: 10px;
}
.paddingLeft {
    padding-left:10px
}
.padding200 {
	padding-left:200px;
	vertical-align:top;
	background-image:url(../images/adminGreyLine.png);
	background-repeat:repeat-x;
}
.adminTabOver {
	padding-left:10px;
	background-image: url(../images/adminTabOver.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
.adminTabOut {
	padding-left:10px;
	background-image: url(../images/adminTabOut.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
.topBarSmall {
	background-image: url(../images/adminTopBar.png);
	background-repeat: repeat-x;
}
loginTrans {
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.borderGrey1 {
	border: 1px solid #666666;
}
.borderGreybackGrey {
	border: 1px solid #666666;
	background-color: #F8F8F8;
}
.formField {
	border: 2px groove #CC9900;
}
.formFieldRed {
	border: 2px groove #F00;
}
.formFieldGreen {
	border: 2px groove #0C0;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #F2FDFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 25px;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC6600;
}
.paddingRight {
	padding-right:10px
}
.productNameCart {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #E8A400;
	padding-left:10px;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.productNameCartTop {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #E8A400;
	padding-right: 8px;
}
.productNameCartSide {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #E8A400;
}
.productNameCartTopBlack {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	padding-right: 8px;
}
.productNameCartTopGrey {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #999999;
	padding-right: 8px;
}
.adminHeader {
	top:0px;
	width:100%;
	position:fixed;
 	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	 }
.adminContentNoScroll {
	top:86px;
	width:100%;
	position:fixed;
 	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	 }
.adminContent {
padding-top:86px;
	 }
.inactive {
	color: #CC3300;
}
.formFieldRed {
	border: 2px groove #CC3300;
}
.formFieldNoBorder {
	background-color: #FFFFE4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFE4;
	border-right-color: #FFFFE4;
	border-bottom-color: #FFFFE4;
	border-left-color: #FFFFE4;
	font-size: 16px;
	color: #000000;
	text-align: right;
}
.formFieldNoBorderTotal {
	background-color: #FFFFE4;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #FFFFE4;
	border-bottom-color: #000000;
	border-left-color: #FFFFE4;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.formFieldNoBorderSale {
	background-color: #FFFFE4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFE4;
	border-right-color: #FFFFE4;
	border-bottom-color: #FFFFE4;
	border-left-color: #FFFFE4;
	font-size: 16px;
	color: #000000;
	text-align: right;
	text-decoration: line-through;
}