.internal .content .content-title h1 {
	float: left;
	width: 158px;	
}
.content .product-row {
	margin-bottom: 35px;
}
.content .product-row:last-child {
	margin-bottom: 0;
}
.content .product-row .product:last-child {
	margin-right: 0;
}
.content .product h4 {
	margin-bottom: 5px;
}
.content .product p {
	line-height: 26px;
	padding-bottom: 5px;
}

.content .left-prod-menu{
	float:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0 1px 4px rgba(32,59,76,0.38);
	-webkit-box-shadow: inset 0 1px 4px rgba(32,59,76,0.38);
	-moz-box-shadow: inset 0 1px 4px rgba(32,59,76,0.38);
	padding: 20px 15px;
	width: 120px;
	margin-right: 40px;
	background: rgba(232,232,232,0.3);
	margin-bottom:40px;
	font-size: 13px;
	line-height: 22px;
}
.content .left-prod-menu-bg{

	background: rgba(232,232,232,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 15px;
	width: 120px;
	min-height: 200px;
	margin-right: 40px;
	z-index:1;
}
.content .left-prod-menu li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content .left-prod-menu ul li a { color:#4e545d; font-weight: 500; }