/* Tlo */
body{
    background: url(../images/body_bg.jpg) repeat-x #ebebeb;
    color:#565455;
}

#layout_wrapper{
/*    background: url(../images/bg2.png) no-repeat center 179px;*/
}

#layout{
    /*width:1000px;*/
}

#layout_wrapper.home > .page{
    text-align:left;
    padding:5px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}

.page_body{
    text-align:justify;
}

.page_footer{ }

#home_page{
    background: url(../images/content_bg.gif) repeat-y;
    text-align:left;
    padding:5px 0;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 4.5%;
}

.page_header h1,
#home_page_header h1,
.header h2{
    background: url('../images/page_header.jpg') no-repeat;
    padding: 0 20px 0 42px;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    height: 59px;
    line-height: 56px;
    color: #ffffff;
}

.page_header h1{
    margin:0px;
}

#home_page_body{
    text-align:justify;
}

#home_page_body .page{
    padding: 5px 0;
    border: none;

}

#home_page_footer{ }

#home_page_item{
    /*padding:0 10px;*/
}

/*
Kontener na baner
*/
#banner_wrapper{
    height: auto;
    margin: 0 auto;
    width: 96%;
}


/* Pasek gorny */
#layout #top #top_links{
    background:url('../images/top_links_center.jpg') repeat scroll 0 0 transparent;
    text-align:left;
    float:right;
    margin-top: 2px;
    margin-bottom: 10px;
}

#layout #top #top_links .left{
    background:url('../images/top_links_left.jpg') no-repeat scroll left top transparent;
}

#layout #top #top_links .right{
    background:url('../images/top_links_right.jpg') no-repeat scroll right top transparent;
    height: 56px;
}

#layout #top #top_links ul{
    margin:0px;
    padding:0px;
    float: right;
}

/* Reguly dla linkow dolnych i gornych dla wyswietlenia elementow w lini dla wszystkich przegladarek */
#top_links ul li, #bottom_links ul li {
    display: inline;
}
#top_links ul li span, #bottom_links ul li span {
    display: inline-block;
}

#layout #top #top_links ul li, #layout #top #top_links .menu_level1{
    float:left;
    line-height:56px;
}

#layout #top #top_links ul li a, #layout #top #top_links .menu_level1 .level1_span a{
    color:#6d6d6d;
    text-decoration:none;
    font-weight:normal;
    display:block;
    padding: 0 28px 0 30px;
    font-size: 18px;
    text-transform: uppercase;
}

#layout #top #top_links .menu_level1 .level1_span a{
    background: url('../images/bar_separator.jpg') no-repeat left top;
}

#layout #top #top_links .menu_level1.first .level1_span a{
    background: none;
}

#layout #top #top_links .menu_level1 .level1_span span.left_corner {
    display: inline-block;
}

#layout #top #top_links .menu_level1 .level1_span span.right_corner {
    width: 15px;
}

#layout #top #top_links .menu_level1 .level1_span {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    height: 56px;
    margin: 0 1px;
}

#layout #top #top_links .menu_level1 .level1_span .menu_con {
    position: absolute;
    left: 50%;
    top: 56px;
    line-height: 30px;
}

#layout #top #top_links .menu_level1 .menu_con .ul_menu_child {
    position: relative;
    left: -50%;
    top: 0px;
    z-index: 100;
    background-color: #fff;
    /*border: 1px solid #cccccc;*/
    white-space: nowrap;
    width: auto;
    list-style: none;
    display:inline-block;
    padding-bottom: 2px;
    float:left;
    /*border-radius: 10px 10px 10px 10px;*/
    box-shadow: 2px 2px 3px 0 #A0A0A2;
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 {
    line-height: 31px;
    background: none;
    width:auto;
    text-align: center;
    display: inline;
    white-space: nowrap;
    float: none;
    position: static;
    margin: 0px;
    z-index: 1000;
    padding: 0px;
}
#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 a {
    /*margin: 0 3px;*/
    float:none;
    white-space: nowrap;
    text-align: center;
    background: none;
    padding: 0 26px 0 15px;
    color:#000000;
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2:hover a{
    background:url('../images/menu_l2_selected.png') no-repeat right center transparent;
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2:hover a,
#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2.menu_selected a {
    width:auto;
    white-space: nowrap;
    text-decoration: none;
    background-color: #d0e340;
    color: #000;
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 a {
    color: #292929;
    font-weight: normal;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
}
#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 a.bottom_li {
    border-top: 1px solid #e5e5e5;
}

