﻿@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('/images/demo-header-background.png') repeat-x 50% 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 50% 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: -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: #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: left top;
  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: left bottom;
  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;
}
/*NEW STYLE*/
.toplinks{
	font-family: tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
a.toplinks:link {color: #fff}
a.toplinks:visited {color: #fff}
a.toplinks:hover {color: #000; text-decoration: none}

.leftlink{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 13px;
	color: #013861;
	text-decoration: none;
	font-weight: bold;
}
a.leftlink:link {color: #013861}
a.leftlink:visited {color: #013861}
a.leftlink:hover {color: #8f8f8f; text-decoration: none}

.leftlink1{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.leftlink1:link {color: #fff}
a.leftlink1:visited {color: #fff}
a.leftlink1:hover {color: #000; text-decoration: none}


.wetext{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.maintext{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #6f6f6f;
	text-decoration: none;
}

.moretext{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #d63902;
	text-decoration: none;
}

.heatext{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #747575;
	text-decoration: none;
	font-weight: bold;
}

.heatext1{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #004d85;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.heatext2{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.cattext{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 13px;
	color: #747575;
	text-decoration: none;
	font-weight: bold;
}

.bluetext{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #747575;
	text-decoration: none;
	font-weight: bold;
}

.protext{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}

.belotext{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #7f7f7f;
	text-decoration: none;
}

.belowlink{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #403f3d;
	text-decoration: none;
	font-weight: normal;}
	
a.belowlink:link {color: #403f3d}
a.belowlink:visited {color: #403f3d}
a.belowlink:hover {color: #267f02; text-decoration: none}

.belowlink1{
	font-family: Arial, tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #a8a9a9;
	text-decoration: none;
	font-weight: normal;}
	
a.belowlink1:link {color: #a8a9a9}
a.belowlink1:visited {color: #a8a9a9}
a.belowlink1:hover {color: #267f02; text-decoration: none}

.chinese{
font-family: Simsun, Arial, Verdana, Helvetica; 
font-size: 12px; color: #455113;
text-decoration: none 
}
a.chinese:link {color: #455113}
a.chinese:visited {color: #455113}
a.chinese:hover {color: #3c3c3c; text-decoration: none}
