@font-face {
    font-family: 'Open sans';
    src: url('/opensans-light-webfont.eot');
    src: url('/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/opensans-light-webfont.woff') format('woff'),
         url('/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #000 url("/images/bg.png");
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #444;

	-webkit-font-smoothing: antialiased;
}



.Loading {
	position: fixed;
	padding: 2px 6px;
	text-shadow: none;
	background: #d2222e;
	color: #fff;
	top: 12px;
	right: 12px;
	z-index: 1000;
}



.width, .widthCnt {
	position: relative;
	margin: 0 auto;
	height: 100%;
}

.width {
	max-width: 1258px;
}

body > .width {
	min-width: 990px;
}

#menu .widthCnt {
	padding: 0 20px 0 42px;
}

.body .widthCnt, .footer .widthCnt {
	width: 704px;
}

.home .widthCnt {
	width: 939px;
}

.body {
	position: relative;
	margin: -50px 0 -200px 0;
/*
	margin: -50px 0 -350px 0;*/
	background: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.home .body {
/*
	margin: 0 0 -325px 0;*/
	margin: 0 0 -185px 0;
}

.error1 .body {
	margin: 0;
}

.push {
	height: 50px;
}

.home .push {
/*
	height: 325px;*/
	height: 185px;
}

.columnsCnt .push {
/*
	height: 370px;*/
	height: 250px;
}

.footer {
	position: relative;
	margin: 0 0 0 240px;
	background: #ededed;
	font-size: 12px;
	line-height: 20px;
	color: #999;
/*
	height: 350px;*/
	height: 200px;
}

.home .footer {
	margin: 0;
/*
	height: 325px;*/
	height: 185px;
}


.leftColumn {
	position: relative;
	padding: 211px 0 0 0;
	background: #1f1f1f url("/images/bg-color-shape-vertical.png") no-repeat right 66px;
	width: 240px;
	min-height: 759px;
	float: left;
	z-index: 1;
}

.footerLeft {
	position: absolute;
	background: #1f1f1f;
	bottom: 0;
	left: -240px;
	width: 240px;
	height: 10000px;
}


.columnsCnt {
	margin-left: 240px;
}



img {
	border: none;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0;
}

a[href], a[href]:visited {
	color: #d17a00;
}

.footer a, .footer a:visited {
	color: #444;
}

a:hover, ins {
	text-decoration: none;
}
/*
a[href]:hover {
	color: #d17a00;
}*/

p {
	margin: 0 0 20px 0;
}




.header {
	position: relative;
	background: #000;
	height: 50px;
	z-index: 999;
}

.phone, .help {
	position: absolute;
	padding: 0 0 0 17px;
	top: 14px;
	color: #999;
	left: 40px;
}

.phone ins, .help ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat 0 0;
	left: 0;
	top: 3px;
	width: 10px;
	height: 15px;
}

a.help, a.help:visited {
	padding: 0 0 0 28px;
	color: #fff;
	cursor: pointer;
	left: 240px;
}

a.help:hover, .help:hover .helpArrow {
	color: #d17a00;
}

.help ins {
	background-position: -15px -32px;
	top: 2px;
	width: 17px;
	height: 17px;
}

.helpArrow {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 12px;
	color: #555;
}




.headerButtons {
	position: absolute;
	top: 0;
	right: 20px;
}

.auth {
        display: inline-block;
        position: relative;
	padding: 6px 47px 0 11px;
	color: #fff;
	height: 44px;
}

.authHover {
	background: #333;
}

.auth ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -163px -163px;
	top: 14px;
	right: 10px;
	width: 23px;
	height: 18px;
}


.bag {
        display: inline-block;
	padding: 6px 71px 0 11px;
	1min-width: 154px;
	height: 44px;
}

.bag > a, .bag > a:visited, a.auth, a.auth:visited {
/*
	font-family: 'Open Sans', trebuchet ms;*/
	font-size: 14px;
	line-height: 37px;
	color: #fff;
}

.bag > a, .bag > a:visited {
	text-decoration: none;
}

a[href] .bagTitle, a[href] .bagAmount {
	text-decoration: underline;
}

a[href]:hover .bagTitle, a[href]:hover .bagAmount {
	text-decoration: none;
}

.bagAmount {
	color: #d17a00;
}

