@font-face {
	font-family: 'TrajanProBold';
	src: url('../fonts/trajanpro-bold-webfont.eot');
	src: local('Trajan Pro'),
		url('../fonts/trajanpro-bold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/trajanpro-bold-webfont.woff') format('woff'),
		url('../fonts/trajanpro-bold-webfont.ttf') format('truetype'),
		url('../fonts/trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TrajanProRegular';
	src: url('../fonts/trajanpro-regular-webfont.eot');
	src: local('Trajan Pro'),
		url('../fonts/trajanpro-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/trajanpro-regular-webfont.woff') format('woff'),
		url('../fonts/trajanpro-regular-webfont.ttf') format('truetype'),
		url('../fonts/trajanpro-regular-webfont.svg#TrajanProRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-moz-outline-style: none;
	outline-style: none;
	outline: none;
	border: none;
}

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: TrajanProRegular, Verdana;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

body { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

body a {
	text-decoration: none;
}

body p {
	line-height: 20px;
}

ul {
	list-style: none;
}

.w346 {
	width: 346px !important;
}

.ml30 {
	margin-left: 30px !important;
}

img.bg { /* Set rules to fill background */
	
	position: fixed;
	top: 0;
	left: 0;
}
/*
@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}
*/

.collections img {
	position: fixed;
	top: 0;
	left: 0;
}
/*
@media screen and (max-width: 1024px) {
	.collections img {
		left: 50%;
		margin-left: -512px;
	}
}
*/

.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.clr {
	clear: both;
	line-height: 0;
}

.space20 {
	height: 20px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	line-height: 0px;
}

.space10 {
	height: 10px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	line-height: 0px;
}

.background {
	width: 100%;
	height: 100%;
	background: url(../images/bg-1.jpg) no-repeat #000000;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-holder {
	position: absolute;
	left: 291px;
	top: 0px;
}

.c-holder .content {
	width: 585px;
	height: 100px;
	background: url(../images/content-bg.png);
	position: relative;
	left: 0;
	top: 0;
	float: left;
	padding: 0px;
	margin: 0px;
	-webkit-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.5);
	/*box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.5);*/
	z-index: 100;
}

.langs {
	right: 0px;
	top: 25px;
	width: 38px;
	position: relative;
	float: left;
	z-index: 50;
}

.close {
	right: 0px;
	top: 50px;
	width: 28px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	font-family: TrajanProBold;
	position: relative;
	float: left;
	z-index: 50;
	background: url(../images/close_small.jpg) top right;
	padding-left: 10px;
	cursor: pointer;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
	color: #af7721;
}

.close:hover {
	color: #4e362e;
}

.langs .top {
	background: url(../images/langs-top.png) top right no-repeat;
	width: 38px;
	height: 5px;
}

.langs .middle {
	/*height: 160px;*/
	padding-bottom: 2px;
	width: 38px;
	background: url(../images/langs-bg.png) top right;
}

.langs .middle ul {
	padding-top: 13px;
}

.langs .middle ul li a {
	display: block;
	height: 20px;
	width: 9px;
	margin-left: 11px;
}

.langs .middle ul li a.en {
	background: url(../images/langs.png) 0 0px no-repeat;
	margin-bottom: 12px;
}

.langs .middle ul li.active a.en,.langs .middle ul li a.en:hover {
	background: url(../images/langs.png) 0 -30px no-repeat;
}

.langs .middle ul li a.es {
	background: url(../images/langs.png) 0 -58px no-repeat;
	margin-bottom: 7px;
}

.langs .middle ul li.active a.es,.langs .middle ul li a.es:hover {
	background: url(../images/langs.png) 0 -82px no-repeat;
}

.langs .middle ul li a.ru {
	background: url(../images/langs.png) 0 -107px no-repeat;
	margin-bottom: 10px;
}

.langs .middle ul li.active a.ru,.langs .middle ul li a.ru:hover {
	background: url(../images/langs.png) 0 -136px no-repeat;
}

.langs .middle ul li a.de {
	background: url(../images/langs.png) 0 -164px no-repeat;
	margin-bottom: 10px;
}

.langs .middle ul li.active a.de,.langs .middle ul li a.de:hover {
	background: url(../images/langs.png) 0 -193px no-repeat;
}

.langs .middle ul li a.it {
	background: url(../images/langs.png) 0 -216px no-repeat;
	margin-bottom: 10px;
}

.langs .middle ul li.active a.it,.langs .middle ul li a.it:hover {
	background: url(../images/langs.png) 0 -239px no-repeat;
}

.langs .middle ul li a:hover,.langs .middle ul li.active a {
	color: #4e362e;
}

.langs .bottom {
	background: url(../images/langs-bottom.png) top right no-repeat !important;
	width: 38px !important;
	height: 10px !important;
}

.smallsidebar {
	position: absolute;
	left: 40px;
	top: 0px;
	width: 292px;
	z-index: 9999999999999999999999999999999999999999999;
}

.smallsidebar .top {
	background: url(../images/menu_top.png) no-repeat;
	width: 292px;
	height: 90px;
}

.smallsidebar .top .woman {
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}

.smallsidebar .top .man {
	float: right;
	margin-right: 60px;
	margin-top: 20px;
}


.smallsidebar .top .woman a, .smallsidebar .top .man a {
	color: #d2a760;
	font-size: 16px;
	font-family: TrajanProBold;
	text-shadow: 1px 1px #000000;
}

.smallsidebar .top .woman a.active,.smallsidebar .top .woman a:hover, .smallsidebar .top .man a.active, .smallsidebar .top .man a:hover  {
	color: #FFFFFF;
}

.smallsidebar .top .accessories {
	margin: 10px auto;
	width: 100px;
}

.smallsidebar .top .accessories a {
	color: #d2a760;
	font-size: 14px;
	font-family: TrajanProBold;
	text-shadow: 1px 1px #000000;
}

.smallsidebar .top .accessories a:hover {
	color: #ffffff;
}

.smallsidebar .menu {
	background: url(../images/menu_bg.png) no-repeat;
	width: 129px;
	height: 43px;
	margin: 0 auto;
	line-height: 35px;
	color: #d2a760;
	font-size: 16px;
	font-family: TrajanProBold;
	text-align: center;
	text-shadow: 1px 1px #000000;
	cursor: pointer;
}


.sidebar {
	background: url(../images/sidebar-back.png);
	position: absolute;
	left: 40px;
	top: 0px;
	width: 292px;
	min-height: 790px;
	z-index: 10002;
}

.sidebar .head {
	background: url(../images/sidebar-head.png);
	width: 292px;
	height: 251px;
	margin: 0 auto;
	padding-top: 25px;
}

.sidebar .head a.logo {
	display: block;
	margin-left: 45px;
}

.sidebar .head span {
	display: block;
	color: #c5b17c;
	width: 292px;
	text-align: center;
	font-size: 14px;
	font-famil: TrajanProBold;
	margin-top: 15px;
}

.sidebar .menu {
	background: url(../images/sidebar-menu.png);
	width: 291px;
	min-height: 190px;
	text-align: center;
	padding-bottom: 10px;
}

.sidebar .bottom {
	background: url(../images/sidebar-menu-bottom.png) no-repeat;
	height: 1px;
	width: 292px;
}

.sidebar .menu ul li {
	width: 292px;
	text-align: center;
}

.sidebar .menu ul li.sub {
	display: none;
}

.sidebar .menu ul li.sub ul li {
	width: 80px;
	margin: 0 auto;
}

.sidebar .menu ul li.sub ul li a {
	font-size: 13px;
	text-align: left; 
}

.sidebar .menu ul li a {
	display: block;
	text-align: center;
	width: 292px;
	font-size: 16px;
	line-height: 30px;
	font-famil: TrajanProBold;
	color: #e7cb80;
	text-shadow: 0px 1px #000000;
}

.sidebar .menu ul li a:hover,.sidebar .menu ul li.active a {
	color: #ffffff;
	background: url(../images/menu-hover.png) center bottom no-repeat;
}

.sidebar .slogan {
	font-family: 'Times New Roman';
	padding-top: 15px;
	width: 257px;
	margin: 0 auto;
	text-shadow: 1px 1px #000000;
}

.sidebar .slogan .title {
	color: #cda84c;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

.sidebar .slogan .big {
	font-size: 18px;
	color: #cda84c;
	line-height: 18px;
	display: inline;
	margin: 0px;
}

.sidebar .slogan p {
	color: #e1c57e;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	text-align: center;
}

.sidebar .sep {
	background: url(../images/sidebar-sep.png) no-repeat;
	margin: 15px 0;
	width: 226px;
	height: 4px;
}

.sidebar .slogan span {
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin: 10px 0;
	text-align: center;
}

.sidebar .slogan span.follow {
	color: #cf9f48;
	font-size: 9px;
	font-family: TrajanProRegular;
}

.sidebar .slogan span.follow a {
	color: #a8762e;
	font-family: TrajanProBold;
	text-transform: uppercase;
}

.sidebar .slogan .footer {
	display: block;
	margin-top: 20px;
}

.sidebar .slogan .footer span {
	display: block;
	color: #cf9f48;
}

.ttext {
	position: fixed;
	left: 40%;
	bottom: 5%;
	background: url(../images/sl-1.png) no-repeat;
	width: 0;
	height: 24px;
}

.c-holder .content .pagetitle {
	text-align: center;
	color: #4e362e;
	font-family: TrajanProBold;
	font-size: 18px;
	text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	margin-top: 45px;
	text-transform: uppercase;
	padding-left: 40px;
}

.c-holder .content .subtitle {
	text-align: center;
	color: #9a7945;
	font-family: TrajanProBold;
	font-size: 16px;
	text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	margin-top: 5px;
	text-transform: uppercase;
	padding-left: 40px;
}

.c-holder .content .image {
	overflow: hidden;
	width: 545px;
	margin: 30px 0;
	padding-left: 40px;
}

.c-holder .content .image .top {
	background: url(../images/image-top.png) repeat-x;
	height: 9px;
	margin-left: -8px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	line-height: 0;
	font-size: 0;
	padding-left: 7px;
}

.c-holder .content .image img {
	margin: 0px;
	float: left;
}

.c-holder .content .image .bottom {
	background: url(../images/image-bottom.png) repeat-x;
	height: 9px;
	margin-left: -8px;
	margin-top: 0px;
	line-height: 0;
	font-size: 0;
	float: left;
	width: 100%;
	padding-left: 7px;
}

.c-holder .content p {
	font-size: 14px;
	color: #4e362e;
	font-family: 'Times New Roman';
	padding-left: 50px;
	padding-right: 15px;
	margin-top: 10px;
}

.c-holder .content .fibre {
	padding-left: 50px;
	font-family: 'Times New Roman';
}

.c-holder .content .fibre .photo {
	float: left;
	width: 128px;
	height: 92px;
	border: 4px solid #ffffff;
	overflow: hidden;
}

.c-holder .content .fibre #gallery .photo {
	width: 258px;
	margin-right: 5px;
	margin-bottom: 15px;
	height: 223px;
	border: 0;
}

.c-holder .content .fibre #gallery .photo .fancybox-gallery {
	border: 4px solid #ffffff;
	float: left;
}

.c-holder .content .fibre #gallery .photo .fancybox-gallery img {
	float: left;
}

