#demo-header-container {
	width: 100%;
	height: 75px;
	background: url("../../images/demo-header-background.png") repeat-x top;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: white;
	line-height: 60px;
}
#demo-footer-container {
	width: 100%;
	height: 58px;
	background: url("../../images/demo-footer-background.png") repeat-x top;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: white;
	font-weight: bold;
	line-height: 40px;
}
.boxText {
	font-size: 11px;
	color: #5E5E5E;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}
td.headerNavigation, td.headerNavigation a:link, td.headerNavigation a:visited {
	color:#b3b3b3;
	text-decoration:none;
}
td.headerNavigation a:hover {
	color:#f39800;
	text-decoration:underline;
}
/* buttons if css buttons ebnabled */

.template-button-left, .template-button-middle, .template-button-right {
	height: 16px;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	padding: 7px 0 5px 0;
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
	cursor: pointer;
	white-space:nowrap;
}
.template-button-left {
	background: url(images/button-left.png) no-repeat;
	width: 8px;
	white-space:nowrap;
}
.template-button-middle {
	background: url(images/button-middle.png) repeat-x;
	white-space: nowrap;
}
.template-button-right {
	background: url(images/button-right.png) no-repeat;
	width: 8px;
	white-space:nowrap;
}
.template-button-middle .submitButton {
	white-space: nowrap;
	vertical-align: top;
	border: 0px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	background: transparent;
	white-space:nowrap;
}
/* buttons eof */

/* unsure on this, checking... */

.infoBoxContentsLeft_categ {
	color: #17426B;
}
.infoBoxContentsLeft_categ A:link, .infoBoxContentsLeft_categ A:active, .infoBoxContentsLeft_categ A:visited {
	font-size: 11px;
	font-weight: normal;
	color: #5E5E5E;
}
.infoBoxContentsLeft_categ A:hover {
	color: #17426B;
}
.infoBoxContentsLeft A:link, .infoBoxContentsLeft A:active, .infoBoxContentsLeft A:visited {
	font-size: 10px;
	font-weight: normal;
	color: #005EA7;
}
.infoBoxContentsLeft A:hover {
	color: #17426B;
}
.infoBoxContentsRight A:link, .infoBoxContentsRight A:active, .infoBoxContentsRight A:visited {
	font-size: 10px;
	font-weight: normal;
	color: #005EA7;
}
.infoBoxContentsRight A:hover {
	color: #17426B;
}
.infoBoxContentsCenter A:link, .infoBoxContentsCenter A:active, .infoBoxContentsCenter A:visited {
	font-size: 10px;
	font-weight: normal;
	color: #005EA7;
}
.infoBoxContentsCenter A:hover {
	color: #17426B;
}
.az_top_nav A:link, .az_top_nav A:active, .az_top_nav A:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.az_top_nav A:hover {
	font-size: 10px;
	color: #17426B;
}
.az_pageheading_main {
	padding-left: 15px;
	padding-right: 10px;
}
td.infoBoxHeadingLeft_categ, td.infoBoxHeadingLeft {
	background-image: url("images/az_leftbox_top.gif");
	background-repeat:  no-repeat;
	height: 41px;
}
td.infoBoxContentsLeft_categ {
	background-image: url("images/az_leftbox_category.gif");
	background-repeat:  no-repeat;
	background-position: top left;
	height: 25px;
	padding-top: 3px;
	padding-left: 25px;
	font-size: 10px;
}
.infoBoxMBottomleft_az01, .infoBoxMBottomleft {
	background-image: url("images/az_leftbox_bottom.gif");
	background-repeat:  no-repeat;
	height: 5px;
	padding-bottom: 5px;
}
/* RIGHT bar css controls */    

.main_page_promo {
	background-image: url("images/az_promo_box_mid.gif");
	background-repeat:  repeat-x;
	background-position: bottom left;
	height: 42px;
}
/* used in featured_products.php mainpage module*/

td.price_mainpage {
	color:#EF5502;
	font-weight: bold;
}
td.price_mainpage s {
	color:#5E5E5E;
	font-weight: bold;
}
td.price_mainpage span {
	color:#EF5502;
	font-weight: bold;
}
/* Layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#FFFFFF;
}
#wrapper {
	margin: 0 auto;
	width: 905px;
}
#content {
	width: 905px;
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
/* end layout structure */

/* navbar */

#navbardrop {
	color: #FFF;
	width:100%;
	height:30px;
	margin:0;
	float:left;
	background-color:#000;
}
#cats {
	width:100%;
	margin:0;
	padding-left: 10px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 180px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
