@import url("fonts.css");

.fL {
	float: left;
}
.last {
	margin-right: 0 !important;
}
a {
	text-decoration: none;
	color: #444;
}
h1, h2 {
	font-family: "unitpro-light";
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
h3 {
	font-family: "unitpro-regular";
	font-size: 16px;
	text-transform: uppercase;
}
body {
	background: #fff;
	color: #444;
	font-family: "monda-regular", Tahoma;
	font-size: 12px;
}
form .error {
	border: 1px solid #ff0000 !important;
	padding: 2px 5px !important;
}
::-webkit-input-placeholder {
	color: #444;
}
:-moz-placeholder {
	color: #444;
}
::-moz-placeholder {
	color: #444;
}
:-ms-input-placeholder {
	color: #444;
}

#Header {
	position: relative;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	height: 105px;
}
#Header .logo {
	position: relative;
	top: 18px;
}
#Header #searchForm {
	position: absolute;
	top: 5px;
	/*right: 73px;*/
	right: 150px;
	text-align: right;
}
#searchForm div.col {
	float: left;
	height: 23px;
}
#searchForm div.col.select {
	float: left;
	height: 23px;
	margin: 0 1px;
}
#searchForm input, #searchForm select {
	padding: 6px 13px;
	width: 154px;
	height: 11px;
	font-family: "monda-regular";
	font-size: 11px;
	color: #444;
	background: #eee;
	border: 0;
	outline: 0;
	overflow: hidden;
}
#searchForm .customSelect {
	overflow: hidden;
	height: 23px;
}
#searchForm .customSelect .customSelectInner {
	padding: 4px 13px 8px;
	height: 11px;
	width: 154px;
	line-height: 16px;
	font-family: "monda-regular";
	font-size: 11px;
	text-align: left;
	color: #444;
	background: #eee url('../gfx/search-select.png') right top no-repeat;
}
#searchForm input.submit {
	width: 23px;
	height: 23px;
	border: 0;
	outline: 0;
	text-indent: -9999px;
	background: url('../gfx/submit-bg.png') no-repeat;
}

#searchForm ::-webkit-input-placeholder {
	color: #444;
}
#searchForm :-moz-placeholder {
	color: #444;
}
#searchForm ::-moz-placeholder {
	color: #444;
}
#searchForm :-ms-input-placeholder {
	color: #444;
}

#Header #langs {
	position: absolute;
	/*width: 62px;*/
	width: 125px;
	height: 30px;
	top: 10px;
	right: 0;
}

#langs .lang {
	margin-left: 9px;
	margin-bottom: 2px;
}
#langs .lang a {
	display: block;
	width: 22px;
	height: 13px;
}
#langs .lang.PL a {
	background: url('../gfx/flags/pl.png');
}
#langs .lang.GB a {
	background: url('../gfx/flags/en.png');
}
#langs .lang.RU a {
	background: url('../gfx/flags/ru.png');
}
#langs .lang.DE a {
	background: url('../gfx/flags/de.png');
}
#Header .main-menu {
	position: absolute;
	top: 76px;
	right: 0;
}

.main-menu .item {
	margin-right: 1px;
}
.main-menu .item a {
	display: block;
	padding: 6px 14px;
	text-transform: uppercase;
	font-family: "unitpro-light";
	font-size: 13px;
	background: url('../gfx/main-menu-bg.png');
	color: #fff;
}
.main-menu .item.active a, .main-menu .item:hover a {
	background: #ffd700;
	color: #444;
}

.breadcrumbs {
	position: relative;
	float: left;
	width: 100%;
	padding: 16px 0 21px;
}
.breadcrumbs li {
	float: left;
}
.breadcrumbs li .breadcrumb {
	display: inline-block;
	padding: 7px 0 5px;
	margin: 0 4px;
	font-family: "monda-regular";
	font-size: 11px;
}
.breadcrumbs li .divider {
	font-size: 9px;
	display: inline-block;
}
.breadcrumbs li a {
	color: #444;
}
.breadcrumbs li .home {
	margin-left: 0;
	padding: 7px 10px 5px;
	color: #333;
	border: 1px solid #fff;
}

