/*******************************/
/*  Created by Mariusz Galka   */
/*  Copyright by IguanaStudio  */
/*******************************/

@import url('reset.css');
@import url('font.css');

body {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	color: #3f3a37;
	font-family: 'CorporateSTCE-Reg', Arial, Geneva, sans-serif;
	background-color: #e9e9e9;
}
div {
	text-align: left;
}
p {
	margin: 0 0 15px;
	text-align: justify;
}
a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #b80a0a;
	text-decoration: none;
}
button {
	cursor: pointer;
}
input[type="text"], input[type="password"], input[type="file"], select, textarea {
	padding: 6px 10px;
	font-family: 'CorporateSTCE-Reg', Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #8c8c8c;
	border: 1px solid #ececec;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
h1, .nHome, .heading {
	font-size: 14px;
	font-family: 'CorporateSTCE-Reg', Arial, Geneva, sans-serif;
	font-weight: normal;
	line-height: 110%;
	color: #8c8c8c;
	padding: 3px 0 0 15px;
	margin: 0 0 15px;
	text-transform: uppercase;
	background: transparent url("../images/background-heading.gif") no-repeat 0 0;
}
.heading {
	margin: 0 0 10px;
}
.heading h1 {
	display: inline;
	color: #8c8c8c;
	padding: 0;
	margin: 0;
	background: none;
}
.heading img {
	vertical-align: middle;
}
.heading span {
	margin: 0 5px;
}
.heading a {
	color: #8c8c8c;
}
.heading a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 110%;
	color: #000;
	font-family: 'CorporateSTCE-Bol', Arial, Geneva, sans-serif;
	margin: 0 0 10px;
}
ul {
	margin: 0 0 15px 8px;
}
/*
ul li {
	padding: 0 0 0 12px;
	margin: 0 0 2px;
	background: transparent url("../images/li.gif") no-repeat 0 5px;
}
*/
/*
ol {
	margin: 0 0 15px 20px;
	list-style: decimal outside;
}
*/
ol li {
	line-height: 140%;
	margin: 0 0 4px;
}
ol li ul {
	margin: 4px 0 10px;
}
ol li ol {
	margin: 4px 0 10px 20px;
	list-style-type: lower-latin;
}
/*
ol li ul li {
	background-image: url("../images/icon-dash.gif");
}
*/
table {
	margin: 0 0 15px;
	width: 100%;
}
table th, table td {
	padding: 7px 15px;
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
}
table th {
	font-weight: bold;
}
hr {
	height: 1px;
	margin: 20px 0;
	border: 0 none;
	font-size: 1px;
	line-height: 1px;
	background: #d6d6d6;
}
b, strong {
	font-family: 'CorporateSTCE-Bol', Arial, Geneva, sans-serif;
	font-weight: normal;
}
.polityka strong {font-weight: bold !important;}

.polityka ol {list-style: decimal;margin-left: 25px !important;}

/*---[ dodatkowe klasy, itp. ]-----------------------------------------------------------------------*/
.clear {
	clear: both;
}
.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}
.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}
.toLeft {
	float: left;
}
.toRight {
	float: right;
}
.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
/*---[ buttons ]-----------------------------------------------------------------------*/
.button {
	display: inline-block;
	font-family: 'CorporateSTCE-Bol', Arial, Geneva, sans-serif;
	height: 17px;
	line-height: 17px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 0 5px;
	background: #616161 url("../images/b-button.png") repeat-x 0 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.button .basket {
	background: transparent url("../images/icon-basket-white.gif") no-repeat 0 50%;
	padding: 0 0 0 15px;
	font-style: normal;
}
.button:hover {
	background-color: #b80a0a;
	color: #fff;
	text-decoration: none;
}
.buttonSubmit {
	padding: 0;
	margin: 0;
	border:0 none;
	background: none;
	color: #fff;
    overflow: visible;
}
.buttonSubmit:hover .button {
	background-color: #b80a0a;
	color: #fff;
}
.buttonSubmit::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button.buttonSubmit span {
	height: 17px;
	line-height: 17px;
	text-transform: uppercase;
	display: inline-block;
	border: 0 none;
	text-align: center;
	padding: 0 5px;
}
button.buttonSubmit:hover span {
	background-color: #b80a0a;
	color: #fff;
}