.c-holder .content .fibre #gallery .photo .ititle {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 3px;
	font-size: 14px;
}

.c-holder .content .fibre .text {
	float: left;
	margin-left: 10px;
	width: 356px;
}

.c-holder .content .fibre .text  .title {
	color: #4e362e;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.c-holder .content .fibre .text .desc {
	color: #4e362e;
	font-size: 15px;
	line-height: 17px;
	height: 35px;
	overflow: hidden;
}

.c-holder .content .fibre .text .read {
	display: block;
	width: 142px;
	height: 32px;
	line-height: 30px;
	background: url(../images/read-b.png) no-repeat;
	text-align: center;
	color: #4e362e;
	font-size: 16px;
	font-family: TrajanProBold;
	margin-top: 8px;
}

.c-holder .content .sep {
	border-top: 1px solid #ecdfc8;
	border-bottom: 1px solid #d7c19b;
	height: 0px;
	line-height: 0px;
	margin: 10px 0 10px 50px;
	width: 519px;
}

/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}

.scroll-pane-h
{
	width: auto;
	max-width: 750px;
	overflow: auto;
	height: 80px;
}

.c-holder .content .news {
	padding-left: 50px;
	font-family: 'Times New Roman';
}

.c-holder .content .news .photo {
	float: left;
	width: 128px;
	height: 92px;
	border: 4px solid #ffffff;
	overflow: hidden;
	margin-right: 5px;
}

