@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-regular.woff2') format('woff2'),
         url('../fonts/archivonarrow-regular.woff') format('woff'),
         url('../fonts/archivonarrow-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-bold.woff2') format('woff2'),
         url('../fonts/archivonarrow-bold.woff') format('woff'),
         url('../fonts/archivonarrow-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-italic.woff2') format('woff2'),
         url('../fonts/archivonarrow-italic.woff') format('woff'),
         url('../fonts/archivonarrow-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-bolditalic.woff2') format('woff2'),
         url('../fonts/archivonarrow-bolditalic.woff') format('woff'),
         url('../fonts/archivonarrow-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}
* {
    margin: 0;
    padding: 0;
}

html {
    color: #636363;
	font-family: 'Archivo Narrow', sans-serif;
    margin: 0;
    padding: 0;
}


body{
	line-height: 1;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight:normal;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: rgb(240,240,240);
}

ul, li {
    list-style: none
}

a {
    color: #7B7B7B;
    text-decoration: none;
}

a:hover {
    color: #33302D
}

h2 {
    border-bottom: 1px solid #C8C8C8;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.clear {
    clear: both;
    height: 0;
}

.btn, .button_submit {
    -moz-border-radius: 6px;
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    background-color: #ededed;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 0 #fff;
    color: #777;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
    font-size: 14px;
    font-weight: 700;
    padding: 6px;
    text-decoration: none;
}

#review_write input[type="text"]{
    border: 1px solid #dcdcdc;

}

.tab_content input.textbox, .tb-form input.textbox {
	width: 300px;
}

.tab_content .number {
	width: 100px !important;
}
.tab_content .number-right {
	width: 100px !important;
	text-align: right;
}
/* Tab Elements */

div.tab {
	min-width: 80px;
	height: 26px;
	padding: 0 5px;
	float: left;
	line-height: 27px;

	background: #CDCDCD url(../images/tab_gradient.png) repeat-x;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	border: 1px solid #999999;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
}

div.tab > a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.tab-selected {
	background-color: #FFF !important;
	border-color: #999999 !important;
	border-bottom: none !important;
	background-image: none !important;
	height: 27px;
}
.tab-selected > a {
	color: #000 !important;
	font-weight: bold !important;
}

div.tab:hover {
	background-color: #FFF;
}

.form_control {
	padding: 5px 10px;
}
div.tab_content {
	/* border-bottom: 1px solid #E7E7E7; */
	margin-bottom: 10px;
	padding: 10px;
	clear: right;
	zoom: 1;
}

div.tab_content > h3, div.tb-form > h3 {
	margin: 0 0 10px;
	color: #4F9AAF;
	font-size: 18px;
}
div.tab_content div {
	margin: 3px 0;
}
div.tab_content div.tall {
	height: 32px;
}
div.tab_content div>label {
	padding-top: 5px;
	width: 25em;
	float: left;
}

div.tab_content2 div>label {
	padding-top: 0px;
	width: 17em;
}
div.tab_content2 div.rev_upload>label {
	padding-top: 5px;
}
div.tab_content label.wide {
	width: 50em;
}
div.tab_content div>label:after {
/*	content: ':';	*/
}
div.tab_content div>label.spacer:after {
	content: '' !important;
}
div.tb-form div {
	margin: 3px 0;
}
div.tb-form div>label {
	padding-top: 4px;
	width: 25em;
	float: left;
}

.btn_buy{
padding: 6px 22px;
color:black;
cursor:pointer;
}

.btn:active {
    position: relative;
    top: 1px;
}

.btn:hover {
    background: 0;
    background-color: #dfdfdf;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed');
}
.btn.disabled, .btn.disabled:active, .btn.disabled:hover {
	-moz-border-radius: 6px;
    -moz-box-shadow: inset 0 1px 0 0 #ededed;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 0 #ededed;
    background: 0;
    background-color: #ededed;
    border: none;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 0 #fff;
    color: #fc0000;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ededed');
    font-size: 14px;
    font-weight: 700;
    padding: 6px;
    text-decoration: none;
}


.select {
    background: url(../images/smallDropdownArrow.png) no-repeat right #fff;
    border: 1px solid #CCC;
    float: left;
    height: 20px;
    overflow: hidden;
}

.select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #7B7B7B;
    font-size: 10px;
    height: 20px;
    overflow: hidden;
    padding: 0 8px 0 0;
    width: 150%;
}

input[type="text"], input[type="password"] {
    border: 1px solid #CCC;
    color: #7B7B7B;
    font-size: 12px;
    /*padding: 3px;*/
    width: 164px;
}

input.quantity, select.quantity {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    width: 40px!important;
}


.error {
    color: red;
    display: none;
    font-weight: 700;
}

.required-error {
    border: 1px solid #b61313!important
}

#header {
    background: #322f2c url(../images/headerBg.png);
    height: 120px;
    width: 100%;
}

#header .headerContainer, #footer .footerContainer {
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#header .headerSelects {
    position: absolute;
    right: 0;
    top: 10px;
    width: 520px;
}

#header ul.documents {
	font-size: 14px;
	font-weight: 700;
	list-style: none;
	text-transform: uppercase;
	width: 480px;
	position: absolute;
	right: 0px;
	top: 62px;
}

#header ul.documents li {
    float: right;
    margin: 0 0 0 20px;
}

#header ul.documents a, #footer ul.documents a {
    color: #878279
}

#header ul.documents a:hover, #footer ul.documents a:hover {
    text-decoration: underline
}

#header .headerLogo {
    float: left;
    margin: 35px 0 0;
}

#search {
    float: left;
    margin: 27px 30px 0;
    position: relative;
    width: 247px;
}

#search .searchAdvanced {
    color: #E7CA8D;
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 45px;
}

img, #search fieldset {
    border: 0
}

#nav {
    /*background: url(../images/navBg.png) repeat-x;*/
    /*margin: 0 0 10px;*/
    width: 100%;
}

#nav .navContainer {
    margin: 0 auto;
    width: 175px;
}

#content {
    margin: 0 auto;
/*    min-height: 660px;*/
    width: 960px;
	margin-top: 30px;
}

#content .sortByCaption {
    color: #878279;
    float: left;
    font-size: 9px;
    padding: 4px 4px 0 0;
}

#content .contentLeft, #content .contentRight {
    float: left;
    width: 179px;
}

#content .contentMid {
    float: left;
    margin-left:18px;
    width: 761px;
}
#content .contentMidProd {
    float: left;
    width: 940px;
	background:white;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
	padding:10px;
	margin-bottom:20px;
}
#content .contentMidFull {
    width: 960px;
	/*
	background:white;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
	*/
	padding:0;
	margin-bottom:0px;
}

