.border-dashed {
	border: 1px dashed #949494;
	border-radius: 5px;
	padding: 10px;
}
.table_services {
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
}
.table_services th {
	font-family: 'Arial';
	font-weight: normal;
text-align: center;
	font-size: 16px;
		border-left: 1px solid #d6d6d6;
border-right: 1px solid #d6d6d6;
border-top: 1px solid #d6d6d6;
border-bottom: 1px dashed #d6d6d6;
}
.table_services th span {

}
.table_services th{
	padding: 9px;
background-color: #ed1c24;
padding: 9px;

}
.table_services td{
	padding: 7px;
	vertical-align: middle;
		border-left: 1px solid #d6d6d6;
border-right: 1px solid #d6d6d6;
border-top: 1px solid #d6d6d6;
border-bottom: 1px dashed #d6d6d6;

}
.table_services th span {
	padding: 1px 0;
	width: 100%;
	float: left;
}
.table_services th.tb-bg-green01 span{
	background-color: #73aa32;
}
.table_services th.tb-bg-green02 span{
	background-color: #8dc649;
}
.table_services th.tb-bg-green03 span{
	background-color: #7DB838;
}
.table_services th.tb-bg-green04 span{
	background-color: #77B135;
}
.table_services tr.tb-bg-white td {
	background: #FFF;
	color: #333;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_services tr.tb-bg-gray td {
	background: #f5f5f5;
	color: #333;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_services tr.tb-bg-dark td {
	background: #2591cf;
	color: #FFF;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid #d6d6d6;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table_services tr.tb-bg-oder td {
	background: #FFF;
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	text-transform: uppercase;
	border: 1px solid #d6d6d6;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table_services tr.tb-border-dashed td{
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-top: 1px dashed #d6d6d6;
	border-bottom: 1px dashed #d6d6d6;
}
.table_services tr.tb-border-solid td{
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px dashed #d6d6d6;
}
.table_services tr.tb-border-solid-bot td{
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-top: 1px dashed #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.table_services .btn-order {
	background: #80be36;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 0;
	width: 80px;
	display: inline-block;
	margin: 0 auto;
}
.table_services .btn-order a{
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
/*editer*/
ul.ul-style-01 {
	margin-left: 10px;
	margin-bottom: 10px;
}
ul.ul-style-01 li {
	background: url(../img/icon-list-01.png) no-repeat left 8px;
	padding: 5px 0 5px 20px;
}