.c-holder .content .news p {
    margin: 0;
    padding: 0 15px 0 0;
}

.c-holder .content .news .text {
	float: left;
	margin-left: 10px;
	width: 356px;
}

.c-holder .content .news  .title {
	color: #4e362e;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.c-holder .content .news .text .desc {
	color: #4e362e;
	font-size: 15px;
	line-height: 17px;
	height: 35px;
	overflow: hidden;
}

.c-holder .content .news .text .read {
	display: block;
	width: 142px;
	height: 32px;
	line-height: 30px;
	background: url(../images/read-b.png) no-repeat;
	text-align: center;
	color: #4e362e;
	font-size: 16px;
	font-family: TrajanProBold;
	margin-top: 8px;
}

.contact {
	margin-top: 10px;
	padding-left: 60px;
	padding-right: 15px;
	font-family: 'Times New Roman';
}

.contact .info {
	font-size: 15px;
	color: #4e362e;
	margin-bottom: 10px;
}

.contact input[type=text] {
	background: url(../images/input.png) no-repeat;
	width: 417px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	border-bottom: 1px solid #d9cdb8;
	font-family: 'Times New Roman';
	font-size: 15px;
	color: #4e362e;
}

.contact select {
	background: url(../images/input.png) no-repeat;
	width: 426px;
	height: 30px;
	
	padding: 5px 5px 0 5px;
	border-bottom: 1px solid #d9cdb8;
	font-family: 'Times New Roman';
	font-size: 15px;
	color: #4e362e;
}