#Baner {
	position: relative;
	width: 100%;
	overflow: auto;
	z-index: 1;
}
#Baner li {
	list-style: none;
}
#Baner ul li {
	position: relative;
	display: block;
	float: left;
	height: 365px;
}
#Baner ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
}
#Baner ul li .wrap {
	position: relative;
	width: 990px;
	height: 365px;
	left: 50%;
	margin-left: -495px;
}
#Baner li .box {
	position: absolute;
	top: 176px;
	left: 0px;
	padding: 25px 20px;
	width: 336px;
	height: 70px;
	font-family: "unitpro-light";
	font-size: 16px;
	color: #444;
	background: #ffe662;
	overflow: hidden;
	z-index: 3;
}
#Baner li .box h2 {
	height: 27px;
	font-size: 24px;
	margin-bottom: 14px;
	text-transform: uppercase;
	overflow: hidden;
}
#Baner li .box strong {
	font-family: "unitpro-regular";
}
#Baner li .box div {
	overflow: hidden;
	height: 33px;
}
#Baner li .slogan {
	position: absolute;
	top: 310px;
	left: 20px;
	text-transform: uppercase;
	font-family: "unitpro-regular";
	font-size: 13px;
	z-index: 3;
}
#Baner .dots {
	position: absolute;
	counter-reset: li; /* Initiate a counter */
	margin-left: 0; /* Remove the default left margin */
	padding-left: 0; /* Remove the default left padding */
	right: 164px;
	bottom: 62px;
	list-style-type: decimal;
	z-index: 4;
}
#Baner .dots .dot:before {
	position: absolute;
	visibility: hidden;
	top: -12px;
	left: -31px;
	display: block;
	padding: 7px 8px 4px 4px;
	width: 15px;
	height: 12px;
	text-indent: 0;
	text-align: center;
	color: #444;
	background: url('../gfx/baner-counter-bg.png');
	font-family: "monda-regular";
	font-size: 12px;
	line-height: 12px;
	content: counter(li);
	counter-increment: li;
}
#Baner .dots .dot {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	margin: 7px 0;
	text-indent: -999em;
	border-radius: 6px;
	box-shadow: 0px 0px 1px #888;
	background: #fff;
	cursor: pointer;
	list-style: none;
}
#Baner .dots .dot.active:before {
	visibility: visible;
}
#Baner .dots .dot.active {
	background: #ffd700;
}
#banerMask {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -950px;
	width: 1900px;
	height: 365px;
	background: url('../gfx/maska.png');
	z-index: 2;
}

/*	INDEX.HTML	*/
#productsBox {
	position: relative;
	width: 100%;
	height: 400px;
	background: #f0f0f0;
}
#productsBox .wrap {
	position: relative;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	height: 100%;
}
#productsBox h2 {
	padding: 20px 0 16px;
	line-height: 20px;
}
#productsBox .item {
	position: relative;
	width: 330px;
	height: 344px;
}
#productsBox .item .next {
	position: absolute;
	top: 185px;
	left: 0;
	display: block;
	width: 38px;
	height: 15px;
	background: url('../gfx/product-anchor.png');
	z-index: 2;
}
#productsBox .item h3 {
	padding: 20px 25px 10px;
}
#productsBox .item div {
	padding: 0 25px 10px;
	line-height: 1.3;
}

#newsBox {
	position: relative;
	width: 100%;
	height: 238px;
}
#newsBox .wrap {
	position: relative;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	height: 100%;
	background: #fff url('../gfx/box-shadow.png') center top no-repeat;
}
#newsBox h2 {
	padding: 20px 0 16px;
	line-height: 20px;
}
#newsBox .archives {
	position: absolute;
	top: 26px;
	right: 3px;
	padding: 7px 30px 3px 0;
	text-transform: uppercase;
	font-family: "unitpro-regular";
	font-size: 13px;
	color: #444;
	background: url('../gfx/submit-bg.png') right top no-repeat;
}
#newsBox .news.first {
	height: 160px;
	margin-right: 30px;
}
#newsBox .news.first h3 {
	width: 198px;
}
#newsBox .news .date {
	padding: 7px 10px 4px;
	margin-left: 25px;
	margin-top: 10px;
	width: 65px;
	display: block;
	font-family: "monda-regular";
	font-size: 12px;
	color: #fff;
	background: url('../gfx/button-bg2.png');
}
#newsBox .news {
	width: 480px;
	height: 75px;
	overflow: hidden;
}
#newsBox .news.border {
	background: url('../gfx/news-bg.png') right bottom no-repeat;
}
#newsBox .news h3 {
	float: left;
	width: 445px;
	margin: 16px 10px 10px 25px;
	font-size: 15px;
	text-transform: none;
	color: #444;
	line-height: 1.3;
}
#newsBox .news h3 i.fa {
	font-size: 10px;
}
#newsBox .news div.lead {
	float: left;
	margin: 15px 10px 10px 25px;
	width: 198px;
	height: 61px;
	color: #666;
	line-height: 1.3;
	overflow: hidden;
}

