

/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/white/style.css?17512652772913*/
.pagination {
	display: inline-block;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.pagination .dots {
	bottom: -6px;
	color: #606060;
	position: relative;
}

.pagination a, .pagination .dots {
	display: inline-block;
	margin-right: 2px;
	padding: 2px 8px;
}
div.pagination a {
text-decoration:none !important;
}
div.pagination a:hover {
	color: #303030;
}

div.pagination a:active {
	color: #585858;
}

.pagination a.number {
	border: 1px solid #ddd;	
	
	/* CURVED CORNERS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.pagination a.number:hover {
	border-color: #d0d0d0;
	
	/* DROP SHADOWS */
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	text-decoration:none;
}

.pagination a.number.current {
	color: #fff;
}

.pagination a.number.current:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination a.number.current:active {
	/* INNER SHADOWS */
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
}
.item-wrap p {
font-size:11px;
font-weight:bold;
margin-bottom:10px !important;
}

.item-wrap {
border-bottom:1px solid #E0E0E0;
padding:20px 20px 10px;
}

/*   white */
.pagination.white, .pagination.white a {
	color: #606060; 
}

.pagination.white a.number.current {
	background-color: #e0e0e0;
	border-color: #ddd #d8d8d8 #c4c4c4;
	color: #606060;
	text-shadow: 0px 1px 0px #fff;
	
	background: -moz-linear-gradient(top,
		#fff,
		#f4f4f4 50%,
		#e0e0e0
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.5, #f4f4f4),
		to(#e0e0e0)
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4f4', EndColorStr='#e0e0e0');
}

.pagination.white a.number.current:hover {
	background-color: #ebebeb;
	border-color: #dbdbdb #d4d4d4 #c0c0c0;
	
	background: -moz-linear-gradient(top,
		#fff,
		#f8f8f8 65%,
		#ebebeb
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.65, #f8f8f8),
		to(#ebebeb)
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f8f8f8', EndColorStr='#ebebeb');
}

.pagination.white a.number.current:active {
	border-color: #c0c0c0 #d4d4d4 #dbdbdb;
	text-shadow: 0px -1px 0px #fff;
	
	background: -moz-linear-gradient(top,
		#ebebeb,
		#f4f4f4 50%,
		#fff
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ebebeb),
		color-stop(0.5, #f4f4f4),
		to(#fff)
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4f4', EndColorStr='#ffffff');
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/teachers/bitrix/news.list/.default/style.css?17512652614032*/
.teachers-list {}
.teachers-list .item {
    position: relative;
    display: block;
    padding: 22px;
    margin: 0 0 20px;
    background: #f4f4f4;
    color: #333333;
    font-size: 12px;
    min-height: 116px;
}
.teachers-list .item .teacher-img {
    float: left;
    height: 115px;
    width: 115px;
    margin-right: 35px;
    background-size: cover;
    background-position: 50%;
}
.teachers-list .item .teacher-img a {
display:block;
    height: 115px;
    width: 115px;
}
.teachers-list .item .teacher-name {
    display: block;
    color: #333333;
    font-size: 24px;
    margin-top: 6px;
    text-decoration: none;
}
.teachers-list .item .teacher-name:hover {
    text-decoration: underline;
}
.teachers-list .item .rating-wrap {
    position: absolute;
    left: 174px;
    top: 76px;
}
.teachers-list .item .star, .rating-star {
    display: inline-block;
    background: url(/img/star.png) no-repeat 0 0;
    height: 16px;
    width: 16px;
    margin: 0 0px;
    vertical-align: sub;
}
.teachers-list .item .star:first-of-type, .rating-star:first-of-type {
    margin-left: 8px;
}
.teachers-list .item .star:last-of-type, .rating-star:last-of-type {
    margin-right: 8px;
}
.teachers-list .item .star.active, .rating-star.active {
    background: url(/img/star.png) no-repeat -17px 0;
}
.teachers-list .item .car-wrap {
    position: absolute;
    left: 404px;
    top: 76px;
}


.car-model {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    background-image: url(/img/car_models.png);
    background-repeat: no-repeat;
    background-position: 32px 32px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.car-model.chevrolet {
    width: 32px;
    height: 12px;
    background-position: -5px -5px;
}

.car-model.citroen {
    width: 32px;
    height: 24px;
    background-position: -47px -5px;
}

.car-model.daewoo {
    width: 32px;
    height: 19px;
    background-position: -89px -5px;
}

.car-model.ford {
    width: 32px;
    height: 12px;
    background-position: -131px -5px;
}

.car-model.hyundai {
    width: 32px;
    height: 16px;
    background-position: -173px -5px;
}

.car-model.kia {
    width: 32px;
    height: 16px;
    background-position: -215px -5px;
}

.car-model.vaz {
    width: 32px;
    height: 22px;
    background-position: -257px -5px;
}

.car-model.mazda {
    width: 32px;
    height: 25px;
    background-position: -299px -5px;
}

.car-model.nissan {
    width: 32px;
    height: 27px;
    background-position: -341px -5px;
}

.car-model.renault {
    width: 32px;
    height: 32px;
    background-position: -383px -5px;
}

.car-model.skoda {
    width: 32px;
    height: 32px;
    background-position: -425px -5px;
}

.car-model.subaru {
    width: 32px;
    height: 19px;
    background-position: -467px -5px;
}

.car-model.suzuki {
    width: 32px;
    height: 32px;
    background-position: -509px -5px;
}

.car-model.toyota {
    width: 32px;
    height: 21px;
    background-position: -551px -5px;
}

.car-model.volkswagen {
    width: 32px;
    height: 32px;
    background-position: -593px -5px;
}

/*Ну потому что, а почему бы и да?! На самом деле этот класс вообще не обязателен */
.car-model.другая {
    width: 0;
    height: 0;
    background-position: 100500px 100500px;
}

.teachers-list .item .car-name {
    display: inline-block;
    text-transform: uppercase;
}
.teachers-list .item .age, .teachers-list .item .experience {
    color: #808080;
}
.teachers-list .item .age span, .teachers-list .item .experience span {
    color: #333;
}
.teachers-list .item .age {
    position: absolute;
    left: 174px;
    top: 108px;
}
.teachers-list .item .experience {
    position: absolute;
    left: 294px;
    top: 108px;
}
.teachers-list .item .link {
    position: absolute;
    right: 24px;
    bottom: 36px;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/white/style.css?17512652772913 */
/* /bitrix/templates/.default/components/bitrix/news/teachers/bitrix/news.list/.default/style.css?17512652614032 */