.contact option {
	height: 20px;
	padding: 5px;
	font-family: 'Times New Roman';
	font-size: 15px;
	background: #ffffff;
}

.contact input[type=submit] {
	width: 142px;
	height: 32px;
	line-height: 30px;
	background: url(../images/read-b.png) no-repeat;
	text-align: center;
	color: #4e362e;
	font-size: 16px;
	font-family: TrajanProBold;
	margin-top: 8px;
	cursor: pointer;
	padding-bottom: 2px;
	
}

.contact textarea {
	width: 417px;
	height: 70px;
	background: url(../images/input.png) no-repeat;
	border-bottom: 1px solid #d9cdb8;
	padding: 5px;
	font-family: 'Times New Roman';
	font-size: 15px;
	color: #4e362e;
}

.contact .name {
	width: 65px;
	line-height: 30px;
	font-size: 15px;
	float: left;
	margin-bottom: 10px;
	color: #4e362e;
	padding-left: 15px;
}

.contact .input {
	width: 410px;
	float: left;
}


.contact .map {
	overflow: hidden;
	width: 545px;
	margin: 30px 0;
	margin-left: -20px;
}

.contact .map .top {
	background: url(../images/image-top.png) repeat-x;
	height: 9px;
	margin-left: -8px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	line-height: 0;
	font-size: 0;
	padding-left: 7px;
}


.contact .map .bottom {
	background: url(../images/image-bottom.png) repeat-x;
	height: 9px;
	margin-left: -8px;
	margin-top: -4px;
	line-height: 0;
	font-size: 0;
	float: left;
	width: 100%;
	padding-left: 7px;
}

