﻿.allProducts{
   padding:0px;
border:none	
}

.product {
	border: 1px  solid #CBCCCA; 
	width: 192px;
	direction:rtl;
	font-family:Tahoma;
	font-size:12px;
	float:right;	
	margin-bottom:10px;
	margin-top:0px;
	margin-left:13px;	
	height:356px;
	background-color:#F7F7F7;		
}

.productImage
{
	margin-top:10px;
	border:1px  solid #CBC6C6;
	
}
	
	
.productBtnPost{
	
	border:0px;
	margin-top:5px;
	}
	


.productName{
	text-align:center;
	color:black;
	padding:1px;
	margin-bottom:12px;
		margin-top:7px;


}


.productSummery {
	
    border-top: 1px #CBCCCA dotted; 
    border-bottom: 1px #CBCCCA dotted; 
	height:0px;
	text-align:justify;
	padding-top:2px;
	padding-bottom:4px;
	padding:5px 5px 5px 5px;
	color:#666666;
	margin:4px;


}

.productPrice{


	background-color:#363636;
	margin:4px;
	padding-bottom:4px;
	color:white;
}

.productBuy {
	text-align:center;
	margin-bottom:5px;
	margin-top:7px;
	border:none;
	}
	
.productBuy img{
	border:1px  solid ; 
}

a:hover
{
	color:red;
	
}
	

