/*Index*/

#pwProducts {
	width: 90%;
	margin: auto;
}

#pwProducts .pwDiv {
	width: 25%;
	display: inline-block;
	border: 2px solid #383838;
	background: #FFFFFF;
	margin: 50px 20px 0 20px;
}

#pwProducts .pwDiv  img {
	width: 95%;
	padding: 20px 0 10px 0;
}

.productTitle {
	background: #383838;
	color: #F7F7F7;
	padding: 20px 0;
}

/*View details buttons*/

.detailsButton {
	width: 50%;
	border: 2px solid #383838;
	background: #383838;
	border-radius: 2px;
	padding: 15px 0;
	font-size: 1.5em;
	margin: 40px auto 50px auto;
	color: #383838;
	text-decoration: none;
	text-align: center;
}

.detailsButton a {
	color: #F7F7F7;
	text-decoration: none;
	display: block;
	width: 100%;
}

.detailsButton:hover,
.detailsButton:hover a {
	background: transparent;
	color: #383838;
}