/*#layout #top #top_links .menu_level1.menu_selected .level1_span, */
#layout #top #top_links .menu_level1.menu_open .level1_span,
#layout #top #top_links .menu_level1 .level1_span:hover { }
#layout #top #top_links .menu_level1.menu_selected .level1_span span.left_corner,
#layout #top #top_links .menu_level1.menu_open .level1_span span.left_corner,
#layout #top #top_links .menu_level1 .level1_span:hover span.left_corner {
    background: url('../images/menu_top_left.png') no-repeat top left transparent;
}
#layout #top #top_links .menu_level1.menu_selected .level1_span a,
#layout #top #top_links .menu_level1.menu_open .level1_span a,
#layout #top #top_links .menu_level1 .level1_span:hover a {
    color: #95bf00;
}

#layout #top #top_links .menu_con_l2{
    background: #fff;
    position: absolute;
    margin-top: -38px;
    /*border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px -1px #919191;*/
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 .menu_level3{
    width: 100%;
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 .menu_level3.bottom_li{
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 .menu_level3 a{
    border-top: none;
    line-height: 40px;
    text-align: left;
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2:hover .menu_level3 a,
#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2.menu_selected .menu_level3 a {
    background:none;
    text-decoration: none;
}

#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 .menu_level3:hover a,
#layout #top #top_links .menu_level1 .ul_menu_child li.menu_level2 .menu_level3.menu_selected a {
    text-decoration: underline;
}

#layout #top #logo{
    float: left;
    text-align:left;
    max-height: 69px;
    margin: 3.7% 0 0 3.7%;
}
#layout #top #logo h1{
 	display: inline;
	margin: 0px;
	padding: 0px;
}

#layout #top #logo h1 a{
    display: block;
    max-width: 321px;
    height: inherit;
}

#layout #top #logo a img{
    width: 100%;
}

#layout #top #right_side{
    float: right;
    margin: 16px 2% 0 0;
}

#layout #top #infoline{
    text-align: right;
}

#layout #top #infoline .info_text{
    color: #414141;
    font-size: 14px;
    line-height: 42px;
}

#layout #top #infoline .info_small_text{
    color: #c1c1c1;
    font-size: 9px;
    line-height: 14px;
}

#layout #top #infoline .info_phone{
    color: #95bf00;
    float: right;
}

#layout #top #infoline .info_phone .phone_big{
    font-size: 22px;
    vertical-align: middle;
}

#layout #top #infoline .info_phone .phone_small{
    font-size: 22px;
    vertical-align: middle;
    padding-top: 4px;
}

.long_text ul li,
.long_text ol li{
    margin-left: 25px;
}

#accessibility .facebook{
    position: absolute;
}

.social{
    background:#fff;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #888;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social a{
    vertical-align:middle;
}

.fb-like {
    display: inline-block;
    padding: 5px;
}

/* Uklad */
.column_1{
    margin-left: 2%;
    float:left;
    width:30%;
}

.column_2{
    margin-left: 2%;
    margin-bottom: 4px;
    width:96%;
    float:left;
}

#layout_wrapper.home .column_2{
    margin-left: 2%;
    width: 96%;
    float:left;
}

.column_3{
    float:right;
    width:200px;
    display:none;
}

/* Boksy */
.column_1 .box{
    margin-bottom:20px;
    text-align: left;
}

.column_1 .box .header{
    background: url(../images/box_header.png) no-repeat 0 0;
    line-height:56px;
    color:#414141;
}

.column_1 .box .header .middle{
    padding:0 19px 0 39px;
    font-size: 18px;
}

.column_1 .box .header .left{}
.column_1 .box .header .right{}
.column_1 .box .body{
    border: 1px solid #d5d5d5;
    border-top: none;
    border-radius: 0 0 5px 5px;
}
.column_1 .box .footer{}
.column_1 .box .body .box_html_content{
    padding:20px;
}
.column_1 .box .body table.sounder{
    margin:0 auto;
}

.column_1 .no_border_box .box .box_header{
    display:none;
}

#bottom_boxes .box{
    margin-left:2%;
    text-align: left;
    float: left;
    width: 32%;
}