#recommendedBox {
	position: relative;
	width: 100%;
	height: 320px;
	margin-bottom: 30px;
}
#recommendedBox #productSlider .product .lead {
    height: 70px;
}
#recommendedBox .wrap {
	position: relative;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	height: 100%;
	background: #fff url('../gfx/box-shadow.png') center top no-repeat;
}
#recommendedBox .wrap .left {
	position: relative;
	width: 660px;
	height: 100%;
}
#recommendedBox .wrap .right {
	position: relative;
	height: 100%;
	width: 330px;
	background: url('../gfx/shadow-vertical-bg.png') 0 20px no-repeat;
}
#recommendedBox .wrap .right h2 {
	left: 26px;
}
#recommendedBox .wrap .right .catalog {
	position: relative;
	margin-top: 77px;
	width: 330px;
	height: 243px;
	background: url('../gfx/tablet.png') left bottom no-repeat;
}
#recommendedBox .wrap .right .catalog span {
	position: absolute;
	top: 0;
	left: 26px;
}
#recommendedBox .wrap .right .catalog .link {
	position: absolute;
	padding: 6px 30px 4px 0;
	top: 41px;
	left: 26px;
	font-family: "unitpro-regular";
	font-size: 13px;
	text-transform: uppercase;
	color: #444;
	background: url('../gfx/submit-bg.png') top right no-repeat;
}
#recommendedBox .wrap h2 {
	position: absolute;
	top: 30px;
	left: 0;
}
#recommendedBox .newsletter {
	position: absolute;
	left: 0;
	bottom: 0;
}
#recommendedBox .newsletter h2 {
	position: relative;
	top: 2px;
	float: left;
}
#recommendedBox .newsletter form {
	float: left;
	position: relative;
}
#recommendedBox .newsletter .text {
	margin: 0 10px;
	width: 198px;
	padding: 5px 4px 1px 8px;
	font-family: "monda-regular";
	font-size: 12px;
	border: none;
	outline: none;
	background: #eee;
	color: #444;
}
#recommendedBox .newsletter .btn {
	border: 0;
	outline: 0;
	height: 12px;
	width: 15px;
	color: #444;
	background: url('../gfx/envelope.png') no-repeat;
	cursor: pointer;
}

#newsletterForm .signin {
	position: relative;
	float: left;
}
#newsletterForm .btn {
	position: absolute;
	top: 3px;
	right: 14px;
	margin: 2px;
}
#newsletterForm label {
	float: left;
	height: 23px;
}
#newsletterForm label input {
	margin: 5px;
}
#newsletterForm label span {
	margin: 5px;
}
#productSlider {
	position: absolute;
	top: 33px;
	width: 635px;
	height: 234px;
	overflow: auto;
	z-index: 1;
}
#productSlider ul {
	margin-top: 34px;
}
#productSlider li {
	list-style: none;
}
#productSlider ul li {
	position: relative;
	display: block;
	float: left;
	height: 234px;
}
#productSlider li .product {
	position: relative;
	width: 635px;
	height: 200px;
	background: #f3f3f3;
	z-index: 1;
}
#productSlider li .product .photo {
	border: 1px solid #f0f0f0;
	width: 330px;
	height: 198px;
}
#productSlider li .product h3 {
	float: left;
	width: 249px;
	margin: 20px 27px;
}
#productSlider li .product div.lead {
	float: left;
	width: 249px;
	line-height: 1.5;
	height: 36px;
	margin: 0 27px 20px;
	overflow: hidden;
}
#productSlider li .product .sizes {
	float: left;
	line-height: 1.5;
	height: 23px;
	margin: 0 27px 10px;
	background: url('../gfx/button-bg2.png') repeat-x;
}
#productSlider li .product .sizes .label {
	padding: 7px 10px 4px;
	display: inline-block;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
}
#productSlider li .product .sizes .size {
	display: inline-block;
	line-height: 12px;
	padding: 7px 4px 4px;
	color: #444;
	background: #fff;
}
#productSlider li .product .link {
	position: absolute;
	bottom: 0;
	right: 267px;
	width: 38px;
	height: 15px;
	font-size: 0;
	background: url('../gfx/product-anchor.png');
}
#productSlider .dots {
	position: absolute;
	top: 0;
	right: 22px;
}
#productSlider .dots .dot {
	position: relative;
	float: left;
	display: block;
	width: 8px;
	height: 8px;
	margin: 2px 3px;
	text-indent: -999em;
	border-radius: 6px;
	box-shadow: 0px 0px 1px #888;
	background: #fff;
	cursor: pointer;
	list-style: none;
}
#productSlider .dots .dot.active {
	background: #ffd700;
	box-shadow: none;
}
#productSlider li .tmp {
	position: relative;
	z-index: 0;
}

