* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	background: #68B0AD;
}
.clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}
.bold {font-weight: bold;}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.box-inside a {
	color: #A70000;
}

.red {
	color: #A70000 !important;
}
.green {color: #014A49 !important;}
.f14 {
	font-size: 14px !important;
}
.f10 {
	font-size: 10px !important;
}
.f11 {
	font-size: 11px !important;
}
.line {
	text-decoration: line-through;
	font-size: 12px !important;
	margin-right: 5px;
}

.m4 {
	margin-top: 4px;
}
.m7 {
	margin-top: 7px;
}
.p6 {padding: 6px !important;}

.kategorie, .box-head, .box-head2, input[type="button"], .box-head-left, .box-head-right, .box-head-right2, .button-link2, .button-link, .cat-icon, .title {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.snow-wrapp{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
    pointer-events: none;
}
input, select {
	border: none;
	font-size: 11px;
	padding: 1px;
	height: 16px;
}

#newsletter input[type="button"] {
	background: #A80000;
	color: #fff;
	padding: 0 3px;
}

.button-link {
	background: #A80000;
	color: #fff !important;
	padding: 2px 3px;
	
	margin: 1px 0;
	font-weight: bold;
}

.button-link2 {
	background: #002F2F;
	padding: 2px 3px;
	margin: 1px 0;
}
.button-link2 a {
	color: #fff;
	font-weight: bold
}
.button-link2 a:hover {
	text-decoration: underline;
}

.header {
	width: 1000px;
	margin: 0 auto;
}
.header .logo-slider {
	background: #DDEEED;
	padding: 0 7px;
	border-bottom: 4px solid #002F2F;
}
.header #logo {
	float: left;
	width: 224px;
	padding: 10px 0;
	text-align: center;
}
.header #header-slider {
	float: right;
	width: 747px;
}

.footer {
	width: 1000px;
	margin: 0 auto;
}
.footer #footer {
	background: #014A49;
	padding: 0 7px;
	border-top: 4px solid #002F2F;
}

.footer-left a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
	padding: 4px;
}

.footer-left a:hover {
	background: #002F2F;
}

.footer-left ul li {
	display: inline;
	background: url('../img/arr_red.png') no-repeat 0px 6px;
	padding-left: 15px;
	margin-right: 7px;
        font-size: 11px;
}

.footer-left ul li:first-child {
	background: none;
	padding-left: 7px;
}

.footer-right {
	text-align: right;
	color: #fff;
	padding: 10px 0;
}
.footer-right a {
	color: #fff;
	font-weight: bold;
}
.footer-credits{
    line-height: 30px;
}
.footer-credits img{
    vertical-align: middle;
}


#wrapper {
	background: #B4D8D6;
	width: 986px;
	padding: 7px;
	margin: 0 auto;
}

.navbasket {
	line-height: 21px !important;
}

#mainnav {
	width: 100%;
	height: 34px;
	border-top: 4px solid #002F2F;
	background: #014A49;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mainnav a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
	padding: 4px;
}

#mainnav a:hover {
	background: #002F2F;
}

#mainnav ul li {
	display: inline;
	background: url('../img/arr_red.png') no-repeat 0px 6px;
	padding-left: 15px;
	margin-right: 10px;
}

#mainnav ul li:first-child {
	background: none;
	padding-left: 10px;
}

#left {
	float: left;
	width: 224px;
}

#center {
	float: left;
	width: 560px;
	margin-left: 7px;
}

#right {
	float: right;
	width: 188px;
}
#right-full {
	float: right;
	width: 750px;
}

