
#niezbednik_margin {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #11263b;
}

#niezbednik {
    width: 100%;
    height: 46px;
    background-image: url(../images/toolbar/niezbednikbg.JPG);
    position: fixed;
    z-index: 99999;
    background-color: white;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #11263B;
}

#niezbednik_margin ul li.n_item_bt{
    padding-left:20px;
    padding-right:20px;
    position:relative;
    padding-top:16px;
    cursor:pointer;
    padding-bottom:10px;
    height:20px;
    float:left;
    background-image:url(../images/toolbar/separator.JPG);
    background-position:right 8px;
    background-repeat:no-repeat;
}

#niezbednik_margin ul li.n_item_bt.active{
    background-color:#f8f8f8;

}
#niezbednik_margin ul li.n_item_bt.fb_toolbar_tab{
    padding-left:1px;
    padding-right:3px;
    position:relative;
    padding-top:10px;
    cursor: auto;
    padding-bottom:10px;
}
#niezbednik_margin ul li.n_item_bt.fb_toolbar_tab.active{
    background-color: transparent;
}
#niezbednik_margin ul.left-a li:nth-child(1) {
    padding-left:0px;
}


#niezbednik_margin ul.right-a li:last-child:hover  {
    color : #fe0300;
    background-color:transparent;
}

#niezbednik_margin ul.right-a li:last-child {
    padding-right:0px;
}


#niezbednik_margin ul.left-a li:nth-child(1):hover {
    padding-top:-10px;
    background-color:transparent;

}

#niezbednik_margin ul li.n_item_bt:last-child{
    background-image:none;

}

.lang_flag {
    height:21px;
    overflow:hidden;
    float:left;
    margin-top:-3px;

}

.lang_flag img:hover, .lang_flag.active img{
    margin-top:-21px;
}

.n_checkout {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.n_tab {

    background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(222,222,222,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
    padding-left:15px;
    padding-right:15px;
    position:absolute;
    cursor:auto;
    display:none;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top:23px;
    z-index:9999999999;
    padding-top:15px;

}

.n_tab .pointer {
    margin-top: -35px;
    z-index: 3;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 21px solid #f8f8f8;
}

.n_tab h1 {
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    border-bottom:1px solid #d1d1d1;
    font-weight:normal;
    padding-bottom:5px;
    margin-bottom:10px;
    color: #08295e;
}

.n_cart {
    width:335px;
}

.n_log {
    width:250px;
}

.n_login {
    width:380px;
}

.n_browse {
    width:610px;
}

.n_cart_head {
    font-size:13px;
    font-weight:bold;
    color:#123e6b;
    text-align:center;
    padding-top:7px;
    padding-bottom:7px;
    height:30px;
    border-bottom:1px solid #b0b0b0;

}

.n_cart_head td {
    border-right: 1px solid #DADADA;
}

.n_cart_head td:last-child{
    border-right:none;
}


.n_cart_item {
    vertical-align:middle;
    font-size:12px;
    color:black;
    padding-top:4px;
    border-bottom:1px solid #b0b0b0;
    height: 49px;
}

.n_cart_item td:nth-child(3n){
    font-size:16px;
}

.n_cart_item td:nth-child(2n){
    padding-top:5px;
    font-size:16px;
}

.n_cart_item a {
    color:black;
}

.n_cart_item a:hover {
    color:#1468af;
    text-decoration:underline;
}

.n_cart_item img {
    cursor:pointer;
}

.n_qty {
    margin-top: -7px;
    width:17px;
}


.n_qty_tab {
    position: relative;
    display: block;
    width: 36px;
    margin-left: -8px;
}

.n_qty_tab span {
    display:block;
    text-align:right;
    width:19px;
}

#carttotal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #08295e;
    margin-top:10px;
    margin-bottom:15px;
    text-transform: uppercase;
}

#carttotal strong{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #f12200;
    font-weight:bold;

}

.n_bottom_bts {
    width:100%;
    font-size:16px;
    display:block;
    clear:both;
    font-family: Arial, Helvetica, sans-serif;
}

.red_button {
    background-color:#ff0000;
    color:white;
    color:white;
    cursor:pointer;
    text-align:center;
    display:inline-block;
    border:none;
}