.bagIcon {
	display: block;
	position: absolute;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#646464), to(#000));
	background: linear-gradient(#646464, #000);
	background-color: #222;
	border-top: solid 1px #7f7f7f;
	top: 6px;
	right: 11px;
	width: 37px;
	height: 37px;
}

.bag ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -10px 0;
	top: 3px;
	right: 0;
	width: 37px;
	height: 32px;
}


.bagPopup, div.bagEmpty:hover .bagPopup {
	display: none;
}

.bag:hover {
	background: #333;
}

.bagEmpty:hover {
	background: none;
}

.bag:hover .bagPopup, #authPopup {
	display: block;
	position: absolute;
	padding: 8px 10px;
	background: #f5f5f5;
	border: solid 1px #999;
	border-top: 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
	font-size: 12px;
	line-height: 17px;
	top: 50px;
	right: 0;
	width: 264px;
	z-index: 999;
}

#authPopup {
	padding: 14px;
	left: 0;
	width: 163px;
}

a.bagPopupItem, a.bagPopupItem:visited {
	display: block;
	position: relative;
	margin: 0 0 3px 0;
	padding: 0 0 3px 78px;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
	color: #d17a00;
	overflow: hidden;
	height: 68px;
}

a.bagPopupItem[href]:hover {
	text-decoration: underline;
}

.bagPopupItemImage {
	display: block;
	position: absolute;
	border: 0;
	box-shadow: none;
	top: 0;
	left: 0;
}

.bagPopupItem .miniMiniImage {
	border: 0;
	box-shadow: none;
}

a[href].bagPopupItem:hover .miniMiniImage {
	box-shadow: none;
}

.bagPopupItemTitle {
	display: table-cell;
	vertical-align: middle;
	width: 185px;
	height: 68px;
}

.bagPopupSum {
	display: block;
	padding: 7px 0 12px 0;
	text-align: center;
	color: #d17a00;
}

.bagPopup a.buttonHref, .bagPopup a.buttonHref:visited {
	font-size: 12px;
	line-height: 26px;
	width: 202px;
	height: 26px;
}



#menu {
	display: block;
	position: absolute;
	padding: 70px 0 65px 0;
	background: rgba(11, 25, 27, .95);
	box-shadow: 0 2px 10px 0 #000;
	top: -100%;
	left: 0;
	width: 100%;
	z-index: 999;

	-webkit-transition: top .7s;
	transition: top .7s;
}

.showMenu #menu {
	top: 0;
}

.menuClose {
	position: absolute;
	text-align: center;
	background: rgba(33, 47, 49, .95);
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
}

.meuItem {
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: top;
	border-left: solid 1px #5f6c6f;
	width: 445px;
}

.menuTitle {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 18px;
	color: #6f7a7d;
}

.meuItem ul, .meuItem li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.meuItem li {
	padding: 0 0 8px 0;
}

.meuItem a, .meuItem a:visited {
	text-decoration: none;
	color: #fff;
}

.meuItem a:hover {
	text-decoration: underline;
}

.meuItem:first-child {
	padding: 0;
	border-left: 0;
	width: 465px;
}

.meuItem:first-child a, .meuItem:first-child a:visited {
	color: #ffc95e;
}



.footerCnt {
	padding: 30px 0 25px 0;
	border-bottom: solid 2px #fff;
	overflow: hidden;
}

.warranty {
	position: relative;
	padding: 0 0 0 108px;
	float: left;
	width: 520px;
}

.warranty ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -47px -128px;
	top: 0;
	left: 0;
	width: 86px;
	height: 106px;
}

.footer .social {
	float: right;
	width: 300px;
}

.fb, .tw {
	display: inline-block;
	margin: 10px 20px 0 0;
	background: url("/images/icons.png") no-repeat -133px -128px;
	width: 30px;
	height: 30px;
}

.tw {
	background-position: -133px -158px;
}

.fb:hover {
	background-position: -133px -188px;
}

.tw:hover {
	background-position: -133px -218px;
}

.footerTitle {
	font-weight: bold;
	font-size: 18px;
}


.footerMenu, .footer .feedback, .footer .phone {
	position: absolute;
	bottom: 133px;
}

.home .footerMenu, .home .footer .feedback, .home .footer .phone {
	bottom: 118px;
}

