.module_6  {
	margin-left: 23px;
}
.module_6 .productBox {
	margin-top: 23px;
	margin-right: 1px;
	margin-bottom: 17px;
	float: left;
	width: 325px;
	height: 215px;
	overflow:hidden;
}
.module_6 .productBox .title {
	padding: 5px;
	height: 17px;
	background-color: #EEE;
}
.module_6 .productBox .imageBox {
	margin: 3px;
	height: 122px;
	width: 122px;
	float: right;
	background-color: #EEE;
}
.module_6 .productBox .imageBox img {
	border: none;
margin-top:	7px;
}

.module_6 .productBox .imageBox .imageHolder {
	height: 114px;
	width: 114px;
	margin: 3px;
	border: 1px solid #DDD;
	background-color: #FFF;
	text-align: center;
}
.module_6 .productBox .detailsBox {
	margin-left: 5px;
}

.module_6 .productBox .detailsBox .price {
	margin-top: 5px;
	margin-bottom: 5px;
}

.module_6 .productBox .detailsBox .buttons {
	margin-left: 5px;
}
.module_6 .productBox .detailsBox .description {
	color: #888;
	margin-top: 20px;
}
.module_6 .productBox .detailsBox .description .textHighlighted {
	font-weight: bold;
}