#Content {
	position: relative;
	width: 100%;
	background: #f0f0f0;
}
#Content .wrapper {
	position: relative;
	width: 990px;
	height: 100%;
	left: 50%;
	margin-left: -495px;
}

/*	SIMPLE PAGE	*/
#leftColumn {
	width: 245px;
	margin-right: 30px;
	min-height: 1px;
}
.left-menu ul {
	border: 1px solid #fff;
	padding: 10px 15px 10px 10px;
	margin: 13px 0 30px;
}
.left-menu ul li {
	position: relative;
	margin-bottom: 6px;
}
.left-menu ul li .fa-chevron-right {
	position: absolute;
	top: 5px;
	font-size: 9px;
}
/*.left-menu ul li .fa-chevron-right {padding: 6px 0 7px;margin-right: 4px;font-size: 9px;}*/
.left-menu ul li a {
	padding: 5px 6px;
	margin-left: 10px;
	display: inline-block;
	width: 196px;
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #333;
}
.left-menu ul li.active > a, .left-menu ul li:hover > a {
	color: #fff;
	background: #333 url('../gfx/main-menu-bg.png') repeat-x top left;
}
.left-menu ul li.last {
	margin-bottom: 0;
}
.left-menu ul li .submenu {
	display: inline-block;
	border: none !important;
	margin: 6px 0px 0px !important;
	padding: 0;
	padding-left: 16px;
}
.left-menu ul li .submenu li {
	margin-bottom: 0;
}
.left-menu ul li .submenu li a {
	width: 180px;
}

.banner.left {
	position: relative;
	width: 243px;
	border: 1px solid #fff;
	margin-bottom: 30px;
}

#rightColumn {
	position: relative;
	width: 715px;
	margin-bottom: 30px;
}
#rightColumn .back {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 4px 0px 3px 28px;
	font-family: "unitpro-regular";
	background: url('../gfx/back.png') left top no-repeat;
}
#rightColumn .page {
	margin-top: 10px;
	padding: 8px;
	width: 699px;
	background: #fff;
}
#rightColumn .page .photo {
	position: relative;
	display: table-cell;
	padding-right: 19px;
	vertical-align: top;
}
#rightColumn .page .photo .zoom {
	position: absolute;
	left: 0;
	top: 145px;
	display: block;
	width: 38px;
	height: 15px;
	background: url('../gfx/zoom.png') no-repeat;
}
#rightColumn .page .photo img {
	display: block;
	width: 247px;
	height: 160px;
}
#rightColumn .page .partners {
	margin: 20px;
}
#rightColumn .page .partners ul {
	margin-top: 20px;
	margin-bottom: 30px;
}
#rightColumn .page .partners ul li {
	font-family: "unitpro-regular";
	font-size: 16px;
	margin-bottom: 10px;
}
#rightColumn .page .partners ul li i {
	color: #ffd700;
}
#rightColumn .page .tinyMCE {
	display: table-cell;
}

