<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	PrestaShop CSS
	18 used colors: 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/
@font-face {
    font-family: 'Cuprum';
    src: url('cuprum .eot');
    src: url('cuprum .eot?#iefix') format('embedded-opentype'),
         url('cuprum .woff') format('woff'),
         url('cuprum .ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
* {
	padding: 0;
	margin: 0
}
body {
	background:url(../images/bgr.jpg) repeat-x top left white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #2f2f2f;
	text-align: center
}

/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 2em
}
.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../images/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url(../images/sitemap-horizontal.png) no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url(../images/sitemap-last.gif) no-repeat -12px -2px;
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	list-style-type: none;;
	height: 21px;
	margin-top: 1em;
	margin-left: 1px;
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	background-image: url('../images/tab_bg.jpg');
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853
}
.idTabs .selected {
	background-image: url('../images/tab_bg_selected.jpg');
	color: white
}

/* IdTabs Short*/
.idTabsShort a {
	background-image: url("../images/tab_bg_short.png");
    font-family: cuprum;
    font-size: 15px;
    font-weight: normal;
    width: 138px;
}
.idTabsShort .selected {
 background-image: url("../images/tab_bg_selected_short.png");
    color: white;
    font-family: cuprum;
    font-size: 15px;
    font-weight: normal;
}
div.sheets {
	border-color: #B2B2B2 #B2B2B2 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    clear: both;
    margin-left: 1px;
    padding: 1em;
    width: 654px;
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}

/* global style */
a {
	color: #5a5a5a;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	background: url("../images/block_header_large.png") no-repeat scroll left top transparent;
    color: #5A5A5A;
    font-family: Cuprum,verdana;
    font-size: 24px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-top: 0;
    text-shadow: 1px 1px white;
    text-transform: none;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h2 {
	background: url("../images/block_header_large.png") no-repeat scroll left top transparent;
    color: #5A5A5A;
    font-family: Cuprum,verdana;
    font-size: 24px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    padding-top: 0;
    text-shadow: 1px 1px white;
    text-transform: none;
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align: left
}
#header{
  background: url("../images/header.png") no-repeat scroll center top transparent;
    height: 182px;
    margin-top: 10px;
    width: 980px;
  
}
#header_logo {
	float: left;
	width: 288px;
	display: block
}
img.logo {
	float: left;
    font-size: 2em;
    font-weight: bold;
    margin-left: 33px;
    margin-top: 0.5em;
}
#header_right {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	text-align: right;
	position: relative;
}
#header_right .add_menu{
  position: absolute;
  width: 605px;
  right:-47px;
  bottom: -26px;
}
#header_right .add_menu div{
  float: left;
  height: 46px;
  background: url('../images/add_menu_std.png') no-repeat left top;
  width: 109px;
}
#header_right .add_menu div a{
  width: 109px;
  height: 46px;
  line-height: 46px;
  color: #184b66;
  font-size: 15px;
  font-family: cuprum;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #5dc8f4;
  display: block
}
#header_right .add_menu div a:hover{
  color: white;
  text-shadow: 1px 1px #96d7f5
  }
#header_right .add_menu div.zakladka{
  width:5px;
  background: url('../images/zakladka.png') no-repeat bottom left;
}
#header_right .add_menu div.last{
  background: url('../images/add_menu_right.png') no-repeat left top;
  }