#content .contentMidCMS {
    float: left;
	width:741px;
	background:white;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
	padding:10px;
}
#content .contentMid2 {
    float: left;
	background:white;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
	padding:10px;
	width: 741px;

}

#content .contentRight{
display:none;
}
#content .box {
    margin: 0 0 20px
}

#content .box .saving, .price_sale {
    color: green;
	font-weight:bold;
	font-size:20px;
}

#content .box ol li {
    border-bottom: 1px solid #EBEAEA;
    padding: 5px 0 5px 10px;
}

#content .box h3 {
    color: #7B7B7B;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#basketSummary ul {
    margin: 10px 3px
}

#basketSummary p.basket_total {
    border-top: 1px solid #EBEAEA;
    font-size: 25px;
    padding: 10px 0 5px;
    text-align: right;
}

#basketSummary p.basket_total span {
    float: left
}

#basketSummary .btnViewBasket {
    background: url(../images/btnViewBasket.png) no-repeat;
    display: block;
    height: 42px;
    text-align: left;
    text-indent: -9999px;
    width: 169px;
}

#basketSummary .btnViewBasket:hover {
    background-position: 0 -40px
}

#footer {
    background: #322f2c url(../images/headerBg.png);
    height: 120px;
    margin: 20px 0 0;
    width: 100%;
}

#footer ul.documents {
    float: left;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    margin: 45px 0 0;
    text-transform: uppercase;
    width: 515px;
}

#footer ul.documents li {
    float: left;
    margin: 0 20px 0 0;
}

#footer .footerLogo {
    float: left;
    position: absolute;
    right: 0;
    top: 25px;
}

#footer .copyright {
    bottom: 20px;
    float: left;
    font-size: 10px;
    position: absolute;
    right: 0;
}

#footer .mobile {
    bottom: 20px;
    float: left;
    font-size: 10px;
    left: 0;
    position: absolute;
}

#footer .mobile a {
    color: #7b7b7b
}

#breadcrumb {
    display: inline-block;
    font-size: 12px;
    
    margin: 0 0 8px;
    padding: 2px 5px;
    /*width: 751px;*/
	width:100%;
	background:white;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
}

#breadcrumb li {
    background: url(../images/breadcrumbSep.png) no-repeat right;
    float: left;
    height: 21px;
    line-height: 21px;
    list-style: none outside;
    margin: 0;
    padding-right: 14px;
    text-indent: 5px;
}

#breadcrumb li:first-child {
    text-indent: 0
}

#breadcrumb li:last-child {
    background: none!important;
	font-weight: 700;
}

#announcement {
    padding: 0 0 18px
}

#announcement > h1 {
    font-size: 30px;
    margin: 0 0 10px;
	color:#000;
	text-align:center;
}
#announcement > p{
	text-align:center;
	margin-top:25px;
}
#announcement > a{
	margin:0 auto;
	display:inline-block;
	color:#fff;
	font-size:26px;
	text-transform:uppercase;
	background:#ff8400;
	border:1px solid #f0f0f0;
	padding:10px 43px;
	margin-left:220px;
	margin-top:10px;
	margin-bottom:40px;
}
.products {
    background: #EBEAEA;
    float: left;
    margin: 0 24px 14px 0;
    min-height: 212px;
    width: 164px;
	padding:8px;
}

.productsImg {
    /*margin: 10px 0 0 10px*/
}

.productsImg a {
    display: block;
    height: 164px;
    text-align: center;
    width: 164px;
}

.productsTitle {
    font-weight: 700;
    margin: 10px 0 0;
    text-align: center;
    width: 137px;
}

.productsBuy {
    margin: 10px 0 10px 30px
}

#productDetail {
	position:relative;
	float:right;
    /*margin-left: 440px;*/
    /*min-height: 270px;*/
	padding:2px 10px;
	width:60%;
	/*background:#fbfbfb;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
box-shadow: 1px 1px 5px 5px rgba(245,245,245,1);
-webkit-box-shadow: 1px 1px 5px 5px rgba(245,245,245,1);
-moz-box-shadow: 1px 1px 5px 5px rgba(245,245,245,1);
*/
margin-right:25px;
	}
.pinfor{
	width:275px;
	float:right;
}

.priceinfo{
	width:240px;
	float:right;
	position:absolute;
	bottom:27px;
	left:0;
}

.priceinfo .pceny{
	float:left;
	width:125px;
	font-size:36px;
	text-align:right;
}
.priceinfo .pceny .price_previous{
	font-size:28px;
	line-height:42px;
}
.priceinfo .pceny .price_sale{
	font-size:40px;
}
.priceinfo .pcena{
	float:left;
	width:100px;
	font-size:30px;
	color:#8b8b8b;
	font-weight:bold;
	line-height:38px;
}

#content .box p, #subCategories, #productDetail .productDescription {
    margin: 0px 0
}

#productDetail .productSummary {
    font-size: 11px;
    margin: 10px 0;
}

#productDetail select.textbox {
    /*width: 100%*/
}

#productDetail .ratingInfo {
    border-bottom: 1px solid #C8C8C8;
    font-size: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-align: left;
}

#productDetail .addBasket {
    line-height: 33px;
    margin-bottom: 22px;
    text-align: left;
}

#productDetail .rating {
    margin-top: 5px;
    padding-top: 5px;
    text-align: left;
}

#productDetail .price {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    text-align: left;
}

#gallery {
    float: left;
    /*height: 270px;*/
	text-align:center;
	/*width:270px;*/
	background:#fbfbfb;
	margin:15px;
	/*max-width:40%;*/
	width:95%;
}

/*#gallery div.image,.framka {
    float: left;
   margin: 0 0 10px;
	padding:20px;
	text-align:center;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
	width:270px;
	background:#fbfbfb;
}*/

.framka {
    /*margin: 0 0 10px;*/
	width:100%;
	padding:5px;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
	/*width:270px;*/
	background:#fbfbfb;
}

#gallery_select {
  /*  height: 270px;*/
    text-align: left;
	background:#fbfbfb;
	float:right;
	margin-left:25px;
}

#gallery_select img {
    border: 1px solid #C8C8C8;
    height: 47px;
    width: 47px;
}

.control {
    background-color: #EBEAEA;
    border: 1px solid #C8C8C8;
    color: #626262;
    height: 20px;
    margin: 0 0 14px;
    padding: 5px;
}

.controlTop {
	margin-top: 10px;	
}

.pagination {
    float: right;
    line-height: 22px;
    text-align: right;
}

form.cookies-notify {
    background-color: rgba(231,202,141,0.9);
    border-bottom: solid 1px #33302D;
    color: #000;
    display: block;
    overflow: hidden;
    padding: 10px;
	z-index: 10000;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:center;
}