#nav li { /* all list items */
	float: left;
	width: 165px; /* width needed or else Opera goes nuts */
	padding:7px;
}
#nav a.link_lev_0 {
}
#nav li ul a {
	color:#FFF;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #739900;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover {
	background-color:#900;
}
#nav li ul:hover {
	width:200px;
}
#nav li li:hover {
	background-color:#F9C;
	width:185px;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 150px;
	background-color:#F00;
}
#nav li ul ul:hover { /* third-and-above-level lists */
	background-color:#09F;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Menu items with subcategories */	

#nav a.daddy {
}
/* Selected items with subcategories 	*/

#nav li.selected {
	background-color: #900;
}
/* end navbar */

/* General */

h1 {
	font-size:18px;
	display:inline;
}
h3, h3 a {
	font-size:14px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	color:#900;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* end general */

/* Header */

#header {
	width: 905px;
	color: #333;
	height: 55px;
	margin: 10px 0px 0px 0px;
	background: #FFFFFF;
}
#logo {
	float:left;
}
#topright {
	float:right;
	width:500px;
	text-align:right;
	color:#999999
}
#topright a {
	padding-right:15px;
	color:#0066FF;
}
#topright img {
	vertical-align:middle;
}
span.redtext {
	color:red;
	font-weight:bold;
}
#subnavigation {
	width: 100%;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	float:left;
	background-color:#FFF;
}
#subnavigation a {
	color:#669900;
	font-weight:bold;
}
#subnavigation a:hover {
	color:#900;
}
#breadcrumbs {
	float:left;
	text-align:left;
	width:45%;
	font-size:12px;
}
#loginbar {
	float: right;
	text-align: right;
	width: 49%;
	margin-right: 10px;
	font-size:12px;
}
/* end header */

/* Footer */

#footer {
	width: 900px;
	color: #F00;
	float:left;
	background-color:#F0F0F0;
	padding: 5px 0 5px 5px;
}
a.foothead {
	font-size:14px;
	font-weight:bold;
	color:#900;
}
#downloads {
	float:left;
	width:200px;
}
#faqs {
	float:left;
	width:200px;
}
#articles {
	float:left;
	width:200px;
}
#pages {
	float:left;
	width:200px;
}
#copyrightfoot {
	width:900px;
	font-size:10px;
	text-align:center;
	line-height:22px;
	background-color:#000;
	color:#FFF;
	padding: 5px 0 5px 5px;
}
/* end footer */



/* content */

#maincontent {
	float:left;
	width:100%;
}
#leftside {
	float:left;
	width:22%;
	padding-top:10px;
	background-color:#FFFFFF;
}
#rightside {
	float:right;
	width: 100%;
	min-height:450px;
	padding-top:10px;
	background-color:#FFFFFF;
	display:block;
}
#leftbox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	background-image: url(/images/css/grbk.jpg);
	background-repeat: no-repeat;
	width:300px;
	height:150px;
	float:left;
}
#leftbox p, #middlebox p, #rightbox p {
	padding-left:20px;
	padding-right:20px;
	margin-top: 0;
	padding-top: 0;
}
#middlebox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	background-image: url(/images/css/blbk.jpg);
	background-repeat: no-repeat;
	width:300px;
	height:150px;
	float:left;
}
#rightbox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	background-image: url(/images/css/drbk.jpg);
	background-repeat: no-repeat;
	width:300px;
	height:150px;
	float:left;
}
/* end content */

