

#ProductContainer 

{
	float:left;
    
	width:90%;
	
	margin-top:2%;
}

.Product_Store-Preview

{
    float:left;
    
	margin-left:1%;
    
	margin-top:2%;
    
	width:23%;
}

#Product-Title

{
    font-family:helvetica;
}



#Product_Store-Leftwrapper

{
	width:100%;
}



#ImgProduct-Store-Preview

{
	border: 7px solid #E6E6E6;
	
	height:180px;	
}



#Description_Product-wrapper

{
	width:100%; 
	
	margin:12px 0 0;
}

#Description-Product-Preview 

{
	float: left;
    
	text-align: justify;
    
	width: 90%;
}


.Product-Preview-price

{
	float: left;
    
	margin-top: 2%;
    
	width: 100%;
}

.Product-Divisor

{
	float:left;
    
	height:31px;
    
	width:100%;
}


/*.Rate_Item

{
	width:951px;
	
	height:32px;
}

.Rate_check

{
	float:left;
	
	margin-left:6px;
	
	width:18px;
	
	height:30px;
	
	background:url(/images/Product-Preview_Check-Rate.jpg);
}

.Rate_uncheck

{
	float:left;
	
	margin-left:3px;
	
	width:16px;
	
	height:30px;
	
	background:url(/images/Product-Preview_Uncheck-Rate.jpg);
}

.Rate_uncheck:hover

{
	float:left;
	
	margin-left:3px;
	
	width:16px;
	
	height:30px;
	
	background:url(/images/Product-Preview_Check-Rate.jpg);
}*/



