
table.compare_table { 
    width: 650px;
		padding: 0px; 
		
		margin: 0px;
		  border: 1px solid #ff0000;  
		}

table.compare_table td { 
    border: 0px solid #789DB3;
		 
		color: #0358ab;
		}
		table.compare_table tr:hover{ 
		background: #faf6f6;
		 }
		 
		  
table.compare_table td.left{
  
    height: 20px; 
		font-size: 12px;
    border: 1px solid #ff0000;  
		text-align:left; 
		}
		
/*------------------------------*/
table.show_cart_table { 
    width: 150px;
		padding: 0px; 
		margin: 0px;
		border: 1px solid #d2c6c6;  
		}

table.show_cart_table th { 
		 text-align: center ; 
		}
table.show_cart_table tr:hover{ 
		background: #faf6f6;
	  }	  
table.show_cart_table td.left{
		font-size: 18px;
		text-align:left; 
		background: #e5e5e5;
		}
table.show_cart_table td.leftsml{
		font-size: 12px;
		font-weight: bold;
		text-align:left; 
		background: #e5e5e5;
		}
table.show_cart_table td.total{
		font-size: 18px;
		text-align:center; 
		background: red;
		