form.cookies-notify .retry {
    color: #b61313;
    font-weight: 700;
}

form.cookies-notify > div {
    height: 50px;
    margin: auto;
    width: 1000px;
}
form.cookies-notify p {
	font-size:14px!important;
}
form.cookies-notify input.btn{cursor:pointer;}
.hidden {
    display: none;
    visibility: hidden;
}

#page_content {
    min-height: 900px;
    padding: 0 313px 0 233px !important;
}

#documents {
    clear: both;
    font-size: 10px;
    margin-top: 5px;
    padding: 0 5px;
}

#documents ul > li {
    display: inline-block
}

#documents ul > li:last-child:after {
    content: ''
}

#documents ul > li:after {
    content: '|';
    padding-left: 2px;
}

#documents a {
    padding: 4px
}

#documents a:hover {
    padding: 4px 3px
}

#skin_selector input[type="submit"] {
    display: none!important
}

#mailing_list {
    padding: 17px 10px 10px
}

#mailing_list input.textbox {
    margin: 5px 0 12px;
    width: 170px!important;
}

#mailing_list p {
    line-height: 20px;
    margin-top: 10px;
}

#checkout p {
    padding: 5px 0 15px
}

#checkout input.quantity {
    font-size: 10px!important;
    /*height: 8px!important;*/
    padding: 3px!important;
    /*width: 25px!important;*/
}

#checkout input[type="checkbox"] {
    margin: 0 5px 0 0
}

p.buy_button {
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

p.buy_button input.button_white {
    display: inline!important;
    float: none!important;
}

.price_previous {
    margin: 0 5px 0 0;
    text-decoration: line-through;
	font-weight:bold;
	font-size:16px;
	color:red;
}

.review .content {
    font-style: italic;
    padding: 10px;
}

p.author {
    padding-bottom: 5px
}

#review_read {
    margin: 0 5px 10px
}

#review_stars {
    float: right;
    margin-right: 5px;
}

form div > label.inline {
    display: inline-block;
    min-width: 120px;
    vertical-align: top;
}

form div > label.return {
    display: block
}

.basket_header {
    background-color: #CCC;
    color: #7B7B7B;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 5px;
}

.basket_header > span {
    float: right;
    text-align: right;
    width: 110px;
	font-size:15px;
}

.basket_product {
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 5px;
    padding: 5px;
	height:50px;
}

.basket_product span.price, .subtotals span.price {
    font-weight: 700;
    width: 110px;
	font-size:17px;
}

.basket_product .remove {
    float: left;
    height: 60px;
    margin-right: 3px;
    margin-top: 3px;
    width: 10px;
}

.basket_product .image {
    float: left;
    height: 60px;
    margin-right: 5px;
    width: 50px;
}

.basket_product > p {
    height: 18px;
    padding: 0!important;
}

#checkout .basket_product p{
font-size:14px;
}

#delivery_comments {
    height: 80px;
    width: 570px;
}

.discounts {
    margin-top: 10px;
    min-height: 40px;
    text-align: right;
}

.discounts .code_input {
    float: left;
    text-align: left;
    width: 300px;
}

.discounts span.price {
    color: #b61313;
    font-weight: 700;
    width: 75px;
}

.total {
    background-color: #CCC;
    color: #7B7B7B;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    padding: 5px;
    text-align: right;
}

.total span.price {
    width: 75px
}

.basket_actions {
    height: 31px;
    margin-bottom: 5px;
    padding: 5px 0;
    text-align: right;
}

.alternate_checkout {
    padding: 0!important;
    text-align: right;
}

.button_add_basket {
    background-color: #ECECEC;
    border: none;
    color: #b61313;
    cursor: pointer;
    font-family: Georgia, serif;
    font-size: 15px;
    text-align: left;
}

a.button_submit {
    vertical-align: top
}

.button_submit.right, input[type="submit"].right, input[type="reset"].right {
    float: right;
    margin-left: 5px;
}

.button_submit.left, input[type="submit"].left, input[type="reset"].left {
    float: left;
    margin-right: 5px;
}

.checkout-progress {
    /*background-color: #CCC!important;*/
    height: 32px;
    margin-bottom: 10px;
    /*width: 622px;*/
	padding-left:65px;
	background:#fbfbfb;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
}

.checkout-progress > span.current {
    color: #000!important
}

.checkout-progress > span {
    color: #7B7B7B;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 155px;
}

.checkout-progress a {
    color: inherit!important;
    text-decoration: none;
}

.checkout-progress a:hover {
    text-decoration: none
}

fieldset {
    border: none;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 10px;
    padding: 5px;
}

fieldset > legend {
    font-size: 14px;
    font-weight: 700;
}

fieldset div {
    margin: 5px 0
}

fieldset div span textarea {
    border: 1px solid #CDCDCD
}

fieldset div > label {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

optgroup > option {
    font-style: italic;
    text-indent: 10px;
}

#openid_identifier {
    background: url(../../../images/icons/openid.png) no-repeat;
    height: 15px;
    padding: 1px;
    text-indent: 17px;
    width: 250px;
}

#gui_message ul {
    list-style: disc inside none
}

#gui_message .gui_message-error {
    background-color: #FFCECE;
    border: 1px solid #b61313;
    color: #393939;
    cursor: hand;
    font-weight: 700;
    padding: 3px 4px;
}

#gui_message .gui_message-notice {
    background-color: #CDFFDF;
    border: 1px solid #0F0;
    color: #393939;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 4px;
}


.hover_zoom {
    background-color: #DAEBF3;
    color: #4F4F4F;
    display: none;
    font-weight: 700;
    margin-top: 2px;
    padding: 2px;
    text-align: center;
}

#cboxTopLeft {
    background-position: -100px 0!important
}

#cboxBottomLeft {
    background-position: -100px -29px!important
}

#cboxBottomRight {
    background-position: -129px -29px!important
}

#cboxTopRight {
    background-position: -129px 0!important
}

#skinSelect, #language, #currency {
    float: right;
    margin-left: 10px;
}

#skinSelect .skinCaption, #language .languageCaption, #currency .currencyCaption {
    color: #878279;
    float: left;
    font-size: 10px;
    padding: 3px 10px 0 0;
}

#subCategories .subCategory {
    background: transparent;
    color: #7B7B7B;
    float: left;
    font-size: 12px;
    margin: 0 8px 8px 0;
    text-align: center;
}

#subCategories .subCategory.last, #subCategories .subCategory:nth-child(5n), .products.last, #productContainer .products:nth-child(4n) {
    margin-left: 0
}

#subCategories .subCategory img {
    border: 1px solid #C8C8C8
}

.productsPrice, #mobile_switch {
    text-align: center
}

