body {
    background:#FFFFFF;
    font-size:11pt;
    font-family:Helvetica, Arial, Verdana;
    color:#353535;
    padding:0;
    margin:0;
}

div#outer_container {
    width:100%;
}

div#inner_container {
    width:980px;
    height:600px;
    padding:0px 10px;
    margin:auto;
}

div#header {
    width:980px;
    padding:0px 10px;
    margin:auto;
    overflow:hidden;
    zoom:1;
}

div#mid_strip_outer {
    width:100%;
    border-width:1px 0px 1px 0px;
    border-style:solid;
    border-color:#DDDDDD;
    padding:1px 0px;
    background:white;
}

div#mid_strip_inner {
    height:100%;
    background:url(../images/mid_strip.png) repeat-x;
}

div#mid_strip_content {
    width:980px;
    padding:30px 10px;
    margin:auto;
    position:relative;
}

div#mid_strip_main_text {
    width:580px;
    padding:0;
    height:241px;
    font-family:"Open Sans Condensed", Helvetica, Arial;
    font-size:22pt;
    line-height:150%;
    color:#FFFFFF;
/*    background:url(../images/top_text.png) 50% 50% no-repeat; */
}

div#mid_strip_title {
    color:#FFFFFF;
    font-size:20pt;
    font-weight:bold;
    font-family:"Open Sans Condensed", Helvetica, Arial;
    padding:50px 0px 50px 0px;
}

div.mid_strip_1 {
    width:334px;
    height:260px;
    background:url(../images/mid_photo_2.png) no-repeat;
    position:absolute;
    top:-73px;
    right:100px;
}

div.mid_strip_2 {
    width:334px;
    height:290px;
    background:url(../images/mid_strip_photo_2.png) no-repeat;
    position:absolute;
    top:-119px;
    right:100px;
}

div.mid_strip_3 {
    width:276px;
    height:286px;
    background:url(../images/mid_strip_photo_3.png) no-repeat;
    position:absolute;
    top:-115px;
    right:100px;
}
div#mid_strip_main_lady {
    background:transparent url(../images/mid_photo_1.png);
    width:442px;
    height:414px;
    position:absolute;
    right:0;
    top:-113px;
    z-index:900;
}

/* LOGO */

div#logo_container {
    background:url(../images/kulczycka_logo.png) 50% 50% no-repeat;
    width:200px;
    height:90px;
    padding:20px 15px;
    float:left;
}

div#logo_container a {
    width:100%;
    height:100%;
    display:block;
}

/* LANGUAGE STRIP */

div#language_strip {
    height:30px;
    float:right;
    text-align:center;
}


div#language_strip ul {
    padding:0;
    margin:auto;
    overflow:hidden;
    zoom:1;
}

div#language_strip li {
    float:left;
    padding:8px 14px 6px 14px;
    list-style-type:none;
    line-height:14px;
}

div#language_strip li a {
    text-decoration:none;
    font-size:10pt;
    color:#353535;
}

div#language_strip li a:hover {
    color:#C90D2E;
}

/* TOP MENU */

div#navigation {
    clear:both;
}

ul.nav2 {
    padding:0;
    margin:0;
    list-style-type:none;
    overflow:hidden;
    zoom:1;
    position:relative;
    z-index:1010;
}

ul.nav2 li {
    float:left;
    padding:0px;
}

ul.nav2 li.first_level {
    padding:20px 30px 16px;
    text-transform:uppercase;
    font-size:12pt;
    font-weight:bold;
}

ul.nav2 li.first_level a {
    color:#353535;
    text-decoration:none;
}

li.active_0 {
    border-width:1px 1px 0px 1px;
    border-style:solid;
    border-color:transparent;
}

li.active_1 {
    border-width:1px 1px 0px 1px;
    border-style:solid;
    border-color:#DDDDDD;
    background:url(../images/bookmark.png) repeat-x;
}

/* CONTENT */
div#content_container {
    width:1000px;
    margin:auto;
    overflow:hidden;
    zoom:1;
}

div.content_general {
    line-height:150%;
    text-align:justify;
}

div#content_main_left {
    float:left;
    width:710px;
    padding:10px;
    line-height:150%;
}

div#content_main_wide {
    width:100%;
    padding:10px;
    line-height:150%;
}

div#content_main_left ul,
div#content_main_wide ul {
    list-style-type:square;
    padding:0px 0px 0px 20px;
}

div#right_navigation_container {
    float:right;
    padding:10px;
}

div#right_navigation {
    width:250px;
}

div.right_navigation_top {
    width:250px;
    height:10px;
    background:url(../images/right_nav_top.png) no-repeat;
}