#left_column, #center_column, #right_column { float: left;width:762px; }
#left_column {
clear: left;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    width: 207px;
}
#featured-products_block_center,#custom_block {
	background: url("../images/center_bottom.png") no-repeat scroll left bottom transparent;
    margin: 0 0 30px;
    overflow: hidden;
    padding-bottom: 22px;
    width: 762px;
}
#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../images/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}
#right_column {
	margin-left: 5px;
    overflow: hidden;
    width: 211px;
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: black;
	
}
.rte{
  padding: 10px;
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	background: inherit
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, 
 .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../images/table_footer.gif') no-repeat bottom left;
	padding-bottom: 6px;
	margin: 0 auto 2em;
	width: 656px
}
.std {font-size: 11px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 }
.std thead th {
	background-color: transparent;
	background-image: url('../images/table_header.gif');
	background-repeat: no-repeat;
	height: 24px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0
}
form.std fieldset {
	border: 0;
	/*background: #D0D1D5 url('../images/form_bg.jpg') repeat-x top left;*/
	margin-bottom: 1em;
	padding-bottom: 1em
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none;
	width:300px;
}
input, textarea, select {
border: 1px solid #A6CE46;
border-radius: 3px 3px 3px 3px;
padding: 3px;
}
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #da0f00 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 31%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: white!important;
	font-weight: normal;
	font-size: 16px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 29px;
	height: 29px;
	font-family: cuprum;
}

.button_search{
  background: url('../images/button_szukaj.png') left top no-repeat;
  width: 67px;
  height: 37px;
  font-family: Cuprum, arial;
  font-size: 18px;
  color: white;
  border:0;
}
.button_search:hover{
  background-position: 0 -37px;
  }


/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom: 2px
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-position: left -58px;
	cursor: default;
	color: #888!important
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	color: white!important
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color: #488c40!important
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -29px
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: white!important
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 50px;
	background: url('../images/button_mini.png') no-repeat transparent
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 69px;
	background-image: url('../images/button_small.png')
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 142px;
	background: url('../images/button_medium.png')
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	width: 180px;
	background: url('../images/button_large.png')
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../images/button_medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../images/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../images/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../images/button_large_exclusive.png') }

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {
	padding-left: 2em;
	background: transparent url('../images/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	color: #749620;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

/* errors */
.error {
	width: 90%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	margin:0 0 0 1px !important;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em;
	width:654px;
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	color: #3C4F0E;
    font-family: cuprum;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #5d717e
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { 
  float: right;
    font-family: cuprum;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
  
}
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: normal;
	color: #6a6a6a
}
ul.pagination a, ul.pagination span {
display: block;
    font-family: verdana;
    padding: 0
	
}
ul.pagination a { font-family: cuprum;text-decoration: none; }
ul.pagination .current span {
	font-family: cuprum;
	color: #749620;
}

ul.pagination a:hover {
	font-family: cuprum;
	color: #749620;
}

ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	
	border: none;
	border-width: 0
}
#pagination_previous {
	font-family: cuprum;
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { font-family: cuprum;border-left: none }
#pagination_next {
	font-family: cuprum;
	padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none;font-family: cuprum; }
li.disabled span {
	color: #6a6a6a;
}
form.pagination { text-align: right }
form.pagination label {
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/* steps (like order step) */
ul.step {
	background: transparent url('../images/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin: 0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width: 465px
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../images/step_standard.gif') no-repeat bottom left
}
ul.step li.step_current {
	background: transparent url('../images/step_current.gif') no-repeat bottom left;
	font-weight: bold
}
ul.step li.step_todo { font-style: italic }
ul.step li#step_end { width: 40px }
ul.step li#step_end { background: transparent url('../images/step_end.gif') no-repeat bottom left }
ul.step li#step_end.step_current { background: transparent url('../images/step_end_current.gif') no-repeat bottom left }
ul#order_step { background-color: white; margin-top:0; }

/* product-sort.tpl */
#productsSortForm p {
	color: #6A6A6A;
    font-family: cuprum;
    font-size: 16px;
    height: 1em;
    line-height: 30px;
    margin: 0.5em 0 0;
}
#productsSortForm label, #productsSortForm select { float: right }
#productsSortForm select { 
  border: 0 none;
    float: left;
    font-size: 12px;
    height: 23px;
    margin-top: 3px;
    opacity: 0;
    width: 224px;
    filter: alpha(opacity = 0);
  
}

