@import url("css/template.css");
@import url("css/form.css"); 
@import url("css/infobox.css"); 
@import url("css/contentbox.css");
@import url("css/popup.css");
@import url("css/calender.css");  
@import url("css/errors_messages.css");

#demo-header-container {
  width: 100%;
  height: 75px;
  background: url("https://www.safewaystep.com/store640/theme/background.gif");
  background-repeat: repeat;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: white;
  line-height: 60px;
  border-top: 4px solid #ff0000;
  background: #699ADF;
}


#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:#004CAF; text-decoration:none;border:0px;}
td.headerNavigation a:hover { color:#cc0000; text-decoration:none;border:0px;}

/* buttons if css buttons ebnabled */
.template-button-left, .template-button-middle, .template-button-right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  padding: 6px 0 7px 0;
  margin: 0;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;  
  
  cursor: pointer;
}
.template-button-left {
  background: url(images/button-left.png) no-repeat;
  width: 8px;
}
.template-button-middle {
  background: url(images/button-middle.png) repeat-x;
  white-space: no-wrap;
}
.template-button-right {
  background: url(images/button-right.png) no-repeat;
  width: 8px;
}
.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;
}
/* buttons eof */

/* unsure on this, checking... */
.infoBoxContentsLeft_categ{
  color: #004CAF;
}
.infoBoxContentsLeft_categ A:link, .infoBoxContentsLeft_categ A:active, .infoBoxContentsLeft_categ A:visited{
  font-size: 11px;
  font-weight: normal;
  color: #004CAF;
}
.infoBoxContentsLeft_categ A:hover {
  color: #004CAF;
}
.infoBoxContentsLeft A:link, .infoBoxContentsLeft A:active, .infoBoxContentsLeft A:visited{
	font-size: 11px;
	font-weight: normal;
	color: #004CAF;
}
.infoBoxContentsLeft A:hover {
	color: #cc0000;
}
.infoBoxContentsRight A:link, .infoBoxContentsRight A:active, .infoBoxContentsRight A:visited{
	font-size: 11px;
	font-weight: normal;
	color: #004CAF;
}
.infoBoxContentsRight A:hover {
	color: #cc0000;
}
.infoBoxContentsCenter A:link, .infoBoxContentsCenter A:active, .infoBoxContentsCenter A:visited{
  font-size: 12px;
  line-height:1.5em;
	font-weight: normal;
	color: #004CAF;
}
.infoBoxContentsCenter A:hover {
	color: #cc0000;
}

.az_top_nav A:link, .az_top_nav A:active, .az_top_nav A:visited{ 
	font-size: 11px; 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	.az_top_nav A:hover{
	font-size: 11px;
	color: #004CAF;
	}

	.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:#004CAF;
    font-weight: bold;
}
td.price_mainpage s{
    color:#004CAF;
    font-weight: bold;
}
td.price_mainpage span{
    color:#004CAF;
    font-weight: bold;
}

.blurbs {
  width:200px;
  background-color:#FFFCCC;
  border: 1px #cc0000 solid;
  margin-left:2px; 
  margin-right:2px; 
  margin-top:0.2em; 
  margin-bottom:0;
  padding-right: 10px;
  padding-left: 10px; 
}
