.products{
	width:107px;
	float:left;
	margin-right:8px;
}

.product_image{
	width:92px;
	background: #EEE7F3;
	padding:7px;
}

.product_details{
	width:92px;
	padding:7px;
	background: #EEE7F3;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top:7px;
	color: #48246B;
}

.product_details .details{
	color : #326E07;
	padding-top:5px;
	padding-bottom:15px;
}



#product_details{
	width:291px;
	background:#F7FBFC;
	float:left;
}

#product_details_side{
	width:146px;
	margin-right:18px;
	float:left;
}

.product_image_main{
	width:132px;
	background: #EEE7F3;
	padding:7px;
}

.product_details_main{
	width:132px;
	padding:7px;
	background: #EEE7F3;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top:7px;
	color: #48246B;
	text-align:center;
}