@font-face {
	font-family:'Myriad Pro Cond';
	src:url('https://corken.su/fonts/MyriadPro-Cond.eot');
	src:local('☺'),
		url('https://corken.su/fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
		url('https://corken.su/fonts/MyriadPro-Cond.svg') format('svg'),
		url('https://corken.su/fonts/MyriadPro-Cond.ttf') format('truetype'),
		url('https://corken.su/fonts/MyriadPro-Cond.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
.detailer,
.detslider-title,
.detslider {
	font-family:Arial;
	/*font-weight:bold;*/
}
.detailer {
	background:#f7f7f7;
	overflow:hidden;
	position:relative;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
.detailer,
.detailer .list img,
.detailer-photo {
	height:750px;
	width:1000px;
}
	.detailer .info-container {
		font-family:Arial;
		font-size:15px;
		left:29px;
		line-height:16px;
		bottom:33px;
		position:absolute;
		width:337px;
	}
		.detailer .info-bgtop {
			background:url(wimages/info-bgtop.png) no-repeat;
			display:block;
			height:15px;
		}
		.detailer .info {
			background:#fff;
			border:2px solid #737373;
			border-top:0;
			border-radius:0 0 7px 7px;
			padding:15px 20px 23px 23px;
			word-spacing:-1px;
		}
		.detailer .info .blue {
			color:#0e75ae;
			font-weight:bold;
			margin-bottom:10px;
			white-space:nowrap;
		}
	.detailer .controls {
		position:absolute;
		right:30px;
		top:20px;
		z-index:9100;
	}
		.detailer .controls a {
			display:block;
			margin-bottom:5px;
		}
		.detailer .controls a:hover {
			opacity:0.7;
		}
	.detailer .module-title {
		color:#000;
		font-family:'Myriad Pro Cond';
		font-size:37px;
		left:60px;
		position:absolute;
		top:25px;
		-moz-user-select:text;
		-ms-user-select:text;
		-webkit-user-select:text;
		user-select:text;
		width:400px;
	}
	.detailer .loadingpage .module-title {
		left:430px;
		top:338px;
		width:140px;
	}
	.detailer .adetail-parts {
		left:60px;
		position:absolute;
		top:25px;
		width:400px;
	}
		.detailer .adetail-part {
			font-family:'Myriad Pro Cond';
			margin-bottom:15px;
		}
			.detailer .adetail-part .adetail-title {
				color:#000;
				font-size:37px;
				-moz-user-select:text;
				-ms-user-select:text;
				-webkit-user-select:text;
				user-select:text;
			}
			.detailer .adetail-part .adetail-descr {
				color:#4443;
				font-size:21px;
				line-height:1.2;
				/*font-size:17px;*/
				margin-top:12px;
				-moz-user-select:text;
				-ms-user-select:text;
				-webkit-user-select:text;
				user-select:text;
			}
	.detailer .masks {
		height:100%;
		opacity:0.4;
		position:absolute;
		-moz-user-select:none;
		-ms-user-select:none;
		-webkit-user-select:none;
		user-select:none;
		width:100%;
		z-index:9000;
	}
	.detailer .mainmenu img {
		-moz-user-select:none;
		-ms-user-select:none;
		-webkit-user-select:none;
		user-select:none;
	}
	.detailer .adetail .adetail-photo {
		position:absolute;
	}
	.detailer .packed {
		display:inline-block;
	}

	.detailer .popup {
		background:rgba(255,255,255,0.9);
		border:1px solid #767676;
		border-radius:6px;
		display:none;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		line-height:18px;
		padding:12px 19px;
		position:absolute;
		width:180px;
		z-index:9300;
	}
		.detailer .popup div {
			margin-top:2px;
		}
		.detailer .popup a {
			color:#000;
		}

	/* anim: */
	.anim-container {
		display:block !important;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
		overflow-scrolling:touch;
		-webkit-touch-callout:none;
		touch-callout:none;
		z-index:0;
	}
	.anim-container.none {
		height:0;
		overflow:hidden;
		visibility:hidden;
		width:0;
	}
	.anim {
		font-size:0;
	}
	.anim-hidden {
		height:0;
		overflow:hidden;
		width:0;
	}



.detslider-title {
	font-size:14px;
	font-weight:bold;
	margin-top:23px;
	margin-left:31px;
}
.detslider {
	font-size:0;
	line-height:0;
	margin-left:15px;
	margin-top:19px;
	position:relative;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	width:1000px;
}
	.detslider > * {
		display:inline-block;
	}
	.detslider .detslider-prev {
		background:url(wimages/detslider-prev.png) no-repeat;
		cursor:pointer;
		height:17px;
		margin-top:59px;
		margin-right:5px;
		width:9px;
	}
	.detslider .detslider-next {
		background:url(wimages/detslider-next.png) no-repeat;
		cursor:pointer;
		height:17px;
		margin-top:59px;
		margin-left:5px;
		width:9px;
	}
	.detslider-list-container {
		overflow:hidden;
		width:940px;
	}
		.detslider-list {
			-ms-transition:margin-left 50ms;
			-moz-transition:margin-left 50ms;
			-webkit-transition:margin-left 50ms;
			transition:margin-left 50ms;
			white-space:nowrap;
			width:940px;
		}
			.detslider-list > div {
				display:inline-block;
				white-space:normal;
				width:180px;
			}
			.detslider-list > div ~ div {
				margin-left:10px;
			}
				.detslider-list img {
					border:2px solid #898989;
					cursor:pointer;
					height:131px;
					width:176px;
				}
				.detslider-list > div:hover img {
					border-color:#1d8cca;
				}
				.detslider-list > div > div {
					margin-top:10px;
				}
					.detslider-list > div > div a {
						color:#000;
						font-size:14px;
						line-height:15px;
						text-decoration:none;
						-moz-user-select:text;
						-ms-user-select:text;
						-webkit-user-select:text;
						user-select:text;
					}
					.detslider-list > div > div a:hover {
						text-decoration:underline;
					}