/* Header */
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer */
#footer {
	background: url("../images/stopka.png") no-repeat scroll left top transparent;
    border: 0 none;
    clear: both;
    height: 91px;
    padding: 60px 5px 0;
}
#footer .lewa {width:462px;float:left;}
#footer .prawa {width:190px;float:right;margin-top:-4px}
#footer .blok_stopka {
  float: left;
  padding:0 5px;
  text-align:center;
}

#footer .blok_stopka h4{
  font-family: cuprum;
  font-size: 14px;
  color: #51809a;
  font-weight: normal;
  margin: 5px 0;
}

#footer .blok_stopka h5{
  font-family: verdana;
  font-size: 12px;
  color: #51809a;
  font-weight: normal;
  margin: 5px 0;
}

#footer .blok_stopka h4 a, #footer .blok_stopka h5 a{
  text-decoration: none;
  color:#51809a
}

#footer .blok_stopka h4 a:hover, #footer .blok_stopka h5 a:hover{
  text-shadow: 1px 1px #FFF;
  text-decoration:underline;
 
}
#footer .prawa p{
    color: #51809a;
    font-family: verdana;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 6px;
  }
#footer .prawa p.kontakt03 {margin:0;}
#footer .conor a{
    color: #51809a;
    font-family: verdana;
    font-size: 10px;
    text-decoration: none;
}
#footer .conor a:hover{
  text-shadow: 1px 1px white;
  }
#footer .conor{
    color: #51809A;
    font-family: verdana;
    font-size: 10px;
    margin-left: 10px;
    margin-top: 70px;
    width: 300px;
}
  
/* Default block style */
div.block {
	margin-bottom: 10px;
    padding-bottom: 2px;
    width: 206px;
}
#right_column div.block{
  width: 211px;
}
#left_column div.block{
	padding-bottom: 22px;
	background: transparent url('../images/block_footer.png') no-repeat bottom left
}
#right_column div.block {
	padding-bottom: 26px;
	background: transparent url('../images/block_footer2.png') no-repeat bottom left
}
#right_column div.block h4 {
background: url("../images/block_header2.png") no-repeat scroll left top transparent;
    color: #5A5A5A;
    font-family: Cuprum,verdana;
    font-size: 24px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-top: 0;
    text-shadow: 1px 1px white;
    text-transform: none;
}
div.block h4 {
background: url("../images/block_header.png") no-repeat scroll left top transparent;
    color: #5A5A5A;
    font-family: Cuprum,verdana;
    font-size: 24px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    padding-top: 0;
    text-shadow: 1px 1px white;
    text-transform: none;
}
div.block h4 a { color: #5a5a5a }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
div.block a:hover { text-decoration: underline }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
 #right_column div.block .block_content{
   border: 0 none;
    width: 197px;
 }
#left_column div.block .block_content {
background: url("../images/block_bg.jpg") repeat-x scroll left bottom #F1F2F4;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #b2b2b2;
    min-height: 16px;
    padding: 0;
    width: 203px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #595a5e;
	text-decoration: none
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../images/block_exclusive_footer.jpg') no-repeat bottom left
}
div.exclusive h4 {
	background: transparent url('../images/block_header_exclusive.png') no-repeat top left;
	color: white
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	background: #bdc2c9 url('../images/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em }
#center_column div.block { width: 762px; margin: auto }
#center_column div.block h4 {
	background: transparent url('../images/block_header_large.png') no-repeat top left;
	color: #5A5A5A;
    font-family: Cuprum,verdana;
    font-size: 24px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-top: 0;
    text-shadow: 1px 1px white;
    text-transform: none;
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block ul.products_list li { margin-top: 0.2em; }
.products_block ul.products_list li.item img { margin-right: 5px }
.products_block ul.products_list li.last_item { border: none }
.products_block ul.products_list li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block ul.products_list li h5 {
	display: inline;
	font-size: 0.9em;
}
.products_block ul.products_list li p a {
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block dl dd {
	float: right;
    width: 110px;
}
.products_block dl img{
  	float: left;
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}

/* Special style for block products in center column */
#center_column .products_block { border: none;color: #595a5e }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #B2B2B2;
    margin-left:0;
    padding: 0;
    width: 749px;
    overflow: hidden;
		padding:5px;
}
#center_column #news.block_content {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #B2B2B2;
    margin-left:0;
    padding: 0;
    width: 729px;
    overflow: hidden;
		padding:0 15px;
}
#center_column .products_block ul.products_list {margin-top:15px;margin-left:5px;}
#center_column #idTab4 .products_block .block_content {
  border:0
  }