span.nowrap {
	white-space:nowrap;
}
.blurbs {
	width:175px;
	background-color:#FF9;
	color:#900;
	border: 1px #999 solid;
	margin-left:2px;
	margin-right:2px;
	margin-top:0.2em;
	margin-bottom:0;
	padding:5px;
	text-align:left;
}
.blurbs:hover {
	width:175px;
	background-color:#000;
	color:#FFF;
	border: 1px #999 solid;
	margin-left:2px;
	margin-right:2px;
	margin-top:0.2em;
	margin-bottom:0;
	padding:5px;
}
#loginpage {
}
#return {
	float:left;
	width:100%;
	border: solid 1px black;
	padding:10px;
	margin:10px;
}
#createaccount {
	float:left;
	margin:10px;
}
#proceedck {
	float:left;
	width:40%;
	border: solid 1px black;
	padding:10px;
	margin:10px;
}
#formright {
	float:left;
	width:40%;
}
#formright label {
	display:block;
}
#formright select {
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#formleft {
	float:left;
	width:60%;
}
#formleft img {
	margin-right:20px;
	margin-top:20px;
}
#createaccount {
	float:left;
	width:100%;
}
#createaccountform label {
	display:block;
}
#createaccount label {
}
p.boxtitle {
	font-size: 14px;
	padding-top: 5px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 0pt;
	padding-bottom: 0pt;
}
p.boxtitle2 {
	font-size: 14px;
	padding-top: 5px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 0pt;
	padding-bottom: 0pt;
	display:block;
}
#formblock label {
	display:block;
}
#formblockright {
	float:left;
	width:50%;
}
#formblockright input, #formblockleft input {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	width: 80%;
}
#formblockleft label, #formblockright label {
	display: block;
}
#formblockleft {
	float:left;
	width:50%;
}
#formblockleft select {
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#loginbox {
	background-color:#CCC;
	padding: 10px 0 10px 20px;
}
.categoryimage {
	float:right;
}
#categoryproducts {
	float:left;
}
.productdisplaynumber {
	width:100%;
	float:none;
	clear:left;
}
.displaying {
	float:left;
	width:45%;
	margin:10px 0 0 10px;
}
.resultpage {
	float:right;
	width:50%;
	margin:10px 0 0 10px;
}
#clear, .clear {
	clear:left;
}
#indexlist {
	margin: 2em auto 0 auto;
	width: 100%;
}
.featuredbox {
	width:300px;
	height:350px;
	bottom:0;
	float:left;
}
.featuredleft {
	float:left;
	width:150px;
}
.featuredright {
	float:left;
	width:150px;
	height:220px;
}
p.featuredimage, .featuredrnamedes {
	height:185px;
}
#productpageleft {
	width:200px;
	float:left;
}
#productpageright {
	width:300px;
	float:left;
}
#productpageaddon {
	float:right;
	width:200px;
	border-left:solid 1px #000;
}
#productpagexsell {
	margin-left:15px;
}
#productpagealso {
	margin-left:15px;
}
#sub_products_price {
	font-weight:bold;
}
.supportcredits1, .supportcredits2, .supportcredits3, .supportcredits4 {
	width: 170px;
	float: left;
	height:130px;
	padding: 10px;
}
.supportcredits1 ul, .supportcredits2 ul, .supportcredits3 ul, .supportcredits4 ul {
	padding:0;
	margin:0;
	padding-left: 15px;
}
.supportcredits1 li, .supportcredits2 li, .supportcredits3 li, .supportcredits4 li {
	padding:0;
	margin:0;
	list-style-position:inside;
}
.supportcredits1 {
	background-image:url(images/blue200150.gif);
	background-repeat:no-repeat;
}
.supportcredits2 {
	border:solid 1px #000;
}
.supportcredits3 {
	background-image:url(images/green200150.gif);
	background-repeat:no-repeat;
}
.supportcredits4 {
	background-color:#FF0;
	border:solid 1px #000;
}
#productpage {
	float:left;
	width:620px;
}
#productdescription {
	clear:left;
}
.productlistcatleft {
	clear:left;
}
.productlistcat {
	float:left;
	width:33%;
	margin:10px 0;
}
.productlistcat2 {
	width:880px;
	margin :auto;
	text-align:center;/* centers inline-blocks*/
	border:1px solid #000;
	padding:10px;
}
.productlistcat2 p {
	display:inline-block;/* FF3, Opera, Safari */
	width:250px;
	margin:0 1em 0 0;/* need to remove top and bottom margin from p element*/
	padding:0.5em;
	vertical-align:bottom;/* align to bottom */
}
#productlistcatleft, #productlistcatright {
	width:3%;
	float:left;
}
#categoryproductslist {
	border-top:solid 1px #999;
}
.categorylistname, .categorylistname a {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.categorylistimage {
	float:left;
	width:140px
}
.categorylistprice {
	float:left
}
.productRetailPriceText {
	font-weight:bold;
}
.productRetailPrice {
	text-decoration: line-through;
}
/* body */

body {
	margin: 0;
	padding:0;
	background-color : #FFF;
}
body td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #17426b;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
}
/* body eof */



/* header */

.top_nav {
	margin-bottom:10px;
}
table.branding {
	margin-left:10px;
}
span.branding_slogan {
	/*margin-left:50px;*/

  font-weight:normal;
}
td.brand_links {
	text-align:right;/*  padding-right:5px; */
}
td.brand_links img {
	margin-left:6px;
	margin-right:6px;
}
/* header eof */