.red_button:hover {
    background-color:#ff4141;

}
.red_button, .blue-white_button.left-a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px !important;
    text-transform: uppercase;
    height: 16px !important;
    padding-top: 9px !important;
    padding-bottom: 6px !important;
}


.n_cart .n_bottom_bts div {
    width:110px;
    height:22px;
    padding-top:9px;
}

#n_profile  {
    margin-bottom:15px;
}

#n_profile li {
    margin-bottom:5px;
    height:21px;
    padding-top:7px;
    width:195px;
    border-bottom:1px solid #cdcdcd;

}

#n_profile li a{
    padding-top:6px;
    color:#000;

}

#n_profile li a:hover{
    color:#1468af;
    text-decoration:underline;
}

.pico {
    margin-top:-6px;
}

#n_browse_list {
    margin-left:10px;


    margin-top:10px;
    margin-bottom:10px;
    width:600px;

}




#n_browse_list img {
    margin-bottom: 20px;
    float: right;
    margin-top: 15px;
    margin-right: 35px;
}

#n_browse_list a{
    line-height:30px;
    color:#000000;
    display:inline-block;
    width: 200px;
    float: left;
}

#n_browse_list a:hover {
    color:#1468af;
    text-decoration:underline;
}

.n_contact {
    width:366px;
    height:237px;

}


#nc_header {
    width:365px;
    height:61px;
    left: 0px;
    overflow:hidden;
    cursor:pointer;
    z-index:5;
    position:absolute;	
}

#nc_header img:hover {
    margin-top:-61px;

}

#nc_livechat {
    top: 128px;
    width:174px;
    z-index:5;
    position: absolute;
}

.n_contact h3 {
    font-size:13px;
    margin-bottom:10px;
}

#nc_how {
    left: 219px;
    z-index:5;
    top: 129px;
    position:absolute;
}

#nc_how table tr td:nth-child(even){
    padding-left:10px;
}

#nc_cal {
    position:absolute;
    z-index:3;
    top: 171px;
    left: 317px;
}

.nl_login {
    width:205px;
    height:24px;
}

.nl_tab {
    margin-left:40px;
}

.n_login .n_bottom_bts .blue-white_button{
    width:106px;
    margin-top:30px;
    padding-top:9px;
    height:21px;
    font-size:16px;

}

.n_login table a {
    color:#636363;
}

.n_login table a:hover {
    color:#1468af;
    text-decoration:underline;
}
#cart-loader {
    vertical-align: middle;
}
#nl_fp {
    font-style:11px;
    margin-top:15px;
    display:none;
    margin-left: 94px;
}

#nl_fp input.text {
    width:100px;
    height:19px;
}

#nl_fp .blue-white_button {
    margin-left: 5px;
    float: left;
    padding-top: 4px;
    margin-top: -5px;
    height: 22px;

}


#add-to-cart-block-popup, #added-to-cart-popup, .popup-window {
    padding: 10px;
    padding-top:20px;
    border:2px solid silver;
    box-shadow: black 0 0 10px;
    width:300px;
    height:140px;
    background:white;
    position:fixed;
    margin: 0 auto;
    top:150px;
    left:0;
    right:0;
    z-index:99999;  
    text-align:center; 
}

.popup-window {
    height: auto;
}
.popup-background {
    background:silver;
    opacity:0.5;
    z-index:99998;
    position: fixed;
    width:100%;
    height: 100%;
    left: 0;
}

#add-to-cart-block-popup .button, #added-to-cart-popup .button, .popup-window .button {
    cursor: pointer;
    display: block;
    margin: 10px auto;
    width: 80%;
    padding: 5px;
    background: gray;
    color: white;
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
    background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color:#3d94f6;
    border:1px solid #337fed;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #1570cd;    
}
#add-to-cart-block-popup .button {
    margin-top: 33px;
}
#add-to-cart-block-popup .button:hover, #added-to-cart-popup .button:hover, .popup-window .button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
    background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background-color:#1e62d0;
}

.notice-msg .product-problem li {
    font-size: 15px;
    margin: 5px;
    padding: 5px;
    font-size: 18px !important;
}