#center_column .products_block ul.products_list li:hover { }
#center_column .products_block ul.products_list li {
background: url("../images/bgr_list.png") no-repeat scroll left top transparent;
    float: left;
    height: 226px;
    margin-right: 7px;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 178px;
		margin-bottom:10px;
}
#center_column .products_block ul.products_list .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}
#center_column .products_block hr {background:#b2b2b2;height:1px;border:0;}
#center_column #featured-products_block_center h5,#center_column #custom_block h5{
  font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    height: 26px;
    margin: 0;
    padding: 10px 10px 0 10px;
		overflow:hidden;
  
}
#center_column #featured-products_block_center h5 a,#center_column #custom_block h5 a{
  font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color:#2f2f2f;
    text-transform: uppercase;
  }
#center_column #featured-products_block_center p.price_container {
    text-align: right;
	font-size:10px;
	margin:0 5px 0 0;
	color:#2f2f2f;
}
.button_product_list{
  background: url("../images/button_product_list.png") no-repeat scroll left 0 transparent;
    color: white !important;
    display: block;
    margin:0 auto;
    font-family: cuprum;
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 71px;
		position:absolute;
		bottom:4px;
		left:30%;
}
.button_product_list:hover{
  background-position: left -27px;
  text-decoration: none !important
  }
/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none; margin-right:0; }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.60em;
	border:0px solid red;
}
#center_column .products_block li.clear{
  margin-left: 7px;
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	 background-color: transparent;
    display: block;
    height: 109px;
    margin: 5px auto 8px auto;
    width: 109px;
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
font-size: 10px;
color:#749620;
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
  #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc { 
	margin-right: 0;
	height: 150px;  
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { margin: 0 auto;
    text-align: center; }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* address.tpl */
p.address_navigation { 
	padding: padding: 1em 0!important;
	margin-bottom: 1.5em
}
p.address_navigation a.button { float: left }
p.address_navigation input[type=submit].button { float: right }

/* shopping cart */
.shopping_cart_container{
border-left: 1px solid #DADADA;
border-right: 1px solid #DADADA;
margin-left: 1px;
padding: 0 5px;
width: 666px;
}
.cart_last_product { 
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../images/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .cart_last_product_content { 
	float:right; 
	width:241px 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

p.cart_navigation { padding-bottom: 44px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 1em !important; }
p.cart_navigation .button,
 p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
 p.cart_navigation .exclusive_large_disabled { float: right }
p.cart_navigation_extra {
	text-align: center;
	width: auto;
	margin-top:-2px !important; 
}
form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	border: 1px solid #d0d1d5;
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: 1px solid #888 }
td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: right; margin: 5px 10px 0 0; }
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.6em }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: bold }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order form#voucher h4,
 #order form#voucher p,
 #order form#voucher .button { display: inline }
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#carrierTable{
width:666px;
margin-left:5px;
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }
#order-opc #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

/* views block */
#views_block {
	margin: 0 auto;
	width: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 255px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px
}
#view_scroll_left, #view_scroll_right {
	background: url('../images/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../images/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl &amp;&amp; suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	background: #d0d3d8 url('../images/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 0.6em;
	margin-bottom: 1.5em
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #374853
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}
#suppliers_list .logo, #manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #da0f00
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }

