@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	background-color: #5589A1;
	background-repeat: repeat;
	height: 98px;
	width: 880px;
	z-index: 1;
} 
.twoColFixLtHdr #header p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header #picosearch {
	position: absolute;
	width: auto;
	left: 450px;
	top: 5px;
	z-index: 100;
}
.twoColFixLtHdr #header #viewcart {
	margin: 0px;
	padding: 0px;
	width: 80px;
	position: absolute;
	left: 542px;
	top: 5px;
	z-index: 200;
}
.twoColFixLtHdr  #header  #addthisbookmark {
	position: absolute;
	width: 125px;
	left: 620px;
	top: 5px;
	z-index: 100;
}
.twoColFixLtHdr #header #navigation {
	background-color: #5589A1;
	width: 880px;
	margin: 0px;
	padding: 0px;
	z-index: 2000;
}
.twoColFixLtHdr #header #phonetime {
	position: absolute;
	width: auto;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	top: 45px;
	list-style-type: none;
	left: 450px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}



.twoColFixLtHdr  #header  #nosalestax {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: small;
	text-decoration: none;
	width: auto;
	list-style-type: none;
	padding: 0px;
	z-index: 100;
}
.twoColFixLtHdr  #header  #nosalestax  a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr  #header  #nosalestax  a:hover {
	color: #D6D9E1;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	background-color: #90D4F9;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5589A1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 ul {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.twoColFixLtHdr #sidebar1 a {
	padding-bottom: 5px;
	text-decoration: none;
	color: #003399;
}

.twoColFixLtHdr  #sidebar1  ul li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

.twoColFixLtHdr  #sidebar1 .question {
	font-weight: bold;
	font-size: small;
}
.twoColFixLtHdr  #sidebar1  .textbox {
	font-size: 11px;
	color: #000000;
}


.twoColFixLtHdr #mainContent {
	margin: 0 5px 0 140px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px;
} 
.twoColFixLtHdr #mainContent #onsale {
	position: absolute;
	height: 50px;
	width: 99px;
	left: 400px;
	top: 53px;
	z-index: 500;
	visibility: hidden;
}


.twoColFixLtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5589A1;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent a {
	font-weight: bold;
	color: #506667;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #0000FF;
}
.twoColFixLtHdr #mainContent caption {
	font-weight: bold;
	color: #5589A1;
}



.twoColFixLtHdr #mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: small;
}

.twoColFixLtHdr #mainContent table form {
	text-align: center;
}
.twoColFixLtHdr #mainContent .logoRight {
	float: right;
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent .productImage {
	margin-top: 3px;
}

.twoColFixLtHdr #mainContent .products td a {
	border-bottom-style: none;
}







.twoColFixLtHdr #footer {
	font-size: x-small;
	color: #FFFFFF;
	background-color: #5589A1;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #advertising {
	background-color: #5589A1;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.twoColFixLtHdr #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #advertising a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #advertising a:hover {
	color: #CC9999;
	text-decoration: none;
}
/* store styles */

/*product lists*/
table.products td, table.products th {
	text-align: left;
	font-size: 14px;
	border-bottom: 1px dashed #1E4199;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
table.products {
	border-left: 1px solid #1E4199;
	border-top: 1px solid #1E4199;
	margin-bottom: 5px;
}
table.products td {
	border-right: 1px dashed #1E4199;
}
table.products th {
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #5589A1;
}
/*input forms*/
table.insertForm td, table.insertForm th {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}
table.insertForm {
	margin-bottom: 8px;
	padding: 0px;
}
table.insertForm td {

}
table.insertForm th {
	color: #000000;
	vertical-align: middle;
	text-align: right;
}
table.insertForm table td, table.insertForm table th {
	border: none;
}

.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;
	padding: 0px;
}
.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;
}

form {
	margin: 0px;
	padding: 0px;
}
.newinfo {
	background-color: #7ED68C;
	border: medium groove #8EC1F8;
}

.paging td {
	font-size: 12px;
	font-weight: bold;
	width: 3em;
	padding-right: 20px;
}

.specialinfo {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.announcement {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	background-color: #FF66FF;
	border: 3px double #0000FF;
}

