/* -----------------------------------
	eBiz Controls
--------------------------------------------------------------------------------------------- */

div.PriceBox0 .mgrPrice a.PriceItem,
div.PriceBox0 .mgrPrice a.PriceItem span,
td.PriceBox0 .mgrPrice a.PriceItem, 
td.PriceBox0 .mgrPrice a.PriceItem span {
color:red;
}

/* -----------------------------------
	Service Department Page
--------------------------------------------------------------------------------------------- */

.service-cta-buttons {
	text-align: center;
	padding: 10px 0 40px;
}

.service-cta-buttons a {
	display: inline-block;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #2D96CD;
	color: #FFF;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 0;
	margin: 0 20px;
	box-sizing: border-box;
}

.service-cta-buttons a:hover {
	background-color: #194073;
}