#bottom_boxes .box.box_first{
    margin: 0;
}

#bottom_boxes .box .header a {
    color:#ffffff;
    text-decoration: none;
}

#bottom_boxes .box .header{
    background: url(../images/box_header.jpg) no-repeat 0 0;
    line-height:76px;
    height: 69px;
    color:#ffffff;
}

#bottom_boxes .box .header .middle{
    padding:0 21px 0 51px;
    font-size: 18px;
}

#bottom_boxes .box .header .left{}
#bottom_boxes .box .header .right{}
#bottom_boxes .box .body{
    background-color: #ffffff;
}
#bottom_boxes .box .footer{
    background: url(../images/box_bottom.jpg) no-repeat 0 0;
    height: 24px;
}
#bottom_boxes .box .body .box_html_content{
    padding:0;
}

#bottom_boxes .box .body .box_html_content p{
    padding:0;
    margin: 0;
}

#bottom_boxes .box .body .box_html_content .shadow img{
    border-radius: 0;
}

#bottom_boxes .box .body .box_html_content span.thumb{
    padding: 0;
}

#bottom_boxes .box .body table.sounder{
    margin:0 auto;
}

#bottom_boxes .no_border_box .box .box_header{
    display:none;
}

#breadcrumbs{
    float: left;
}

/* Menu */
ul.menu{
    list-style:none;
    margin:0px;
    padding:0px;
}

ul.menu li{
    background:url(../images/menu_li.jpg) repeat-x;
    padding:0px;
}

ul.menu li a:hover{
    color:#185071;
}

ul.menu li a{
    background:url(../images/menu_arrow.gif) no-repeat 20px 16px;
    display:block;
    color:#3c3c3c;
    text-decoration:none;
    padding:11px 0 11px 35px;
}

ul.menu ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

ul.menu ul li{
    background:none;
}

ul.menu ul li a{
    background:url(../images/menu_li_arrow.gif) no-repeat 40px 16px;
    border-bottom:1px solid #d1d2d4;
    padding-left:55px;
}

ul.menu ul ul li a{
    background:url(../images/menu_li_arrow.gif) no-repeat 60px 16px #eaeaea;
    padding-left:75px;
}

ul.menu li.menu_selected{
/*    background:url(../images/menu_li_selected.gif) repeat-x;*/
}

ul.menu li.menu_selected a{
    background: url(../images/arrow_active.jpg) no-repeat 15px 13px;
    font-weight: bold;
    color:#fff;
}

ul.menu li.menu_selected li a{
    color:#3c3c3c;
    text-decoration:none;
}

ul.menu li.menu_selected li a:hover{
    color:#185071;
}

/* Buttony */
.button input{
    background: none;
    border: none;
    outline: none;
}

.button .right input, .button1 {
    color:#ffffff;
    font-size: 12px;
    font-weight: bold;
    cursor:pointer;
    text-decoration:none;
}

.button.left {
    line-height: 29px;
    display: inline-block;
    height: 32px;
    background:url(../images/button_left.png) no-repeat 0 0;
    padding-left: 5px;
}
.button .right {
    padding-left: 9px;
    padding-right: 14px;
    display: inline-block;
    height: 32px;
    background:url(../images/button.png) scroll right center;
}

.content_item_table .button .right input, .button1 {
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    cursor:pointer;
    text-decoration:none;
}

.content_item_table .button.left {
    padding-left: 16px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background:url(../images/button.jpg) scroll left center;
}
.content_item_table .button .right {
    padding-left: 0;
    line-height: 30px;
    display: inline-block;
    height: 32px;
    background:url(../images/button_right.jpg) no-repeat right center;
    padding-right: 28px;
}

.form_element .button {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
}

.news_archive{
    float:right; margin: 15px 0;
}

/* Lista tresci */
.content_item{
    text-align:justify;
    margin-bottom:20px;
}

.content_item h2{
    font-weight: normal;
}

.content_item h3{
    font-size:15px;
    font-weight:bold;
    font-family:arial;
    margin:10px 0;
}

.content_item .thumb_category{
    float:left;
    margin-right:10px;
}

.content_item .content_text{}

.content_item .under_desc,
.content_item .bottom{
    font-size:11px;
    color:#777;
}

.content_item .author{}

.content_item .read_more{
    text-align:right;
    padding:10px;
}

.content_item_desc {
    margin: 20px 0;
}