.collections div {
	position: relative;
}

.collections .click {
	/*background: url(../images/click.png) no-repeat;
	height: 49px;
	width: 49px;*/
	background: url(../images/aristokrat_arrow.png) no-repeat;
	width: 29px;
	height: 29px;
	position: fixed;
	cursor: pointer;
	display: block;
	z-index: 999;
	opacity: 0.8;
}

.leftAr {
	position: fixed;
	left: 20px;
	top: 40%;
	cursor: pointer;
	width: 25px;
	height: 70px;
	background: url(../images/leftAr.png) no-repeat;
	z-index: 10000;
}

.rightAr {
	position: fixed;
	right: 20px;
	top: 40%;
	cursor: pointer;
	width: 25px;
	height: 70px;
	background: url(../images/rightAr.png) no-repeat;
	z-index: 10000;
}


/* PRODUCTS */
.product-holder {
	width: 886px;
	height: 633px;
}

.product-holder .skitsi {
	float: left;
	margin-top: 60px;
}

.product-holder .skitsi .top {
	background: url(../images/product-sk-top.png) top left no-repeat;
	width: 71px;
	height: 10px;
}

.product-holder .skitsi .bottom {
	background: url(../images/product-sk-bottom.png) top right no-repeat;
	width: 71px;
	height: 10px;
}

.product-holder .skitsi .middle {
	background: url(../images/product-sk-middle.png);
	width: 71px;
	/*height: 50px;*/
}

.product-holder .skitsi .middle ul {
padding-top: 3px;
padding-bottom: 3px;
}

.product-holder .skitsi .middle ul li {
  text-align: center;
}
.product-holder .skitsi .middle ul li a {
  display: block;
  margin: 10px auto 0;
  overflow: hidden;
  position: relative;
  left: 3px;
}

.product-holder .skitsi .middle ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.product-holder .skitsi .middle ul li a.active img, .product-holder .skitsi .middle ul li a:hover img {
  left: auto;
  right: 0;
}

.product-holder .skitsi .middle ul li a.first {
  margin-top: 0px;
}

/*.product-holder .skitsi .middle ul li.sk11 {
	background: url(../images/skici/11.png) top left no-repeat;
	width: 38px;
	height: 46px;
	margin-left: 20px;

}*/

.product-holder .con {
	width: 815px;
	float: left;
	margin-left: -3px;
}

.product-holder .con .closeP {
	float: right;
	margin-right: 20px;
	width: 124px;
	height: 39px;
	line-height: 45px;
	color: #af7621;
	font-size: 12px;
	font-famil: TrajanProBold;
	text-align: center;
	cursor: pointer;
	background: url(../images/product-close.png);
	text-transform: uppercase;
}

.product-holder .con .info {
	width: 755px;
	height: 491px;
	background: url(../images/product-bg.png);
	margin-top: -3px;
	padding: 35px;
	position: relative;
	z-index: 2;
	
}

.product-holder .con .info .image {
	background-color: #ffffff;
	padding: 4px;
	width: 342px;
	height: 257px;
	box-shadow:  2px 2px 0 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
}

.product-holder .con .info .image img {
	width: 340px;
	height: 255px;
	border: 1px solid #cccccc;
	
}

.product-holder .con .info .images {
	margin-top: 15px;
}

.product-holder .con .info .images ul li {
	background: #ffffff;
	border: 4px solid #ffffff;
	overflow: hidden;
	width: 102px;
	height: 68px;
	box-shadow:  2px 2px 0 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
	float: left;
	margin-right: 11px;
}

.product-holder .con .info .images ul li a { 
	display: block;
	width: 102px;
	height: 68px;
	overflow: hidden;
	float: left;
}

.product-holder .sep{
	border-top: 1px solid #ecdfc8;
	border-bottom: 1px solid #d7c19b;
	height: 0px;
	line-height: 0px;
	margin: 25px 0;
}

.product-holder h1 {
	color: #4e362e;
	font-size: 18px;
	font-family: TrajanProBold;
	margin-bottom: 5px;
	font-weight: normal;
}