#toolbar-product-added {

    width: 290px;
    position: fixed;
    z-index: 99999999;
    height: 102px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E0EFDA;
    top: 56px;
    margin-left: 649px;
    -webkit-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.43);
    box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.43);
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;    
}

#cart-info {
    width: 275px;
    position: fixed;
    z-index: 99999999;
    height: 102px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e0efda;
    top: 56px;
    margin-left: 549px;
    -webkit-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.43);
    -moz-box-shadow:    0px 0px 13px rgba(50, 50, 50, 0.43);
    box-shadow:         0px 0px 13px rgba(50, 50, 50, 0.43);
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;

}

#cart-tri {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 26px 26px 26px;
    border-color: transparent transparent #e0efda transparent;
    position: absolute;
    top: -26px;
    right:48px;

}

#cart-text {
    font-size: 16px;
    color: #55895b;
    line-height: 22px;
    position: absolute;
    left: 78px;
    top: 31px;
}

#cart-text strong {
    font-size: 18px;
}

#cart-ico {
    background-image: url("../images/new/sprite1.PNG");
    background-position: -452px -464px;
    height: 47px;
    width: 47px;
    position: absolute;
    left: 20px;
    top: 28px;

}

#add-to-cart-select-popup {
	position: fixed;
	border: solid 1px #848484;
	overflow: hidden;
	background: #fff;
	z-index: 99;
	min-width: 488px;
	padding:0px !important;
	border-radius: 3px;
	margin-left : 0px !important;
	margin-top : 0px !important;
	padding-left: 21px !important;
}

#added-to-cart-popup {
    border-radius: 3px;
    border: 2px solid #6f6f6f;
    width: 399px;
    height: 233px;
    background: white url('../images/new/popup/arrows.png') 50% 50% repeat-x;
}

#added-to-cart-popup h2 {
    font-size: 22px;
    color: #6f6f6f;
    padding-left: 155px;
    background: url('../images/new/popup/ico1.jpg') 50px 0 no-repeat;
    height: 51px;
    padding-top: 10px;
    text-align: left;
}

#added-to-cart-popup a.buttonCheckout {
    background: url('../images/new/popup/bt1.png') top center no-repeat;
    height: 39px;
    border: 0;
    outline: none;
    font-size: 22px;
    display: inline-block;
    width: 100%;
    color: white;
    font-weight: bold;
    padding: 0;
    padding-top: 13px;
    margin-top: 10px;
}

#added-to-cart-popup a.buttonCheckout:hover {
    background: url('../images/new/popup/bt1.png') top center no-repeat;	
    background-position: bottom center;

}

#added-to-cart-popup .buttonContinue {
    background: url('../images/new/popup/bt2.png') top center no-repeat;
    height: 29px;
    border: 0;
    outline: none;
    font-size: 16px;
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 0;
    padding-top: 10px;
    margin-top: 28px;
    cursor: pointer;
    width: 210px;
}

#added-to-cart-popup .buttonContinue:hover {
    background: url('../images/new/popup/bt2.png') top center no-repeat;
    background-position: bottom center;

}

#added-to-cart-popup .buttonContinue span {
    padding-left: 20px;
    background: url('../images/new/popup/ico2.png') center left no-repeat;
}

#cookiebarPopup .closecookiebar  {
    display: inline;   
    background: #1a83ec;   
    padding: 10px 17px 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    color: white;
    font-size: 14px;   
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;    
	line-height: 8px;
    background-image: url('/skin/frontend/gate/default/images/i_ok.png');
    background-repeat:  no-repeat;
    background-position: 10px 14px;
}
#cookiebarPopup .closecookiebar:hover {
    background-color: #1a78d6;
    cursor: pointer;
}
.cookieLeft {
    background-image: url('/skin/frontend/gate/default/images/cookies.png');
    height: 176px;
    width: 37px;
    position: fixed;
    left: 0px;
    bottom: 120px;
    opacity: 0.8;
    z-index: 24;
}

.cookieLeft:hover {
    cursor: pointer;
    opacity: 1;
}
#login-popup {
    width: 720px;
}