/*	CONTACT PAGE	*/
#Contact {
	width: 330px;
}
#contactForm {
	margin-top: 17px;
}
#contactForm label {
	display: inline-block;
}
#contactForm input.text {
	margin: 2px 0;
	margin-right: 14px;
	width: 268px;
	padding: 5px 4px 1px 8px;
	font-family: "monda-regular";
	font-size: 12px;
	border: none;
	outline: none;
	background: #fff;
	color: #666;
}
#contactForm textarea {
	margin-top: 2px;
	margin-right: 14px;
	width: 268px;
	height: 194px;
	padding: 5px 4px 1px 8px;
	font-family: "monda-regular";
	font-size: 12px;
	border: none;
	outline: none;
	resize: none;
	overflow: hidden;
	background: #fff;
	color: #666;
}
#contactForm legend {
	margin-right: 90px;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-right: 14px;
	text-transform: uppercase;
	float: left;
	background: url('../gfx/req-icon.png') right top no-repeat;
}
#contactForm input.submit {
	position: absolute;
	right: 0px;
	margin: 0;
	padding: 3px 30px 3px 0;
	text-transform: uppercase;
	font-family: "unitpro-regular";
	font-size: 13px;
	color: #444;
	border: none;
	background: transparent url('../gfx/submit-bg.png') right top no-repeat;
}
#contactForm .required {
	background: url('../gfx/req-icon.png') right top no-repeat;
}
#contactForm div {
	position: relative;
	margin: 5px 0 36px;
	width: 280px;
	height: 23px;
}
#contactForm ::-webkit-input-placeholder {
	color: #666;
}
#contactForm :-moz-placeholder {
	color: #666;
}
#contactForm ::-moz-placeholder {
	color: #666;
}
#contactForm :-ms-input-placeholder {
	color: #666;
}

#map {
	width: 660px;
	height: 490px;
	border: none;
}

/*	PRESSROOM-LIST	*/
#Pressroom {
	position: relative;
	margin-bottom: 40px;
}
#Pressroom .header {
	position: relative;
	height: 28px;
}
#Pressroom .header h1 {
	position: absolute;
	top: 5px;
	z-index: 1;
}
#Pressroom .pressroom-list {
	margin-top: 6px;
	margin-bottom: 12px;
	width: 990px;
}
#Pressroom .pressroom-list ul li {
	position: relative;
	float: left;
	border: 1px solid #f0f0f0;
	padding: 8px;
	height: 160px;
	width: 477px;
	background: #fff;
}
#Pressroom .pressroom-list ul li img.photo {
	display: table-cell;
	float: left;
	margin-right: 18px;
}
#Pressroom .pressroom-list ul li div.news-content .wrap {
	height: 130px;
	overflow: hidden;
}
#Pressroom .pressroom-list ul li div.news-content {
	display: table-cell;
	width: auto;
}
#Pressroom .pressroom-list ul li .date {
	margin-top: 7px;/*float: left;*/
	padding: 6px 10px;
	width: 65px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: url('../gfx/button-bg2.png') repeat-x;
}
#Pressroom .pressroom-list ul li h2 {/*float: left;*/
	display: block;
	margin-top: 16px;/*width: 212px;*/
	text-transform: none;
	font-size: 15px;
}
#Pressroom .pressroom-list ul li h2 a:hover {
	text-decoration: underline;
}
#Pressroom .pressroom-list ul li h2 i {
	font-weight: bold;
}
#Pressroom .pressroom-list ul li div.lead {/*float: left;*/
	margin-top: 14px;/*width: 212px;*/
	height: 70px;
	line-height: 1.4;
	color: #666;
	overflow: hidden;
}

/*	PRESSROOM-ITEM	*/
.navigation-top .archives {
	position: absolute;
	top: 0;
	right: 80px;
	padding: 5px 30px 5px 0;
	text-transform: uppercase;
	font-family: "unitpro-regular";
	font-size: 13px;
	color: #444;
	background: url('../gfx/submit-bg.png') right top no-repeat;
}
.navigation-top .back, .navigation-bottom .back {
	top: 2px !important;
	right: 80px !important;
	text-transform: uppercase;
}
.navigation-top {
	position: absolute;
	top: 0;
	right: 0;
}
.navigation-bottom {
	width: 100%;
	height: 22px;
	position: relative;
	float: right;
	margin-bottom: 20px;
}
.news-navigation {
	position: absolute;
	float: right;
	height: 22px;
	width: 54px;
	right: 0;
}
.news-navigation .prev, .news-navigation .next {
	float: left;
	display: block;
	width: 10px;
	padding: 4px 6px 3px;
	margin: 0 1px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #fff;
}
.news-navigation .fa {
	font-weight: bold;
}
#News {
	position: relative;
	margin-top: 10px;
	margin-bottom: 12px;
	background: #fff;
}
#News .wrap {
	padding: 10px;
}
#News .photo {
	display: table-cell;
	vertical-align: top;
	padding-right: 19px;
	position: relative;
}