.box-dark {
	border-top: 4px solid #002F2F;
	background: #014A49;
	padding: 4px;
	margin-top: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box-light, .rbox {
	border-top: 4px solid #2F6868;
	background: #429393;
	padding: 4px;
	margin-top: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box-red {
	border-top: 4px solid #6F0000;
	background: #A80000;
	padding: 4px;
	margin-top: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-head-left {
	color: #fff;
	font-weight: bold;
	padding-bottom: 7px;
}
.box-head-right {
	color: #fff;
}
.box-head-right p {
	display: inline;
	background: url('../img/arr_red.png') no-repeat 0px 4px;
	padding-left: 15px;
	margin-left: 7px;
}
.box-head-right2 p {
	display: inline;
	background: url('../img/arr_white.png') no-repeat 0px 4px;
	padding-left: 15px;
	margin-left: 7px;
	color: #fff;
}

.box-head-right2 input {
	cursor: pointer;
}
.box-head-right2 input:hover {
	text-decoration: underline;
}

.box-inside, .rbox_content {
	padding: 7px;
	background: #D6EBEA
}

.search-field {
	width: 185px;
	float: left;
}
.search-btn {
	background: url('../img/search.png') no-repeat;
	width: 23px;
	height: 18px;
	cursor: pointer;
	text-indent: 50px;
}
.search-skala {
	float: left;
	margin-top: 1px;
	width: 53px;
}
.search-producent {
	float: left;
	margin-left: 1px;
	margin-top: 1px;
	width: 155px;
}

.box-head {
	background: #A80000;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.box-head2, .rbox_head {
	width: 100%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
}

.box-head p {
	display: inline;
	background: url('../img/arr_white.png') no-repeat 0px 6px;
	padding-left: 15px;
	line-height: 26px;
	margin-left: 7px;
}

.kategorie_tree .left-menu-cat {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	display: block;
	background: #429393;
	text-decoration: none;
	margin-top: 1px;
	padding-left: 7px;
}

.kategorie_tree .light {
	background: #CCDBDB !important;
}

.kategorie_tree .left-menu-cat:hover {
	text-decoration: underline;
}
.kategorie_tree .left-menu-cat.current{
    font-weight: bold;
}
.lvl-1 {

}
.lvl-1 .left-menu-cat {
	border: none;
	line-height: 14px;
	font-weight: normal;
	background: url('../img/arr_white.png') no-repeat 10px 6px;
	text-transform: uppercase;
	padding-left: 25px;
}
.lvl-1 .left-menu-cat:hover {
	/*background: url('../img/arr_white.png') no-repeat 10px 6px;*/
}
.lvl-2 .left-menu-cat:hover {
	/*background: url('../img/arr_white.png') no-repeat 20px 6px;*/
}
.lvl-3 .left-menu-cat:hover {
	/*background: url('../img/arr_white.png') no-repeat 30px 6px;*/
}
.lvl-2 .left-menu-cat {
	border: none;
	line-height: 18px;
	font-weight: normal;
	background: url('../img/arr_white.png') no-repeat 20px 6px;
	text-transform: uppercase;
	padding-left: 25px;
}
.lvl-2 {
	margin-left: 0px;
}
.lvl-2 .left-menu-cat {
	border-bottom: 1px solid #016361;
	padding-left: 30px;
}
.lvl-3 {
	padding-left: 10px;
}
.lvl-4 {
	padding-left: 10px;
}

#newsletter {
	margin-top: 7px;
}
#newsletter-input {
	width: 145px;
}
#head-marquee {
	height: 100px;
}
#head-marquee .img {text-align: center; display: table-cell;
	vertical-align: middle; width: 110px;}
#head-marquee img {
	max-height: 100px;
	max-width: 100px;
}

.polecane-one {
	float: left;
	width: 133px;
	margin-right: 1px;
	background: #D6EBEA;
}
.polecane-name {
}
.last {
	margin: 0;
	width: 130px !important;
}

.p {
	text-align: center;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	width: 133px;
	padding: 2px 2px;
	font-weight: bold;
	word-wrap:break-word;
}
.p a {
	color: #002F2F;
	word-wrap:break-word;
}
.i {
	text-align: center;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	width: 133px;
}
.price {
	padding: 2px 0;
	font-size: 11px;
	color: #014A49;
	font-weight: bold;
}
.price-product {
	font-size: 11px;
	color: #4D4E44;
	font-weight: bold;
}
.price-product	span {
	font-size: 14px;
	color: #A70000;
}
.price span {
	font-size: 14px;
	color: #A70000;
}

.ug-left {
	width: 200px;
	text-align:center;
}
.ug-right {
	margin-left: 7px;
	width: 310px;
}
.ugi-right {
	margin-left: 7px;
	width: 520px;
}

#breads {
	float: left;
}
.breadcrumbs {
	margin-top: 6px;
	font-size: 11px;
}
.breadcrumbs span {
	color: #2E6767;
}
.breadcrumbs a {
	color: #A80000;
}

#lang {
	float: right;
	padding-top: 4px;
}
#lang ul {
	list-style-type: none;
	float: left;
}
#lang ul li {
	display: inline;
}
.lang {
	padding-top: 2px;
	padding-left: 10px;
}

.shippment-country {
	width: 100%;
}

.customAlert {
	left: 50%;
	position: fixed;
	top: 50%;
	z-index: 1000;
}
.current {
	display: block !important;
	font-weight: bold;
}

