main div.cover#top10 {
	/*background: url(./img/bg/bg-d-900.png) repeat-x;
	background-size: contain;*/
	background-color: #B8D5E5;
	min-width: 1024px;
}

/*#top10-subcover {
	/*background: url(./img/bg/bg-d-900.png) repeat-x;
	background-size: contain;	*!/
	/*background-color: #B8D5E5;*!/
}*/

#top10>section{
	/*height: 560px;*/
	/*background: url(./img/temp_block_3.png);*/
	/*background-size: auto;*/
	/*background-repeat: no-repeat;*/
	/*padding-top: 1.4em;*/
	/*opacity: 0.9;*/
	/*background-color: #B8D5E5;*/
	padding-bottom: 3em;
}

.top10-details {
	margin: 0 auto;
	text-align: center;
	/*opacity: 0.9;*/
	padding: 1em;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 1.5em;
}

.top10-details table {
	/*border: 1px solid #000; /* вместо border="1" *!/*/
	/*margin: 10px;*/
	margin: 0 auto; /* для выравнивания таблицы по центру */
	text-align: left;
	width: 100%;
	border-spacing: 0; /* вместо cellspacing="0"  */
	/*background: #ccc; /* вместо bgcolor="#CCCCCC" *!/*/
}

.top10-details table tr {
	height: 40px;
	line-height: .8em;
}

.top10-details table th {
	font-size: 110%;
	font-weight: 400;
}

.top10-details table td {
	padding-top: 6px;
	/*color: #506C7C;*/
}

.top10-details table tr th .subtitle {
	font-size: 60%;
}

.top10-details table .top10-table-rating {
	/*background: none;*/
	width: 30px;
	/*background-color: #ecc4c4;*/
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	/*position: relative;
	top: 3px;*/
}

.rating {
	border: 2px solid #506C7C;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	/*background-color: #acc9db;*/
	box-shadow: 0 1px 5px rgba(0, 179, 252, 0.3), 0 2px 10px 0 rgba(50,100,0,.15);
	/*font-family: Proxima;*/
	/*font-size: 90%;*/
	margin: 0;
	/*padding: 10px;*/
	line-height: 70%;
	/*position: relative;*/
	/*left: 5px;*/
	margin-right: 10px;
	/*width: 25px;*/
	vertical-align: bottom;
}

.rating p {
	margin-top: 7px;
	margin-left: 1px;
	/*padding-top: 3px;*/
	color: #506C7C;
}

.top10-details table .top10-table-service {
	/*background: none;*/
	width: 470px;
	/*background-color: #c8ecc4;*/
	text-align: left;
	padding-left: .7em;
	border-bottom: 1px solid #BBCED8;
	vertical-align: middle;
}

td+.top10-table-service {
	background-color: #EFF2F5;
	color: #374a54;
	/*box-shadow: 0 1px 5px rgba(0, 179, 252, 0.3), 0 2px 10px 0 rgba(50,100,0,.15);*/
}

.selected-service>td+.top10-table-service,
.selected-service>td+.top10-table-counter,
.selected-service>td+.top10-table-cost {
	background-color: #ffa;
}

.parity .top10-table-service {
	background-color: #E2EBF1;
	/*box-shadow: 0 1px 5px rgba(0, 179, 252, 0.3), 0 2px 10px 0 rgba(50,100,0,.15);*/
}

.top10-details table .top10-table-counter {
	width: 160px;
	/*background-color: #c4ece5;*/
	text-align: center;
	/*border-top: 1px solid #BBCED8;*/
	border-bottom: 1px solid #BBCED8;
	margin-left: -100px;
	padding-left: 0px;
}

td+.top10-table-counter {
	background-color: #E2EBF1;
	color: #506C7C;
	/*box-shadow: 0 1px 5px rgba(0, 179, 252, 0.3), 0 2px 10px 0 rgba(50,100,0,.15);*/
}

.parity .top10-table-counter {
	background-color: #D8E6EE;
}

.top10-details table .top10-table-cost {
	width: 160px;
	/*background-color: #e3ecc4;*/
	text-align: center;
	border-bottom: 1px solid #BBCED8;
}

td+.top10-table-cost {
	background-color: #EFF2F5;
	color: #FF7500;
	/*box-shadow: 0 1px 5px rgba(0, 179, 252, 0.3), 0 2px 10px 0 rgba(50,100,0,.15);*/
}

td+.above100 {
	color: #396B00;
}

.parity .top10-table-cost {
	background-color: #E2EBF1;
	/*box-shadow: 0 1px 5px rgba(0, 179, 252, 0.3), 0 2px 10px 0 rgba(50,100,0,.15);*/
}

.top10-details table .top10-table-order {
	/*background: none;*/
	/*width: 90px;*/
	/*background-color: #e8c4ec;*/
	text-align: left;
	/*border-bottom: 1px solid #333;*/
}

.top10-redirect {
	margin: 0 auto;
	text-align: right;
	/*opacity: 0.9;*/
	padding: .4em;
	padding-right: 4em;
}

.count-in-month {
	font-size: 100%;
}

.count-in-year {
	font-size: 90%;
}

.count-all {
	font-size: 80%;
}

.top10-details table tr:hover {
	/*opacity: 0.8;*/
}

table {
	overflow: hidden;
}

td.top10-table-service:hover {
	background-color: #ffa;
}

td.top10-table-counter:hover {
	background-color: #ffa;
}

td.top10-table-cost:hover {
	background-color: #ffa;
}