div.right_navigation_middle {
    width:248px;
    background:#EAEAEA;
    border-width:0px 1px 0px 1px;
    border-style:solid;
    border-color:#DDDDDD;
}

div.right_navigation_bottom {
    width:250px;
    height:10px;
    background:url(../images/right_nav_bottom.png) no-repeat;
}

div.right_nav_header {
    padding:3px 0px 6px 10px;
}
ul#right_nav li {
    font-size:9pt;
}

ul#right_nav li a {
    display:block;
    background:url(../images/indicator.png) no-repeat;
    background-position:4% 50%;
    padding:3px 0px 3px 25px;
    color:#353535;
    text-decoration:none;
    border-width:1px 0px 0px;
    border-style:solid;
    border-color:#DDDDDD;
}

ul#right_nav li a:hover {
    background-color:#FFFFFF;
}

/* FOOTER */
div#footer_container {
    width:100%;
    padding:1px 0px 0px 0px;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    border-color:#DDDDDD;
    background:#FFFFFF;
}

div#footer_inner {
    background:#F2F2F2;
    width:100%;
    padding:10px 0px;
}

div#footer_content {
    width:980px;
    padding:20px 10px;
    margin:auto;
    overflow:hidden;
    zoom:1;
}

div#footer_nav_container {
   float:left;
}

div.footer_box {
    float:right;
    line-height:150%;
}

div#footer_box_02 {
    padding:0px 20px;
}
div#footer_box_04 {
    padding:0px 0px 0px 20px;
}

div.footer_box_header {
    font-weight:bold;
}

div#footer_box_03 .footer_box_header {
    font-weight:normal;
}

div.footer_box_map {
    width:143px;
    height:41px;
    background:url(../images/map_footer.png) no-repeat;
    border:1px solid #DDDDDD;
}

div.footer_box_map a {
    width:100%;
    height:100%;
    display:block;
}

div#footer_nav_container ul {
    overflow:hidden;
    zoom:1;
    list-style-type:none;
}

div#footer_nav_container ul li {
    float:left;
    padding:0px 15px 0px 0px;
    line-height:150%;
}

div#footer_nav_container ul li a {
    text-decoration:none;
    color:#353535;
}

div#footer_nav_container ul li a:hover {
    color:#C90D2E;
}

/* INDEX PAGE BOXES */

div#bottom_blocks_container {
    overflow:hidden;
    zoom:1;
    padding:20px 0px 10px;
    clear:both;
}

div.box {
    float:left;
    text-align:left;
    font-size:10px;
}

div#box_02 {
    padding:0px 20px;
}

div.box_pic {
    height:140px;
    width:189px;
}

div.box_txt_header {
    font-weight:bold;
    font-size:10pt;
    padding:5px 0px 0px 0px;
}

div.box_txt {
    font-size:10pt;
    line-height:120%;
}

div.box_live_txt {
    float:left;
    text-align:left;
    line-height:150%;
    font-size:9pt;
}

div.box_link {
    float:left;
    background:url(../images/link_deco.png) 0px 14px repeat-x;
    cursor:pointer;
}

div.box_link a {
    font-size:10pt;
    line-height:120%;
    color:#C90D2E;
    font-weight:bold;
    text-decoration:none;
    white-space:nowrap;
}

div.box_link a:hover {
    color:#353535;
}

div#box_pic_01 {
    background:url(../images/block_1.jpg) no-repeat;
}

div#box_pic_02 {
    background:url(../images/block_2.jpg) no-repeat;
}

div#box_pic_03 {
    background:url(../images/block_3.jpg) no-repeat;
}

div.box_top {
    height:6px;
    width:221px;
    background:url(../images/box_top.png) no-repeat;
}

div.box_middle {
    height:280px;
    width:189px;
    padding:10px 16px;
    background:url(../images/box_middle.png) repeat-y;
}

div.box_bottom {
    height:6px;
    width:221px;
    background:url(../images/box_bottom.png) no-repeat;
}

table.pricelist_tab {
    width:100%;
}

table.pricelist_tab td {
    border-width:1px 0px 1px 0px;
    border-style:solid;
    border-color:#EAEAEA;
    padding:5px;
}

table.pricelist_tab th {
    border-width:1px 0px 1px 0px;
    border-color:#DDDDDD;
    border-style:solid;
    background:#EAEAEA;
    padding:5px 5px;
    font-weight:bold;
}

table.pricelist_tab .pricelist_price {
    font-weight:bold;
}

