// JavaScript Document

.new_product_box {
  padding-bottom: 20px;
  padding-top: 10px;
  line-height: 2;
}

.style_0, .style_1, .style_2 {
  background: #eee;
  border: 1px solid #ffcc00;
  margin-bottom: 3px;
}

.style_0 {
  margin-right: 2px;
}

.style_1 {
  margin-right: 1px;
  margin-left: 1px;
}

.style_2 {
  margin-left: 2px;
}

div.line {
   text-align: justify;
   text-justify: newspaper;
   padding-left: 3px;
   padding-right: 3px;
   height: 80px;
}

.new_product_box h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #10c2f6;
  color: white;
}

h1 {
font-family: "Trebuchet MS", verdana;
font-size: 22px;
background: url(includes/images/icons/greenline.gif) bottom left no-repeat;
margin: 0;
padding: 0;
padding-bottom: 10px;
}
.h1nobg {
background: #fff;
}