.products_show{
	width:210px;
	height:230px;
	border:2px solid #999;
	text-align:center;

   	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.products_show:hover{	
	border:2px dotted black;	
}
.products_show_tab{
	width:100%;
	height:100%;
}
.products_show_name_tr td{
	font-size:12px;
	font-weight:bold;
	color:black;
}
.products_show_price_tr td{
	font-size:11px;
	font-weight:bold;
	color:red;
}
.products_show_img_tr{
	height:120px;
	width:160px;
}
.products_show_img_tr img{
	width:160px;
	height:120px;
	border:5px solid #999;
}
.productListing-data{
	padding-top:10px;
	padding-left:20px;
}
#productName{
	text-align:center;
}
#main_images{
	border:3px solid #999;
}
#productPrices{
	text-align:center;
}