#review_write {
    background: url(../images/background_info_box.png) repeat-x;
    padding: 5px;
}

#productDetail .productOptions, #productDetail .productOptions div {
    margin: 0 0 10px
}

#reviews .review {
    /*border-bottom: 1px solid #CDCDCD;*/
    margin: 10px 5px;
}

#productDetail .productOptions label {
    float: left;
    font-weight: 700;
    margin-right: 10px;
    padding: 2px 0 0;
    width: 60px;
}

#reviews, #review_write fieldset {
    padding: 0
}

#review_write form div {
    margin-bottom: 5px
}

#reviews .pagination_bottom {
    padding-bottom: 10px
}

span.price, span.actions {
    float: right;
    text-align: right;
}

.subtotals, .shipping {
    border-bottom: 1px solid #CDCDCD;
    padding: 5px;
    text-align: right;
}

.shippingSelect {
    float: right;
    margin-left: 5px;
}

.shipping span.price {
    float: right;
    width: 75px;
}

.subtotals p {
    margin-bottom: 3px;
    padding: 0 5px;
}

label {
    cursor: pointer
}
/*
.adv_top{
float:left;
}

.adv_top a{
color: #cccccc;
font-style: italic;
font-weight: 700;
display: inline;
}
*/

/* reset styli */
html, body, div, span,
h1, h2, h3, h4, h5, p,
pre, a, img, table,
tr, td, ul, ol, li,
form, label, input{
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}

A:link, A:visited, A:active, A:hover, #breadcrumb h2{
  color: inherit;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	clear: both;
}


.adv_round2{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.adv_round3{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.adv_round5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.adv_clear{
	clear: both;
}

.adv_h-gradient{	
background: #0993b6; /* Old browsers */
background: -moz-linear-gradient(left, #0993b6 0%, #23caef 51%, #0993b6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0993b6), color-stop(51%,#23caef), color-stop(100%,#0993b6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #0993b6 0%,#23caef 51%,#0993b6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #0993b6 0%,#23caef 51%,#0993b6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #0993b6 0%,#23caef 51%,#0993b6 100%); /* IE10+ */
background: linear-gradient(to right, #0993b6 0%,#23caef 51%,#0993b6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0993b6', endColorstr='#0993b6',GradientType=1 ); /* IE6-9 */
}

.adv_v-gradient{
background:url(../images/button_dokoszyka.png) center center no-repeat;
width:80px;
height:25px;
}

.framka .adv_v-gradient{
background:url(../images/button_dokoszyka_big.png) center center no-repeat;
width:247px;
height:76px;
color:#fff;
font-size:24px;
font-weight:bold;
margin-top:10px;
cursor:pointer;
transition:0.3s ease all;
}
.framka .adv_v-gradient:hover{
	color:#000;
}

.adv_v-gradient2{
	background: #0993b6; /* Old browsers */
	background: -moz-linear-gradient(top, #0993b6 0%, #25bcdd 51%, #0993b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0993b6), color-stop(51%,#25bcdd), color-stop(100%,#0993b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0993b6 0%,#25bcdd 51%,#0993b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0993b6 0%,#25bcdd 51%,#0993b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0993b6 0%,#25bcdd 51%,#0993b6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0993b6 0%,#25bcdd 51%,#0993b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0993b6', endColorstr='#0993b6',GradientType=0 ); /* IE6-9 */
}

#adv_header{
	width:100%;
}

#adv_bar{
	display: block;
	width: 100%;
	height: 90px;
	background-image: url('../images/background.png');
	position:fixed;
	left:0; 
	top:0; 
	z-index:1000;
}

#adv_bar-elements{
	margin: 0 auto;
	padding-left: 130px;
	display: block;
	clear: both;
	width: 1070px; /* 1200 z paddingiem */
	height: 90px;
}

#adv_logo2{
	float:left;
	margin-top: 20px;
}

#adv_bar-box-1{
	float: left;
	margin-top: 3px;
	margin-left: 65px;
}

	.adv_login-or-create{
		color: #cccccc;
		font-style: italic;
		font-weight: 700;
		display: inline;
	}
	
	.adv_login-or-create + .adv_login-or-create{
		margin-left: 10px;
	}

	#adv_search{
		margin-top: 15px;
		padding: 5px;
		width: 350px;
		height: 33px;
	}
	
	#adv_search-text{
		width: 257px;
		height: 30px;
		float: left;
		margin-top: 0px;
		padding:0;
		border:0;
		font-family: 'Archivo Narrow', sans-serif;
		font-style: italic;
		font-size: 14px;
		font-weight: 700;
		color: #666666;
		
		background-image:url('../images/lupa.png');
		background-position: 8px 10px;
		background-repeat:no-repeat;
		display:block;
		padding-left:25px;
		
	}
	
	#adv_search-submit{
		width: 61px;
		height: 30px;
		float: right;
		margin-top:0px;
		font-family: 'Archivo Narrow', sans-serif;
		font-style: italic;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		color: #666666;
		cursor:pointer;
	}

#adv_bar-box-2{
	float: left;
	margin-top: 12px;
	margin-left: 6px;
}

	.adv_text-above-cart{
		color: #cccccc;
		display: inline;
	}
	#adv_bar-box-1 .adv_text-above-cart{margin:4px 0;display:block;font-weight:bold;color:#fff;font-size:16px;}
	#adv_bar-box-1 .adv_text-above-cart span{color:#fff;font-size:24px;}
	.adv_text-above-cart span{
		color: #da980b;
	}
	
	.adv_text-above-cart + .adv_text-above-cart{
		margin-left: 10px;
	}

	#adv_cart{
		margin-top: 15px;
		padding: 5px;
		height: 28px;
	}
	
	#adv_cart-img{
		float: left;
		margin-left: 2px;
		margin-top: 5px;
	}
	
	#adv_cart_legend_big{
		float: left;
		margin-left: 5px;
		margin-top: 5px;
		font-family: 'Archivo Narrow', sans-serif;
		font-style: italic;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
	}
	
	.adv_state{
		float: left;
		margin-left: 8px;
		margin-top: 6px;
		font-family: 'Archivo Narrow', sans-serif;
		font-style: italic;
		text-align: center;
		font-size: 15px;
		font-weight: 700;
		color: #003a66;
	}
	
	.adv_cart_legend{
		float: left;
		margin-left: 3px;
		margin-top: 10px;
		font-family: 'Archivo Narrow', sans-serif;
		font-style: italic;
		text-align: center;
		font-size: 11px;
		font-weight: 700;
		color: #ffffff;
	}
	
	#adv_cart-submit a{
		width: 77px;
		height: 29px;
		float: right;
		margin-left: 8px;
		margin-top: -10px;
		font-family: 'Archivo Narrow', sans-serif;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		line-height:29px;
		background:url(../images/button_zamow.png) center center no-repeat;
		color: #fff;
	}