/********** branding related ***********/

    /*top bar */

    .top_bar, .top_bar_td2 {
	font-size: 11px;
	color: #808080;
	font-weight: bold;
	height: 30px;
	padding-right: 10px;
}
td.top_bar_td2 a:link, td.top_bar_td2 a:visited {
	color: #c00000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
td.top_bar_td2 a:hover {
	text-decoration: underline;
	color: #c00000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
td.top_bar_td1 {
	font-size: 11px;
	font-weight:normal;
}
td.top_bar_td1 a:link, td.top_bar_td1 a:visited {
	color: #5E5E5E;
	font-size: 11px;
	text-decoration: none;
}
td.top_bar_td1 a:hover {
	color: #FF0000;
	font-size: 11px;
	text-decoration: none;
}
.top_bar A:link, .top_bar A:active, .top_bar A:visited {
	font-size: 10px;
	color: #6D6D6D;
	font-weight: normal;
	text-decoration: none;
}
.top_bar A:hover {
	font-size: 10px;
	color: #FF0000;
}
/* top bar eof */



    .info_bar_td1 {
}
.info_bar_td2, .info_bar_td3 {
	background-image:url("../images/menu_mid.png");
	background-repeat: repeat-x;
	height: 43px;
}
table.menubarmain td {
	text-align:center;
}
.info_bar_search {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
table.menubarmain A:link, .menubarmain A:active, .menubarmain A:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
table.menubarmain A:hover {
	font-size: 11px;
	color: #7eb0df;
	text-decoration: underline;
}
table.menubarmain {
	font-size: 11px;
	font-style: normal;
	color: #005EA7;
}
.maincont_mid_td {
}
.maincont_tb {
	padding-top: 5px;
}
.leftbar_tb {
}
.maincont_left_td {
	width: 197px;
	padding-top: 5px;
	padding-right: 5px;
}
.rightbar_tb {
}
.maincont_right_td {
	width: 197px;
	padding-top: 5px;
	padding-right: 5px;
}
/* end header branding css */



SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
/************** page properties  *************/

/* page header */

.pageHeading, DIV.pageHeading, td.pageHeading, td.productlisting-headingPrice, .productlisting-headingPrice {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #006699;
}
h1.pageHeading {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
/* page text */

td.main, P.main {
	font-size: 11px;
	line-height: 1.2;
	color: #5E5E5E;
}
td.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
	white-space: nowrap;
}
/* page borders */

td.main_table_heading {
	background : #cccccc;
}
td.main_table_heading_inner {
	background : #ffffff;
}
/* pagination links */

A.pageResults {
	color: #005EA7;
}
A.pageResults:hover {
	color: #F6ECDC;
	background: #005EA7;
}
/* footer */

table.footer {
	height: 10px;
	background-image:url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
}
td.footer_left {
}
td.footer_center {
	padding-top: 5px;
	text-align:center;
}
.footer_menu_tb {
	font-weight: normal;
	color: #737373;
	font-size: 11px;
}
.footer_menu a:link, .footer_menu a:active, .footer_menu a:visited {
	font-size: 11px;
	color: #737373;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.footer_menu A:hover {
	font-size: 11px;
	color: #FF0000;
}
td.footer_copyright {
	text-align:center;
}
table.footer_banner {
	margin-top:5px;
	margin-bottom:5px;
}
table.footer_banner td {
	text-align: center;
}
/* footer eof */





/**************************************** productListing *************************************/

table.productListing {
}
td.productListing-heading {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	background-color: #EAEAEA;
	height:20px;
}
A.productListing-heading {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
A.productListing-heading:hover {
	text-decoration:underline;
}
td.productListing-data {
	font-size: 12px;
}
/* odd and even colors */

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd {
}
tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
	background-color: #EAEAEA;
}
/*********** checkout ***************/

.moduleRow {
}
.moduleRowOver {
	background-color: #D3D3D3;
	cursor: pointer;
}
.moduleRowSelected {
	background-color: #D3D3D3;
}
.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}
tr.subBar {
	background: #f4f7fd;
}
td.subBar {
	font-size: 10px;
	color: #000000;
}
td.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}
td.tableHeading {
	font-size: 12px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-size: 10px;
	color: #005EA7;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	color: #990000;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
hr {
	padding:0;
	margin:0;
	color:#900
}
/* @import url("css/form.css"); */
FORM {
  display: inline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}
TEXTAREA {
  width: 100%;
  font-size: 11px;
}

/* below are used in PWA form*/
td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}
td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}
td.fieldValue {
  font-size: 12px;
}
.inputRequirement{
  color: #005EA7;
  font-size: 11px;  
}
/*
 @import url("css/infobox.css");
 @import url("css/contentbox.css");
 @import url("css/popup.css");
 @import url("css/errors_messages.css"); */