/* conditions &amp; legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../images/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT */
.payment_module { display: block }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	border: 0 none;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	font-weight: bold;
	color: #374853
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen { 
		display: block; 
		margin-top: 1em 
	}
	#more_info_sheets #idTab1 { width: 530px }
	* { 
		background: none!important; 
		background-color: white!important; 
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: right;
	margin-right: 40px;
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#mywishlist div#block-order-detail ul li img { float: left }

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } 
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right; 
	margin-right: 3px; 
	font-size: 12px
}
.confirmation { 
	color: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0 }

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}
.live_edit_feed_back_ok {
    color: #374853; 
    background-color: #DFFAD3; 
    padding: 4px; 
    border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
    color: #374853; 
    background-color: #FAE2E3; 
    padding: 4px; 
    border: 2px solid #EC9B9B
}
.add_module_live_edit {
    background-color: #F1F2F4; 
    padding: 4px; 
    border: 2px solid #D0D3D8;
}

.under_sortuj{
  overflow: hidden;
  width:234px;
  height: 29px;
  background: url('../images/under_sortuj.png') no-repeat left top;
  display: block;
  float: right;
  margin-right: 20px;
  margin-left: 10px;
}
#scenes{
  width: 656px;
  border: 1px solid #b2b2b2;
  border-top:0;
  border-bottom:0;
   margin-left: 1px;
    width: 676px;
}

.bordzier{
  width: 656px;
  border: 1px solid #b2b2b2;
  border-top:0;
  border-bottom:0;
   margin-left: 1px;
    width: 676px;
    overflow: hidden
}

.margin_10{
  margin-left:10px;
}
.margin_10r{
  margin-right:10px;
}

#sliderconor_block_center p {
   padding-bottom: 1em;
}

#sliderconor_block_center a {
   text-decoration: none;
   color: #101010;
}

#sliderconor_block_center a:hover {
   text-decoration: none;
}

.text_replace {
   background-repeat: no-repeat;
   outline: 0;
   text-indent: -9999px;
}

a.text_replace:active {
   outline: 0;
}

#sliderconor_block_center {
   font-size: 11px;
    height: 280px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-transform: none;

}


#sliderconor_block_center #home_slideshow_violator {
   z-index: 1000;
   background-color: none;
   width: 762px;
   height: 31px;
   float: right;
   position: absolute;
   bottom: 20px;
   left: 0px;
}

#sliderconor_block_center img{
   width: 762px;
   height: 280px;


   float: left;
}


#sliderconor_block_center #home_slides li .slide_caption div {
   color: black;
   font-size: 13px !important;
   font-weight: normal !important;
   margin: 0;
   padding: 8px;
   text-shadow: 1px 1px #666666;
   text-transform: uppercase;
}



#sliderconor_block_center #home_slideshow_violator
{

}

#sliderconor_block_center #home_slideshow_violator #project_caption {
   display: none;
   padding: 4px 10px;
   color: #b6b077;
   float: left;
}

#sliderconor_block_center #home_slideshow_violator #project_caption a {
   margin-left: 8px;
}

#sliderconor_block_center #home_slideshow_violator #slide_navigation {
     background: url("../images/slide_mid.png") repeat-x scroll 0 0 transparent;
    bottom: -26px;
    height: 28px;
    padding-top: 7px;
    position: absolute;
    right: 25px;

}

#sliderconor_block_center #home_slideshow_violator #slide_navigation a {

   background: url('../images/slide_play.png') 0 0 no-repeat;
    color: white;
    display: block;
    float: left;
    font-family: arial,verdana,helvetica;
    font-size: 14px;
    font-weight: bold;
    height: 15px;
    line-height: 25px;
    margin-left: 4px;
    text-align: center;
    text-decoration: none;
    text-indent: 611px;
    width: 17px;
}

#sliderconor_block_center #home_slideshow_violator #slide_navigation a:hover {
   background: url('../images/slide_play.png') 0 -15px no-repeat;
}