#adv_menu{
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	
	/*background: #005b70;
	background: -moz-linear-gradient(left, #005b70 8%, #0b96b9 43%, #0b96b9 60%, #005f75 86%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(8%,#005b70), color-stop(43%,#0b96b9), color-stop(60%,#0b96b9), color-stop(86%,#005f75));
	background: -webkit-linear-gradient(left, #005b70 8%,#0b96b9 43%,#0b96b9 60%,#005f75 86%); 
	background: -o-linear-gradient(left, #005b70 8%,#0b96b9 43%,#0b96b9 60%,#005f75 86%);
	background: -ms-linear-gradient(left, #005b70 8%,#0b96b9 43%,#0b96b9 60%,#005f75 86%);
	background: linear-gradient(to right, #005b70 8%,#0b96b9 43%,#0b96b9 60%,#005f75 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b70', endColorstr='#005f75',GradientType=1 );	*/
}
#adv_menu a span{
	color:#efa402;
}

#adv_menu a:link, #adv_menu a:visited, #adv_menu a:link, #adv_menu a:visited{
	text-decoration: none;
	color: #FFF;
}
#adv_menu a:hover{
	color:#efa402;
}
#adv_menu ul{
	padding-left: 0px;
	height: auto;
	width: auto;
	margin: 0 auto;
}

#adv_menu li a{
	list-style-type: none;
	float: left;
	width: auto;
	height: 32px;
	padding-top: 15px;
	padding-left: 22px;
	padding-right: 20px;
	text-align: center;
	font-size: 18px;
	color: #f2f2f2;
	font-weight: 700;
	text-transform:uppercase;
	transition:0.5s ease all;
}

#adv_menu li + li{
	background-repeat: no-repeat;
	background-position:0px 10px;
}

#adv_logo-bar{
	width: 100%;
	background-image: url('../images/pas.gif');
	background-repeat: repeat-x;
	margin-top:90px;
}

#adv_logo{
	width: 1200px;
	height: 347px;
	margin: 0 auto;
	background-image: url('../images/logo3.gif');
	background-repeat: no-repeat;
	background-position: 0px 47px;
}

#adv_logo img{
	width: 100%;
	border-image-width: 0px;
}

#adv_main, #adv_footer{
	display: block;
	width: 960px;
	height: auto;
	margin: 0 auto;
	clear:both;
}

h2,span,.adv_product-header{
	color: #0993b6;
}

h1{
	
}

h2{
	font-style:italic;
	font-size:18px;
}

#breadcrumb h2{
font-size:16px;
padding:0;
margin:0;
line-height:inherit;
font-weight:inherit;
font-style:inherit;
}

h3{
	font-style:italic;
	font-size:16px;
}

p{
	font-size:13px;
}

.adv_white{
	color: #ffffff;
	font-style: italic;
}

.adv_italic{
	font-size:18px;
}

#adv_left-aside{
	width:175px; /* 190 with margin */
	margin-right: 11px;
	height: auto;
	float: left;
}

#adv_left-aside h2{text-transform:uppercase;}

#adv_left-aside ul{
	padding-top: 12px;
}

.adv_left-box + .adv_left-box{
	margin-top: 25px;
}

#adv_left-aside li{
	color: #6e6e6e;
	list-style-type: none;
	font-size: 16px;
	padding: 8px 0 8px 10px;
	border-bottom: dotted 2px #6e6e6e;
}

#adv_left-aside li.adv_decoration, ul.adv_podkat li {
	list-style-image: url('../images/arrow.png');
	list-style-position: inside;
	font-style: italic;
}

ul.adv_podkat{
margin-top:-10px;
padding-top:0;
}

ul.adv_podkat li a{
font-weight:normal !important;
}

#adv_left-aside li:last-child,#adv_left-aside li.adv_decoration:last-child,ul.adv_podkat li:last-child{
border-bottom:0;
padding-bottom:0px;
}

ul.adv_podkat li:first-child{
border-top: dotted 2px #6e6e6e;
margin-top:8px;
}

#adv_left-aside li a:hover{
	color: #0993b6;
	font-weight: 700;
}

#adv_content{
	width:770px;
	height: auto;
	float: left;
}

/************ main page *************/

.adv_legend-box{
	/*float: left;*/
	width: 180px;
	height: 25px;
	border: solid 1px #dddddd;
	/*background-color: #ffffff;*/
	background-color: rgb(9,138,170);
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	/*color: #6e6e6e;*/
	color: #ffffff;
	-moz-border-radius: 10px;
	-webikt-border-radius: 10px;
	text-transform:uppercase;
-webkit-box-shadow: inset -5px -5px 20px 0px rgba(56,56,56,0.53);
-moz-box-shadow: inset -5px -5px 20px 0px rgba(56,56,56,0.53);
box-shadow: inset -5px -5px 20px 0px rgba(56,56,56,0.53);}

.adv_legend-box:hover{
	border: solid 1px rgb(240,180,0);
	background-color: rgb(240,180,0);
	color: #ffffff;
}

