

.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;
}
.pro_dis_td_img img{
	width:160px;
	height:120px;
	border:5px solid #999;
        margin-left:20px;
}
.products_show_img_tr img{
	width:160px;
	height:120px;
	border:5px solid #999;
}
.productListing-data{
	padding-top:10px;
}
#productName{
	text-align:center;
}
#main_images{
	border:3px solid #999;
}
#productPrices{
	text-align:center;
}


#pro_img_div{
        border:5px solid #999;
        width:635px;
        height:420px;
        margin-left:100px;
}


#pro_dis_pic{
 width:635px;
        height:420px;
}

.pro_dis_div{
    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;
    margin-left:50px;

}


.pro_dis_div:hover{	
	border:2px dotted black;	
}