#News .photo .zoom {
	position: absolute;
	left: 10px;
	top: 155px;
	display: block;
	width: 38px;
	height: 15px;
	background: url('../gfx/zoom.png') no-repeat;
}
#News .content {
	display: table-cell;
}
#News .date {
	margin-top: 10px;
	float: left;
	padding: 6px 10px;
	width: 65px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: url('../gfx/button-bg2.png') repeat-x;
}
#News h1 {
	float: left;
	margin: 20px 0 25px;
	width: 100%;
}
#News .tinyMCE {
	float: left;
	width: 415px;
}
#News .appendix-box {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
}
#News .appendix-box ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 32px;
}
#News .appendix-box ul li {
	margin: 6px 0;
	padding: 2px;
	font-size: 11px;
	text-transform: uppercase;
}
#News .appendix-box ul li .fa {
	color: #ffd700;
	font-size: 12px;
}
#News .gallery {
	float: left;
	padding: 25px 8px;
	border-top: 1px solid #f0f0f0;
}
#News .gallery ul li {
	float: left;
}
#News .gallery ul li.item {
	width: 220px;
	height: 130px;
}
#News .gallery ul li.prev a, #News .gallery ul li.next a {
	margin: 55px 0 56px;
	display: block;
	width: 19px;
	height: 19px;
	background: url('../gfx/prev-yellow.png') no-repeat;
}
#News .gallery ul li.next a {
	background: url('../gfx/next-yellow.png') no-repeat;
}

/*	SEARCH-LIST	*/
#Search-list .head {
	height: 45px;
	width: 100%;
	overflow: hidden;
}
#Search-list h1 {
	position: absolute;
	top: 0;
	z-index: 1;
}
#Search-list h4 {
	position: absolute;
	top: 30px;
	z-index: 1;
}
#Search-list .product-list {
	margin-top: 30px;
}

/*	CATEGORY-PRODUCT-LIST	*/
#Category-product-list .left-menu ul {
	margin-top: 15px;
}
.category-description {
	float: left;
	margin: 7px 0 0;
	border: 1px solid #fff;
	padding: 25px 12px;
	width: 688px;
}

/*	PRODUCTS-LIST	*/
.product-list {
	width: 100%;
	margin: 6px 0 14px;
}
.product-list .no-products {
	padding: 20px 8px;
	background: #fff;
}
.product-list .product-item {
	position: relative;
	float: left;
	margin: 0 !important;
	padding: 8px;
	width: 220px;
	height: 310px;
	border: 1px solid #f0f0f0;
	background: #fff;
	overflow: hidden;
}
.product-list .product-item .next {
	position: absolute;
	top: 126px;
	left: 8px;
	display: block;
	width: 38px;
	height: 15px;
	background: url('../gfx/product-anchor.png') no-repeat;
}
.product-list .product-item img {
	display: block;
}
.product-item h2 {
	height: 42px;
	margin: 16px 0 10px;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 15px;
	overflow: hidden;
}
.product-item h2 a {
	color: #666;
}
.product-item h2 a:hover {
	text-decoration: underline;
}
.product-item div.lead {
	height: 60px;
	margin-bottom: 16px;
	color: #666;
	overflow: hidden;
}
.product-item .sizes {
	float: left;
	line-height: 1.5;
	height: 23px;
	margin: 0;
	background: url('../gfx/button-bg2.png') repeat-x;
	overflow: hidden;
}
.product-item .sizes .label {
	padding: 7px 10px 4px;
	width: 67px;
	display: inline-block;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
}
.product-item .sizes .size {
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	padding: 7px 10px 4px;
	color: #444;
	background: #f0f0f0;
}

