/*	our-range-of-lifts
-----------------------------------------------------*/
.part {
	
}

.part-left {
	width: 200px;
}

.part-right {
	width: 460px;
	padding: 0 0 0 30px;
}

/*	table-container
-----------------------------------------------------*/
.table-container {
	display: block;
}

.table-container table {
	border-collapse: collapse;
	width: 100%;
}

.table-container table th {
	background-color: #0062b0;
	color: #fff;
	border: 1px #fff solid;
	padding: 7px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}

.th_model {
	background-image: url("/i/corners/tl-8-blue.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.th_machine-room-required {
	width: 70px;
}

.th_no-persons {
	width: 60px;
}

.th_max-stops {
	background-image: url("/i/corners/tr-8-blue.png");
	background-position: 100% 0;
	background-repeat: no-repeat;
	width: 50px;
}

.table-container table td {
	background-color: #e3eef6;
	color: #0062b0;
	border: 1px #fff solid;
	padding: 7px;
	text-align: left;
	vertical-align: middle;
}

.table-container table td a {
	font-weight: normal;
	text-decoration: underline;
	background-color: inherit;
	color: #0062b0;
}

.table-container table td a:hover {
	background-color: inherit;
	color: #000;
}

.table-container .yes-green {
	background-color: inherit;
	color: #5aa742;
	font-weight: bold;
}

.table-container .no-red {
	background-color: inherit;
	color: #eb282f;
	font-weight: bold;
}

#content p {
	margin: 0;
}

#content p a {
	background-color: inherit;
	color: #64b033;
	text-decoration: none;
}

#content p a:hover {
	background-color: #64b033;
	color: #fff;
}
