div.services-head{
	margin: 40px auto;
}

.services-head-title{
	text-align: center;
}

h2.services-head-title,
.additional-services-block-title{
	font-size:22px;
	color:#c53045;
	line-height: 35px;
}

h3.services-head-title{
	color:#848e94;
}

.service{
	padding: 40px 0;
	border-bottom:1px solid #eaeaea;
}

.service:last-of-type{
	border-top:1px solid #eaeaea;
}

.service:hover{
	background-color: #fbfbfb;
	border-top: 1px solid #c53045;
	border-bottom:1px solid #c53045;
	margin-top: -1px;
}

.service:last-of-type:hover{
	margin-top: 0;
}

.service-icon,
.service-more-link-arrow{
	display: inline-block;
}

.service-icon{
	margin: 0 30px 0 0;
	float:left;
}

.service-info{
	margin:0 25px 0 85px;
	padding-top: 7px;
	cursor:pointer;
}

.service-title{
	font-weight: bold;
	margin-bottom: 5px;
}

.service:hover .service-title{
	color: #c61e36;
}

.service-more-link-arrow{
	float: right;
	margin-top: 5px;
	width:24px;
	height: 13px;
	cursor: pointer;
}

.service-more-link-arrow-down{
	background: url('/local/components/custom/services.list/templates/services-page/images/arrows.png') 0 0 no-repeat;
}

.service-more-link-arrow-up{
	background: url('/local/components/custom/services.list/templates/services-page/images/arrows.png') -25px 0 no-repeat;
}

.service:hover .service-more-link-arrow-down{
	background: url('/local/components/custom/services.list/templates/services-page/images/arrows.png') -50px 0 no-repeat;
}

.service:hover .service-more-link-arrow-up{
	background: url('/local/components/custom/services.list/templates/services-page/images/arrows.png') -75px 0 no-repeat;
}

.service-links{
	margin: 20px 0 10px 85px;
}

.service-price{
	color:#879197;
	font-weight: bold;
}

.service-detail-link{
	margin: 0px 10px;
}

.service-order-button{
	float: right;
}

#additional-services-block{
	background-color: #fbfbfb;
	padding: 20px 0;
}

.additional-services-block-title{
	text-align: center;
}

#additional-services-container{
	margin-top: 30px;
	padding-top: 20px;
	border-top:1px solid #eaeaea;
}

#additional-services-container:hover{
	background-color: #fbfbfb;
	border-top: 1px solid #c53045;
	border-bottom:1px solid #c53045;
	margin-bottom: -22px;
	padding-bottom: 20px;
}

#additional-services-info{
	background: url('/local/components/custom/services.list/templates/services-page/images/additional-servise.png') left top no-repeat;
	padding-left: 86px;
}

.additional-services-info-text{
	cursor: pointer;
}