.adv_product-box{
	overflow: hidden;
	float: left;
	width: 229px;
	height: 360px;
	padding: 8px;
	margin-top: 10px;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

.adv_product-box-kolekcja{
	height:270px;
	
}

.adv_product-box span.new {
	display: block;
	position: absolute;
	top: 15px;
	right:-30px;
	padding: 1px 4px;
	width: 101px;
	font-size:10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: #990000
}

.adv_product-box span.polecany {
	font-family:verdana;
	display: block;
	position: absolute;
	top: 25px;
	right:-30px;
	padding: 2px 4px;
	width: 120px;
	font-size:11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: blue;
}

.adv_product-image_div span.polecany {
	font-family:verdana;
	display: block;
	position: absolute;
	top: 25px;
	right:-30px;
	padding: 2px 4px;
	width: 120px;
	font-size:11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: blue;
}

.adv_product-image_div div.w_koszyku {
	font-family:verdana;
	display: block;
	position: absolute;
	top: 140px;
	font-size:11px;
	color: red;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	padding:5px;
	border-radius:5px;
	left:15px;
	background: rbga(255,255,255,0.7);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(53, 53, 53, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(53, 53, 53, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(53, 53, 53, 0.75);
	}
	
#w_koszyku{
	margin:0 auto;
	text-align:center;
	color: red;
	font-weight:bold;
	font-size:12px;
	background: rbga(255,255,255,0.7);
	padding:5px;
	width:180px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(255, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(255, 0, 0, 0.75);
	border-radius:5px;
	margin-bottom:10px;
}

.adv_product-box span.promocja {
font-family:verdana;
	display: block;
	position: absolute;
	top: 25px;
	left:-30px;
	padding: 2px 4px;
	width: 120px;
	font-size:11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform: rotate(-45deg);
	background-color: green
}

.adv_product-box .price_previous{
font-size:15px;
color:red;
}

.adv_product-box .price_sale{
font-size:18px;
color:green;
}

.adv_buy_kolekcja{
position:relative;
bottom:8px;
float:left;
margin-top:6px;
}

.adv_product-box .productsPrice{
font-size:14px;
text-align:left;
left:0px;
position:relative;
margin-top:0px;
}

.product_opis_box{line-height:0.9em;}
.product_opis_box p{font-size:14px;}

.adv_product-box .kodProduktu{
font-size:14px;
text-align:left;
left:0px;
position:relative;
top:0px;
}

.product_opis_box{
position: absolute;
bottom: 0px;
}

.adv_product-box input.button_buy, .pamietajo-container input.button_buy, .docs_naglowek-container input.button_buy, .docs_stopka-container input.button_buy{
cursor:pointer;
border-radius:3px;
color:white;
font-family: 'Archivo Narrow';
font-size:15px;
padding:2px 7px;

}

.adv_product-box_main{
display:block;
margin-bottom:10px;
float:none;
margin-left:0 !important;
height:230px;
	width: 164px;
}

.adv_product-header {
	font-size: 24px;
	font-style: italic;
	font-weight:normal;
}

.adv_product-image_div{
margin:0 auto;
text-align:center;
height:170px;
overflow:hidden;
}

.adv_product-image{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.adv_product-description{
	display: block;
	/*margin-right: 37px;*/
	margin-top: 7px;
	font-size: 80%;
	color: #7a7a7a;
	font-style: italic;
	position: absolute;
	left: 9px;
}

.adv_product-description span{
	font-size: 155%;
}

.adv_wiecej{
	position: absolute;
	right: 9px;
	bottom: 8px;
}

.adv_legend-box + .adv_legend-box, .adv_product-box + .adv_product-box{
	margin-left: 10px;
}

.adv_legend-box + .adv_legend-box, .adv_product-box + .adv_product-box:nth-child(3n+1){
	margin-left: 0px;
}

.adv_product-image_div a{width:100%;}
.adv_product-image_div a img{width:95%;}


.adv_zoom{
	position: absolute;
	right: 7px;
	bottom: 6px;
	cursor: pointer;
}

/************ single page *************/

#adv_selected-product-box{
	float: left;
	width: 738px;
	min-height: 200px;
	height: auto;
	padding: 8px;
	margin-top: 10px;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

#adv_selected-product-image-box{ /* kontener */
	float: left;
	width: 350px;
	height: 200px;
}

#adv_selected-product-image-box img{
	width: 100%;
	height: 100%;
}

#adv_selected-product-description-box{
	float: left;
	width: 380px;
	margin-left: 8px;
	padding: 0;
}

#adv_selected-product-title{
	font-weight: 400;
	font-size: 20px;
	font-style: italic;
}

#adv_selected-product-description{
	margin-top: 2px;
	color: #6e6e6e;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
}

.adv_single-product-box{
	float: left;
	width: 164px;
	min-height: 250px;
	height: auto;
	padding: 8px;
	margin-top: 10px;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

.adv_single-product-box + .adv_single-product-box{
	margin-left: 10px;
}

.adv_single-product-image-box{
	padding: 8px;
	width: 146px;
	height: auto;
	border: solid 1px #e4e4e4;
	position: relative;
}

.adv_single-product-image{
	width: 100px;
	height: 100px;
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.adv_single-wiecej{
	position: absolute;
	right: 9px;
	top: 150px;
}

.adv_single-kup{
	position: absolute;
	right: 9px;
	bottom: 8px;
}

/******* category page ********/

#adv_polecane{
	padding-top:20px;
}


#adv_footer{
	padding-top:20px;	
}

#adv_newsletter{
	padding: 10px;
	width: 160px; /* 180 z oaddingiem */
	height: 170px;
	float: left;
	background: #1fb9de url(../images/tlo_newsletter.png) center center / cover no-repeat;
	
}

#adv_newsletter h2{
	text-transform:uppercase;
}

.adv_newsletter-text{
	margin-top: 10px;
	width: 96% !important;
	height: 20px;
	font-family: 'Archivo Narrow', sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 0px none;
	border-radius: 5px 5px 5px 5px;
	padding-left: 6px;
}

#adv_newsletter-submit{
	margin-top: 11px;
	margin:0 auto;
	background:url(../images/button_newsletter.png) center center no-repeat;
	font-family: 'Archivo Narrow', sans-serif;
	font-style: italic;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width:88px;
	height:23px;
	margin-left:30px;
	margin-top:5px;
}

#adv_info{
	width: 765px;
	height: auto;
	min-height: 190px;

	float: left;
	margin-left: 15px;
	background-color: #03728e;
	
	background: #06677f; /* Old browsers */
	background: -moz-linear-gradient(left, #06677f 0%, #1b9fba 51%, #06677f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#06677f), color-stop(51%,#1b9fba), color-stop(100%,#06677f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #06677f 0%,#1b9fba 51%,#06677f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #06677f 0%,#1b9fba 51%,#06677f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #06677f 0%,#1b9fba 51%,#06677f 100%); /* IE10+ */
	background: linear-gradient(to right, #06677f 0%,#1b9fba 51%,#06677f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06677f', endColorstr='#06677f',GradientType=1 ); /* IE6-9 */
}

	.adv_info-box{
		width: 165px;
		min-height: 170px;
		float: left;
		padding: 0px 10px 10px 10px;
		background-image: url('../images/info-vhr.png');
		background-repeat: no-repeat;
		background-position: right;
		background-position: 100% 50%;
	}

	.adv_info-box h2{
		font-size: 90%;
		color: white;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	.adv_info-box-list{
		color: #ffffff;
		font-size: 9px;
		list-style: none;
		padding: 0 0 0 0;
		border-top: dotted 1px #ffffff;
		margin-bottom: 7px;
	}
	
	.adv_info-box-list p{
		font-style: italic;
		color: #ffffff;
		font-size: 13px;
	}
	
	.adv_info-box-list p:before{
		font-size: 18px;
		content: "•";
		margin-right: 5px;
		vertical-align: -3px;
	}
	
	.adv_info_box_questions{
		margin-top: 20px;
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 15px;
		font-style: italic;
		font-weight: 700;
		color: #ffffff;
	}
	
	.adv_info_box_questions span{
		font-size: 19px;
		font-weight: 700;
		color: #003a66;
	}

	#adv_phone-box{
		background-image: url('../images/teltlo.png');
		background-position: top 10px right 0px;
		padding-top: 0px;
	}	

#adv_payment-options{
	padding:7px;
	margin-top: 15px;
	width: 946px;
	height: 24px;
	clear: both;
	background-color: #ffffff;
}
	#adv_payment-text{
		float: left;
		color: #9d9d9d;
		font-style: italic;
		margin-top: 5px;
	}
	
	#adv_payments{
		float: left;
		margin-left: 5px;
	}
	
	#adv_up{
		float: right;
		margin-top: 3px;
	}
	
	#adv_up-text{
		float: right;
		margin-top: 5px;
		margin-right: 2px;
		color: #8d8d8d;
	}