.product-holder h3 {
	color: #9a7945;
	font-size: 16px;
	font-family: TrajanProBold;
	margin-bottom: 25px;	
	font-weight: normal;
}

.product-holder p {
	font-size: 15px;
	line-height: 18px;
	color: #4e362e;
	font-family: 'Times New Roman';
}

.product-holder .opis ul {
	margin-top: 10px;
	margin-left: 10px;
	list-style-type: square;
}

.product-holder .opis ul li {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Times New Roman';
	color: #4e362e;
}

.product-holder .c-text {
	font-size: 16px;
	color: #4e362e;
	font-family: TrajanProBold;
}

.product-holder .sizes {
    background: url(../images/product-sizes.png);
    height: 31px;
    float: left;
    margin-left: 114px;
    margin-top: -4px;
    padding: 8px 0 0 10px;
}

.product-holder .sizes .title {
    color: #4E362E;
    font-family: TrajanProBold;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 15px;
    float: left;
}

.product-holder .sizes ul {
    float: left;
}

.product-holder .sizes ul li {
    float: left;
    color: #9A7945;
    font-family: TrajanProBold;
    font-size: 16px;
    font-weight: normal;
    margin-left: 8px;
}

.product-holder .sizes .sizes-right {
    background: url(../images/product-sizes-r.png);
    height: 39px;
    width: 9px;
    float: right;
    position: relative;
    top: -8px;
    margin-left: 5px;
}

#column-right {
    margin-left: 68px;
}

#column-left + #column-right {
    margin-left: -3px;
}

ul.colors {
	margin-top: 10px;
}

ul.colors li {
	float: left;
	margin-right: 16px;
	border: 4px solid #ffffff;
	box-shadow:  2px 2px 0 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
	width: 70px;
	height: 50px;
}

.popup {
	position: absolute;
	left: 100px;
	top: 15%;
	z-index: 99999;
	display: none;
}


/**/
#toolpopup-show { 
  position: absolute;
  z-index: 999999;
  border: 1px solid #e1c57e;
  color: #ffffff;
  background: url(../images/trans.png);
  width: 250px;
  /*height: 65px;*/
  padding: 3px;
  display: none;
  /*text-transform: none;
  font-family: arial;
  font-size: 11px;*/
}

#toolpopup-show h1 {
  font-size: 17px;
  font-weight: normal;
} 

#toolpopup-show h3 {
  font-size: 15px;
  font-weight: normal;
} 


.error {
  color: #c00;
  text-align: center;
}

.successful {
  color: #648644;
  text-align: center;
}

#articules-holder {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../images/bg-shalove.jpg');
	z-index: 10001;
	display: none;
}

.dnone {
	opacity: 0;
}


.close-articules-holder {
	width: 29px;
	height: 29px;
	display: block;
	background: url('../images/xxx.png');
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0;
}


/* last */
.loupe_plugin { overflow: hidden; }

#preloader {
	background-image: url(../images/ajax-loader.gif);
	display: none;
	z-index:99999999;
	position:absolute;
	color:#ffffff;
	width: 100px;
	height: 100px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-o-border-radius: 6px;
	behavior: url(PIE.htc);
}



.full_version {
	text-align: center;
	margin-top: 10px;
}

.full_version a {
	text-decoration: none;
	color: #E1C57E;
}



/* 14.02.2012 */
#stickynav {
	background-image: url(../images/bg-stickynav.png);
	background-repeat: repeat;
	height: 35px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	position: fixed;
	z-index: 99999;
	bottom: 0px;
	left: 0;
}
#stickynav ul {
    font-family: TrajanProBold;
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#stickynav ul li {
    display: inline;
    float: left;
    margin-right: 36px;
}
#stickynav ul .last {
    margin-right: 0px;
}
#stickynav ul li a {
    color: #b09558;
    text-decoration: none;
}
#stickynav ul li a:hover, #stickynav ul li .active {
    color: #FFFFFF;
}