.footer .phone, .footer .feedback {
	color: #444;
	top: auto;
	bottom: 160px;
	left: 0;
}

.footer .phone ins {
	background-position: 0 -15px;
}

.footer .feedback {
	left: 184px;
}

.footerMenu, .footerMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerMenu {
	left: 0;
}

.home .footerMenu {
	right: 0;
	left: auto;
}

.footerMenu li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.home .footerMenu li {
	margin: 0 0 0 20px;
}

.copy {
	position: absolute;
	left: 0;
	bottom: 54px;
}

.handcrafted {
	position: absolute;
	text-shadow: 1px 1px 0 #fff;
	font-size: 9px;
	line-height: 9px;
	color: #aaa;
	bottom: 15px;
	right: 10px;
}



.homeTop {
	background: #1f1f1f url("/images/bg-color-shape.png") no-repeat center bottom;
	height: 380px;
}

.logo {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
}

.homeTop .logo {
	top: 33px;
	left: -17px;
}

.logoTitle {
	position: absolute;
	font-family: "Open Sans", trebuchet ms;
	font-size: 45px;
	line-height: 42px;
	color: #797979;
	bottom: 50px;
	left: 0;
}



.leftColumn .logo {
	top: 29px;
	left: 11px;
}

.leftColumn .logoTitle {
	font-size: 18px;
	line-height: 20px;
	color: #d17a00;
	top: 116px;
	bottom: auto;
	left: 40px;
}



.bnr {
	position: absolute;
	top: 20px;
	right: 64px;
	width: 380px;
	height: 340px;
}

.bnrItem {
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: opacity .7s;
	transition: opacity .7s;
}

.bnrItemImage {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 380px;
	height: 340px;
}

.bnrLeft, .bnrRight {
	position: absolute;
	background: url("/images/icons.png") no-repeat -47px -64px;
	cursor: pointer;
	top: 115px;
	left: -64px;
	width: 64px;
	height: 64px;
}

.bnrRight {
	background-position: -47px 0;
	left: auto;
	right: -64px;
}


.aboutTitle {
	background: #000;
}

.aboutTitle .widthCnt {
	text-align: center;
	background: url("/images/bg-color-shape-mini.png") no-repeat 0 0;
	font-family: "Open Sans", trebuchet ms;
	font-size: 32px;
	line-height: 60px;
	color: #fff;
}

.aboutCnt {
	background: #1f1f1f url("/images/bg-color-shape.png") no-repeat center bottom;
}

.aboutCnt table {
	width: 100%;
}

.aboutCnt td {
	vertical-align: top;
}

.aboutTd2, .aboutItem {
	width: 260px;
}

.aboutItem {
	position: relative;
	padding: 120px 24px 0 24px;
	color: #999;
	height: 325px;
}

.aboutItem a, .aboutItem a:visited {
	color: #999;
}

.aboutTd2 .aboutItem, .aboutLeft, .aboutRight {
	background: rgba(255, 255, 255, .1);
}

.aboutLeft {
	margin-right: 5px;
	text-align: right;
}

.aboutLeft .aboutItem {
	display: inline-block;
	text-align: left;
}

.aboutRight {
	margin-left: 5px;
}

.aboutItemIcon {
	position: absolute;
	margin: 0 0 0 -29px;
	background: url("/images/icons.png") no-repeat -230px -69px;
	top: 34px;
	left: 50%;
	width: 55px;
	height: 55px;
}

.aboutLeft .aboutItemIcon {
	background-position: -175px -69px;
}

.aboutRight .aboutItemIcon {
	background-position: -285px -69px;
}

.aboutItemTitle {
	margin: 0 0 25px 0;
	text-align: center;
	font-family: "Open Sans", trebuchet ms;
	font-size: 32px;
	line-height: 1em;
	color: #ffcc00;
}

.aboutLeft .aboutItemTitle {
	color: #ff9100;
}

.aboutRight .aboutItemTitle {
	color: #6cd900;
}