.content_item_desc .content_text ul li,
.content_item_desc .content_text ol li{
    margin-left: 25px;
}

.content_item_desc .thumb_category{
    float: left;
    margin: 0 10px;
}

.content_item_desc .button{
    float: right;
}

/* Stopka */
#bottom{
    width: 1000px;
    margin: 0 auto;
    text-align:left;
}

#bottom #bottom_links{
    width: 100%;
    height: inherit;
}
#bottom #bottom_links ul{
    margin:0px;
    padding:0px;
    list-style:none;
}

#bottom #bottom_links ul li{
    background:url(../images/foot_separator.gif) no-repeat;
    line-height:69px;
}
#bottom #bottom_links ul li.first{
    background:none;
}

#bottom #bottom_links ul li a{
    padding:0 30px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    display:block;
}

#bottom .bottom_form{
    width: 49%;
}

#bottom .bottom_form .form{
    width: auto;
    margin: 15px auto 0;
    padding-bottom: 5px;
}

#bottom .bottom_form .form_wrapper .label_wrapper{
    width: 25%;
    color: #ffffff;
}

#bottom .bottom_form .form_wrapper .field_wrapper{
    width: 68.5%;
}

#bottom .bottom_form form input[type="text"], form input[type="password"], .page_input_width{
    width: 100%;
}

#bottom .bottom_form form textarea{
    width: 99.5%;
}

#bottom .bottom_form form input, form textarea{
    padding: 4px;
}

#bottom .bottom_form .form_element .button{
    margin-right: 8px;
    margin-top: 0;
}

#bottom .bottom_form .form_header{
    height: 69px;
    background: url('../images/form_line.png') repeat-x bottom left;
}

#bottom .bottom_form .form_header h3{
    background: url('../images/form_arrow.png') no-repeat 6px 18px;
    line-height: 66px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding-left: 51px;
}

#bottom #bottom_form_1{
    float: left;
}

#bottom #bottom_form_2{
    float: right;
}

/* Footer info */
#copyrights{
    padding:0 18px 70px 18px;
    text-align:left;
}

#copyrights a{
    text-decoration:none;
    color:#ffffff;
    font-size: 14px;
}

/* Obrazki */
.shadow{
    margin:10px;
    display: inline-block;
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFFFF, endColorStr=#d8d8d8, GradientType=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#d8d8d8, GradientType=0)";
    background:-webkit-gradient(linear, left bottom, left top, from(#d8d8d8), to(#fff), color-stop(0.7, #fff));
    background:-moz-linear-gradient(bottom, #d8d8d8, #fff 70%);
    background:-o-linear-gradient(bottom, #d8d8d8, #fff 70%);
    background:linear-gradient(bottom, #d8d8d8, #fff 70%);*/
    background-color:#d8d8d8;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#919191');
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#919191')";
    -moz-box-shadow:2px 2px 4px #919191;
    -webkit-box-shadow:2px 2px 4px #919191;
    box-shadow:2px 2px 4px #919191;*/
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px 5px 5px 5px;
    /*border:1px solid #abacae;*/
}

.shadow img{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px 5px 5px 5px;
    display: block;
    background-color:#fff;
    width: 100%;
    height: auto;
    /*
    Zamiast tego na span przeniesiony styl
    padding:1px;
    */
}

span.thumb{
    padding: 1px;
}

.gmap img{
    background-color:transparent;
}

.thumb a{
    margin:0;
    padding:0;
}

/* Wyszukiwarka */
.highlight_text{
    background: yellow;
}

/* Mapa strony */
ul.sitemap li{
    margin:0 20px;
}

/* Stronicowanie */
.pagination{
    margin-top: 10px;
    text-align:center;
    color: #b2b2b2;
    font-size: 14px;
    margin-bottom: 20px;
}

.pagination a{
    text-decoration: none;
    color: #b2b2b2;
}

.pagination .page_prev,
.pagination .page_next,
.pagination .page_first,
.pagination .page_last{
    margin: 10px;
}

/* Elementy kategorii */
.content_item_table {
    text-align: center;
    width: 31.2%;
    float: left;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 1.5%;
    position: relative;
}

.content_item_table.first{
    margin-left: 1.5%;
}

.content_item_table .top{
    background: linear-gradient(#ffffff, #f6f6f6);
    /*line-height:56px;*/
    color:#414141;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin-bottom: -5px;
    display: table;
    width: calc(100% - 19px);
    padding-left: 17px;
}

.content_item_table .top h2{
    background: url('../images/header_arrow.png') no-repeat left center;
    padding: 10px 10px 10px 22px;
    font-size: 18px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.content_item_table .middle {
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding-bottom: 12px;
}

.content_item_table .bottom {
    background: url(../images/table_item_bottom.jpg) no-repeat 0 0;
    height: 24px;
}

.content_item_table .shadow{
    margin: 15px 5% 8px 5%;
    /*width: 100%;*/
    padding: 0;
}

.page_body #product{
    padding-top: 10px;
}

.product_badge{
    float: right;
    height: 0;
    position: absolute;
    margin-right: 3px;
    bottom: 282px;
    right: 0;
}

#product_badge{
    position: absolute;
    margin-top: -15px;
    margin-left: 410px;
}
#product_photo{
    float: left;
    margin-bottom: 4px;
}
#product_photo .shadow{
    margin: 0;
    display: block;
    padding: 0;
}
#product_photo .bottom{
    height: 24px;
    background: url('../images/product_photo_bottom.jpg') no-repeat;
}
#product_desc{
    float: right;
    width: 49%;
    margin-bottom: 28px;
}
#product_tabs{
    padding-bottom: 15px;
}
#product_tabs .t_header{
    display: inline-block;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    border-radius: 5px 5px 0 0;
    margin-bottom: -1px;
    background-color: #ebebeb;
    width: 19%;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    color: #717171;
}
#product_tabs .t_header.active{
    border-bottom-color: #ffffff;
    background-color: #ffffff;
    color: #424242;
}
#product_tabs .t_content{
    display: none;
    border: 1px solid #d5d5d5;
    border-radius: 0 5px 5px 5px;
    padding: 25px 3%;
}
#product_tabs #t_content_1{
    padding: 10px 1.5%;
}
#product_tabs .t_content.active{
    display: block;
}