.buttonBig {
	display: inline-block;
	font-family: 'CorporateSTCE-Bol', Arial, Geneva, sans-serif;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 0 30px;
	background: #616161 url("../images/b-button.png") repeat-x 0 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.buttonBig:hover {
	background-color: #b80a0a;
	color: #fff;
	text-decoration: none;
}
.buttonSubmit {
	padding: 0;
	margin: 0;
	border:0 none;
	background: none;
	color: #fff;
    overflow: visible;
}
.buttonSubmit:hover .button {
	background-color: #b80a0a;
	color: #fff;
}
.buttonSubmit::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*---[ content ]-----------------------------------------------------------------------*/
.wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
/*---[ header ]-----------------------------------------------------------------------*/
#header {
	height: 90px;
	background-color: #e9e9e9;
}
#top {
	height: 90px;
	overflow: hidden;
}
#top #logo {
	font-size: 19px;
	color: #000;
	text-transform: uppercase;
	float: left;
	height: 42px;
	padding: 0;
	margin: 25px 0 0;
	background: none;
	line-height: 95%;
}
#top #logo span {
	font-size: 13px;
	display: block;
}
#top #logo a {
	display: block;
	float: left;
	height: 38px;
	padding: 4px 0 0 50px;
	color: #000;
	background: transparent url("../images/logo-leica.gif") no-repeat 0 0;
}
#top #logo a:hover {
	color: #000;
	text-decoration: none;
}
#top #menuRight {
	float: right;
	margin: 25px 0 0;
}
#top #menuRight ul {
	margin: 0 0 9px;
	height: 23px;
}
#top #menuRight ul li {
	margin: 0 0 0 20px;
	background: none;
	padding: 0;
	float: right;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	color: #7a7a7a;
	text-transform: uppercase;
}
#top #menuRight ul li.phone {
	padding: 0 0 0 15px;
	background: transparent url("../images/icon-phone.gif") no-repeat 0 50%;
}
#top #menuRight ul li a {
	display: block;
	height: 23px;
	float: left;
	color: #7a7a7a;
}
#top #menuRight ul li.art67 a, #top #menuRight ul li.fb a {
	position: relative;
}
#top #menuRight ul li.art67 a span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 51px;
	height: 21px;
	background: transparent url("../images/logo-6x7art-over.gif") no-repeat 0 0;
}
#top #menuRight ul li.art67 a:hover span {
	display: block;
}
#top #menuRight ul li.fb a span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	background: transparent url("../images/icon-fb-over.gif") no-repeat 0 0;
}
#top #menuRight ul li.fb a:hover span {
	display: block;
}
#top #menuRight ul li.leica a {
	padding: 0 0 0 26px;
	font-size: 11px;
	line-height: 95%;
	background: transparent url("../images/icon-leica.gif") no-repeat 0 0;
}
#top #menuRight ul li.leica a:hover {
	padding: 0 0 0 26px;
	font-size: 11px;
	line-height: 95%;
	background: transparent url("../images/icon-leica1.gif") no-repeat 0 0;
}


#top #menuRight ul li.leica a span {
	display: block;
	font-size: 11px;
}
#top #menuRight ul li a:hover {
	color: #000;
	text-decoration: none;
}
#top #menuRight ul li.leica a:hover {
	color: #000;
}
/*---[ content ]-----------------------------------------------------------------------*/
#content {
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}
/*---[ account ]---*/
ul#account {
	height: 12px;
	position: absolute;
	top: -10px;
	right: 0px;
}
ul#account li {
	height: 12px;
	line-height: 12px;
	float: left;
	padding: 0 0 0 11px;
	margin: 0 0 0 10px;
	background: transparent url("../images/background-account.gif") no-repeat 0 50%;
}
ul#account li:first-child {
	padding: 0;
	margin: 0;
	background: none;
}
ul#account li a {
	color: #7a7a7a;
	font-size: 11px;
	text-transform: uppercase;
}
ul#account li.basket a {
	padding: 0 0 0 16px;
	background: transparent url("../images/icon-basket.gif") no-repeat 0 50%;
}
ul#account li a:hover {
	color: #000;
	text-decoration: none;
}
ul#account li.basket a.added {
	background-image: url("../images/icon-basket-added.gif");
}
/*---[ search ]---*/
#search {
	float: right;
	margin: 50px 0 0;
	position: relative;
}
#search input {
	padding-right: 30px;
	width: 280px;
}
#search button {
	width: 24px;
	height: 24px;
	border: 0 none;
	background: transparent url("../images/b-search.gif") no-repeat 0 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
