.fs_box {
	width:202px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	padding:9px 9px 30px;
}
.fs_box:hover {
	background:#EEF;
	border-radius:5px;
	box-shadow:1px 1px 3px #c4c4c4;
}
.fs_left {
	width:150px;
	float:left;
}
.fs_price {
	width:44px;
	float:left;
	text-align:right;
	color:#9e0b0f;
	font-size:16px;
	font-weight:bold;
	margin-top:2px;
}
.fs_left span {
	float:left;
	width:100%;
	margin-top:5px;
}
.fs_left span.fs_head {
	color:#003471;
	text-decoration:none;
}
.fs_left span.fs_for {

	color:#707070;
	font-style:italic;
}
.fs_left span.fs_disc {
	color:#000;
	font-style:italic;
	width:195px;
}

.service_list	{
	width: 100%;
}

.searchbox{
	line-height: 20px;
	width: 170px;
	height: 20px;
	font-size: 15px;
	padding: 2px;
}

#showLeftPush	{
	display: none;
	background: url(../../../images/filter.png) center center no-repeat;
	width: 95px;
	height: 30px;
	cursor: pointer;
	margin: 0px 0px 20px 0px;
}

/* General styles for all menus */
.cbp-spmenu {
	background: #000000;
	padding: 20px;
	color: #FFFFFF;
}

.cbp-spmenu h3 {
	font-size: 16px;
	margin: 20px 0px;
	font-weight: bold;
}

.cbp-spmenu h4 {
	font-size: 20px;
	margin: 20px 0px;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
}

.cbp-spmenu a:hover {
}

.cbp-spmenu a:active {
	color: #47a3da;
}

.cbp-spmenu	ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 210px;
	height: 100%;
	overflow-y: auto;
}

.cbp-spmenu-vertical a {
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 250px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1000px) {
	#showLeftPush	{
		display:block;
	}
	.cbp-spmenu {
		position: fixed;
	}
	.cbp-spmenu-vertical {
		height: 100%;
		top: 0;
		z-index: 1000;
	}
	/* Vertical menu that slides from the left or right */
	.cbp-spmenu-left {
		left: -250px;
	}
	.cbp-spmenu-left.cbp-spmenu-open {
		left: 0px;
	}
}

@media screen and (max-width: 510px) {
	#showLeftPush	{
		margin: 0px 0px 20px 2px;
	}
}