ul#treat_nav {
    list-style-type:square;
    overflow:hidden;
    zoom:1;
    padding:0px 0px 0px 20px;
}

ul#treat_nav li {
   padding:5px;
}

ul#treat_nav li a {
   text-decoration:none;
   color:#353535;

}

ul#treat_nav li a:hover {
  color:#C90D2E;
text-decoration:underline;
}

#treats_list {
    width:100%;
    border-collapse:separate;
}

.treat_pic_container {
    width:150px;
    padding:15px 5px 10px 5px;
    vertical-align:top;

}

.treat_desc_container {
    vertical-align:top;
    padding:10px 20px 10px 5px;
    width:300px;
}

.treat_pic_container img {
    border:1px solid #FFFFFF;
}

.treat_pic_container .pic_wrap {
    border:1px solid #DDDDDD;
    width:152px;
}

.treat_desc {
    font-size:12px;
    line-height:150%;
    text-align:left;
}

.treat_link {
    font-weight:bold;
    color:#353535;
    text-decoration:none;
}

img.class_to_overlay { float:left; border:1px solid #ccc; padding:2px; margin:2px; }
a.link_to_overlay { overflow:hidden; zoom:1; }
a { color: #353535; }

.cookies-warning { width:100%; position:fixed; background:#f2f2f2; border-top:1px solid #c90d2e; bottom:0px; left:0px; z-index:1000; text-align:center; }
#cookies-close { font-size:13pt; font-weight:bold; color:#c90d2e; cursor:pointer; }
.cookies-warning p { padding:5px; line-height:150%; }

.type_pricelist {
    width: 100%;
}

ul.type_pricelist {
    padding:0 !important;
    margin:0 !important;
}

.type_pricelist li {
    list-style-type: none;
}

.type_pricelist li.item,
.type_pricelist td {
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:#EAEAEA;
    padding:5px;
}

.type_pricelist a {
    text-decoration: none;
}

.type_pricelist .item_header,
.type_pricelist th {
    border-width:1px 0 1px 0;
    border-color:#DDDDDD;
    border-style:solid;
    background:#EAEAEA;
    padding:5px 5px;
    font-weight:bold;
    color: #c90d2e;
    text-align: center;
}

li.item .item_price,
.type_pricelist .item_price_container {
    font-weight:bold;
    text-align: right;
    white-space: nowrap;
}

li.item:after {
   clear: both;
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

li.item .item_link {
    display: block;
    float: left;
}

.item_name .indent {
    padding-left: 20px;
}

li.item .item_name {
    float: left;
    display: block;
}

li.item .item_price {
    float: right;
    display: block;
}

.item_price.promo-price-available {
    text-decoration: line-through;
}

li.item .item_price_promotion {
    float: right;
    display: block;
    padding-right: 10px;
    font-weight: bold;
}

.type_pricelist .item_promo {
    font-weight: bold;
    color: #c90d2e;
}

.toggler .item_header:hover,
.toggler th:hover {
    cursor: pointer;
}

.handler-holder {
    position: relative;
}

.handler {
    width: 50px;
    height: 8px;
    background: #eaeaea;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.handler-arrow {
  	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
    position: absolute;
    bottom: 3px;
    left: 20px;
    display: block;
}


.handler-holder:hover {
    -webkit-box-shadow: 0 0 15px 0 #c90d2e;
    box-shadow: 0 0 1px 0 #c90d2e;
}

.handler-holder:hover .handler-arrow {
    border-top-color: #333;
    cursor: pointer;
}

/* PROMOTION */

.prom {
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
}

.promo_name {
    font-size: 14pt;
    font-weight: bold;
    /*color: #c90d2e;*/
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}

.promo_dates {
    font-style: italic;
}

.promo_price {
    font-weight: bold;
}

.promo_price_reduced {
}

.promo_prices_cont {
    display: block;
}

.promo_link a {
    color: #C90D2E;
    font-weight: bold;
}

.promo_link a:after {
    width: 0;
	height: 0;
    margin: 6px 0 0 3px;
    display: inline-block;
    border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #c90d2e;
    content: " ";
}

.promo_product {
    margin-bottom: 10px;
}

.promo_prices {
    text-align: right;
    background: #f2f2f2;
    border: 1px solid #eaeaea;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
}

.promo_description {
    margin-bottom: 10px;
}

.bx-wrapper {
    background: transparent;
    border: 0;
    box-shadow: none;
    height: 240px;
    margin-bottom: 0;
}

.bx-wrapper .bx-pager {
    padding: 10px;
}

.bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: -30px;
}

.bx-viewport {
   height: 240px !important;
}


.charity_action {
    padding: 20px;
}