#search button:hover {
	background-position: 0 -24px;
}
/*---[ menu ]---*/
ul#menu {
	overflow: hidden;
	margin: 0 0 15px;
}
ul#menu li {
	height: 29px;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url("../images/background-menu.gif") no-repeat 0 0 ; 
}
ul#menu li a {
	color: #252525;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 0px 0 0 8px;
	line-height: 100%;
	font-size: 14px;
}

ul#menu li a:hover{
	text-decoration: none;
}

ul#menu li.el1 {
	clear: both;
	width: 80px;
	margin: 0 20px 12px 0;
		padding: 15px 0 0 0px;
}
ul#menu li.el2 {
	width: 80px;
	margin: 0 20px 12px 0;
		padding: 15px 0 0 0px;
}
ul#menu li.el3 {
	width: 80px;
	margin: 0 20px 12px 0;
		padding: 2px 0 0 0px;

}
ul#menu li.el4 {
	width: 80px;
	margin: 0 0 12px;
		padding: 15px 0 0 0px;

}
ul#menu li.el5 {
	width: 85px;
	margin: 0 0 12px;
		padding: 15px 0 0 0px;

}
ul#menu li.el6 {
	width: 100px;
	margin: 0 0 12px;
		padding: 0px 0 0 0px;

}
ul#menu li a:hover, ul#menu li a.active {
	color: #b80a0a;
}
/*---[ home ]-----------------------------------------------------------------------*/
#sliderBig {
	width: 710px;
	height: 420px;
	padding: 20px 0;
	margin: 0 0 50px;
	position: relative;
}
#sliderBigIn {
	width: 710px;
	height: 420px;
	overflow: hidden;
	margin: 0 0 50px;
}
#sliderBig ul, #sliderBig ul li {
	width: 710px;
	height: 420px;
	margin: 0;
	padding: 0;
	background: none;
}
#sliderBig a.bUp, #sliderBig a.bDown {
	display: block;
	width: 85px;
	height: 13px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	background: transparent no-repeat 0 0;
}
#sliderBig a.bUp {
	top: 0;
	background-image: url("../images/b-up.gif");
	
}
#sliderBig a.bUp:hover {
	top: 0;
	background: transparent url("../images/b-up.gif") no-repeat 0px -13px;
}
#sliderBig a.bDown {
	bottom: 0;
	background-image: url("../images/b-down.gif");
}

#sliderBig a.bDown:hover {
	bottom: 0;
	background: transparent url("../images/b-down.gif") no-repeat 0px -13px;
}

#sliderSmall {
	float: right;
	width: 180px;
	height: 420px;
	padding: 20px 0;
	margin: 0 0 50px;
	position: relative;
}
#sliderSmallIn {
	width: 180px;
	height: 420px !important;
	overflow: hidden;
	margin: 0 0 50px;
}
#sliderSmallIn ul, #sliderSmallIn ul li {
	width: 180px;
	height: 140px;
	margin: 0;
	padding: 0;
	background: none;
}
#sliderSmallIn ul li {
	border-bottom: 1px solid #eaeaea;
}
#sliderSmall a.bUp, #sliderSmall a.bDown {
	display: block;
	width: 85px;
	height: 13px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	background: transparent no-repeat 0 0;
}
#sliderSmall a.bUp {
	top: 0;
	background-image: url("../images/b-up.gif");
}

#sliderSmall a.bUp:hover {
	top: 0;
	background: transparent url("../images/b-up.gif") no-repeat 0px -13px;
}

#sliderSmall a.bDown {
	bottom: 0;
	background-image: url("../images/b-down.gif");
}

#sliderSmall a.bDown:hover {
	bottom: 0;
	background: transparent url("../images/b-down.gif") no-repeat 0px -13px;
}

