.table-wrapper {
	border: 1px solid #CDCECE;
	margin-bottom: 20px;
}
.element .table-wrapper {
	margin-bottom: 10px;
}
	.table-wrapper .title-panel {
		background: #EDEEEF;
		padding: 15px 10px 15px 0;
	}
.spec-table {
	font-size: 0.92em;
/*	text-align: center;*/
	width: 100%;
	margin-bottom: 10px;
}
.table-wrapper .spec-table {
	margin-bottom: -1px;
	
}
	.spec-table th {
		font-weight: 400;
		padding: 10px;
		vertical-align: middle;
		border: 1px solid #bdc3c3;
	}
	.spec-table td {
		padding: 10px 10px;
		border: 1px solid #bdc3c3;
	}
.dark-row {
	background: #EDEEEF;
}
.lt-cell {
	border-right: none !important;
}
.ft-cell {
	border-left: none !important;
}

/* Блок с таблицей рейтингов */
.rating-block {
	border: 1px solid #CDCECE;
}
	.rating-block .title-panel {
		background: #EDEEEF;
		padding: 15px 10px 15px 0;
	}
.rating-nav {
	margin: 10px 0 0 20px;
}
	.rating-nav li {
		float: left;
		padding: 4px 15px 2px 5px;
		font-family: verdana;
		font-size: 0.92em;
		font-weight: 700;
		background: url(border_r.png) 100% 6px no-repeat;
	}
	.rating-nav span {
		font-size: 1.16em;
		font-weight: 400;
		background-position: 100% 5px;
		margin-top: -2px;
		display: block;
		color: #6c6c6d;
	}
.rating-table {
	font-size: 0.92em;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}
	.rating-table th {
		font-weight: 400;
		padding: 10px;
/*		background: url(../img/border_th.jpg) 100% 0 no-repeat;
		height: 50px;*/
		vertical-align: middle;
		overflow: visible;
		border: 1px solid #bdc3c3;
	}
	/*.rating-table .lt-th {
		background: none;
	}*/
	.rating-table td {
		padding: 10px 10px;
		border: 1px solid #bdc3c3;
	}
.dark-row {
	background: #EDEEEF;
}
	.dark-row td {
		/*background: url(../img/border_td.png) 100% 0 no-repeat;*/
	}
.lt-cell {
	border-right: none !important;
}
.ft-cell {
	border-left: none !important;
}
.all-table {
	padding-right: 20px;
	background: url(all-tabl.png) 100% 2px no-repeat;
	float: right;
	margin: 0 10px 10px;
	font-size: 0.92em;
}

.simple-table th {
	height: auto;
}



.html_table {
	font-size: 0.92em;
	width: 100%;
	margin-bottom: 10px;
}
.html_table th {
	font-weight: 400;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #bdc3c3;
}
.html_table td {
	padding: 10px 10px;
	border: 1px solid #bdc3c3;
}