#sliderconor_block_center #home_slideshow_violator #slide_navigation a.activeSlide
   {
    background: url('../images/slide_play.png') 0 -15px no-repeat;
    color: white;
    display: block;
    float: left;
    font-family: arial,verdana,helvetica;
    font-size: 14px;
    font-weight: bold;
    height: 15px;
    line-height: 25px;
    margin-left: 4px;
    text-align: center;
    text-decoration: none;
    text-indent: 611px;
    width: 17px;
}

#sliderconor_block_center #home_slideshow_violator #slide_navigation a {
   outline: none;


}

#sliderconor_block_center li{
   border: solid 0px red;
   width: 762px;
   height: 280px;
   list-style-type: none;
}
#sliderconor_block_center li div.slide_caption {
   float: left;
   padding: 0px;
   width: 320px;
   height: 220px;
   overflow:hidden;
   border: solid 0px blue;
}

#home_slides {
   overflow: hidden;
   width: 762px !important;
   /*position: relative;
   width: 815px;*/

}
.slider_01{
  background: url("../images/slide_left.png") repeat-x scroll 0 0 transparent;
    height: 28px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
   
}
.slider_02{
  background: url("../images/slide_right.png") repeat-x scroll 0 0 transparent;
    height: 28px;
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
   
}

div#featured-products_block_center .flaga {
  border: 0 none;
  font-family: cuprum;
  font-size: 18px;
  font-weight: normal;
  height: 37px;
  line-height: 33px;
  position: absolute;
  right: -5px;
  text-align: center;
  text-transform: none;
  top: 64px;
  width: 90px;
}

div#featured-products_block_center .discount_top {
  background: url("../images/flag_pink.png") no-repeat scroll left top transparent;
  color: #3A001D;
  text-shadow: 1px 1px #E839AA;
}

div#featured-products_block_center .new {
  background: url("../images/flag_green.png") no-repeat scroll left top transparent;
  color: #33430E;
  text-shadow: 1px 1px #AAC430;
}

#center_column div#featured-products_block_center a.product_image{
}

#center_column div#featured-products_block_center .compare{
	line-height: 10px;
	padding-left: 10px;
	padding-top: 12px;
}

.price{
	color:#2F2F2F;
}

.price_new{
	color:#749620!important;
}

.price_discount{
	color:#E50C81 !important;
}

input[type=checkbox]{
	border:none;
}

.normal_price{
	font-size:10px;
	text-decoration: line-through;
}
/*
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
*/

#header_right #search_block_top {

    float: left;
    height: 28px;
    margin-bottom: 11px;
    margin-top: 20px;
    width: 555px;
}
#header_right #search_block_top p { padding: 0.4em 0 0.4em 1em }
#header_right #search_block_top label, #header_right #search_block_top input { float: left }
#header_right #search_block_top label {
	
	float: left;
	width: 19px;
	height: 18px;
	display: block
}
#header_right #search_block_top input.input {
 background: url("../images/search_field.png") no-repeat scroll left top transparent;
    border: 0 none;
    height: 37px;
    padding: 0 10px 0 5px;
    width: 297px; 
  
}

#header_right #search_block_top .button_search { display: inline;margin-left:5px; }

/* Block categories */
#categories_block_left .tree { padding-left: 0.5em; padding-bottom: 2px; }
#categories_block_left .tree li {
	background: url("../images/strzalka_01b.png") no-repeat 3px 8px;
    border: medium none;
    font-size: 12px;
    font-weight: normal;
    margin-left: 0;
    padding-left: 15px;
    padding-top: 5px;
    text-transform: uppercase;
    padding-right: 5px;
}
#categories_block_left .tree li.selected {
  	background: url("../images/strzalka_01p.png") no-repeat 3px 8px;
  }
#categories_block_left .tree li.last { padding-bottom: 0 }
#categories_block_left .tree ul { padding: 2px 0 0 }
#categories_block_left .tree li li {
background: url("../images/strzalka_02b.png") no-repeat scroll 3px 8px transparent;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 1px 15px;
    text-transform: none
}
#categories_block_left .tree li li.selected {
  background: url("../images/strzalka_02p.png") no-repeat scroll 3px 8px transparent;
  }