#adv_map{
	margin-top: 10px;
	width: 960px;
	height: 50px;
	clear:both;	
}

#adv_map li{
	list-style-type: none;
	float: left;
	width: auto;
	height: 35px;
	padding-right: 5px;
	text-align: center;
	font-size: 11px;
	color: #0993b6;
}

#adv_design{
	font-size: 11px;
	color: #8d8d8d;
	float: right;
}
.cboxPhoto, #dio-lens img{
border-radius:3px;
}

.produkt_opis{
	background:#fbfbfb;
	border-radius:3px;	
	border:1px solid rgb(221, 221, 221);
	padding:10px;
	margin:0;
	margin-bottom:20px;
}

.adv_kolumna_srodek{
float:left;
width:190px;
}

#categoryImage{
margin:0 auto;
text-align:center;
}
#categoryImage img{
border-radius:3px;
}

h1.adv_prodhead{
margin-bottom:7px;
font-size:30px;
font-weight:normal;
color:#000;
margin-left:10px;
}

#productContainer .adv_product-box:first-child{
margin-left:0;
}

div.contentMidFull div.adv_product-box + div.adv_product-box{
	margin-left: 12px;
}

div.contentMidFull div.adv_product-box + div.adv_product-box:nth-child(3n+1){
	margin-left: 0px;
}

.powiazane .adv_product-box{
	width:293px;
}

.pamietajo-container,.docs_naglowek-container,.docs_stopka-container{
clear:both;
}

.pamietajo, .docs_naglowek, .docs_stopka{
width:211px;
display:block;
background:#fbfbfb;
border-radius:3px;	
border:1px solid rgb(221, 221, 221);
padding:10px;
margin:20px 0;
margin-right:20px;
float:left;
height:90px;
}

.docs_naglowek, .docs_stopka{
width:940px;
display:block;
background:#fbfbfb;
border-radius:3px;	
border:1px solid rgb(221, 221, 221);
padding:10px;
margin:20px 0;
margin-right:20px;
float:left;
height:90px;
}

.pamietajo h3,.docs_naglowek h3,.docs_stopka h3{
margin-bottom:5px;
}

.pamietajo:nth-child(3n+1),.docs_naglowek:nth-child(4n+1),.docs_stopka:nth-child(4n+1){
margin-right:0;
}

.pamietajo_more,.docs_naglowek_more,.docs_stopka_more{
margin-top:5px;
text-align:right;
}
.pamietajo_foto,.docs_naglowek_foto,.docs_stopka_foto{
float:left;
margin-right:10px;
}


select.quantity {
 font-size: 10px!important;
 width: 65px!important;
 padding:3px!important;
 text-align:left;
}

.adv_buy_kolekcja p.buy_button {
padding:0;
}

.adv_product-box h3.adv_product-description{
margin-top:5px;
font-weight:normal;
}

.adv_kolekcja_opis{
float:right;
width:45%;
font-size:15px;
font-size:15px;
line-height:1.3em;
}

.adv_kolekcja_opis p{
font-size:15px !important;
}
#container_chemia {
    position: fixed;
	width: 100%;
    height: 100%;
	background-color:rgba(255, 255, 255, 0.7);
}


#chemia {
	top: 20px;
    left: 50%;
    width: 980px;
    height: 85%;
	min-height:400px;
    margin-left: -490px;
	border:3px solid rgb(9, 147, 182);
	border-radius:10px;
    position: absolute;
	background-color:rgba(255, 255, 255, 0.5);
    z-index: 10;
	padding:15px;
		
}

#chemia .chemia_zawartosc h2{
margin:30px 0;
}

#slider_head { 
width: 960px; 
height: 250px;
}

#slider_srodek { 
max-width: 761px;
min-height:100px;
margin-bottom: 20px;
}

h3.slide_head{
color:#3c3c3c;
font-style:italic;
font-family:'Archivo Narrow';
font-size:28px;
text-align:left;
padding:0;
margin:0;
margin-left:230px;
letter-spacing:1.4px;
margin-top:60px;
}

h4.slide_head{
color:#fce95b;
font-style:italic;
font-family:'Archivo Narrow';
font-size:34px;
text-align:left;
padding:0;
margin:0;
margin-left:50px;
letter-spacing:1.4px;
text-shadow: -3px 0px 2px rgba(111, 111, 111, 1);
margin-bottom:20px;
}
#slider_head a{
	color:#fff;
	border:1px solid #fff;
	padding:10px 30px;
	margin:0 auto;
	margin-left:130px;
	font-size:24px;
}

#opinie_kolekcja{
width:761px;
height:100px;

}

#opinie_kolekcja li div.opinie_kolekcja_content{
width:675px;
min-height:75px;
padding:10px;
background:white;
border:1px solid rgb(221,221,221);
border-radius:3px;
}

#opinie_kolekcja li div.opinie_kolekcja_autor{
font-size:12px;
margin-bottom:10px;
}

#opinie_kolekcja li div.opinie_kolekcja_oceny{
font-size:13px;
float:left;
border-left:1px solid rgb(221,221,221);
margin-top:-25px;
padding-bottom:45px;
margin-left:25px;
}

#opinie_kolekcja li div.opinie_kolekcja_oceny_slajd{
font-size:13px;
float:right;
border-left:1px solid rgb(221,221,221);
margin-top:-48px;
padding-bottom:45px;
margin-left:25px;
}

#opinie_kolekcja li div.opinie_kolekcja_desc{
width:510px;
float:left;
font-size:14px;
}