.alert_bg {
	background-color: white;
	padding: 25px 20px 20px 20px;
	border-top: solid 2px #A80000;
	width: 310px;
	margin-left: -165px;
	margin-top: -90px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.54);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.54);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.54);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#alert_msg {
	font-family: Helvetica, 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.alert_bg a {
	font-size: 14px;
	line-height: 14px;
	display: block;
	width: 150px;
	background-color: #014A49;
	text-align: center;
	float: left;
	padding: 8px 0px;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.alert_bg a.right-btn {
	float: right;
}

.mini-list {
	list-style-type: none;
	font-size: 10px;
	line-height: 12px;
}
.mini-list li a {
	color: #002F2F;
}
.mini-list li a:hover {
	text-decoration: underline;
	color: #A80000;
}

.rotator-left {
	height: 170px;
}
.polecane-img {
	text-align: center;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	width:inherit;
}
.rbox_text {
	text-align: justify;
	margin: 10px 0;
}
.rbox_text img {
	margin: 15px 5px 15px 0;
	max-width: 126px;
	max-height: 177px;
}

.cat-icon {
	width: 110px !important;
	word-wrap:break-word;
	border: 1px dotted #B4D8D6;
	padding: 10px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-weight: bold;
	font-size: 13px;
}
.cat-icon a {
	color: #002F2F;
	word-wrap:break-word;
}
.cat-icon a:hover {
	text-decoration: underline;
}
.cat-m {
	margin: 1px;
	float: left;
}

.list-navigation-top a, .list-navigation-bottom a, .list-navigation-bottom {
	color: #002F2F;
	clear: both;
	margin: 10px 0;
}
.list-navigation-top {margin: 4px 0;}

.pages a {border: 1px solid #B4D8D6; padding: 5px;}
.pages .activePage {background: #014A49; color: #fff;  padding: 5px; border: 1px #014A49 solid;}
/*.activePage {color: #A70000;}*/

.imgzoom span {/*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	margin-top: -50px;
	color: black;
	text-decoration: none;
	z-index: 100000;
}

.imngzoom span img {/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.imgzoom {
	width: 20px;
	height: 20px;
	position: absolute;
	margin: 120px 0px 0px 105px;
}
.imgzoom:hover span {/*CSS for enlarged image on hover*/
	visibility: visible;
	float: right;
	top: 0px;
	left: -100px; /*position where enlarged image should offset horizontally */
}

.list-item {
	float: left;
	width: 130px;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 234px;
}
.list-item img {max-width: 130px;}
.promolist {background:#B4D8D6 !important; padding-bottom: 4px; height: 234px;}
.list-gallery {
	float: left;
	width: 139px;
	margin-right: 5px;
}

.list-item-img {display: table-cell; vertical-align: middle; text-align: center; height: 141px;}
.list-item-img img {max-height: 135px; max-width: 135px; margin-bottom: 10px;}
.list-gallery {text-align:center;}
.list-gallery p {text-transform: uppercase; font-weight:bold; height: 50px; display: table-cell; vertical-align: middle; text-align: center; width: 135px; clear: both;}

.add-gall {width: 100%; background: #A80000; text-align: center; font-size: 14px; padding: 10px 0; }
.add-gall a {color: #fff;font-weight: bold;}
.list-gallery a {color: #002F2F;}
.nomargin {margin-right: 0 !important;}

.product-image {
	background: #fff;
	width: 224px;
	height: 244px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.product-image-small {
	background: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100px !important;
	height: 110px;
	padding: 0 2px;
}

.product-right {
	margin-left: 7px;
	width: 293px;
}

/* Let's get this party started */
::-webkit-scrollbar {
	width: 12px;
}

/* Track
 ::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -webkit-border-radius: 10px;
 border-radius: 10px;
 }*/

/* Handle */
::-webkit-scrollbar-thumb {
	/*-webkit-border-radius: 10px;*/
	border-radius: 5px;
	background: rgba(168,0,0,0.8);
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4);
}

.product-right h1 {
	font-size: 22px;
	color: #002F2F;
}

.akcesoria-name a {
	color: #002F2F;
	font-size: 10px;
}
.akcesoria-name {
	display: table-cell;
	vertical-align: middle;
	width: 133px !important;
	height: 45px;
}
.akcesoria-img {
	display: table-cell;
	vertical-align: middle;
	width: 133px !important;
	height: 80px;
}
.akcesoria-koszyk {
	padding: 5px 0;
}

hr {
	border: 1px #429393 dotted;
}

.atribute-g {
	margin-top: 10px;
}
.attribute {
	margin-top: 2px;
}
.attribute .label {
	float: left;
	border: 1px dotted #429393;
	width: 150px;
	margin-right: 1px;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}
.attribute .value {
	float: left;
	border: 1px dotted #429393;
	width: 118px;
	text-align: left;
	padding: 5px;
}

.step-handler {
	float: left;
	width: 20px;
}
.step-handler .step {
	background-color: black;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 1px 2px;
	margin: 1px 0px;
	cursor: pointer;
	width: 10px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.iText {
	width: 40px;
	float: left;
	height: 26px;
	margin-left: 30px;
}

.col-1 {
	width: 200px;
	padding: 0;
	text-align: center;
	border: 1px dotted #429393;
	margin: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.col-2 {
	width: 120px;
	padding: 5px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #429393;
}
.col-3 {
	width: 120px;
	padding: 5px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #429393;
}
.col-4 {
	width: 91px;
	padding: 5px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #429393;
}

.col-1-foto {
	text-align: center;
	margin-top: 5px;
}
.col-1-title {
	padding: 5px;
	width: 200px;
	display: table-cell;
	height: 100% !important;
	vertical-align: middle
}
.allPrice {
	width: 190px;
	padding: 5px 0 5px 5px;
	border: 1px dotted #429393;
	float: left;
	margin-top: 5px;
	line-height: 17px;
}
.nextstep {
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
}
.table-header {
	margin-bottom: 10px;
}
.krajsel {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: none;
	padding: 5px;
	width: 200px;
}

.td_radio {
	width: 26px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #429393;
}
.td_img {
	width: 80px;
	border: 1px dotted #429393;
	text-align: center;
	display: table-cell;
	padding: 5px 0;
	vertical-align: middle;
}
.td_description {
	width: 395px;
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #429393;
}
.td_description .desc {
	margin: 5px 0;
}
.td_price {
	width: 45px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #429393;
}
.prev {
	font-size: 11px;
	font-weight: normal;
}
.basket-tab {
	border: dotted 1px #429393;
	font-size: 14px;
	line-height: 14px;
	padding: 15px 30px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	font-weight: bold;
}
.lasttab {
	margin-left: 0px;
	margin-right: 0px;
}
.sectab {
	margin-left: 0px;
}
.basket-tab:hover {
	color: #000000;
}
.basket-tab.active {
	color: #000000;
	background: #6BB8B4;
}

.steps-footer {
	border-top: dotted 1px #002F2F;
}

.form-description {
	margin: 10px 0;
	font-weight: bold
}
.form-description {
	margin-bottom: 20px;
}
.form-description.form-message {
	color: #A70000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.form-header {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.form-line {
	margin-bottom: 3px;
	width: 100%;
}
.form-field {
	width: 444px;
	float: left;
}
.confirm-line {width: 100%;}
.form-label {
	width: 95px;
	float: left;
	line-height: 22px;
}
.form-input {
	background: #fff !important;
	border: none;
	padding: 1px;
	height: 22px;
	float: left;
	width: 280px;
}
.shipper-box {
	margin-bottom: 7px;
}

.shipper-box .photo {
	width: 180px;
	height: 50px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #429393;
	border-right: none;
}
.shipper-box .title {
	width: 180px;
	height: 50px;
	text-align: center;
	display: table-cell;
	font-wight: bold;
	vertical-align: middle;
	border: 1px dotted #429393;
	border-right: none;
}
.shipper-box .price {
	width: 178px;
	height: 50px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #429393;
}
.form-input.city-input {
	width: 123px;
}
.form-check-label {
	float: left;
	margin-top: 4px;
}
.form-field .form-check-label {
	/*width: 160px;*/
}
.city-label {
	width: 50px;
}
.form-checkbox {
	float: left;
	margin: 4px 10px 4px 0px;
}
.form-field .form-checkbox {
	/*margin:5px 10px 5px 95px;*/
}
a.sb-button {
	font-size: 14px;
	line-height: 14px;
	display: block;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #A80000;
	border: none;
	padding: 7px;
	color: #ffffff;
}
.req-box {
	float: left;
	color: #fd6666;
	width: 70px;
	font-size: 10px;
	line-height: 10px;
	margin-right: 10px;
	padding: 6px 0px;
}
.form-field.email {
	width: 400px;
}
.form-field.password {
	width: 480px;
}
.table-description, .table-header {
	font-weight: bold;
	margin: 8px 0;
}
.stepleft {
	float: left;
}
.stepright {
	float: right;
}
#cart-price {

}
#cart-amount {
	;
}
#basket_form a {
	color: #002F2F;
}

.sum-title {
	font-size: 11px !important;
}
.content-site p img {
	margin: 10px 5px 10px 0px;
}
.news-image {
	width: 145px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	max-height: 177px;
}
.jcarousel-skin-ie7 li {list-style: none;}
.polecane {float: left; width: 133px;height: 180px;}
.addgallery {width: 420px; height: 180px;}
.form-field2 {
	width: 744px;
	float: left;
}
.gallery-photos {margin-top: 15px;}
.gallery-photos img {max-height: 150px; max-width: 150px; margin-bottom: 5px;}
.content-list-item .rbox_img {float: left; width: 130px;margin-top: 10px; margin-right: 15px;}
.content-list-item .rbox_text {float: left; width: 550px; text-align: justify;margin-top: 10px;}
.enter-basket {text-align: center; font-weigh: bold;}

#itemnumber {width: 40px; height: 18px;float: left;}
.basket-button {width: 100px; line-height: 20px; text-align: center; float: left; margin-left: 2px; background: #A80000;}
.basket-button a {color: #fff; font-weight: bold;}

.user-edit-tab {width: 100px; padding: 8px; text-align: center; margin-right: 2px; background: #A80000;color: #fff; font-weight: bold;}
.user-edit-tabs-container {height: 30px; padding-top: 5px;}

.cookie-info {text-align: center; border-bottom: 1px dotted #000; padding: 10px 0; background: #fff;}
.accept-btn {font-weight: bold; color: #F33 !important;}

.summary-info {margin: 15px 0;}

.orders-table td {padding: 3px; border: 1px dotted #002F2F; text-align:center; vertical-align:middle;}
.price-resume {border-top: dotted 1px #002F2F; border-bottom: dotted 1px #002F2F; padding: 10px 0; width: 100%; text-align: right;}
.price-resume .price {font-size: 14px; color: #A70000;}
.file-box input {margin: 3px 0; height: 20px; border-color: #fff;}
.search-line{
    float: left;
    margin-right: 10px;
    line-height: 19px;
    margin-bottom: 5px;
}
.search-border { border-bottom:dotted 1px #002F2F;
}
.filter-label{
    float: left;
    margin-right: 10px;
    line-height: 21px;
}
.price-label{
    float: left;
    margin-right: 10px;
    line-height: 21px;
}
.price-input{
    float: left;
    height: auto;
    font-size: 12px;
    margin: 0px 10px 0px 0px;
}

.f_textarea {width: 500px; margin: 15px 0; height: 150px;}
.f_input {width: 200px; margin: 5px 5px 5px 0;}
.arrow-down {background: #A80000;
	color: #fff !important;
	padding: 5px !important;}
	.btn-box {margin-top: 10px;}
	
.err_captcha {font-size: 14px; font-weight:bold; text-align: center; padding: 15px; border: #A80000 1px solid; margin-top: 15px;} 
#sb-body-inner img {z-index: 99999;}
.rbox_content.add-gallery-form{
    position: relative;
}
.add-gallery-form .gallery-preloader{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .5);
    background-image: url('../img/preloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    left: 0px;
    top: 0px;
}
.catphoto {height: 110px;overflow: hidden; margin-bottom: 5px;}
.gal-username{
	font-weight: normal;
	margin-top: 5px;
}


.product-list {float: left; width: 135px; margin-right: 1px;margin-bottom: 1px;}
.product-last {margin: 0px;}
.product-p {height: 45px; text-align: center; display: table-cell; vertical-align: middle; width: 129px;}
.product-p a {color: #014A49; font-weight: bold; text-decoration: none;}
.product-photo {width: 135px; height: 135px; text-align: center; display: table-cell; vertical-align: middle;}
.product-photo img {max-width: 129px; max-height: 129px;}
.product-price {height: 32px;}
.product-addcart {height: 20px;}
.product-promo {background: #B4D8D6;}
.download-table{
    
}
.download-table thead td{
    font-weight: bold;
}
.download-table td{
    padding: 5px;
    vertical-align: middle;
    border: 1px dotted #429393
}
.download-table td.download-thumb{
    text-align: center;
}
.download-table td.lp{
    text-align: center;
}
.download-table .title{
    font-weight: bold;
    margin-bottom: 5px;
}
.download-table a{
    display: block;
    color: #000000;
    line-height: 16px;
    text-decoration: none;
}
.download-table a:hover{
    color: #2E6767;
}
.symbol-list {height: 16px; font-size: 10px; text-align: center; font-weight: bold;}
.niedostepny{
    font-weight: bold;
    margin-top: 5px;
}
.marquee-txt {height:30px;}
.preloader-gpm{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .5);
    background-image: url('../img/preloader-gpm.gif');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    left: 0px;
    top: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}