.aboutItemShort {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


button, .buttonHref, a.buttonHref, a.buttonHref:visited, .addButtonIcon {
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#646464), to(#000));
	background: linear-gradient(#646464, #000);
	background-color: #222;
	border: solid 1px #000;
	box-shadow: 0 1px 0 #848484 inset;
	white-space: nowrap;
	font-family: "Open Sans", trebuchet ms;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	height: 38px;
}

button, a.buttonHref {
	cursor: pointer;
}

button:hover, .buttonHref:hover, a.buttonHref:hover, .buttonHref:hover > .addButtonIcon {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#222));
	background: linear-gradient(#777, #222);
	background-color: #757575;
	box-shadow: 0 1px 0 #bfbfbf inset;
}

.buttonGreen, a.buttonGreen, a.buttonGreen:visited {
	text-shadow: 0 1px 0 #77b853;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#83be62), to(#359600));
	background: linear-gradient(#83be62, #359600);
	background-color: #4aa11a;
	border: solid 1px #58a82c;
	box-shadow: 0 1px 0 #9aca80 inset;
}

.buttonGreen:hover, a.buttonGreen:hover {
	text-shadow: 0 1px 0 #77b853;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bddead), to(#49a11a));
	background: linear-gradient(#bddead, #49a11a);
	background-color: #5cab33;
	box-shadow: 0 1px 0 #d0e7c4 inset;
}

.buttonGray {
	text-shadow: 0 1px 0 #fff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#bfbfbf));
	background: linear-gradient(#eee, #bfbfbf);
	background-color: #cacaca;
	border: solid 1px #b2b2b2;
	box-shadow: 0 1px 0 #f4f4f4 inset;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
       	line-height: 20px;
	color: #333;
	width: 162px;
	height: 27px;
}

.buttonGray:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#e6e6e6));
	background: linear-gradient(#fefefe, #e6e6e6);
	background-color: #ededed;
	box-shadow: 0 1px 0 #fff inset;
}


.aboutItem .buttonHref {
	position: absolute;
	padding: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.buttonHref .buttonHref {
	margin: -1px 30px -1px -31px
}

a.buttonGreen.disabled, a.buttonGreen.disabled:visited {
	text-shadow: 0 1px 0 #fff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#bfbfbf));
	background: linear-gradient(#eee, #bfbfbf);
	background-color: #cacaca;
	border: solid 1px #b2b2b2;
	box-shadow: 0 1px 0 #f4f4f4 inset;
	cursor: pointer;
	color: #333;
}



.price {
	white-space: nowrap;
	color: #d17a00;
}


.items {
	text-align: left;
}

.itemsTitle {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	background: #ededed;
	font-family: "Open Sans", trebuchet ms;
	font-size: 18px;
	line-height: 60px;
}

.title {
	margin: 0 auto 20px auto;
	text-align: center;
	background: #ededed;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	color: #000;
	max-width: 940px;
}

.title .widthCnt {
	text-align: left;
}

.title .widthCnt a {
	font-weight: normal;
	font-size: 14px;
}

.itemsTitle a, .itemsTitle a:visited {
	text-decoration: none;
	color: #444;
}

.itemsTitle a:hover {
	color: #D17A00;
}

.itemsTitle a.current {
	font-size: 32px;
	cursor: default;
	color: #444;
}

.itemsRow {
	position: relative;
	white-space: nowrap;
}

.itemsItem, .complectsItem {
	display: inline-block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 42px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	border-left: solid 1px #ccc;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
	width: 150px;
	height: 225px;
}

a.itemsItem, a.itemsItem:visited,
a.complectsItem, a.complectsItem:visited {
	color: #444;
}

.itemsItem:first-child {
	border-left: 0;
}

.itemsItemHover {
/*
	display: none;*/
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;

	opacity: 0;

	-webkit-transition: opacity .3s 1s ease;
	transition: opacity .3s 1s ease;
}
/*
.itemsItem:hover {
	border-color: #e1dcd4;
}*/

.itemsItem.show {
	z-index: 2;
}

.itemsItem:hover .itemsItemHover,
.show .itemsItemHover {
	display: block;
	background: #fff;
	border: solid 10px #e7e2d9;
	border-color: rgba(231, 226, 217, .8);
	border-radius: 2px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
	top: -80px;
	left: -43px;
	right: -43px;
	bottom: -147px;
	width: auto;
	height: auto;
	z-index: 3;

	opacity: 1;
}

.itemsGroups .itemsItem .itemsItemHover {
	background: none;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

.miniImage, .miniMiniImage {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	z-index: 2;
}

.miniMiniImage {
        border: solid 1px #ccc;
	box-shadow: 2px 2px 2px #ddd;
	width: 68px;
	height: 68px;
}

a[href]:hover > .miniMiniImage, a.current > .miniMiniImage,
.complectsItem:hover {
        border-color: #f0b463;
	box-shadow: 0 0 4px 0 #de9631;
}
/*
.miniImage img {
	max-width: 150px;
}

.miniMiniImage img {
	max-width: 68px;
}*/


.itemsItemHover .miniImage {
	width: 300px;
	height: 300px;
}



.itemsItemTitle {
	display: block;
	margin: 17px 0 0 0;
	white-space: normal;
	overflow: hidden;
	max-height: 36px;
	z-index: 2;
}

.itemsItemHover .itemsItemTitle {
	padding: 0 10px;
}

.hitLabel {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -175px 0;
	bottom: 24px;
	right: -9px;
	width: 38px;
	height: 66px;
	z-index: 2;
}

.inTheBag {
	background-position: 0 -167px;
	bottom: 60px;
	right: -8px;
}

/*
.itemsItem:hover .hitLabel {
	bottom: 140px;
}*/



.complects {
	margin: 0 0 20px -20px;
}

.complectsItem {
	margin: 0 0 20px 20px;
	padding: 5px 42px 14px 42px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 2px #ddd;
	cursor: pointer;
	width: 256px;
	height: 315px;
}

.complectsItem .miniImage {
	width: 256px;
}

.complectsItem .miniItems {
	display: block;
	margin: 3px -30px 14px -30px;
	overflow: hidden;
	height: 78px;
}

.complectsItem .complectsItemImage {
	display: inline-block;
	margin: 4px;
}

.complectsItemAmount {
	display: block;
	margin: 0 0 -18px 0;
	font-weight: bold;
	font-size: 14px;
}

.complectsItemAmount ins {
	font-weight: normal;
	color: #999;
}



/*
.itemsCat {
}*/

.itemsCat .itemsTitle {
	background: #fff;
	font-size: 32px;
}

.itemsCat .itemsItem {
	border-right: solid 1px #ccc;
	border-left: 0;
}

.itemsCat .itemsItem:first-child {
	border-left: solid 1px #ccc;
	padding-left: 41px;
}

.itemsCat .itemsItem:last-child {
	padding-right: 41px;
}

.itemsCat .itemsItemTitle {
	font-family: "Open Sans", trebuchet ms;
	font-size: 22px;
	line-height: 36px;
	max-height: 36px;
}

.itemsItemArrow {
        display: inline-block;
        position: absolute;
	color: #ccc;
	bottom: 5px;
}

.itemsItem:hover .itemsItemArrow {
}


.itemsItemGroups {
	display: none;
}

.itemsItemGroups.show {
	display: block;
	position: absolute;
	padding: 8px 15px 15px 8px;
/*
	text-align: center;*/
	background: rgba(211, 205, 194, .8);
	box-shadow: 2px 2px 4px 0 rgba(200, 200, 200, 0.8);
	white-space: normal;
	top: 228px;
	right: 0;
	left: 0;
	z-index: 1;

	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.itemsItemGroups a, .itemsItemGroups a:visited {
	display: inline-block;
	margin: 7px 0 0 7px;
	background: #fff;
	border: solid 1px #fff;
	text-decoration: none;
	line-height: 70px;
	color: #444;
	overflow: hidden;
	width: 296px;
	height: 70px;
}

.itemsItemGroups a:hover {
	color: #d17a00;
}

.itemsItemGroups a img {
	border: solid 1px #fff;
	float: left;
}

.itemsItemGroupsItemCnt {
	display: block;
	margin: 0 0 0 90px;
	text-align: left;
}

.itemsItemGroups a.itemsItemGroupsAll, .itemsItemGroups a.itemsItemGroupsAll:visited {
	text-align: center;
	background: #f1ede5;
	color: #d17a00;
}



.itemsBnr {
	position: relative;
	height: 265px;
}

.slider {
	position: absolute;
	width: 100%;

	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.itemsBnrCnt {
        position: relative;
	margin: -10px -15px 10px -15px;
        padding: 15px;
        white-space: nowrap;
	overflow: hidden;
	height: 225px;
}

.itemsBnrCnt .itemsRow {
	display: inline-block;
}

.sliderCnt {
	position: absolute;
	padding: 15px 0;
	top: 0;
	left: 0;

	-webkit-transition: left 1.5s;
	transition: left 1.5s;
}

.sliderCnt .itemsRow {
	padding: 0 15px;
}


.itemsBnr .bnrLeft, .itemsBnr .bnrRight {
	background-position: -111px -64px;
	top: 74px;
	left: -23px;
}

.itemsBnr .bnrRight {
	background-position: -111px 0;
	right: -23px;
	left: auto;
}



.cnt {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearFix {
	clear: both;
}



.groups, .groups ul, .groups li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.groups {
	font-size: 16px;
}

.groups li {
	margin: 0 0 1px 0;
	padding: 8px 5px 8px 40px;
	background: rgba(50, 50, 50, 0.5);
}

.groups a, .groups a:visited {
	text-decoration: none;
	color: #fff;
}

.groups a[href]:hover {
	color: #d17a00;
}

.groups li li {
	margin: 0;
	padding: 3px 5px 3px 13px;
	background: none;
	border-left: solid 1px #555;
	font-size: 14px;
}

.groups li li.current, .groups li li:hover.current {
	border-color: #fff;
}

.groups ul {
	margin: 5px 0 2px 0;
}

.groups li li a, .groups li li a:visited {
	color: #999;
}

.groups li li.current a, .groups li li.current a:visited {
	color: #fff;
}

.groups li li:hover {
	border-color: #d17a00;
}


.socialTitle {
	margin: 22px 10px 9px 40px;
	font-size: 11px;
	line-height: 14.5px;
	color: #999;
}

.socialButtons {
	padding: 0 0 40px 40px;
}




h1, h2 {
	margin: 20px 0;
	font-family: "Open Sans", trebuchet ms;
	font-weight: normal;
	font-size: 32px;
	line-height: 40px;
}

h1 {
	margin: 25px 0 50px 0;
	text-align: center;
}

h1 a {
	text-decoration: none;
}

h1 a[href]:hover {
	text-decoration: underline;
}

h1 ins {
	display: inline-block;
	position: relative;
	margin: 0 14px;
	background: url("/images/icons.png") no-repeat 0 -150px;
	top: -1px;
	width: 6px;
	height: 15px;
}

h2 {
	padding: 6px 15px 7px 15px;
	background: #f1ede5;
	font-size: 25px;
	line-height: 27px;
	color: #8f6525;
}

h3 {
	margin: 20px 0;
	font-size: 18px;
	color: #000;
}
/*
.pageContent {
}*/

.error .pageContent {
	1text-align: center;
}


.pageContent ul, .pageContent li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pageContent ul {
	margin: 0 0 20px 0;
}

.pageContent li {
	padding: 1px 0 1px 30px;
	background: url("/images/li.png") no-repeat 0 6px;
}




.path {
	margin: -43px 0 16px 0;
	text-align: center;
}

.path a, .path a:visited {
	text-decoration: none;
/*--
	color: #d17a00;*/
}

.path a[href]:hover {
	text-decoration: underline;
}

.path ins {
	display: inline-block;
	margin: 0 10px;
	color: #999;
}

.itemPhoto {
	position: relative;
	margin: 0 auto;
	width: 450px;
}

.itemPhotoCnt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 450px;
	height: 450px;
}

.itemPhoto ins {
	position: absolute;
	margin: 0 0 0 -7px;
	background: url("/images/icons.png") no-repeat 0 -32px;
	bottom: 6px;
	left: 50%;
	width: 14px;
	height: 15px;
}

.itemPhotos {
	margin: 15px 0 0 0;
	text-align: center;
}

.itemPhotos a, .miniItems a {
	display: inline-block;
	margin: 7px;
	cursor: pointer;
}

.itemPhotos a.current {
	cursor: default;
}

.itemCnt {
	margin: 14px auto 60px auto;
	text-align: left;
	width: 540px;
}

.itemCnt .price, .itemCnt .buttonHref {
	margin-bottom: 6px;
	vertical-align: top;
}

.itemCnt .price {
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 2px #ddd;
	font-family: "Open Sans", trebuchet ms;
	font-size: 26px;
	line-height: 38px;
	color: #000;
	width: 258px;
}

.itemCnt .buttonHref,
.itemsItem .buttonHref {
	position: relative;
	margin: 0 0 0 8px;
	padding: 0 0 0 55px;
	width: 205px;
}

.itemsItem .buttonHref {
	display: block;
	margin: 10px auto 0 auto;
}

.addButtonIcon {
	display: block;
	position: absolute;
	margin: -1px 0 0 -1px;
	padding: 0;
	border-right: 0;
	top: 0;
	left: 0;
	width: 55px;
	height: 100%;
}

.buttonGreen .addButtonIcon {
	border-right: solid 1px #000;
}

.itemCnt .buttonHref ins,
.itemsItem .buttonHref ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -10px 0;
	top: 5px;
	left: 8px;
	width: 37px;
	height: 32px;
}

.itemCnt .pageContent {
	margin: -8px 0 0 0;
	font-size: 12px;
}


.itemComplectHref {
	margin: 30px 0 -30px 0;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}



.miniItems {
	margin: 40px 0 -26px 0;
	text-align: center;
}

.miniItems a {
	margin: 0 23px 45px 23px;
}


.complect {
	margin: 0 40px 30px 40px;
	text-align: center;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 2px #ddd;
	min-width: 704px;
}

.complectTitle {
	display: inline-block;
	margin: 0 0 24px 0;
	padding: 10px 20px;
	background: #ededed;
}

.complect .itemCnt {
	margin-bottom: 30px;
}




.sortMenu {
	margin-top: -17px;
	margin-bottom: 32px;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	color: #999;
}

.sortMenu a, .sortMenu a:visited {
	display: inline-block;
	margin: 0 14px;
        text-decoration: none;
	color: #444;
}

.sortMenu a[href]:hover {
        text-decoration: underline;
}

.sortMenu a.current {
	position: relative;
	margin: -3px 0 -3px 0;
	padding: 2px 13px;
	background: #fff;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 2px #ddd;
}


.pagesMenu {
	margin: 30px 0;
	text-align: center;
}

.pagesMenu a, .pagesMenu a:visited {
	display: inline-block;
	margin: 0 1px;
	padding: 0 5px;
	text-decoration: none;
	vertical-align: top;
	background: #ededed;
	font-size: 11px;
	line-height: 40px;
	color: #555;
	min-width: 30px;
	height: 40px;
}

.pagesMenu a[href]:hover {
	text-decoration: underline;
}

.pagesMenu a.current {
	background: #fff;
	border-bottom: solid 7px #1f1f1f;
	font-size: 22px;
	line-height: 33px;
	color: #000;
	height: 33px;
}

.pagesMenu a.pagesMenuDotted {
	background: #fff;
}

a.pagesMenuLeft, a.pagesMenuRight {
	margin: 0 13px 0 0;
	background: url("/images/icons.png") no-repeat -123px -75px;
}

a.pagesMenuRight {
	margin-left: 13px;
	background-position: -123px -11px;
}

.pagesMenu a.disabled {
	opacity: .5;
	cursor: default;
}


/*
.orderTable {
}*/

.orderTableItem {
	position: relative;
	margin: 0 0 3px 0;
	padding: 4px 0 0 95px;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 2px #ddd;
	height: 64px;
}

.orderTableItemImage {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.orderTableItem .miniMiniImage {
	border: none;
	border-right: solid 1px #ccc;
	box-shadow: none;
}

a.orderTableItemImage:hover > .miniMiniImage {
	border-color: #ccc;
	box-shadow: none;
}

a.orderTableItemTitle, a.orderTableItemTitle:visited {
	display: table-cell;
	vertical-align: middle;
	color: #444;
	width: 422px;
	height: 60px;
}

.order a.orderTableItemTitle {
	color: #000;
}

.orderTableItem .price {
	position: absolute;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	top: 23px;
	right: 85px;
	width: 100px;
}

.orderTableItem .price ins {
	font-weight: normal;
}

.orderTableItemDate {
	position: absolute;
	padding: 15px 0 0 0;
	text-align: center;
	border-left: solid 1px #ccc;
	font-size: 12px;
	line-height: 18px;
	top: 0;
	right: 69px;
	width: 100px;
	height: 53px;
}

.remove, .download {
	display: block;
	position: absolute;
	text-align: center;
	border-left: solid 1px #ccc;
	font-size: 11px;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 68px;
	height: 68px;
}

a.download, a.download:visited {
	text-decoration: none;
	color: #444;
}

a.download:hover {
	text-decoration: underline;
}

.remove ins, .download ins {
	display: block;
	margin: 23px 0 0 22px;
	background: url("/images/icons.png") no-repeat 0 -105px;
	width: 23px;
	height: 23px;
}

.order .remove ins {
	margin-top: 15px;
}

.download ins {
	margin-top: 15px;
	background-position: 0 -128px;
	height: 22px;
}

.orderSum {
	margin: 20px 0 30px 0;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.red {
	color: red;
}



fieldset {
	margin: 0 0 8px 0;
	padding: 0;
	border: 0;
}

fieldset .buttonHref, fieldset button {
	margin: 12px 0;
}

label {
	display: block;
	margin: 0 0 2px 0;
}

input[type="text"], input[type="password"], textarea {
	padding: 0 7px;
	border: solid 1px #999;
	box-shadow: 0 3px 3px 0 #ccc inset;
	font-family: arial;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	width: 245px;
	height: 26px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #58a82c;
	outline: none;
}

textarea {
	padding: 0 0 0 7px;
	width: 252px;
	height: 100px;
}

.Modal input[type="text"] {
	width: 268px;
}

.Modal textarea {
	width: 275px;
}

.Edit {
        display: inline-block;
	position: relative;
	padding: 0 39px 0 0;
}

.Edit ins {
	display: none;
}

.isValid ins, .isNotValid ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat 0 -49px;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
}

.isNotValid ins {
	background-position: 0 -77px;
}





.order .left {
	width: 320px;
}

.order .right {
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 380px;
}

.visaIcon {
	margin: 0 0 20px 0;
	background: url("/images/icons.png") no-repeat -163px -128px;
	width: 114px;
	height: 35px;
}



.hr {
	margin: 0 0 20px 0;
	background: #ccc;
	height: 1px;
}



.loginForm {
	margin: 0 0 0 40px;
}

.error .loginForm {
	margin: 0;
	background: #f5f5f5;
	border: solid 1px #999;
	box-shadow: 1px 0 5px 0 #999;
}

.error .loginForm form {
	margin: 0 auto;
	padding: 15px 0 10px 0;
	background: #f5f5f5;
	width: 163px;
}

.loginForm .title {
	margin: 0 0 10px -18px;
	padding: 10px 18px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

.loginForm > .title {
	margin: 0;
	padding: 0;
	position: relative;
	background: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
}

.loginForm > .title ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -213px 0;
	bottom: 0;
	right: 7px;
	width: 61px;
	height: 52px;
}

.loginFormCnt {
	padding: 0 0 5px 18px;
	background: #fff;
}

.loginForm input[type="text"], .loginForm input[type="password"],
#authPopup input[type="text"], #authPopup input[type="password"] {
	width: 147px;
}

.loginFormCnt > a {
	display: inline-block;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 1em;
}

.loginFormCnt p {
	margin: 10px 0;
	font-size: 12px;
}




.empty {
	text-align: center;
}

.notice {
	margin: 40px 0 20px 0;
}




.zoom, .zoomImage, .zoomLoad {
	position: absolute;
}

.zoom {
	display: block;
	margin: -150px 0 0 -150px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	top: 0;
	left: 240px;
	width: 300px;
	height: 300px;
	z-index: 100;
}

/*
.zoomImage {
}*/

.zoomLoad {
	margin: -12px 0 0 -36px;
	padding: 2px 6px;
	text-shadow: 1px 1px 0 #fff;
	color: #000;
	top: 50%;
	left: 50%;
}

.zoomTo {
	position: relative;
	background: transparent;
	z-index: 120;
}

.zoomSquare {
	position: absolute;
	background: rgba(0, 0, 0, .2);
	z-index: 110;
	width: 151px;
	height: 151px;
}



.moneyIcons {
	position: absolute;
	bottom: 10px;
	left: 0;
}

.moneyIcons a {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}