@import url("css/form.css"); 
@import url("css/infobox.css"); 
@import url("css/errors_messages.css");

body {
  margin: 0 !important;
  padding:0 !important;
  background:#f5f6f9 !important;
}

#demo-header-container {
  width: 100%;
  height: 75px;
  background: url("../../images/demo-header-background.jpg") 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.jpg") 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:#bdbdbd; text-decoration:none;}
td.headerNavigation a:hover { color:#005EA7; text-decoration:underline;}

td.headerNavigation{
height:20px;
vertical-align:top;
padding-bottom:10px;
padding-top:15px;
}

/* buttons if css buttons ebnabled */
.template-button-left, .template-button-middle, .template-button-right, .template-button-left-blue, .template-button-middle-blue, .template-button-right-blue {
  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.jpg) no-repeat;
  width: 8px;
}
.template-button-middle {
  background: url(images/button-middle.jpg) repeat-x;
  white-space: no-wrap;
}

.template-button-right {
  background: url(images/button-right.jpg) no-repeat;
  width: 8px;
}



.template-button-left-blue  {
  background: url(images/button-left-blue.jpg) no-repeat;
  width: 8px;
}
.template-button-middle-blue {
  background: url(images/button-middle-blue.jpg) repeat-x;
  white-space: no-wrap;
}

.template-button-right-blue {
  background: url(images/button-right-blue.jpg) no-repeat;
  width: 8px;
}



.main a{
 text-decoration:none !important;
}


.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;
  padding:0px;
  margin:0px;
  line-height:10px;
}

.template-button-middle-blue .submitButton{
  white-space: nowrap;
  vertical-align: top;
  border: 0px;
  color: #FFF !important;
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none; 
  cursor: pointer;
  background: transparent;
  padding:0px;
  margin:0px;
 line-height:10px;
}

/* buttons eof */




