
table#product td { padding: 5px; }

.reviewbox { width: auto;
             height: auto;
			 border: 1px solid #000;
			 margin-bottom: 10px;
			 padding-bottom: 10px;
			 color: #fff;
		   }
			   
.price { text-align: center; 
         font-size: 12px;
		 font-weight: bold;
		 margin-bottom: 5px;
		 margin-top: 5px;
		 padding: 3px;
	   }

.productName { margin-bottom: 5px;
			   font-size: 12px;
			   font-weight: bold;
			   color: #ffffff;
			   padding: 5px;
			   background-color: #cc0000;
			}

			
.popPic { cursor: hand;
		  cursor: pointer;
		} 
					
.imgMagnify { width: 120px; }

td.text { width: 100%; }
			   
.textImg { padding-right: 10px; }

.pEscapeTmargin { margin-top: 0px; }

.smallGrey { color: #7994af; }


