.relatedProductsTitle {
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}
.relatedProducts {
	margin: 5px -5px;
	margin-bottom: 10px;
}
.relatedProducts .product {
	border: 1px solid #D0D1D5;
	margin: 5px;
	float: left;
	width: 176px;
	text-decoration: none;
	text-align: center;
}
.relatedProducts .product a.imgBlock {
	display: block;
	padding: 5px;
}
.relatedProducts .product:hover {
	border: 1px solid #595A5E;
}
.relatedProducts .product a {
	text-decoration: none;
}
.relatedProducts .product .img, .relatedProducts .product .name, .relatedProducts .product .price {
	display: block;
	text-align: center;
	margin: 0;
	text-decoration: none;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
}
.relatedProducts .product .price .priceWhitoutReduction {
	font-weight: normal;
	color: #374853;
	text-decoration: line-through;
	font-size: 11px;
}
.relatedProducts .product a.exclusive {
	margin: auto;
	margin-bottom: 5px;
}
.container_9 .relatedProducts .product a.exclusive { /* HACK for theme 1.5 */
	width: 100px;
	display: block;
	text-align: center;
}
.relatedProducts .clear {
	clear: both;
}