#section {
	overflow: hidden;
}
#section a {
	display: block;
	margin: 0 0 50px;
}
#section a img {
	display: block;
	border-bottom: 2px solid #fff;
}
#section a span {
	display: block;
	color: #fff;
	background-color: #727272;
	padding: 5px 10px;
}
#section a:hover h2 {
	background-image: url("../images/background-heading-black.gif");
}
/*
#section a:hover span {
	background-color: #656464;
}

*/

#section a:hover {
	text-decoration: none;

}
#section .left {
	width: 400px;
	float: left;
}
#section .right {
	width: 400px;
	float: right;
}
#section .last {
	margin: 0 0 10px;
}
/*---[ left ]-----------------------------------------------------------------------*/
.left {
	width: 160px;
	float: left;
}
.left h3 {
	height: 14px;
	font-size: 14px;
	font-family: 'CorporateSTCE-Reg', Arial, Geneva, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: #8c8c8c;
	padding: 10px 0;
	margin: 0;
	text-transform: uppercase;

	background: transparent url("../images/background-dotted.gif") repeat-x 0 0;*/
}
.left ul {
	margin: 0;
	padding: 10px 0;
	/*background: transparent url("../images/background-dotted.gif") repeat-x 0 0;*/
}
.left ul li {
	margin: 0 0 9px;
	padding: 0;
	background: none;
}
.left ul li a {
	display: block;
	font-size: 14px;
	font-family: 'CorporateSTCE-Reg', Arial, Geneva, sans-serif;
	font-weight: normal;
	line-height: 110%;
	color: #8c8c8c;
	text-transform: uppercase;
	padding: 0 0 0 8px;
	/*background: transparent url("../images/icon-arrow.gif") no-repeat 0 3px;*/
}
.left ul li a:hover {
	color: #b80a0a;
	text-decoration: none;
}
.left ul li a.active {
	color: #000;
	font-family: 'CorporateSTCE-Bol', Arial, Geneva, sans-serif;
}
.left ul.noBorder {
	background: none;
}
.left ul.fontNormal li a {
	text-transform: none;
}
/*---[ right ]-----------------------------------------------------------------------*/
.right_col {
	width: 745px;
	float: right;
}
.right_col .productMenu {
	height: 13px;
	font-size: 14px;
	font-family: 'CorporateSTCE-Reg', Arial, Geneva, sans-serif;
	font-weight: normal;
	line-height: 110%;
	color: #8c8c8c;
	padding: 10px 0;
	margin: 0;
	background: transparent url("../images/background-dotted.gif") repeat-x 0 0;
}
.right_col .productMenu .amount {
	float: left;
	word-spacing: 3px;
	margin: 0 25px 0 0;
        width:130px;
}
.right_col .productMenu .pagination {
	word-spacing: 10px;
	text-transform: uppercase;
	float: left;
        margin-left:10px;
        margin-right: 10px;
        width: 280px;
}
.right_col .productMenu .pagination a {
	color: #8c8c8c;
}
.right_col .productMenu .pagination a:hover, .right .productMenu .pagination strong {
	color: #000;
}
.right_col .productMenu .view {
	word-spacing: 10px;
	text-transform: uppercase;
	float: right;
	margin: -14px 50px 0 0;
}
.right_col .productMenu .sort {
	float: right;
	text-transform: uppercase;
}
.right_col .productMenu .sort select {
	text-transform: uppercase;
	padding: 1px;
	width: 60px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px;
}
/*---[ product list ]---*/
ul#productList {
	margin: 0;
}
ul#productList > li {
	padding: 3px 0 0;
	margin: 0 0 25px;
	height: 240px;
	background: transparent url("../images/background-heading-dark.gif") no-repeat 0 0;
}
ul#productList li img {
	float: left;
	margin: 12px 0 0;
}
ul#productList li .info {
	margin: 12px 190px 0 220px;
	position: relative;
	height: 193px;
}
ul#productList li .info a.bMore {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #3f3a37;
}
ul#productList li .info a.bMore:hover {
	color: #b80a0a;
}
ul#productList li .option {
	float: right;
	width: 150px;
	background-color: #fbfbfb;
	border-top: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	padding: 7px 10px 0 0;
	text-align: right;
	height: 218px;
	font-size: 11px;
}
ul#productList li .option .gross {
	font-size: 14px;
	text-align: right;
}
ul#productList li .option .gross b {
	color: #000;
}
ul#productList li .option .net, ul#productList li .option .kgo {
	font-size: 10px;
	text-align: right;
}
ul#productList li .option .state {
	font-size: 11px;
	text-align: right;
	margin: 0 0 3px;
}
ul#productList li .option .amount {
	margin: 0 0 5px;
}
ul#productList li .option .amount input {
	padding: 2px;
	width: 15px;
	text-align: center;
	font-size: 11px;
}
ul#productList li .option .delivery {
	font-size: 11px;
	text-align: right;
	margin: 10px 0;
}
ul#productList li .option .buttons {
	text-align: right;
}
ul#productList li .option .buttons a {
	width: 105px;
}
ul#productList li .option .nr {
	font-size: 10px;
	text-align: right;
}
/*---[ product ]---*/
#slider {
	height: 345px;
}
#sliderIn {
	width: 745px;
	height: 282px;
	overflow: hidden;
}
#slider #sliderMenu {
	width: 622px;
	height: 16px;
	margin: 20px auto 0;
	position: relative;
	background: transparent url("../images/menu-slider.gif") no-repeat 0 0;
}
#slider #sliderMenu span {
	width: 0;
	height: 16px;
	display: block;
	background: transparent url("../images/menu-slider.gif") no-repeat 0 -16px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#slider #sliderMenu a {
	width: 21px;
	height: 16px;
	display: block;
	float: left;
	margin: 0 0 0 80px;
	text-indent: -9999px;
	position: relative;
	z-index: 2;
}
#slider #sliderMenu a.bSlide1 {
	margin: 0;
	width: 18px;
}
#slider #sliderMenu a.bSlide7 {
	width: 19px;
}
.product {
	margin: 0 0 25px;
	padding: 12px 0 0 15px;
	width: 730px;
	background: transparent url("../images/background-heading-dark.gif") no-repeat 0 0;
}
.product h1 {
	font-size: 22px;
	color: #3f3a37;
	margin: 0 0 0px;
	padding: 0;
	background: none;
	text-transform: none;
}
.product .option {
	margin: 6px 0 0 25px;
	float: right;
	width: 150px;
	background-color: #fbfbfb;
	border-top: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	padding: 7px 10px 0 0;
	text-align: right;
	height: 197px;
}
.product .option .gross {
	font-size: 14px;
	text-align: right;
}
.product .option .gross b {
	color: #000;
}
.product .option .net, .product .option .kgo {
	font-size: 10px;
	text-align: right;
}
.product .option .state {
	font-size: 11px;
	text-align: right;
	margin: 0 0 3px;
}
.product .option .amount {
	margin: 0 0 5px;
}
.product .option .amount input {
	padding: 2px;
	width: 15px;
	text-align: center;
}
.product .option .delivery {
	font-size: 10px;
	text-align: right;
	margin: 2px 0;
}
.product .option .buttons {
	text-align: right;
}
.product .option .buttons a {
	width: 105px;
}
.product .option .nr {
	font-size: 10px;
	text-align: right;
}
/*---[ footer ]-----------------------------------------------------------------------*/
#footer {
	padding: 10px 0;
	background-color: #e9e9e9;
	height:65px;
}
#footer ul {
	margin: 0;
}
#footer ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	height: 23px;
}
#footer ul li a {
	color: #8f8f8f;
	font-size: 12px;
	text-transform: uppercase;
	height: 23px;
	line-height: 23px;
	display: inline-block;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #000000;
}
#footer ul.leftFooter li {
	margin: 0 30px 0 0;
}
#footer ul.rightFooter {
	float: right;
}
#footer ul.rightFooter li {
	margin: 0 0 0 30px;
}
#footer ul li a.taxFree {
	padding: 0 25px 0 0;
	background: transparent url("../images/logo-tax-free.gif") no-repeat right 50%;
}
#footer ul li a.taxFree:hover {
	background: transparent url("../images/logo-tax-free-over.gif") no-repeat right 50%;
}
.giftmessages {display: none;}
