#product_content {
	width: 99.3%;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 10px 0;
	float: right;
	display: block;
	padding: 0 0 0 0;
	z-index: -400;
}
.product_photo_and_description {
	width: 22.6%;
	height: auto;
	margin: 12px 0 12px 2%;
	word-wrap: normal;
	float: left;
	padding: 0 0 0 0;
	display: block;
	background-color: #F7F7F7;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(154, 170, 188, 0.5);
	box-shadow: 3px 3px 3px #313131;
	z-index: -300;
	text-align: left;
}
.product_image {
	width: 100%;
	height: auto;
	z-index: -200;
}
.product_description {
	width: auto;
	height: 60px;
	max-height: 60px;
	font-size: 9px;
	padding: 0 2px 0 5px;
	margin: 0 0 0;
	overflow: hidden;
	display: inline-block;
	z-index: -200;
}
.more_details_switch {
	width: 100%;
	height: 25px;
	padding: 0 auto 0;
	margin: 0 auto 0;
	background-color: rgba(154, 170, 188, 0.5);
	text-align: center;
}
.more_details_switch img {
	filter: gray; /* IE6-9 */
  	filter: grayscale(0.1); /* Microsoft Edge and Firefox 35+ */
  	-webkit-filter: grayscale(0.1); /* Google Chrome, Safari 6+ & Opera 15+ */
	opacity: 0.75;
}
.more_details_switch img:hover {
	filter: none; /* IE6-9 */
  	filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
  	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
	opacity: 1.5;
}