#categories_block_left .tree li li.last { padding-bottom: 0 }
#categories_block_left .tree li li li {
  background: url("../images/strzalka_03b.png") no-repeat 3px 6px;
	padding-left: 15px;
	font-size: 12px;
	font-style: italic;
	text-transform: none
}
#categories_block_left .tree li li li.selected {background: url("../images/strzalka_03p.png") no-repeat 3px 6px;}
#categories_block_left .tree li ul li a {
	padding-left: 0;
	color: #828282
}
#categories_block_left .tree li &gt; a {
	padding-left: 0;
	color: #2FA0DE;
	font-weight:bold;
}
#categories_block_left .tree a:hover { text-decoration: none; color: #b51a67 }
#categories_block_left ul.tree a.selected {
	color: #b51a67;
	font-weight: normal
}
#categories_block_left span.grower {
	display: block;
	float: left;
	background-position: 0 3px;
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	margin: 0 0 0 -12px!important;
	margin: 0 0 0 -8px;
	padding: 0
}
#categories_block_left span.OPEN { /*background-image: url('../images/icon/less.gif') */}
#categories_block_left span.CLOSE { /*background-image: url('../images/icon/more.gif') */}

div.blockcategories_footer h4{ background:url('../images/block_footer_page.gif') repeat-x scroll left top;text-align:center;}
div.blockcategories_footer { background:url('../images/block_footer_page_footer.png') repeat-x scroll left bottom #bdc2c9;padding-bottom:5px}
div.blockcategories_footer h4 a{color:#ffffff;font-weight:normal;text-decoration:none}
div.blockcategories_footer .category_footer{ background-image:url('../images/block_bg.jpg');}
div.category_footer{ background:none;text-align:center;border:none; }

#columns .kontakt{
  background:url('../images/bgr_kontakt.png') no-repeat left top;
  width:240px;
  height:196px;
  margin-bottom: 10px
}
#columns #loggedbox{
  background:url('../images/bkg_zalogowany.png') no-repeat left top;
  width:240px;
  height:152px;
  margin-bottom: 10px
}
#columns .kontakt h4{
    margin-bottom: 32px;
    color: #5A5A5A;
    font-family: Cuprum,verdana;
    font-size: 24px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-top: 0;
    text-shadow: 1px 1px white;
    text-transform: none;
  }
#columns .kontakt p{
  color: #2F2F2F;
    font-family: verdana;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 4px;
    padding-left: 35px;
}
#columns #loggedbox h3{
    color: #3c4f0e;
    font-family: Cuprum,verdana;
    font-size: 24px;
    font-weight: normal;
    height: 36px;
    line-height: 34px;
    padding-left: 20px;
    padding-top: 0;
    text-shadow: 1px 1px #a4c25c;
    text-transform: none;
		margin:0;
		
  }
#columns #loggedbox p{
  color: #2F2F2F;
    font-family: verdana;
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 4px;
    padding-left: 20px;
		font-weight:bold;
}
#columns #loggedbox p a{
  color: #ffffff;
	text-decoration:none;
}
#columns #loggedbox p a:hover{
  color: #ffffff;
	text-decoration:underline;
}

.advertising_block {text-align:center;}

h2 .rssicon {position:absolute;right:10px;top:2px;}

.kategoria {background:url('../images/bkg-kategoria.png') no-repeat;width:158px;height:129px;float:left;padding:10px;text-align:center;margin-bottom:10px;margin-right:7px;}

.kategorie {margin-left:5px;margin-top:15px;}

div.nav {margin:15px 15px 0 15px;text-align:right;font-family: Cuprum,verdana;font-size: 16px;}