/*	PRODUCT-ITEM	*/
.product-item {
	position: relative;
	margin-top: 33px;
	margin-bottom: 12px;
	background: #fff;
}
.product-item .header {
	position: relative;
	padding: 8px;
	border-bottom: 1px solid #f0f0f0;
}
.product-item .product-gallery {
	position: relative;
	float: left;
	width: 330px;
	margin-right: 36px;
	overflow: auto;
	z-index: 1;
}
.product-item .product-image {
	position: relative;
	float: left;
	width: 330px;
	margin-right: 36px;
	overflow: hidden;
	z-index: 1;
}
.product-item .product-gallery li {
	list-style: none;
}
.product-item .product-gallery ul li {
	position: relative;
	display: block;
	float: left;
	height: 200px;
	width: 330px;
}
.product-item .product-gallery .zoom, .product-item .product-image .zoom {
	position: absolute;
	left: 0;
	top: 185px;
	display: block;
	width: 38px;
	height: 15px;
	background: url('../gfx/zoom.png') no-repeat;
}
.product-item .product-gallery .dots {
	position: absolute;
	margin-left: 0;
	padding-left: 0;
	right: 8px;
	bottom: 4px;
	list-style-type: decimal;
	z-index: 3;
}
.product-item .product-gallery .dots .dot {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	text-indent: -999em;
	border-radius: 6px;
	box-shadow: 0px 0px 1px #888;
	background: #fff;
	cursor: pointer;
	list-style: none;
}
.product-item .product-gallery .dots .dot.active:before {
	visibility: visible;
}
.product-item .product-gallery .dots .dot.active {
	background: #ffd700;
}
.product-item .header h1 {
	float: left;
	line-height: 24px;
	width: 333px;
	/*height: 46px;*/
	overflow: hidden;
	margin: 0 0 20px;/*19px 0 46px;*/
}
.product-item .header div.lead {
	float: left;
	width: 333px;
	height: 76px;/*30px;*/
	line-height: 1.3;
	margin-bottom: 10px;
}
.product-item .header div.quantity {
	/*float: left;*/
	position: absolute;
	right: 10px;
	bottom: 55px;
	width: 333px;
	/*margin-bottom: 17px;*/
	color: #666;
}
.product-item .header .box {
	position: absolute;
	bottom: 20px;
	right: 10px;
	/*float: left;*/
	width: 333px;
	/*margin-top: 1px;*/
}
.product-item .header .box .wrap {
	float: left;
	line-height: 1.5;
	height: 23px;
	margin: 0;
	background: url('../gfx/button-bg2.png') repeat-x;
}
.product-item .box .wrap .label {
	width: 70px;
	padding: 7px 10px 4px;
	display: inline-block;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
}
.product-item .box .wrap .vals {
	display: inline-block;
	line-height: 12px;
	padding: 7px 10px 4px;
	color: #444;
	border-left: 1px solid #fff;
	background: #f0f0f0;
}
.product-item .form {
	padding: 27px 6px 8px 10px;
	margin-right: 30px;
}
.product-item .description {
	float: left;
	padding: 30px 10px 8px 6px;
	width: 330px;
}
.product-item .description div {
	margin: 15px 0 25px;
	color: #666;
}
.product-item .description div p {
	line-height: 1.3;
}
.product-item .stats {
	margin: 15px 0 20px;
}
.product-item .stats li {
	margin-bottom: 10px;
	/*height: 15px;*/
	overflow: hidden;
}
.product-item .stats span {
	text-transform: uppercase;
	display: inline-block;
	width: 250px;
	font-size: 11px;
}
.product-item .stats li .fa-asterisk {
	color: #ffd700;
}
.product-item .appendix-box {
	float: left;
	width: 328px;
	margin-top: 25px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
}
.product-item .appendix-box ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 32px;
}
.product-item .appendix-box ul li {
	margin: 6px 0;
	padding: 2px;
	font-size: 11px;
	text-transform: uppercase;
}
.product-item .appendix-box ul li .fa {
	color: #ffd700;
	font-size: 12px;
}

#slideGallery {
	position: relative;
	float: left;
	margin: 10px 0;
	width: 698px;
	padding: 25px 8px 10px;
	background: #fff;
}

