@charset "utf-8";
#printReceipt {
	background-color: #FFFFFF;
	width: 640px;
	padding:0px 0px 10px;
	margin: 0px;
}
#harfer, body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}
#container {
	width: 889px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 140px;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../main_images/back_head1.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#bar {
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../main_images/back_bar1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
} 
#bar2 {
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../main_images/back_bar2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
} 
p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
#contentContainer {
	height: auto;
	width: 889px;
	background-color: #FFFFFF;
	background-image: url(../main_images/back_content1.jpg);
	background-repeat: repeat-y;
}
#left {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	position: relative;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	float: right;
	width: 660px;
	padding: 0px;
	height: auto;
}
#innerContent {
	padding: 0px;
	background-color: #FFFFFF;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#innerContentMargin {
	padding: 0px;
	background-color: #FFFFFF;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(../main_images/back_footer1.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#logoBox {
	height: 135px;
	width: 350px;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 0px;
}
#searchBox {
	height: 28px;
	width: 287px;
	position: absolute;
	z-index: 1;
	left: 528px;
	top: 97px;
	background-image: url(../main_images/searchbox.jpg);
}
#messageBox {
	height: 56px;
	width: 158px;
	position: absolute;
	z-index: 500;
	left: 726px;
	top: 16px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	text-align: center;
}
#cartBox {
	height: 59px;
	width: 224px;
	position: absolute;
	z-index: 1;
	left: 474px;
	top: 11px;
}
#productsBox {
	height: 28px;
	width: 210px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(../main_images/text_products.jpg);
	background-repeat: no-repeat;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.elementSearchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #003399;
	width: 168px;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}
a:active {
	color: #0033CC;
	text-decoration: underline;
}
.ImageRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 8px;
}
.bodyTextWhite {
	color: #FFFFFF;
	text-decoration: none;
}
.bodyTextPrice {
	color: #990033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.bodyTextLargeRed {
	color: #990033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bodyTextRed {
	color: #990033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rolloverPointer {  /* to get the pointer or hand on IE and FF for onclick events */
    cursor: pointer;
	cursor: hand;
}
.formElementQty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	width: 22px;
}
.formElementInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
.cellPad {
	width: 100%;
	padding: 10px;
}
.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #434399;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 3px;
    margin-bottom: 8px;
}
.paging a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #333399;
	border: 1px #7676CC solid;
	background: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.paging a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #FFFFFF;
	background: #7676CC;
	border: 1px #0000FF solid;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 3px;
    margin-bottom: 8px;
}
.headerStatic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #06389B;
	text-decoration: none;
}

