/* Homepage Product Boxes */

div.filter {
  border:solid 1px #DEDCDC; 
  float:left; 
  padding:0px 0px 0px 5px;
  width:610px;
  margin-bottom:15px;
  background-color:#DEDCDC;
  margin-top:10px;
}
.filter h3 {
  font-size:90%;
  color:grey;
  margin:0px;
}
.filter span {
  display:block;
  float:left;
  width:65px;
  font-size:85%;
  padding: 2px 3px 5px 5px;
  text-align:right;
}
.filter select {
  float:left;
}

.filter input {
  float:right;
  margin-right:5px;
}

div.products {
  border:solid 1px #DEDCDC; 
  float:left; 
  font-size:7.5pt;
  width:610px; 
  background-color:#ffffff; 
  padding-left:2px; 
  border: 1px solid #DEDCDC;
  margin-top:5px; 
  margin-bottom:5px;
}
.products .productImage { 
  width:100%; 
  height:65px; 
  padding-top:2px;
  padding-bottom:4px;
}
.productContent1, .productContent2, .productContent3, .productContent4 {
  width:150px; 
  float:left; 
  text-align:center;
}
.productContent1 { 
  clear:both; 
  border-right:
  dashed 1px #DEDCDC;
}
.productContent2 { 
  border-right:dashed 1px #DEDCDC;
}
.productContent4 { 
  border-left:dashed 1px #DEDCDC;
}
.spacerDashedLine { 
  clear:both; 
  width:99%; 
  border-top:dashed 1px #DEDCDC; 
  margin-bottom:0px; 
  height:1px; 
}
.priceNow {
  font-weight:bold;
  font-size:9pt;
  color:red;
}