#slideGallery .slider-box {
	position: relative;
	float: left;
	width: 660px;
	height: 130px;
	overflow: hidden;
}
#slideGallery .slider-box ul.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slideGallery .slider-box ul.slider li.item {
	float: left;
	width: 220px;
	height: 130px;
	opacity: 0.9;
}
#slideGallery .slider-box ul.slider li.item:hover {
	opacity: 1;
}
#slideGallery .rwd, #slideGallery .fwd {
	margin: 55px 0 56px;
	display: block;
	width: 19px;
	height: 19px;
	background: url('../gfx/prev-yellow.png') no-repeat;
}
#slideGallery .fwd {
	background: url('../gfx/next-yellow.png') no-repeat;
}
/*	PRODUCT ASK FORM	*/
#askForProduct {
	width: 323px;
}
#askForProduct h3 {
	color: #ffd700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#askForProduct label {
	float: left;
	width: 280px;
	margin-left: 26px;
	padding-right: 13px;
}
#askForProduct label.required {
	background: url('../gfx/required.png') right 10px no-repeat;
}
#askForProduct input {
	margin: 2px 0;
	padding: 0px 9px 2px 7px;
	width: 262px;
	outline: none;
	border: 1px solid #f0f0f0;
	font-size: 12px;
	font-family: 'Monda';
}
#askForProduct textarea {
	margin-top: 2px;
	padding: 2px 9px 0px 7px;
	width: 262px;
	height: 278px;
	outline: none;
	border: 1px solid #f0f0f0;
	font-size: 12px;
	font-family: 'Monda';
	resize: none;
	overflow: hidden;
}
#askForProduct div {
	position: relative;
	width: 279px;
	float: left;
	margin-top: 10px;
	margin-left: 26px;
}
#askForProduct legend {
	float: left;
	padding: 7px 0 4px;
	padding-right: 16px;
	text-transform: uppercase;
	background: url('../gfx/required.png') right 8px no-repeat;
}
#askForProduct input.submit {
	position: absolute;
	margin: 0;
	right: 0;
	width: 80px;
	padding: 3px 30px 3px 0;
	text-transform: uppercase;
	font-family: "unitpro-regular";
	font-size: 13px;
	color: #444;
	border: none;
	background: transparent url('../gfx/submit-bg.png') right top no-repeat;
}
#askForProduct ::-webkit-input-placeholder {
	color: #444;
}
#askForProduct :-moz-placeholder {
	color: #444;
}
#askForProduct ::-moz-placeholder {
	color: #444;
}
#askForProduct :-ms-input-placeholder {
	color: #444;
}

/*	PAGINATION	*/
.Pagination {
	position: relative;
	height: 28px;
	margin-bottom: 6px;
	text-align: right;
	z-index: 2;
}
.Pagination .item {
	display: inline-block;
	padding: 5px 3px 4px;
	text-align: center;
	width: 15px;
	border: 1px solid #fff;
	font-family: "monda-regular";
	font-size: 12px;
}
.Pagination .item.act, .Pagination .item:hover {
	border: none;
	padding: 6px 4px 10px;
	background: url('../gfx/pagination-active.png') no-repeat;
}
.Pagination .prev {
	margin-right: 6px;
}
.Pagination .next {
	margin-left: 6px;
}
.Pagination .fa {
	font-weight: bold;
}

/*	FOOTER	*/
#Footer {
	position: relative;
	height: 40px;
	width: 100%;
	background: #f0f0f0 url('../gfx/box-shadow.png') center top no-repeat;
	border-top: 1px solid #fff;
}
#Footer .wrapper {
	position: relative;
	width: 990px;
	height: 100%;
	left: 50%;
	margin-left: -495px;
}
#Footer .copyrights {
	position: absolute;
	top: 17px;
	left: 0;
	font-family: "unitpro-regular";
	font-size: 12px;
}
#Footer .main-menu {
	position: absolute;
	top: 8px;
	left: 244px;
	z-index: 3;
}
#Footer .atom {
	position: absolute;
	display: block;
	top: 8px;
	right: -1px;
	width: 95px;
	height: 24px;
	background: url('../gfx/atom.png');
	z-index: 2;
}

#messageContainer {
	position: fixed;
	top: 210px;
	width: 580px;
	box-shadow: 0px 0px 5px #444;
	z-index: 1000;
}
#messageContainer #messageBoxCont {
	float: left;
	padding: 30px 30px 50px;
	width: 520px;
	background: #fff;
}
#messageContainer p {
	margin: 0 0 10px;
}
#messageContainer #messageBoxCont a.close {
	position: absolute;
	display: block;
	top: 7px;
	right: 7px;
	width: 20px;
	height: 19px;
	background: url('../gfx/close.png') no-repeat;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}/* IE6 */
*:first-child+ html .clearfix {
	zoom: 1;
} /* IE7 */