/* Udogodnienia dla niedowidzacych */
#layout #accessibility{
    height: 23px;
    padding: 15px 0;
    width: 1000px;
    margin: 0 auto;
}

#layout #accessibility #contrast{
    float: right;
    margin-left: 12px;
    margin-top: -2px;
}

#layout #accessibility #contrast span{
    float: right;
    height: 25px;
    line-height: 25px;
    margin-top: 2px;
}

#layout #accessibility #contrast .contrast_btn{
    border: 2px solid #333333;
    border-radius: 15px 15px 15px 15px;
    width: 19px;
    height: 19px;
    line-height: 17px;
    text-align: center;
    float: right;
    cursor: pointer;
    margin-left: 3px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 2px;
}

#layout #accessibility #contrast #b_on_y_contrast{
    background-color: #FFFF00;
    color: #000000;
}

#layout #accessibility #contrast #w_on_b_contrast{
    background-color: #000000;
    color: #FFFFFF;
}

#layout #accessibility #contrast #default_contrast{
    background-color: #FFFFFF;
    color: #000000;
}

#layout #accessibility #font_size{
    /*float: right;*/
    text-align: right;
}

#layout #accessibility #font_size span{
    display: inline-block;
    height: 25px;
    line-height: 25px;
}

#layout #accessibility #font_size .font_size_btn{
    width: auto;
    text-align: center;
    float: right;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

#layout #accessibility #font_size #default_size{
    margin-left: 5px;
}

#layout #accessibility #font_size #default_size .letter{
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
    color: #000;
}

#layout #accessibility #font_size #medium_size{
    margin-left: 10px;
}

#layout #accessibility #font_size #medium_size .letter{
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
    color: #000;
}

#layout #accessibility #font_size #large_size{
    margin-left: 8px;
}

#layout #accessibility #font_size #large_size .letter{
    font-size: 19px;
    line-height: 23px;
    font-style: italic;
    color: #000;
}

#layout #accessibility #font_size #medium_size .plus,
#layout #accessibility #font_size #large_size .plus{
    font-size: 12px;
    font-weight: normal;
    line-height: 2px;
    vertical-align: text-top;
    color: #000;
}

.box .news_short_desc_element{
    text-align: justify;
    padding: 0 5px;
}

.box .base_news_more{
    float: right;
    margin-right: 5px;
}