#inspect {
	width: 710px;
	margin: 10px 0px 20px 0px;
	padding-bottom: 20px;
	}

/*== Index ===========================================Бе==*/
#inspect #inspectListV{
	width: 710px;
	margin: 15px 0px 0px 0px;
	border: 3px solid #efefef;  
	background: url(../img/inspect/5000V.jpg) right bottom no-repeat;
	}
	#inspect #inspectListV h4{
		width: 440px;
		height: 50px;
		padding: 0px;
		margin: 10px 0px 10px 10px;
		background: url(../img/inspect/index_inspect0_title.jpg) no-repeat;
		border: none;
		}
#inspect #inspectListF{
	width: 710px;
	margin: 15px 0px 0px 0px;
	border: 3px solid #efefef;  
	background: url(../img/inspect/3000m.jpg) right bottom no-repeat;
	}
	#inspect #inspectListF h4{
		width: 440px;
		height: 50px;
		padding: 0px;
		margin: 10px 0px 10px 10px;
		background: url(../img/inspect/index_inspect_title.jpg) no-repeat;
		border: none;
		}

#inspect #inspectListN{
	width: 710px;
	margin: 15px 0px 0px 0px;
	border: 3px solid #efefef;
	background: url(../img/inspect/1000u.jpg) right bottom no-repeat;
	}
	#inspect #inspectListN h4{
		width: 440px;
		height: 50px;
		padding: 0px;
		margin: 10px 0px 10px 10px;
		background: url(../img/inspect/index_inspect2_title.jpg) no-repeat;
		border: none;
		}

#inspect #inspectListR{
	width: 710px;
	margin: 15px 0px 0px 0px;
	border: 3px solid #efefef;
	background: url(../img/inspect/index_robot_pict.jpg) right bottom no-repeat;
	}
	#inspect #inspectListR h4{
		width: 440px;
		height: 50px;
		padding: 0px;
		margin: 10px 0px 10px 10px;
		background: url(../img/inspect/index_inspect2_title.jpg) no-repeat;
		border: none;
		}

#inspect h4.inspectListTitle a{
	display: block;
	width: 440px;
	height: 50px;
	}
#inspect h4.inspectListTitle span{
	display: none;
	}

#inspect p.inspectListCatch{
	color: #445a9a;
	padding: 0px;
	margin: 10px 0px 10px 10px;
	}
#inspect p.inspectListText{
	width: 440px;
	padding: 0px;
	margin: 10px 0px 20px 10px;
	}

/*== Food and Normal and Robot ==================Бе==*/
#inspect .inspectText{
	padding: 10px 50px;
	margin: 10px 0px;
	background: #f9f9f9;
	border: 1px dashed #ccc;
	}

#inspect table.inspectBox {
	margin: 0px;
	}
	#inspect table.inspectBox td{
		width: 210px;
		padding: 5px;
		background: #f9f9f9;
		border: 2px solid #9fd780;
		vertical-align: top;
		}
		#inspect table.inspectBox td p.inspectBoxTitle{
			font-weight: bold;
			margin: 6px 0px;
			padding: 0px 0px 2px 0px;
			border-bottom: 1px dashed #21397f;
			}
		#inspect table.inspectBox td p{
			margin: 5px 0px 2px 0px;
			}
		#inspect table.inspectBox td img{
			margin: 0px;
			padding: 0px;
			border: 1px solid #ccc;
			}
		#inspect table.inspectBox td h5{
			margin: 0px;
			padding: 6px 0px 2px 25px;
			}