div.nav a {color:#6a6a6a;}
div.nav ul {margin:0;padding:0;}

div.nav ul li {display:inline;margin:0 0 0 10px;}

.productbrand {position:absolute;right:10px;top:0;font-size:9pt;}

a.black {color:#3c4f0e;}

.tablekoszyk {
	width: 100%;
	border: none;
	margin: 20px 0;
}

.tablekoszyk  thead {
	background: gray;
	color: #fff;
}

.tablekoszyk tbody  tr {
	border-bottom: 1px solid #fff;
	background: #efefef;
}

.tablekoszyk tbody  tr.parzysta {
	background: #dedede;
}

.tablekoszyk tbody  tr:hover {
	background: #bbb;
	color: #fff;
}

.tablekoszyk tbody  tr:hover a {
	color: #fff;
}

.tablekoszyk  td {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

.ikona {
	position: relative;
	top: 3px;
}

.button-styled {height:27px;background: url("../images/button-styled.png") no-repeat scroll left 0 transparent;
    color: white !important;
    display: block;
    font-family: cuprum;
    font-size: 16px;
    text-align: center;
    width: 144px;
		border:0;
		padding:4px 0 23px 0;
		}
.button-styled:hover{
  background-position: left -27px;
  text-decoration: none !important
  }
.inline {display:inline;}

.zarowki {
	padding: 10px 0;
	position: relative;
}

.zarowki  a { 
	padding: 0 10px 0 0;
}

.zarowki  a  span { 
	display: none;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.zarowki  a:hover  span { 
	display: block;
}

.scrolltop {
	text-align: right;
	display: block;
	border-top: 1px solid #e1e1e1;
	/*color: #e1e1e1;*/
	margin: 8px 0 30px;
	
	line-height: 15px;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
	
	width: 100%;
}
.produktythumbs {
	padding: 20px 5px 30px 0;
}

.produktythumb {
	width: 35px;
	height: 35px;
	overflow: hidden;
	float: left;
	margin: 0 5px;
	position: relative;
	border: 1px solid #efefef;
}


.produktythumb img {
	position: absolute;
	top: -15px;
	left: -25px;
	max-height: 100px;
	max-width: 100px;
}

.lupaicon {
	width: 12px;
	height: 12px;
	padding-top: 5px;
}

.produktfoto {
	float: right;
	
	margin: 0 20px;
	text-align: center;
	background: url('../images/bkg-product-foto.png') no-repeat;
	width:258px;
	height:274px;
	position:relative;
}

.produktfoto a {text-align:center;display:block;}


.produktfotoimg {
	max-width: 200px;
	max-height: 200px;
	border: 1px solid #fff;
}

.produktopis {
	float: left;
	padding: 0 5px 5px 5px;
	max-width: 435px;
}


.fotobox {
	width: 200px;
	margin: 20px auto 0 auto;
	height: 200px;
	background: #fff;
	overflow: hidden;
}

.produktfoto .powiekszenie {position:absolute;bottom:10px;left:29%;}


.glownefoto {
	
}

#main .addtocart {
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
position: relative;
width: 728px;
}

#main .addtocart p {line-height:21px}

#main .addtocart form {
background: none repeat scroll 0 0 transparent;
float: right;
line-height: 21px;
position: relative;
top: -30px;
width: 375px;
}

#main .addtocart a {
	color: #0079c0;
	text-decoration: none;
}

#main .addtocart a:hover {
	text-decoration: underline;
}

#main .addtocart div strong,#main .addtocart p strong {color:#749620}

#main .addtocart form input[type="text"] {height:19px;}

#main .addtocart .button-styled {
position: absolute;
right: 0;
top: 0;
}

input[type="submit"] {cursor:pointer;}

.cechy_tytul {
    font-weight: bold;
    font-size: 12px;
}

.cechy_lista_wartosci li input{
    margin-left: 2px;
    width: 20px;
}

#enabled_filters span
{
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
}

#enabled_filters a
{
	color: #f00;
	text-decoration: none;
}

#enabled_filters li
{
	font-size: 10px;
}</pre></body></html>