
.productName { font-size: 12px;
			   font-weight: bold;
			}
			
.price { font-size: 12px;
		 font-weight: bold;
		 text-align: right;
	   }
			
/*used for the featured table*/			
.borderPadding { border: 1px solid #000; 
                 padding-left: 5px;
				 padding-right: 5px;
			   }
			   
/*center image for featured section*/	
.imgFloat { text-align: center; 
            margin: 10px;
		  }

/*feture header*/		  
.header { padding-left: 3px;
          padding-top: 2px;
		  padding-bottom: 2px;
		  margin-bottom: 5px;
          color: #FFFFFF;
		  background-color: #cc0000;
		  font-size: 12px;
		  font-weight: bold;
		}

table#feature { margin-top: -2px; }

table#feature td { width: 50%; }

table#feature img { border: 0px; }

table.namePrice { border-collapse: collapse; 
                  margin-top: 5px;
				}

table.namePrice td { 
                     padding: 5px;
				   }

.right { text-align: right; }

.smallGrey { color: #999999; 
			 font-size: 9px;
	       }

