a h4 {
	text-align: left;
	border-left: 4px solid #b00000;
	padding: 7px;
        color: #b00000;
}

#htsptop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 16px;
	border: none;
	outline: none;
	background-color: #BE040A;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
}

#htsptop:hover {
	background-color: #969696;
}

.pslyteboxcolumn {
	text-align: left;
	float: left;
	height: 80px;
	padding-right: 5px;
}

.pslyteboxcolumn img:hover { opacity: 0.8; }

.pslyteboxcontainer {
	padding-left: 15px;
}