input.submit, input.submit2 {
	/* Start Reset Defaults */
	margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left;
	/* End Reset Defaults */
	background: #4F9AAF url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

input.submit2{
padding:1px 2px;
margin-left:3px;
}

input.submit:hover, input.submit:hover, input.submit2:hover, input.submit2:hover {
	background-color: #438A9D;
	color: #fff;
}


.adv_aranzacje-box{
	overflow: hidden;
	float: left;
	width: 164px;
	height: 285px;
	padding: 8px;
	margin-top: 10px;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	margin-right:10px;
}
.adv_aranzacje-box:nth-child(4n+1){
margin-right:0;
}

input.dodaj_aranzacje2{
font-style:italic;
font-size:18px;
margin-bottom: 10px;
padding-bottom: 10px;
background:none;
cursor:pointer;
color: rgb(9, 147, 182);
font-family: 'Archivo Narrow',sans-serif;
font-weight:bold;
}

input.dodaj_aranzacje{
background:none;
cursor:pointer;
color: rgb(122, 122, 122);
float:right;
}

input.dodaj_aranzacje:hover{
text-decoration:underline;
}

div.opis_aranzacji p{
font-size:16px;
}

#review_stars2 .star-rating{
margin-top:2px;
}

#review_stars2 span{
font-size:14px;
color:#636363;
}

.komentarz{
margin-left:25px!important;
border-left:1px solid lightgrey;
padding-left:10px;
}

.komentarz2{
margin-left:50px!important;
}

.adv_adres_dostawy{
color:red;
}

#widgetkon
{
    width:370px;
    height:270px;
    position: fixed;
    top: 200px;
    right: -330px;
    overflow: hidden;
    z-index:999;
	background:url(../images/pracownik3.png) 0 0 no-repeat;
}

#widgetkon div#widget_kontakt
{
    float: right;
	/*border:1px solid rgb(221, 221, 221); */
	overflow:hidden; 
	width:265px; 
	height:250px;
	padding:6px;
	margin-left:0px;
	/*background:rgb(240,240,240);*/
	background:white;
	
}

#widgetkon div.img
{
	background:url(../images/pracownik3.png) 0 0 no-repeat;
    float: left;
    cursor: pointer;
	display:block;
	width:42px;
	height:250px;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	padding-top:20px;
	font-size:18px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	margin-top:83px
	}

#widgetdla
{
	background:url(../images/dlaczegomy.png) 0 0 no-repeat;
    width:432px;
    height:370px;
    position: fixed;
    bottom: 0;
    right: -272px;
    overflow: hidden;
    z-index:999;
}

#widgetdla div#widget_dlaczego
{
    float: right;
	overflow:hidden; 
	width:260px; 
	height:355px;
	padding:6px;
	background:white;
	border-top-left-radius:5px;
}


span.meta, div.meta,div#sitedoc span, div.contentMid2 span{
color:#636363!important;
}


.powiazane{
width:100%;
/*float:right;
margin-top:-28px;*/
margin-bottom:30px;
}

.szukaj_kod a{
color:#008000;
font-weight:bold;
font-size:14px;
}

.szukaj_kod {
/*top:7px!important;*/
}

.dostawa{
margin-top:10px;
float:right;
clear:both;
}

.dostawa img{
float:right;
}

.dostawa div{
float:right;margin-right:20px;padding-top:35px;font-weight:bold;font-size:15px;color:#000;
}

.dostawa .dostawa_info{
font-size:14px;
color:#fff;
padding:10px;
letter-spacing:1.2px;
line-height:1.3em;
background:url(../images/background.png) 0 0 repeat;
border-radius:2px;
margin-right:0;
}

#gateways label{
font-weight:bold;
font-size:16px;
}

#gateway-select .transport{
padding-bottom:10px;
}

input.finalizacja{
background:#098AAA;
border:1px solid #098AAA;
color:#fff;
cursor:pointer;
padding:12px;
font-size:15px
}

input.finalizacja:hover{
background:#098AAA;
border:1px solid #098AAA;
color:#000;
}

#laczniedozaplaty{
font-size:25px;
border:1px solid red;
padding:0 5px;
}
.prodInfoItem table tr td:first-child{padding-right:15px;}
.prodInfoItem table tr td{padding-bottom:4px;}
.anythingSlider{height:200px!important;}

	
.dtab,.dtab span{
	color:#000!important;
	font-size:20px!important;
	font-weight:normal!important;
	letter-spacing:1px;
}
.dtab strong{
	color:#8b8b8b;
}


#infobx-content{
	position:fixed;
	bottom:10px;
	right:10px;
	width:440px;
	max-width:90%;
	height:400px;
	padding:15px;
	background:rgba(0,0,0,0.7);
	font-size:12px;
	color:#fff;
	line-height:14px;
	z-index:99999;
	border-radius:5px;
	padding-top:30px;
}
#infobx-content .text{
	display:block;
	width:94%;
	height:310px;
	padding:10px;
	overflow:hidden;
	overflow-y:auto;
}
#infobx-content b{
	color:#fff;
}
#infobx-content hr{
	height:1px;
	background:#fff;
	border:none;
}
#infobx-content .jakchronimy{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}
#infobx-content ul{
	list-style:initial;
	margin-top:10px;
}
#infobx-content ul li{
	margin-left:15px;
}
#infobx-content .closediv{
	position:fixed;
	bottom:12px;
	height:40px;
	text-align:center;
	width:400px;
	max-width:90%;
}
#infobx-content .closediv a{
	margin:0 auto;
	font-size:14px;
	padding:10px 15px;
	font-weight:bold;
	display:block;
	background:#fff;
	color:#000;
	text-decoration:none;
	width:200px;
	text-transform:uppercase;
	border-radius:5px;
}
#infobx-content .closediv a:hover{
	opacity:0.5;
	}
.bottom-sect{
	margin-top:20px;
}

.left-sect{
	margin-top:20px;
	max-width:90%;
}

ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
margin-top:25px;
}
ul.tabs li{
background: none;
color: #222;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
}

ul.tabs li.current{
background: #fff;
color: #0993b6;
border:1px solid rgb(221, 221, 221);
border-bottom:0px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.tab-content{
display: none;
}

.tab-content.current{
display: inherit;
border-top-left-radius: 0px;
}
.name-kolekcja{line-height:18px;}
.kolekcje-bestsellery .adv_product-box-kolekcja{
	height:210px;
}
.kolekcje-bestsellery .adv_product-description{
	line-height:18px;
}
.kolekcje-bestsellery .adv_product-box{
	width:293px;
	padding:0;
	margin:0;
}
.kolekcje-bestsellery .adv_product-box > div{
	padding:8px;
}

.kolekcje-bestsellery  .adv_product-box + .adv_product-box:nth-child(3n+1){
	margin-left: 0px!important;
}
.kolekcje-bestsellery  .adv_product-box + .adv_product-box:nth-child(4n+1){
	margin-left: 0px;
}
.powiazanepromocje .adv_product-box{
	height:230px;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-top:5px;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.adv_podkat .adv_podkat{margin-left:10px;}
.adv_podkat .adv_podkat li:first-child{border-top:0;margin-top:0px;}