/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 18px;
	right: 23px;
	width: 20px;
	height: 20px;
	background: transparent url('btn_close.png') 0px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
.standart #fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/*slide_show*/
.slide_showBlock {width:880px; height:750px; position:relative;}
.slide_showBlock .slide_show {width:880px; height:720px;}
.slide_showBlock .block {width:770px; height:680px; position:absolute; left:50%; top:50%; margin:-335px 0 0 -385px;}
.slide_showBlock .block .header {width:770px; padding-bottom:10px;}
.slide_showBlock .block .header h1 {font:37px Arial, Helvetica, sans-serif; color:#000000; padding-left:55px;}
.slide_showBlock .block .header .btnClose {padding:10px 5px 0 10px; float:right;}
.slide_showBlock .block .item {width:100%; height:450px; padding:0; background-color:#ffffff; position: relative;}
.slide_showBlock .block .item .imgBlock table {width:100%; border-collapse:collapse;}
.slide_showBlock .block .item .imgBlock table td {text-align:center; height:490px;}
.slide_showBlock .block .item .imgBlock table .Img {position:relative; width: 100%; height: 100%; overflow: hidden;}
.slide_showBlock .block .item .imgBlock table .Img .corner_tl {background:url(/images/corner_tl.png) no-repeat; width:15px; height:15px; position:absolute; left:0; top:0;}
.slide_showBlock .block .item .imgBlock table .Img .corner_tr {background:url(/images/corner_tr.png) no-repeat; width:15px; height:15px; position:absolute; right:0; top:0;}
.slide_showBlock .block .item .imgBlock table .Img .corner_bl {background:url(/images/corner_bl.png) no-repeat; width:15px; height:15px; position:absolute; left:0; bottom:0;}
.slide_showBlock .block .item .imgBlock table .Img .corner_br {background:url(/images/corner_br.png) no-repeat; width:15px; height:15px; position:absolute; right:0; bottom:0;}
.slide_showBlock .block .item .imgBlock table .Img .action_tl {background: url("/images/action_corner.png") no-repeat scroll 0 0 transparent; cursor: pointer; height: 163px; left: 0; position: absolute; top: 0; width: 169px;}
.slide_showBlock .block .item .imgBlock table .txt {padding:0 0 120px 40px; height:300px; text-align:left; width:170px; vertical-align:top;}
.slide_showBlock .block .item .imgBlock table .txt h2 {font:17px Arial, Helvetica, sans-serif; font-weight:bold; color:#000000;}
.slide_showBlock .block .item .imgBlock table .txt p {margin-top:3px;}
.slide_showBlock .block .item .imgBlock table .txt span {color:#6c747d;}

.slide_showBlock .block .item .imgBlock table .txt .select {padding-top:3px;}
.slide_showBlock .block .item .imgBlock table .txt .selectBlock {width:100%; float:left; padding-bottom:25px;}
.slide_showBlock .block .item .imgBlock table .txt .select span {display:block; width:31px; padding:0 5px 0 0; float:left; color:#000000;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield {position:relative; width:130px; float:left; z-index:10;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectItem {background:url(/images/select.gif) right 0 no-repeat; padding:1px 25px 0 4px; width:102px; height:17px; font-size:12px; cursor: pointer;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectItem div {overflow: hidden; white-space: nowrap;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList {width:200px; position:absolute; right:0; top: 20px; z-index:10; display: none;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList table {width:100%; border-collapse:collapse; background:url(/images/sl_show_bg.png); position: absolute; right: 0;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList table td {padding:3px 5px; font-size:12px; height:auto; text-align:left;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList table td img {vertical-align:middle;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList table td .item1 .item_r {height:32px; position:relative; cursor: pointer; padding: 3px 7px 3px 43px !important; white-space: nowrap;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList table td .item1 .item_r span {margin-left: -40px;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList table .active .item1 {background:url(/images/item_bg.gif) no-repeat;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList table .active .item1 .item_r {background:url(/images/item_bgr.gif) right 0 no-repeat; height:32px; padding:3px;}

.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList .color-img {float: left; margin-left: -32px;}
.slide_showBlock .block .item .imgBlock table .txt .selectfield .selectList ._jsColorName {	padding: 10px 0 0 5px;}

.slide_showBlock .block .item .buy {position:absolute; top:324px; right:0;}
.slide_showBlock .block .item .buy p.basket-add-success { color: #0063A4; display: none; float: right; font-size: 12px; padding-top: 4px; text-align: right; width: 160px;}
.slide_showBlock .block .item .buy p.basket-add-error { color: #0063A4; display: none; float: right; font-size: 12px; padding-top: 4px; text-align: right; width: 160px;}
.slide_showBlock .block .item .buy .price {height:37px; float:right;}
.slide_showBlock .block .item .buy .price_l {background:url(/images/price_bg1l.png) no-repeat; width:25px; height:37px; float:right;}
.slide_showBlock .block .item .buy .price .text {background:url(/images/price_bg1.png) repeat-x; padding-top:4px; height:33px; font-size:24px; font-weight:bold; color:#ffffff; float:right;}
.slide_showBlock .block .item .buy .btn {width:94px; height:37px; float:right;}
.slide_showBlock .block .item .buy .btn .preloader {background: url("/images/basket_preloader.gif") no-repeat scroll center center #FFFFFF; display: none; height: 28px; margin: 4px 2px 4px 6px; position: absolute; top: 0; width: 86px; z-index: 10;}
.slide_showBlock .block .item .buy .btn a {background:url(/images/btn_buy1.png) no-repeat; display:block; width:94px; height:37px;}
.slide_showBlock .block .item .buy table {width:165px; border-collapse:collapse; float:right;}
.slide_showBlock .block .item .buy table td {padding:25px 5px 0 0; font-size:10px;}
.slide_showBlock .block .item .buy table .hide {display: none;}
.slide_showBlock .block .item .buy table td a {color:#bf0f22;}

.slide_showBlock .block .overBlock {width:650px; padding: 0 60px; position: absolute; bottom: 0;}
.slide_showBlock .block .overBlock .l_arrow {display:block; background:url(/images/l_arrow1.png) no-repeat; width:29px; height:36px; position:absolute; left:0; top:40px;}
.slide_showBlock .block .overBlock .l_arrow.noactive {background: url("/images/l_arrow1.png") no-repeat scroll 100% 0 transparent;cursor: default;}
.slide_showBlock .block .overBlock .r_arrow {display:block; background:url(/images/r_arrow1.png) no-repeat; width:29px; height:36px; position:absolute; right:0; top:40px;}
.slide_showBlock .block .overBlock .r_arrow.noactive {background: url("/images/r_arrow1.png") no-repeat scroll 100% 0 transparent;cursor: default;}
.slide_showBlock .block .overBlock .over {overflow:hidden;}
.slide_showBlock .block .overBlock .over ul {width:10000px;}
.slide_showBlock .block .overBlock .over li {float: left; margin-right: 9px; padding: 5px 2px; width: 96px;}
.slide_showBlock .block .overBlock .over li .Img {text-align:center; width:100px; height:100px; position: relative;	border: 1px solid #d1d2d4; border-radius: 7px; overflow: hidden;}
.slide_showBlock .block .overBlock .over li:hover .Img, .slide_showBlock .block .overBlock .over li.active .Img  {border: 1px solid #f9dd8c; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);}
.slide_showBlock .block .overBlock .over li .Img .corner_tl {background:url(/images/corner_tl.png) no-repeat; width:15px; height:15px; position:absolute; left:0; top:0;}
.slide_showBlock .block .overBlock .over li .Img .corner_tr {background:url(/images/corner_tr.png) no-repeat; width:15px; height:15px; position:absolute; right:0; top:0;}
.slide_showBlock .block .overBlock .over li .Img .corner_bl {background:url(/images/corner_bl.png) no-repeat; width:15px; height:15px; position:absolute; left:0; bottom:0;}
.slide_showBlock .block .overBlock .over li .Img .corner_br {background:url(/images/corner_br.png) no-repeat; width:15px; height:15px; position:absolute; right:0; bottom:0;}
.slide_showBlock .block .overBlock .over li .Img img{width: 100px; height: 100px;border-radius: 7px;}
.slide_showBlock .block .overBlock .over li .Img .border {
	display: none;
	height: 100px; 
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}
.slide_showBlock .block .overBlock .over li .txt {padding:9px 5px 0 5px; font-size:10px; height:85px; overflow:hidden;}
.slide_showBlock .block .overBlock .over .active .Img {position:relative;}
.slide_showBlock .block .overBlock .over .active .Img .border {display:block;}
/*slide_show*/


/* image sizes */
.slide_showBlock .block .item .imgBlock table .Img {height:430px;}
.slide_showBlock .block .item .imgBlock table td {height:450px;}
.slide_showBlock .block .item .buy table td {padding-top:5px; height:30px;}
.slide_showBlock .block .item {height:450px;}
/* image sizes */



.slide_showBlock .block .item .buy .btn2 {
    background: url(/images/nobuybig.png) no-repeat;
    display: block;
    width: 94px;
    height: 37px;
    float: right;
}

.slideshow__img_wrap {
	position: relative;
	border-radius: 7px;
	border: 1px solid #E5E5E5;
	height: 428px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

	.slideshow__img {
		width: 558px;
		height: 428px;
		line-height: 428px;
	}

		.slideshow__img img {
			max-height: 428px;
			max-width: 100%;
			vertical-align: middle;
		}

.links {
	height: 30px;
	line-height: 10px;
	font-size: 9px;
}

	.links div.link {
		float: left;
		width: 56px;
		height: 30px;
		text-align: center;
	}

		.links a {
			color: #626262;
			font-size: 9px;
			text-decoration: none;
		}

		.links div.link div {
			width: 20px;
			height: 20px;
			margin: 0 auto;
			background: url(../../images/link.png) center top no-repeat;
		}

		.links div.link div.link1 {
			background-position: 0px 0px;
		}

		.links div.link:hover div.link1 {
			background-position: 0px -20px;
		}

		.links div.link div.link2 {
			background-position: 0px -40px;
		}

		.links div.link:hover div.link2 {
			background-position: 0px -60px;
		}

		.links div.link div.link3 {
			background-position: 0px -80px;
		}

		.links div.link:hover div.link3 {
			background-position: 0px -100px;
		}

		.links div.link div.link4 {
			background-position: 0px -120px;
		}

		.links div.link:hover div.link4 {
			background-position: 0px -140px;
		}

		.links div.link div.link5 {
			background-position: 0px -160px;
		}

		.links div.link:hover div.link5 {
			background-position: 0px -180px;
		}

		.links div.link:hover a {
			text-decoration: underline;
		}

.friend_wrap {
	margin: 7px 0 20px;
	text-align: center;
}

	.friend {
		font-size: 14px;
		font-style: italic;
	}