#gender {
    /*width: 984px;*/
	width: 96%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 45px;
    background-image: url(../images/bg-gender.png);
    background-repeat: repeat;
    text-transform: uppercase;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 4px;
    z-index: 99999;
}
#gender ul {
    list-style-type: none;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 1px 1px #000;
    font-family: TrajanProBold;
}
#gender ul li {
    float: left;
    display: inline;
    margin-right: 35px;
}
#gender ul li a {
    color: #b09558;
    text-decoration: none;
}
#gender ul li a:hover, #gender ul li .active {
    color: #FFFFFF;
}
#categories {
    position: absolute;
    z-index: 999999;
    left: 0px;
    top: 42px;
    /*width: 1024px;*/
    width: 100%;
    height: 44px;
}
#categories .nobg {
    background-image: none !important;
}
#categories .parent {
    list-style-type: none;
    font-family: TrajanProBold;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    background-image: url(../images/bg-parent.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 44px;
    position: relative;
}
#categories .parent li {
    float: left;
    width: 0px;
}
#categories .parent > li {
    width: auto;
}
#categories .parent li a {
    color: #b09558;
    text-decoration: none;
    display: block;
    height: 44px;
    background-image: url(../images/bg-categories.png);
    background-repeat: repeat-x;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
#categories .parent li a:hover, #categories .parent li .active {
    color: #FFFFFF;
}
#categories .parent li .rcorner {
    background-image: url(../images/bg-parent-rcorner.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 28px;
}
#categories .parent li .lcorner {
    background-image: url(../images/bg-parent-lcorner.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 28px;
}
#categories .parent li .last {
    position: absolute;
    right: 0px;
}
#categories .child {
    font-family: TrajanProBold;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    list-style-type: none;
    height: 37px;
    float: left;
}
#categories .child > li {
    width: auto;
}
#categories .child li a {
    background-image: none;
    padding-top: 2px;
}

/**/

.glangs { 
	float: right;
}

.glangs a {
    color: #B09558;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.glangs a.active {
	color: #ffffff;
}

/* 20.03.2012 */
.sidebar .menu ul li a {
	width: 277px!important;
	margin-left: 7px!important;
}

/* 22.08.2012 */
a.arrow-show {
	display: block;
	background: url(../images/arrows-sprite.png) left bottom no-repeat;
	width: 41px;
	height: 63px;
	position: fixed;
	bottom: 100px;
	right: 0px;
}

a.arrow-show.active {
	background-position: left top;
}

.arrow-show-content {
	position: fixed;
	width: 0px;
	height: 0px;
	bottom: 100px;
	right: 42px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	display: none;
	padding: 25px;
	font-size: 12px;
	line-height: 14px;
	color: #e7cb80;
	
}

.arrow-show-content ul {
	list-style: none;
}

.arrow-show-content ul li {
	float: left;
	font-size: 16px;
	line-height: 40px;
	color: #b09558;
	text-shadow: 1px 0px 0px #000000;
	font-weight: bold;
	margin: 0 5px;
}

.arrow-show-content ul li h1, .arrow-show-content ul li h2, .arrow-show-content ul li h3,.arrow-show-content ul li h4 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 16px;
	line-height: 40px;
}

.arrow-show-content ul li a {
	font-size: 16px;
	line-height: 16px;
	color: #b09558;
	text-shadow: 1px 0px 0px #000000;
	font-weight: bold;
	text-decoration: none;
}

#tc .scc {
	height: 175px;
	width: 740px;
	overflow: none;
}

.online-shop-holder {
	position: absolute;
	top: 0;
	right: 40px;
	display: block;
	width: 189px;
	height: 42px;
	background-image: url('../images/zzzz.png');
	line-height: 36px;
	color: #E7CB80;
	font-size: 16px;
}
.online-shop-holder.position2 {
	background-image: none;
    bottom: -6px;
    right: 35px;
    top: auto;
}
.online-shop-holder span {
	display: block;
	width: 22px;
	height: 20px;
	background-image: url('../images/icon-bag1.png');
	float: left;
	margin: 6px 10px 0 14px;
}