
body {
    margin:0;
    padding:0;
    font-family: Tahoma;
    font-size: 70%;
    color: #000000;
    background: #66646E ;
}


/*******************************************************************************
* STANDART
*******************************************************************************/

* {
    outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

a { 
    color: #000000;
    text-decoration: none;
}

a:hover { 
    color: #ffffff;
}

img { 
    border: none;
}

ul, ol { 
    margin:0px 0px 0px 20px;
    padding:0px;
    list-style:circle;
}

p, h1, h2, h3, h4 {
    margin:0px;
}

.clear {
    clear: both;
}

.right {
    text-align: right
}

.to_right {
    float: right;
}

.left {
    text-align: left
}

.to_left {
    float: left
}

.strike {
    text-decoration: line-through;
}

.bold {
    font-weight: bold
}

.center {
    text-align: center;
}

.alert {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 110%;
    text-align: center;
}

.pagination {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.hr {
    height: 0px;
    border-top: #cccccc 1px solid;
    margin: 0px;
}

/* mainpage opcja 1 */
.mainpage { margin:75px auto; width:650px; height:534px; position:relative; background:#fff; }
.mainpage .baner { width:650px; height:534px; position:absolute; top:0; left:0; }
.mainpage .logo { position:absolute; top:433px; left:20px; }
.mainpage .lang { position:absolute; top:512px; left:20px; width:200px; height:20px; }
.mainpage .lang a { display:inline-block; margin-right:20px; color:#999; }
.mainpage .lang a:hover, .mainpage .lang .active { color:#0e2942; }
.mainpage .more { position:absolute; top:455px; right:48px; width:300px; overflow:hidden; }
.mainpage .more div { float:right; }
.mainpage .more1 { display:inline-block; margin-right:10px; font-size:1.3em; line-height:25px; text-align:right; color:#333; }
.mainpage .more1:hover { color:#ccc; }
.mainpage .more2 { display:inline-block; margin-right:10px; font-size:1.3em; line-height:25px; text-align:right; color:#66534A; }
.mainpage .more2:hover { color:#ccc; }

/* mainpage opcja 2 */
.mainpage table { position:absolute; top:455px; right:48px; }

/* menu */

#nav { list-style:none; z-index:9999; background:#fff; }
#nav li { float:right; position:relative; z-index:99999; background:#fff; }
#nav li a { padding:0 10px 0 10px; border-left:2px solid #6ead44; height:20px; display:inline-block; font-size:15px; line-height:18px; color:#3f3f3f; background:#fff; }
#nav li a:hover, #nav li a.active { border-left:2px solid #999; background:#fff; }

#nav li span { padding:0 10px 0 10px; border-left:2px solid #6ead44; height:20px; display:inline-block; font-size:1.2em; line-height:18px; color:#3f3f3f; }
#nav li span:hover, #nav li span.active { border-left:2px solid #999; }

#nav .subnav { border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom:2px solid #6ead44; border-left:1px solid #ccc; margin:0; padding:10px 0 10px 0; display:none; width:200px; list-style-type:none; position:absolute; left:0; top:20px; background:#fff; z-index:99999; }
#nav .subnav li { padding:3px 0px 3px 0px; width:200px; float:none; text-align:left; }
#nav .subnav li a { border:none !important; font-size:12px; color:#666; }
#nav .subnav li a:hover { border:none !important; color:#000; }

#nav .login { border-left:2px solid #999; padding-right:25px !important; background:url('../images/gray_arrow.gif') no-repeat right 2px; }
#nav .login:hover { background:url('../images/gray_arrow.gif') no-repeat right 2px; }

#nav li:hover ul, #nav li.over ul { display:block !important; background:#fff; }

#nav .active { color:#6ead44; }
#nav a:hover { color:#6ead44; }

/* --- */

.title { width:950px; height:35px; text-align:left; background:#66646f; }
.title h1 { padding:8px 0 0 22px; font-size:1.4em; color:#fff; }

.text { padding:25px 22px 25px 22px; }
.text p { font-size:1.2em; color:#000; }

.container_banner { width:950px; height:86px; position:relative; margin-bottom:14px; z-index:999; }
#container_banner_image { width:790px; height:86px; position:absolute; top:0px; left:160px; }

.container_banner .pcon { position:absolute; top:0; left:0; }
.container_banner p { padding:18px 24px 14px 24px; font-size:1.3em; font-weight:bold; text-align:left; line-height:18px; background:#ccc; }
.container_banner p a { padding:0 15px 0 0; font-weight:normal; color:#da2610; }
.container_banner p .active { font-weight:bold; }
.container_banner p .inactive { background:url('../images/container_banner_left.jpg') no-repeat right 5px !important; }
.container_banner p a:hover { font-weight:bold; }

/*
.container_banner_products { position:absolute; top:58px; right:0; width:177px; height:34px; text-align:left; background:#6ead44; }
.container_banner_products a { display:inline-block; padding:0 15px 0 20px; font-size:1.4em; font-weight:bold; line-height:32px; color:#000; background:url('../images/container_banner_right.jpg') no-repeat right 12px; }
*/


.promotion-new { width:950px; overflow:hidden; }
.promotion-new-body { padding:50px 0 20px 26px; overflow:hidden; background:url('../images/news_promotion_top.jpg') no-repeat left top; }

.promotion-new-a { float:left; }
.promotion-new-a img { margin:43px 35px 0 0; }
.promotion-new-a p { padding:18px 0 0 0; width:130px; font-size:1.3em; color:#009833; }
.promotion-new-a a { font-size:0.8em; color:#cc6866; }
.promotion-new-a a:hover { color:#cc6866; }

.promotion-new-b { width:228px; float:left; clear:right; text-align:left; }
.promotion-new-b img { margin-top:20px; border:1px solid #999; }

.promotion-new-c { float:left; clear:right; }
.promotion-new-c img { margin:46px 35px 0 0; }
.promotion-new-c p { padding:18px 20px 0 0; width:150px; font-size:1.3em; color:#009833; }
.promotion-new-c .orange { font-size:1.3em; color:#009833; }
.promotion-new-c a { font-size:0.8em; color:#cc6866; }
.promotion-new-c a:hover { color:#cc6866; }

.promotion-new-d { width:200px; float:left; clear:right; }
.promotion-new-d img { margin-top:17px; border:1px solid #999; }

/* --- */

.form-container { margin:0 auto; padding:50px 35px 15px 0; width:473px; background:#504555; }
.form-container form { color:#fff; }
.form-container fieldset { }

/* --- */

.newsletter-form { padding-left:197px; }
.newsletter-form-body { padding-top:20px; width:606px; background:#999; }
.newsletter-form-body p { padding-bottom:10px; }
.newsletter-form-body ul { padding-bottom:5px; list-style-type:square; }
.newsletter-form-body li { padding-bottom:5px; }

.newsletter-form-body .row { padding:0 0 10px 0; width:606px; clear:both; overflow:hidden; }
.newsletter-form-body .label { float:left; width:172px; font-size:1.2em; font-weight:bold; text-align:right; color:#fff; }
.newsletter-form-body .value { padding-left:20px; float:left; clear:right; width:380px; color:#fff; }
.newsletter-form-body .value input { border:1px solid #480d11; margin:0; padding:3px; width:296px; }
.newsletter-form-body .value select { border:none; padding:3px; width:216px; }
.newsletter-form-body .checkbox input { margin:0 10px 0 10px; border:none; width:auto; }

.newsletter-form-body .captcha { padding:0 0 20px 0; width:606px; height:50px; }
.newsletter-form-body .captcha img { margin-left:192px; vertical-align:bottom; }
.newsletter-form-body .captcha input { border:1px solid #480d11; margin:0 0 7px 7px; padding:5px; width:60px; font-size:2em; }

.newsletter-form-body .submit { padding-top:11px; text-align:left; background:#fff; }
.newsletter-form-body .submit input { border:none; width:164px; height:30px; color:#fff; background:#978384; }
.newsletter-form-body .submit input:hover { background:#943032; }

.newsletter-promotion .promotion-new-body { background:url('../images/news_promotion_top4.jpg') no-repeat right 45px !important; }

/* search */

.search-form { width:950px; position:relative; background:#e8e8e8 url('../images/search_form.jpg') repeat-y left top; }
.search-form h2 { position:absolute; top:25px; left:36px; font-size:1.4em; color:#010101; }

.search-form-body { margin:0 auto 0 auto; padding:20px 0 20px 0; width:508px; }
.search-form-body p { padding-bottom:10px; color:#000; }
.search-form-body ul { padding-bottom:5px; list-style-type:square; }
.search-form-body li { padding-bottom:5px; color:#000; }
.search-form-body .row { padding:0 0 10px 0; width:508px; clear:both; overflow:hidden; }
.search-form-body .label { float:left; width:221px; font-size:1.2em; font-weight:normal; text-align:right; color:#000; }
.search-form-body .value { padding-left:20px; float:left; clear:right; width:240px; color:#fff; }
.search-form-body .value input { border:2px solid #676767; margin:0; padding:3px; width:200px; }
.search-form-body .value select { border:1px solid #676767; padding:3px; width:200px; }
.search-form-body .value .submit { border:none; width:99px; height:30px; color:#000; background:#907c7d; }
.search-form-body .value .submit:hover { background:#943032; }

.search-result { margin:0 auto; width:680px; overflow:hidden; }
.search-result .box { width:170px; height:188px; float:left; text-align:center; }
.search-result .box img { margin:0 auto; }
.search-result .box p { padding:10px 0 0 20px; line-height:18px; text-align:left; color:#cd6669; }

.search-result-promotion .promotion-new-body { background:url('../images/news_promotion_top2.jpg') no-repeat right 45px !important; }

/*******************************************************************************
* CONTENT, OVERALL
*******************************************************************************/

#container {
    width: 950px;
    margin: 0 auto 0 auto;
    
	background:#fff;
}

#container_top {
    width:950px;
    height:113px;
    position:relative;
    z-index:1000;
}

#container_top_logo {
    position:absolute;
    top:22px;
	left:25px;
    height:82px;
	width:200px;
}

#container_top_menu {
    position:relative;
	top:33px;
	right:28px;
	width:700px;
	height:20px;
    z-index:999;
    float: right;
}

#container_top_langs {
    position:absolute;
	bottom:12px;
    right:22px;
    font-size: 1.2em;
}
#container_top_langs div {
	position:relative; 	
}	
#container_top_langs div a {
    z-index:10;
	color:#666;
}
#container_top_langs div a:hover {
	color:#000;
}	
	
#container_top_langs .home { margin-right:10px; font-size:0.9em; }
#container_top_langs .panel { margin-right:10px; font-size:0.9em; }

#container_top_langs a {
    color: #999999;
    text-decoration: none;
}
#container_top_langs a:hover {
    color:#6ead44;
}
#container_top_langs a.act_lang {
    color: #003366;
}

/* footer */

#footer {
    background-color: #66646e;
    width: 950px;
    /* border: 1px solid #b2b1b6; */
    overflow: hidden;
    /* margin-bottom: 10px; */
}

#footer_logo {
	width:280px;
	height:100px; 
    float: left;
	position:relative; 
}

#footer_logo img {
    position: absolute;
		top: 36px;
		left: 26px;
}

#footer_logo .copyright {
    position: absolute;
    top: 40px;
    left: 128px;
    color: #f6f6f6;
    font-size: 0.8em;
}

#footer_menu {
	width: 668px;
    float: right;
    padding: 13px 0px 13px 0px;
    color: #ccc;
}

#footer_menu ul {
    list-style-type: none;
    margin: 0px;
	overflow:hidden;
}

#footer_menu li { width:120px; }
#footer_menu a {
    color: #ccc;
}
#footer_menu a:hover { color:#fff; }

#footer_menu .lvl_0 {
    float: left;
    margin-right: 10px;
}

#footer_menu li.lvl_0 a {
    font-weight: bold;
}

#footer_menu li.lvl_1 a {
    font-weight: normal;
}


/*******************************************************************************
* CONTENT, LAYOUT 1
*******************************************************************************/

#l1_main_image {
    width: 950px;
    height: 540px;
    position: relative;
}

#l1_main_image #slideshow {
    width: 950px;
    height: 540px;
    top: 0px;
    z-index: 0;
    position: absolute;
}

#l1_main_image img.bg {
    width: 950px;
    height: 540px;
}

#l1_main_image_navi {
    width: 300px;
    height: 100px;
 
    position: relative;
}

#l1_main_image_navi p { padding:15px 25px 15px 25px; position:absolute; top: 11px; left:0; font-size:1.3em; font-weight:bold; text-align:left; line-height:18px; background:#fff; }
#l1_main_image_navi p a { padding:0 15px 0 0; font-weight:normal; color:#da2610; }
#l1_main_image_navi p .active { font-weight:bold; }
#l1_main_image_navi p .inactive { background:url('../images/green_arrow.png') no-repeat right 5px !important; }
#l1_main_image_navi p a:hover { font-weight:bold; }

/* kategoria */
#l1_main_image_category { width:180px; height:34px; position:absolute; top:20px; right:0; font-size:1.5em; font-weight:bold; text-align:left; text-indent:25px; line-height:32px; color:#000; background:#6ead44; }
/* menu */
#l1_main_image_menu { display:block; width:180px; height:34px; position:absolute; top:60px; right:0; font-size:1.5em; font-weight:bold; text-align:left; text-indent:25px; line-height:32px; color:#000; background:#6EAD44 url('../images/white_arrow.jpg') no-repeat 110px 12px; }
#l1_main_image_menu_con { display:none; padding:15px 0 15px 0; width:180px; position:absolute; top:101px; right:0; background:#fff url('../images/resize_dec.jpg') no-repeat left bottom; }
#l1_main_image_menu_con div { z-index:99999; }
#l1_main_image_menu_con div a { display:block; width:180px; font-size:1.35em; text-align:left; text-indent:25px; line-height:32px; color:#333; }
#l1_main_image_menu_con div a:hover { background:#6EAD44; }

#l1_search_bar {
    width: 932px;
    height: 34px;
	position:relative;
    background-color: #66646e;
    padding: 16px 0px 0px 18px;
}

#l1_search_bar .btn {
    display: inline;
	padding-right:13px; 
    height: 19px;
    color: #ccc;
    font: bold 1.2em Tahoma;
    border :medium none !important;
    background:url('../images/green_arrow.png') no-repeat right 6px;
    vertical-align: middle;
}

#l1_search_bar .input {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #cdcdcd;
    background-color: #ffffff;
    font-size: 1.0em;
    width: 207px;
    color: #66646e;
    height: 17px;
    vertical-align: middle;
}

/* L1 (HOME) NEWS */

#l1_news { padding:10px 0 10px 0; width:950px; }
#l1_news_body { width:950px; overflow:hidden; background:url('../images/news_bg.jpg') repeat-y 380px; }
#l1_news_items { width: 381px; float:left; }
#l1_news_items .news_title { margin:18px 0 30px 26px; }

.news_item_title { width:381px; height:28px; position:relative; background:url('../images/green_sq.jpg') no-repeat 26px 1px; }
.news_item_title span { position:absolute; top:0; left:42px; color:#828282; }
.news_item_title a { position:absolute; top:0; right:34px; text-decoration:none; color:#da2610; }

.news_item_content { padding:0 0 12px 42px; font-size:1.1em; color:#2f2f2f; }
.news_item_content p { width:230px; }
.news_item_content .bold { padding-bottom:5px; color:#008000; }

#l1_new_productl { width:337px; float:left; clear:right; }
#l1_new_productl img { border:1px solid #999; margin:60px 0 60px 25px; }

#l1_new_productr { padding-bottom:25px; width:202px; float:left; clear:right; }
#l1_new_productr img { margin:24px 0 35px 0; }
#l1_new_productr h2 { padding:0 35px 0 0; font-size:2em; font-weight:normal; color:#6ead44; }
#l1_new_productr p { margin:0; padding:10px 35px 18px 0; line-height:18px; color:#3f3f3f; }
#l1_new_productr a { color:#da2610; }

#l1_new_product { padding:0 0 25px 25px; width:509px; float:left; clear:right; }
#l1_new_product img { margin:40px 0 35px 0; }
#l1_new_product h2 { padding:0 35px 0 0; font-size:2em; font-weight:normal; color:#6ead44; }
#l1_new_product p { margin:0; padding:10px 35px 18px 0; line-height:18px; color:#3f3f3f; }
#l1_new_product a { color:#da2610; }

/* --- */

#l1_search_bar form {
    float: left;
    width: 342px;
}
#l1_search_bar .newsletter_btn_con {
    position:absolute;
	top:18px;
	left:410px;
	width:169px;
}	
#l1_search_bar .newsletter_btn {
    display: inline-block;
    padding-right:15px;
    color: #ccc;
    font: bold 1.25em Tahoma;
    background:url('../images/green_arrow.png') no-repeat right 4px;
}
#l1_search_bar .newsletter_btn:hover { color:#fff; }

#l1_search_bar .registry_btn_con {
    position:absolute;
    top:18px;
    left:588px;
    width:170px; 
}   
#l1_search_bar .registry_btn {
    display: inline-block;
    padding-right:15px;
    color: #ccc;
    font: bold 1.25em Tahoma;
    background:url('../images/green_arrow.png') no-repeat right 4px;
}
#l1_search_bar .registry_btn:hover { color:#fff; }

#l1_search_bar .download_btn_con {
    position:absolute;
    top:18px;
    left:767px;
    width:180px; 
}   
#l1_search_bar .download_btn {
	  display: inline-block;
	  padding-right:15px;
    color: #ccc;
    font: bold 1.25em Tahoma;
    background:url('../images/green_arrow.png') no-repeat right 4px;
}
#l1_search_bar .download_btn:hover { color:#fff; }

/* ru */
#l1_search_bar .newsletter_btn_con_ru {
    position:absolute;
    top:18px;
    left:350px;
    width:257px; 
    height:34px;
} 
#l1_search_bar .newsletter_btn_ru {
    display: inline-block;
    padding-right:15px;
    color: #ccc;
    font: bold 1.25em Tahoma;
    background:url('../images/green_arrow.png') no-repeat right 4px;
}
#l1_search_bar .newsletter_btn_ru:hover { color:#fff; }

#l1_search_bar .registry_btn_con_ru {
    position:absolute;
    top:18px;
    left:620px;
    width:164px; 
}   
#l1_search_bar .registry_btn_ru {
    display: inline-block;
    padding-right:15px;
    color: #ccc;
    font: bold 1.25em Tahoma;
    background:url('../images/green_arrow.png') no-repeat right 4px;
}
#l1_search_bar .registry_btn_ru:hover { color:#fff; }

#l1_search_bar .download_btn_con_ru {
    position:absolute;
    top:18px;
    left:757px;
    width:210px; 
}   
#l1_search_bar .download_btn_ru {
    display: inline-block;
    padding-right:15px;
    color: #ccc;
    font: bold 1.25em Tahoma;
    background:url('../images/green_arrow.png') no-repeat right 4px;
}
#l1_search_bar .download_btn_ru:hover { color:#fff; }

/*******************************************************************************
* CONTENT, LAYOUT CONTENT
*******************************************************************************/

#lc_title {
    height: 35px;
    background-color: #62574f;
}

#lc_middle {
    padding: 29px 41px 120px 0px;
}

#lc_slideshow {
    padding: 32px 26px 32px 0px;
    float: left;
}

#lc_slideshow .img {
    height: 232px;
    width: 201px;
    background-color: black;
}

#lc_text {
    float: left;
    width: 682px;
}


/*******************************************************************************
* NEWS
*******************************************************************************/

.news_describe {
    width: 950px;
    padding: 19px 19px 19px 172px;
    font-size: 1.4em;
}

.small_title {
    font-size: 1.3em;
}

/* PROMO NEWS */

.promo_news {
    margin-left: 172px;
    padding: 19px 106px 19px 106px;
    color: #ffffff;
    position: relative;
}

.promo_news .left_foto {
    position: absolute;
    top: 19px;
    left: -170px;
}

.promo_news_under {
    margin: 27px 0px 0px 172px;
    height: 2px;
    font-size: 0em;
}

/* NEWS */

.describe {
    padding: 17px 0px 25px 173px;
    font-size: 1.1em;
}

.describe {
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 20px;
}

.describe .left_foto {
    float: left;
}

.hr_news {
    border-top: #cccccc 1px solid;
    margin: 0px 0px 0px 168px;
}

.describe .small_title {
    color: #663333;
}

.green_arrow {
    display: inline;
    background: url('../images/green_arrow.jpg') no-repeat center center;
    padding: 0px 11px 0px 11px;
}

.left_foto img, .foto img {
    border: 0px solid !important;
    position: relative;
}

.left_foto {
    padding: 0px 27px 0px 0px;
}

/* MENU */

#menu {
    z-index: 1000;
}

#menu ul {
    padding: 0px !important;
    margin: 0px !important;
    list-style-type: none;
}

#menu ul li.lvl_0 a {
    font-family: Georgia, serif;
    font-size: 16px;
    width: 182px;
    height: auto;
    color: #ffffff;
    display: block;
    background: #a0742b url('../images/menu_item.jpg') no-repeat;
    padding: 8px 12px 8px 48px;
    border-bottom: #d0bb49 1px solid;
}

#menu ul li.lvl_1 a {
    font-family: Georgia, serif;
    font-size: 15px;
    width: 172px;
    color: #ffe466;
    display: block;
    background: #906521 url('../images/point.jpg') no-repeat 40px center;
    padding: 7px 12px 7px 58px;
    border-bottom: #d0bb49 1px solid;
}

#menu ul li a:hover {
    color: #d0bb49;
}

/* CATEGORY LAYOUT DESC + FOTO */

.under_desc {
    padding: 18px 0px 18px 0px;
 }

.author {
    color: #0d858e;
    font-style: italic;
    float: left;
}

.read_more a {
    color: #cc3333;
    text-decoration: none;
}

.read_more a:hover {
    color: #cc6666;
}

/* GMAP */

#gmap {
    width: 658px;
    height: 400px;
    border: 1px solid black; 
    background: gray;
    margin: 0px auto 20px auto;
}

/* GALLERY */

.gallery {
    padding-bottom: 20px;
}

.gallery .images .foto {
    padding: 0px 5px 0px 0px;
    float: left;
    width: 159px;
}

.gallery .images .item_4 {
    padding-right: 0px;
}

.gallery .images .foto img {
    border: 6px solid #a67d2f !important;
    padding: 5px;
    position: relative;
}

/* FILES */

.files {
    list-style-position:inside;
    list-style-type:none !important;
    padding-bottom: 20px;
}

.files li a {
    display:block;
    font-weight:bold;
    line-height:normal;
    margin:0;
    padding:8px 0 8px 35px;
    color:#000000;
}

ul .category_content {
    padding: 30px 0px 0px 0px;
}

ul.files  {
    margin: 0px;
}

/* TABLE */

.table {
    text-align: left;
    float: left;
    width: 306px;
    margin-bottom: 20px;
    border-right: #dec089 1px solid;
}

.cell_1 {
    padding: 7px 10px 7px 10px;
    float: left;
    width: 150px;
    color: #6f6145;
    font-weight: bold;
}

.cell_2 {
    padding: 7px 10px 7px 15px;
    float: left;
    width: 110px;
    color: #bf600b;
}

.row_ {
    overflow: hidden;
    width: 306px;
}

.row {
    overflow: hidden;
    width: 306px;
}

/* produkt */
.product-header { width:950px; height:35px; }
.product-header .l { width:229px; height:35px; float:left; background:#66646f; }
.product-header .l p { padding-left:20px; font-size:1.2em; font-weight:bold; line-height:34px; color:#fff; }
.product-header .l p span { color:#70ae43; }

.product-header .c { width:468px; height:35px; float:left; clear:right; text-align:right; background:#66646f; }
.product-header .c p { border-right:1px solid #fff; padding-right:35px; }
.product-header .c p a { margin-left:9px; font-weight:bold; line-height:34px; display:inline-block; color:#ccc; }

.product-header .r { width:253px; height:35px; float:left; clear:right; text-align:left; text-indent:16px; font-weight:bold; line-height:34px; color:#010101; background:#999; }

.product-body { width:950px; }

.product-body .l { padding-bottom:20px; width:229px; float:left; }
.product-body .l h2 { padding:17px 0 15px 20px; font-size:1.15em; font-weight:normal; }
.product-body .l h2 span { font-size:0.85em; }

.product-body .l .product-list { overflow:hidden; }
.product-body .l .product-list .row { overflow:hidden; }
.product-body .l .product-list .d1 { width:70px; height:24px; float:left; }
.product-body .l .product-list .d2 { padding-top:5px; width:10px; height:24px; float:left; clear:right; font-size:1.3em; text-align:left; }
.product-body .l .product-list .d3 { padding-top:6px; width:140px; float:left; clear:right; font-size:1.2em; text-align:left; line-height:18px; }

.product-body .l p { padding:40px 30px 0 30px; text-align:left; line-height:18px; color:#000; }
.product-body .l p span { color:#8c8c8c; }

.product-body .l .product-linki { padding:40px 0 0 32px; clear:both; width:180px; }
.product-body .l a { padding:3px 0 3px 0; text-align:left; color:#666; }
.product-body .l a:hover { color:#6ead44; }

.product-body .c { width:468px; height:/*440px*/auto; margin-bottom: 15px; float:left; clear:right; background:url('../images/product_body_c.jpg') repeat-y top left; }
.product-body .c .h2h3 { padding:25px 0 25px 0; position:relative; overflow:hidden; }
.product-body .c .h2h3 h2 { padding-left:22px; width:244px; font-size:1.6em; font-weight:normal; color:#000; }
.product-body .c .h2h3 h2 span { font-size:1.2em; }
.product-body .c .h2h3 h3 { position:absolute; top:20px; left:284px; width:235px; font-size:2em; font-weight:normal; color:#7479f1; }

#carousel { clear:both; position:relative; width:468px; height:auto; }
#carousel div { margin:0 auto; }
.product-body .prev { position:absolute; top:130px; left:20px; border:none; width:10px; height:22px; background:url('../images/arrow_left.jpg') no-repeat left top; z-index:500; }
.product-body .next { position:absolute; top:130px; right:20px; border:none; width:10px; height:22px; background:url('../images/arrow_right.jpg') no-repeat left top; z-index:500; }
.product-body .disabled { background:none; }

.product-body .r { width:253px; float:left; clear:right; overflow:hidden; }

.product-body .rl { width:253px; }
.product-body .rl div { padding:5px 15px 10px 15px; text-align:center; overflow:hidden; }
.product-body .rl div a { margin:10px 5px 5px 0; display:inline-block; float:left; }
.product-body .rl div img { margin-bottom:5px; }
.product-body .rl div span { font-size:1.0em; line-height:18px; color:#CC6666; display: block; height: 50px; width: 93px; padding-bottom: 10px; padding-left: 2px; padding-right: 2px; }
.product-body .rl div span:hover { color:#660033; }

.product-body .rl .car_fam { padding:0; width:253px; position: relative; }
.product-body .rl .car_fam_body { margin: 0 auto; padding:0; position: relative; list-style-type: none; z-index: 1; width:240px; height:170px; left: 0px; }
.product-body .rl .car_fam_body li { height:170px; }
.product-body .rl .prev_fam { position:absolute; top:52px; left:5px; border:none; width:6px; height:8px; background:url('../images/arrow_left2.jpg') no-repeat left top; z-index:500; }
.product-body .rl .next_fam { position:absolute; top:52px; right:5px; border:none; width:6px; height:8px; background:url('../images/arrow_right2.jpg') no-repeat left top; z-index:500; }

.product-body .rr { width:253px; }
.product-body .rr p { padding:15px 0 20px 5px; text-align:left; color:#000; }
.product-body .rr p a { margin-left:12px; color:#000; }
.product-body .rr img { display:block; margin:0 auto 20px auto; }
.product-body .rr .rr-title { width:253px; height:32px; background:#e8e8e8; }
.product-body .rr .rr-title h2 { height:32px; font-size:1.2em; text-align:left; text-indent:17px; line-height:32px; color:#000; background:#ccc; }
.product-body .rr .rr-title h2 img { display:inline; margin:0; }

.product-body .rr .car_sets { padding:0; width:253px; position: relative; }
.product-body .rr .car_sets_body { margin: 0 auto; padding:0; position: relative; z-index: 1; width:240px; height:187px; left: 0px; }
.product-body .rr .car_sets_body ul { list-style-type:none; }
.product-body .rr .car_sets_body img { width:183px; height:119px; }

.product-body .rr .prev_sets { position:absolute; top:88px; left:5px; border:none; width:6px; height:8px; background:url('../images/arrow_left2.jpg') no-repeat left top; z-index:500; }
.product-body .rr .next_sets { position:absolute; top:88px; right:5px; border:none; width:6px; height:8px; background:url('../images/arrow_right2.jpg') no-repeat left top; z-index:500; }

.product-body .disabled { display:none; }

.product-footer { margin:0 auto; width:890px; height:36px; clear:both; position:relative; background:#66646f; }
.product-footer span { position:absolute; top:12px; left:18px; color:#fff; }

.product-footer div { position:absolute; top:7px; right:20px; width:350px; text-align:right; overflow:hidden; }
.product-footer input { border:1px solid #000; padding:2px; width:190px; }
.product-footer .submit { padding-right:10px; border:none; width:100px; height:20px; font-size:1em; text-align:right; color:#fff; background:url('../images/green_arrow.png') no-repeat right 5px; }

.product-footer .submitpl { width:53px; }
.product-footer .submiten { width:60px; }
.product-footer .submitde { width:60px; }
.product-footer .submitfr { width:80px; }
.product-footer .submitru { width:60px; }

.product-slider { width:950px; height:186px; text-align:center; position:relative; }
.product-slider .prev2 { position:absolute; top:85px; left:30px; border:none; width:10px; height:22px; background:url('../images/arrow_left.jpg') no-repeat left top; z-index:500; }
.product-slider .next2 { position:absolute; top:85px; right:30px; border:none; width:10px; height:22px; background:url('../images/arrow_right.jpg') no-repeat left top; z-index:500; }
.product-slider .disabled { background:none; }

.product-slider-body { margin:0 auto; width:870px; height:186px; overflow:hidden; }
.product-slider-body ul { list-style-type:none; }
.product-slider-body li { padding-top:10px; float:left; height:176px; width:140px; }
.product-slider-body li img { margin-bottom:5px; }
.product-slider-body span { font-size:1.2em; font-weight:bold; color:#cb666a; }


/* wybarwienia */

.product-dyeing { overflow:hidden; width:950px; }

.product-dyeing-l { width:351px; float:left; }

.product-dyeing-l .l-body { margin:52px auto 10px auto; width:300px; overflow:hidden; }
.product-dyeing-l .l-body a { margin:0 0 0 5px; display:block; float:left; width:90px; height:142px; }
.product-dyeing-l .l-body a img { }
.product-dyeing-l .l-body a span { color:#000; }

.product-dyeing-l p { margin:0 !important; padding:0 0 55px 0; text-align:center; }
.product-dyeing-l p a { display:inline-block; font-size:1.2em; color:#000; }
.product-dyeing-l p .first { margin-right:15px; width:15px; height:10px; background:url('../images/page_first.jpg') no-repeat left top; }
.product-dyeing-l p .back { margin-right:15px; width:8px; height:10px; background:url('../images/page_back.jpg') no-repeat left top; }
.product-dyeing-l p .page { margin-right:5px; }
.product-dyeing-l p .current { margin-right:5px; font-weight:bold; }
.product-dyeing-l p .next { margin-left:15px; width:8px; height:10px; background:url('../images/page_next.jpg') no-repeat left top; }
.product-dyeing-l p .last { margin-left:15px; width:15px; height:10px; background:url('../images/page_last.jpg') no-repeat left top; }

.product-dyeing-r { width:599px; height:464px; float:left; clear:right; position:relative; background:url('../images/product_body_c.jpg') no-repeat left top; }
.product-dyeing-r h2 { position:absolute; top:17px; left:71px; font-size:1.4em; color:#000; }
.product-dyeing-r .foto-dyeing { position:absolute; top:53px; left:34px; font-size:1.3em; text-align:left; color:#000; }
.product-dyeing-r .send-dyeing { position:absolute; top:58px; right:20px; width:170px; }
.product-dyeing-r .send-dyeing a { font-size:1.2em; color:#666; }
.product-dyeing-r .send-dyeing a:hover { color:#6ead44; }
.product-dyeing-r p { position:absolute; top:364px; left:71px; font-size:1.1em; color:#000; }

/* zestaw */
.suite-header { width:950px; overflow:hidden; background:url('../images/new_header.jpg') repeat-y left top; }
.suite-header .l { width:229px; float:left; background:#66646f; }
.suite-header .l p { padding:7px 0 7px 20px; font-size:1.2em; font-weight:bold; line-height:18px; color:#fff; }
.suite-header .l p span { color:#f89337; }
.suite-header .c { width:468px; float:left; clear:right; text-align:right; background:#66646f; }
.suite-header .c p { border-right:1px solid #fff; padding-right:20px; }
.suite-header .c p a { padding-right:15px; font-weight:bold; line-height:34px; display:inline-block; color:#fff; background:url('../images/green_arrow.png') no-repeat right 13px; }
.suite-header .r { width:253px; float:left; clear:right; text-align:left; text-indent:16px; font-weight:bold; line-height:34px; color:#010101; background:#999; }

.suite-body { width:950px; }

.suite-body .l { width:239px; float:left; }
.suite-body .l p { padding:20px 30px 20px 20px; text-align:left; line-height:18px; color:#000; }
.suite-body .l div { padding:0 0 0 32px; text-align:left; }
.suite-body .l div a { display:inline-block; padding:2px 15px 2px 0; font-size:1.1em; color:#000; background: url('../images/green_arrow.png') no-repeat right center; }

.suite-body .c { width:458px; float:left; clear:right; position:relative; background:url('../images/suite_body_c.jpg') no-repeat left top; }
.suite-body .c h2 { padding:20px 0 20px 25px; font-size:1.4em; font-weight:normal; color:#000; }
.suite-body .c h2 span { font-size:1.2em; }
.suite-body .c div { margin:30px auto; text-align:center; }

.suite-body .c .prev { position:absolute; top:130px; left:30px; border:none; width:10px; height:22px; background:url('../images/arrow_left.jpg') no-repeat left top; z-index:500; }
.suite-body .c .next { position:absolute; top:130px; right:30px; border:none; width:10px; height:22px; background:url('../images/arrow_right.jpg') no-repeat left top; z-index:500; }
.suite-body .c .disabled { background:none; }



.suite-body .r { padding-bottom:20px; width:253px; float:left; clear:right; overflow:hidden; }
.suite-body .r h3 { font-size:1.2em; padding:22px 0 0 16px; }
.suite-body .r .rcon { padding:20px 0 0 15px; width:238px; float:left; overflow:hidden; }
.suite-body .r .rcon-body { width:183px; border-bottom:1px solid #999999; text-align:left; }
.suite-body .r .rcon-body img { }
.suite-body .r .rcon-body .rcon-a { color:#cd6667; }
.suite-body .r .rcon-body p { padding:10px 0 30px 35px; display:inline-block; text-align:left; color:#cd6667; }

.suite-footer { margin:0 auto; width:890px; height:36px; clear:both; position:relative; background:#66646f; }
.suite-footer span { position:absolute; top:12px; left:18px; color:#fff; }
.suite-footer input { position:absolute; top:7px; right:95px; border:1px solid #000; padding:2px; width:190px; }
.suite-footer .submit { position:absolute; top:7px; right:40px; border:none; width:50px; height:20px; font-size:1em; text-align:left; color:#fff; background:url('../images/green_arrow.png') no-repeat right 5px; }

.suite-slider { width:950px; height:186px; position:relative; }
.suite-slider .prev2 { position:absolute; top:85px; left:-30px; border:none; width:10px; height:22px; background:url('../images/arrow_left.jpg') no-repeat left top; z-index:500; }
.suite-slider .next2 { position:absolute; top:85px; right:-30px; border:none; width:10px; height:22px; background:url('../images/arrow_right.jpg') no-repeat left top; z-index:500; }
.suite-slider-body { position:absolute; top:0; left:55px; width:840px; height:186px; background:gray; }
.suite-slider-body .item { width:140px; height:186px; }
.suite-slider-body .item img { }
.suite-slider-body .item span { color:#cc6566; }

/* --- */

.news-header { width:950px; height:35px; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; background:#66646f; } 
.news-header span { color:#ffcc66; }

.news-left { width:661px; float:left; }
.news-right { width:289px; float:left; clear:right; }

.news-top { margin:46px 0 35px 0; width:661px; float:right; overflow:hidden; background:url('../images/news_top_bg.jpg') repeat-y left top; }
.news-top-l { width:243px; float:left; text-align:right; }
.news-top-l2 { width:120px; float:left; text-align:right; }
.news-top-l img { margin:19px 0 26px 0; border:1px solid #142738; }

.news-top-r { width:418px; float:left; clear:right; }
.news-top-r .date { margin:20px 0 10px 12px; text-align:left; text-indent:17px; color:#fff; background:url('../images/news_top_dec.jpg') no-repeat left 2px; }
.news-top-r .text { margin:0 120px 26px 30px; padding:0; font-size:1.8em; text-align:left; color:#2d8241; }

.news-text { margin-bottom:40px; }
.news-text p { padding:0 5px 0 113px; line-height:18px; color:#1f1f1f; }
.news-text ul { padding:10px 5px 10px 113px; list-style-type:square; }
.news-text ul li { padding:3px 0 3px 0; text-align:left; }

.news-gallery { border-top:1px solid #142738; padding:20px 0 20px 0; width:548px; float:right; clear:left; }
.news-gallery img { margin:0 5px 5px 0; }

.news-table { padding-bottom:20px; width:548px; float:right; clear:left; }
.news-table h2 { border-bottom:1px solid #142738; margin-bottom:20px; padding-bottom:5px; font-size:1em; }
.news-table p { text-align:left; }

.news-map { padding-bottom:50px; width:548px; float:right; clear:left; overflow:hidden; }
.news-map h2 { border-bottom:1px solid #142738; margin-bottom:20px; padding-bottom:5px; font-size:1.1em; }
.news-map p { text-align:left; clear:both; }
.news-map a { color:#000; }

#gmap { border:none; width:360px; height:360px; float:left; }

.news-movie { margin:46px 0 0 0; width:289px; overflow:hidden; }
.news-movie h2 { padding-bottom:10px; font-size:1.2em; }
.news-movie div { padding:0 10px 10px 0; width:65px; float:left; }
.news-movie div img { border:2px solid #929f95 !important; }
.news-movie div p { color:#000; }

.news-files { margin-top:120px; width:289px; background:url('../images/news_files_bg.jpg') repeat-y left top; }
.news-files h2 { padding:15px 0 10px 100px; font-size:1.2em; color:#fff; }
.news-files ul { padding:0 0 15px 100px; }
.news-files ul li { text-align:left; }
.news-files ul li a { padding:0 10px 5px 20px; font-size:1.1em; font-weight:normal; color:#dbc9c5; }

.news-footer { width:950px; height:20px; clear:both; }
.news-footer .top { margin-left:179px; color:#666; }
.news-footer .back { margin-left:28px; padding-right:15px; color:#666; background:url('../images/green_arrow.png') no-repeat right 2px; } 
.news-footer .back:hover { color:#6ead44; }
.news-footer a:hover { color:#000; }

.news-promotion .promotion-new-body { padding:0 0 20px 26px; overflow:hidden; background:url('../images/news_promotion_top3.jpg') no-repeat right top !important; }

/* news list */

.newslist-top-head { padding:20px 0 15px 172px; }
.newslist-top-head p { text-align:left; color:#373737; }

.newslist-top { width:950px; overflow:hidden; background:url('../images/newslist_top_bg.jpg') repeat-y left top; }
.newslist-top .newslist-l { width:256px; float:left; text-align:right; }
.newslist-top .newslist-l .highslide-gallery { }
.newslist-top .newslist-l a { margin:19px 0 13px 0; display:inline-block; float:none; }
.newslist-top .newslist-l a img { border:1px solid #142738 !important; }

.newslist-top .newslist-r { width:694px; float:left; clear:right; }
.newslist-top .newslist-r .date { margin:20px 0 10px 12px; text-align:left; text-indent:17px; color:#fff; background:url('../images/news_top_dec.jpg') no-repeat left 2px; }
.newslist-top .newslist-r .title { margin:0 120px 10px 30px; padding:0; font-size:1.8em; text-align:left; color:#008000; background:#15263a; }
.newslist-top .newslist-r .text { margin:0 120px 10px 30px; padding:0; }
.newslist-top .newslist-r .text p { padding-right:20px; font-size:1.2em; text-align:left; color:#fff; }
.newslist-top .newslist-r .more { display:block; padding:0 0 26px 30px; font-size:1.2em; text-align:left; color:#da2610; }


.newslist-top-news { width:950px; overflow:hidden; background:url('../images/newslist_top_news_bg.jpg') repeat-y left top; }
.newslist-top-news .newslist-l { width:281px; float:left; text-align:right; }
.newslist-top-news .newslist-l .highslide-gallery { }
.newslist-top-news .newslist-l a { margin:19px 0 13px 0; display:inline-block; float:none; }
.newslist-top-news .newslist-l a img { border:1px solid #142738 !important; }

.newslist-top-news .newslist-r { width:659px; float:left; clear:right; }
.newslist-top-news .newslist-r .date { margin:20px 0 10px 12px; text-align:left; text-indent:17px; color:#fff; background:url('../images/news_top_dec.jpg') no-repeat left 2px; }
.newslist-top-news .newslist-r .title { margin:0 120px 10px 30px; padding:0; font-size:1.8em; text-align:left; color:#008000; background:#15263a; }
.newslist-top-news .newslist-r .text { margin:0 120px 10px 30px; padding:0; }
.newslist-top-news .newslist-r .text p { padding-right:20px; font-size:1.2em; text-align:left; color:#fff; }
.newslist-top-news .newslist-r .more { display:block; padding:0 0 26px 30px; font-size:1.2em; text-align:left; color:#da2610; }


.newslist { margin-top:27px; border-top:2px solid #554244; width:753px; float:right; overflow:hidden; }
.newslist .entry { border-bottom:1px solid #ccc; padding-bottom:22px; overflow:hidden; }
.newslist .no-line { border:none; }
.newslist .entry .foto { margin-top:24px; width:124px; float:left; text-align:left; }
.newslist .entry .foto img { margin-top:10px; }
.newslist .entry .text { padding:15px 0 0 0; width:629px; float:left; clear:right; }
.newslist .entry .text h3 { padding:22px 0 2px 0; text-align:left; font-weight:normal; color:#343434; }
.newslist .entry .text h2 { padding:0 0 10px 0; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal; text-align:left; color:#008000; }
.newslist .entry .text h2 a { color:#008000; }
.newslist .entry .text h2 a:hover { color:#000; }
.newslist .entry .text div { padding-bottom:15px; }
.newslist .entry .text p { width:570px; text-align:left; line-height:18px; color:#343434; }
.newslist .entry .text a { display:block; text-align:left; color:#da2610; }

.newslist-page { display:none; }
.newslist-page p { display:none; }

.news-promotion .promotion-new-body { padding:0 0 20px 26px; overflow:hidden; background:url('../images/news_promotion_top2.jpg') no-repeat right top !important; }

/* dystrybucja */

.dist-header { width:950px; height:35px; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; background:#66646f; } 
.dist-header span { color:#ffcc66; }

.dist-bigmap { margin:0 auto; width:890px; height:500px; position:relative; }
.dist-bigmap h2 { position:absolute; top:35px; left:45px; font-size:1.2em; font-weight:normal; color:#333; }
.dist-bigmap h3 { position:absolute; top:430px; left:0; width:890px; font-size:1.2em; font-weight:normal; text-align:center; color:#333; }
.dist-bigmapbg { position:absolute; top:79px; left:0; width:890px; height:78px; z-index:1; }
.dist-bigmapl { position:absolute; top:79px; left:0; width:505px; height:300px; color:#333; z-index:10; background:url('../images/dist_map_l.jpg') no-repeat left top; }
.dist-bigmapr { position:absolute; top:79px; left:505px; width:385px; height:300px; color:#333; z-index:10; background:url('../images/dist_map_r.jpg') no-repeat left top; }

.dist-worldmap { width:950px; height:458px; position:relative; }
.dist-worldmap div { position:absolute; top:90px; left:160px; width:560px; height:265px; }
.dist-worldmap a { position:absolute; bottom:5px; left:190px; padding-right:15px; color:#000; background:url('../images/green_arrow.png') no-repeat right 2px; }

.dist-map { position:relative; width:950px; height:456px; }
.dist-map div { position:absolute; top:43px; left:264px; width:680px; height:380px; }
.dist-map span { position:absolute; top:434px; left:171px; color:#000; }

.dist-res { margin-bottom:25px; width:778px; float:right; }
.dist-res h2 { border-top:2px solid #14263a; padding:24px; font-weight:bold; text-align:left; color:#673335; }
.dist-res .manager { width:730px; overflow:hidden; background:#15263a; }
.dist-res .manager ul { margin:0; padding:0; list-style-type:none; }
.dist-res .manager ul li { padding:24px 20px 40px 20px; width:202px; display:block; float:left; font-size:1.2em; line-height:20px; color:#fff; }
.dist-res .manager ul .first { padding:24px 20px 40px 20px; width:206px; }
.dist-res .manager ul li .big { display:inline-block; margin-bottom:10px; font-size:1.3em; font-weight:normal; color:#ccc; }
.dist-res .manager ul li .small { font-size:1.1em; }
.dist-res .manager ul li a { color:#fdffcd; }

.dist-res .row-head { border-bottom:2px solid #152638; width:778px; overflow:hidden; }
.dist-res .row-headl { width:148px; float:left; text-indent:24px; }
.dist-res .row-headr { width:630px; float:right; }
.dist-res .row-head p { padding:24px 0 24px 0; font-size:1.4em; color:#663332; }

.dist-res .row { border-bottom:1px solid #ccc; width:778px; overflow:hidden; }
.dist-res .rowl { width:148px; float:left; }
.dist-res .rowl p { padding:48px 0 0 24px; text-align:left; font-size:1.4em; color:#343434; }
.dist-res .rowr { width:630px; float:left; }
.dist-res .rowr div { padding:15px 0 15px 0; text-align:left; font-size:1.2em; line-height:18px; color:#343434; }
.dist-res .rowr a { color:#993333; }
.dist-res .rowr a:hover { color:#D68585; }

.dist-promotion .promotion-new-body { padding:0 0 20px 26px; overflow:hidden; background:url('../images/news_promotion_top.jpg') no-repeat 83px top; }

/* logowanie */
.login-header { width:950px; height:35px; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; background:#66646f; } 
.login-header span { color:#ffcc66; }

.login-body { width:667px; float:left; }
.login-body h2 { padding:28px 0 22px 27px; clear:both; font-size:1.2em; font-weight:normal; }
.login-body-l { width:307px; float:left; }
.login-body-l p { padding:50px 0 80px 75px; font-size:1.2em; color:#323232; }
.login-body-l p a { font-size:1.2em; font-weight:bold; text-decoration:underline; line-height:36px; }
.login-body-l p a:hover { color:#323232; }

.login-body-r .rowerr { padding:0 0 45px 0; width:360px; clear:both; overflow:hidden; }
.login-body-r .rowerr p { padding:0 20px 0 40px; color:#FF3333; }
.login-body-r .rowerr ul { padding:5px 0 5px 40px; }
.login-body-r .rowerr ul li { padding:5px 0 5px 0; color:#FF3333; }
.login-body-r .rowerr a { color:#FF3333; }
  
.login-body-r { padding:45px 0 45px 0; width:360px; float:left; clear:right; background:#504555; }
.login-body-r .row { padding:0 0 10px 0; width:360px; clear:both; overflow:hidden; }
.login-body-r .label { float:left; width:85px; font-size:1.2em; font-weight:bold; line-height:20px; text-align:right; color:#fff; }
.login-body-r .value { padding-left:10px; float:left; clear:right; width:265px; color:#fff; }
.login-body-r .value input { border:1px solid #ccc; margin:0; padding:3px; width:190px; }
.login-body-r .value .submit { border:none; margin:0; padding:0; width:127px !important; height:30px; color:#fff; background:#907c7d; }
.login-body-r .value .submit:hover { background:#943032; }

.login-body-b { padding:10px 0 100px 0; width:667px; clear:both; overflow:hidden; }
.login-body-b div { padding-left:371px; overflow:hidden; }
.login-body-b div a { display:block; padding:10px 16px 10px 16px; width:264px; float:right; font-size:1.2em; text-align:left; line-height:18px; color:#fff; background:#857a88; }
.login-body-b div a:hover { background:#943032; }

/* kontakt */
.contact-header { width:950px; height:35px; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; background:#66646f; } 
.contact-header span { color:#ffcc66; }

.contact-head { margin:40px auto 18px auto; width:485px; background:#014a05; }
.contact-head h2 { padding:30px 0 22px 25px; font-size:2.1em; font-weight:normal; color:#ccc; }
.contact-head p { padding:0 0 30px 25px; font-weight:bold; line-height:18px; color:#fff; }

.contact-body { border-top:3px solid #66656d; border-bottom:3px solid #66656d; padding:10px 0 35px 0; width:719px; float:right; }
.contact-body-row { width:485px; overflow:hidden; }
.contact-body-l { }
.contact-body-r { }


/* rejestracja */
.register-header { width:950px; height:35px; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; background:#66646f; } 
.register-header span { color:#ffcc66; }
.register-body { width:950px; float:left; }
.register-body h2 { padding:28px 0 22px 0; clear:both; width:100%; font-size:1.2em; font-weight:normal; text-indent:27px; }
.register-body-l { width:183px; height:200px; float:left; }
.register-body-c .rowerr { overflow:hidden; }
.register-body-c .rowerr p { padding:24px 0 10px 33px; color:#FF3333; }
.register-body-c .rowerr ul { padding:5px 0 5px 40px; }
.register-body-c .rowerr ul li { padding:5px 0 5px 0; color:#FF3333; }
.register-body-c .rowerr a { color:#FF3333; }

.register-body-c { width:498px; float:left; clear:right; background:#504555; }
.register-body-c .row-label { padding:0 0 15px 0; width:498px; clear:both; font-weight:bold; text-align:left; text-indent:33px; font-size:13px; color:#fff; }
.register-body-c .row { padding:0 0 8px 0; width:498px; clear:both; overflow:hidden; }
.register-body-c .row1 { padding:24px 0 36px 0; background:#504555; }
.register-body-c .row2 { padding:18px 0 20px 0; background:#9f9aa1; }
.register-body-c .row3 { padding:26px 0 38px 0; background:#504555; }
.register-body-c .label { padding-left:44px; float:left; width:125px; font-size:1.2em; line-height:20px; text-align:right; color:#fff; }
.register-body-c .value { padding-left:10px; float:left; clear:right; width:250px; color:#fff; }
.register-body-c .value input { border:1px solid #ccc; margin:0; padding:3px; width:190px; }
.register-body-c .value .submit { border:none; margin:0; padding:0; width:127px !important; height:30px; color:#fff; background:#907c7d; }
.register-body-c .value .submit:hover { background:#943032; }
.register-body-r { width:269px; float:left; clear:right; }
.register-body-r p { padding-left:20px; font-size:1.2em; color:#323232; }
.register-body-r p a { font-size:1.2em; font-weight:bold; text-decoration:underline; line-height:36px; }


/* remind */
.remind-header { width:950px; height:35px; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; background:#66646f; } 
.remind-header span { color:#ffcc66; }

.remind-body { width:950px; float:left; }
.remind-body h2 { padding:28px 0 22px 27px; clear:both; font-size:1.2em; font-weight:normal; }
.remind-body-l { width:192px; float:left; }
.remind-body-l p { padding:170px 0 80px 60px; font-size:1.2em; color:#323232; }
.remind-body-l p a { font-size:1.2em; font-weight:bold; text-decoration:underline; line-height:36px; }

.remind-body-r .rowerr { padding:0 0 45px 0; width:758px; clear:both; overflow:hidden; }
.remind-body-r .rowerr p { padding:0 20px 0 40px; color:#FF3333; }
.remind-body-r .rowerr ul { padding:5px 0 5px 40px; }
.remind-body-r .rowerr ul li { padding:5px 0 5px 0; color:#FF3333; }
.remind-body-r .rowerr a { color:#FF3333; }
 
.remind-body-r { padding:45px 0 45px 0; margin-bottom:90px; width:758px; float:left; clear:right; background:#504555; }
.remind-body-r .row { padding:0 0 10px 0; width:758px; clear:both; overflow:hidden; }
.remind-body-r .label { float:left; width:164px; font-size:1.2em; font-weight:bold; line-height:20px; text-align:right; color:#fff; }
.remind-body-r .value { padding-left:10px; float:left; clear:right; width:574px; color:#fff; }
.remind-body-r .value input { border:1px solid #ccc; margin:0; padding:3px; width:222px; }
.remind-body-r .captcha { padding:0 0 20px 0; width:574px; height:50px; }
.remind-body-r .captcha img { margin-left:174px; vertical-align:bottom; }
.remind-body-r .captcha input { border:none; border:1px solid #ccc; margin:0 0 7px 7px; padding:5px; width:60px; font-size:2em; }
.remind-body-r .value .submit { border:none; margin:0; padding:0; width:127px !important; height:30px; color:#fff; background:#907c7d; }
.remind-body-r .value .submit:hover { background:#943032; }

/* zapytanie o produkt */
.ask-header { width:950px; height:35px; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; background:#66646f; } 
.ask-header span { color:#ffcc66; }

.ask-body { width:695px; float:left; }
.ask-body h2 { padding:28px 0 22px 27px; clear:both; font-size:1.2em; font-weight:normal; }

.ask-body-l { width:182px; float:left; }
.ask-body-l p { padding:170px 0 80px 60px; font-size:1.2em; color:#323232; }
.ask-body-l p a { font-size:1.2em; font-weight:bold; text-decoration:underline; line-height:36px; }

.ask-body-r .rowerr { padding:24px 0 0 0; width:513px; clear:both; overflow:hidden; background:#77767c; }
.ask-body-r .rowerr p { padding:0 24px 0 24px; color:#FF3333; }
.ask-body-r .rowerr ul { padding:5px 0 5px 24px; }
.ask-body-r .rowerr ul li { padding:5px 0 5px 0; color:#FF3333; }
.ask-body-r .rowerr a { color:#FF3333; }

.ask-body-r { padding:0 0 25px 0; margin-bottom:45px; width:513px; float:left; clear:right; background:#dbdbdb; }
.ask-body-r .row { padding:0 0 10px 0; width:513px; clear:both; overflow:hidden; }
.ask-body-r .label { float:left; width:164px; font-size:1.2em; font-weight:bold; line-height:20px; text-align:right; color:#373737; }
.ask-body-r .value { padding-left:10px; float:left; clear:right; width:339px; color:#fff; }
.ask-body-r .value input { border:1px solid #343434; margin:0; padding:3px; width:133px; }
.ask-body-r .valuelong input { width:294px; }
.ask-body-r .value textarea { margin:0; padding:0; border:1px solid #343434; width:298px; height:267px; }
.ask-body-r .value .submit { border:none; margin:0; padding:0; width:127px !important; height:30px; color:#fff; background:#907c7d; }
.ask-body-r .value .submit:hover { background:#943032; }

.ask-body-r .rowhead { padding:24px 0 24px 0; background:#77767c; }
.ask-body-r .rowhead input { width:294px; }

/* send photo */
.sendp-header { width:950px; height:35px; }
.sendp-header .l { width:697px; height:35px; float:left; }
.sendp-header .l p { border-right:1px solid #fff; padding-left:20px; font-size:1.2em; font-weight:bold; line-height:36px; color:#fff; }
.sendp-header .l p span { color:#f89337; }
.sendp-header .r { width:253px; height:35px; float:left; clear:right; }

.sendp-body { width:507px; overflow:hidden; }
.sendp-body-l { width:44px; float:left; }
.sendp-body-r { width:463px; float:left; clear:right; }

.sendp-form { width:463px; clear:both; background:#66646f; }
.sendp-form .rowerr { padding:25px 0 0 0; width:463px; clear:both; overflow:hidden; }
.sendp-form .rowerr p { padding:0 20px 0 120px; color:#FF3333; }
.sendp-form .rowerr ul { padding:5px 0 5px 120px; }
.sendp-form .rowerr ul li { padding:5px 0 5px 0; color:#FF3333; }
.sendp-form .rowerr a { color:#FF3333; }
.sendp-form .row { padding:25px 0 25px 0; width:463px; clear:both; overflow:hidden; }
.sendp-form .label { float:left; width:112px; font-size:1.2em; font-weight:bold; line-height:20px; text-align:right; color:#fff; }
.sendp-form .value { padding-left:10px; float:left; clear:right; width:341px; color:#fff; }
.sendp-form .value input { border:1px solid #343434; margin:0; padding:3px; width:294px; }
.sendp-form .submit { width:463px; padding:13px 0 44px 0; text-align:right; background:#fff; }
.sendp-form .submit input { border:none; width:122px; height:30px; color:#fff; background:#907c7d; }
.sendp-form .submit input:hover { background:#943032; }

/* panel użytkownika */
.panel-header { width:950px; height:35px; background:#66646f; }
.panel-header .l { width:500px; height:35px; float:left; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; }
.panel-header .l span { color:#ffcb67; }
.panel-header .r  { width:450px; float:left; clear:right; text-align:right; }
.panel-header .r a { display:inline-block; margin-right:25px; font-weight:bold; line-height:32px; color:#cc6566; }

.panel-body { padding:25px 0 65px 0; width:950px; overflow:hidden; }
.panel-b1 { width:151px; float:left; }
.panel-b2 { width:488px; float:left; clear:right; }
.panel-b3 { width:73px; float:left; clear:right; }
.panel-b4 { width:238px; float:left; clear:right; }

.panel-b2 h2 { padding:22px 25px 0 25px; font-size:1.2em; text-align:left; color:#fff; background:#15263a; }
.panel-b2 .toptext { padding:12px 25px 45px 25px; text-align:left; line-height:18px; color:#fff; background:#15263a; }

.panel-b2 h3 { margin-top:26px; border-top:2px solid #142738; width:488px; height:44px; text-align:left; text-indent:3px; line-height:40px; color:#000; }

.panel-b2 .item { padding-bottom:35px; width:488px; overflow:hidden; }
.panel-b2 .item .item-l { width:80px; height:85px; float:left; text-align:left; }
.panel-b2 .item .item-r { width:408px; float:left; clear:right; }
.panel-b2 .item .item-r h4 { padding:15px; font-size:2em; font-weight:normal; text-align:center; color:#fff; background:#66646f; }
.panel-b2 .item .item-r .bar { margin:20px 0 15px 0; width:408px; height:22px; position:relative; background:url('../images/bar_bg.gif') no-repeat left top; }
.panel-b2 .item .item-r .bar .date { position:absolute; top:4px; left:17px; }
.panel-b2 .item .item-r .bar .format { position:absolute; top:4px; left:169px; }
.panel-b2 .item .item-r .bar a { position:absolute; top:0; right:0; width:148px; height:22px; font-weight:bold; text-align:center; line-height:20px; color:#fff; background:#907c7d; }
.panel-b2 .item .item-r .bar a:hover { background:#943032; }
.panel-b2 .item .item-r p { color:#000; }

.panel-b2 .item .item-c { width:488px; float:left; clear:right; }
.panel-b2 .item .item-c h4 { padding:15px; font-size:2em; font-weight:normal; text-align:center; color:#fff; background:#66646f; }
.panel-b2 .item .item-c .bar { margin:20px 0 15px 0; width:488px; height:22px; position:relative; background:url('../images/bar_bg.gif') no-repeat left top; }
.panel-b2 .item .item-c .bar .date { position:absolute; top:4px; left:17px; }
.panel-b2 .item .item-c .bar .format { position:absolute; top:4px; left:169px; }
.panel-b2 .item .item-c .bar a { position:absolute; top:0; right:0; width:148px; height:22px; font-weight:bold; text-align:center; line-height:20px; color:#fff; background:#907c7d; }
.apnel-b2 .item .item-c .bar a:hover { background:#943032; }
.panel-b2 .item .item-c p { color:#000; }

.panel-b4 .user-data { padding:22px 0 22px 0; background:#15263a; }
.panel-b4 .user-data p { padding:0 0 10px 33px; color:#fff; }
.panel-b4 .user-data a { margin-left:33px; display:block; width:175px; height:32px; font-size:1.2em; font-weight:bold; text-align:center; line-height:32px; color:#333; background:#ccc; }
.panel-b4 .user-data a:hover { background:#943032; }

.panel-b4 .katalog { width:238px; }
.panel-b4 .katalog h2 { padding:20px 10px 10px 5px; text-align:left; font-size:1em; color:#000; }
.panel-b4 .katalog div { width:238px; height:286px; position:relative; background:url('../images/catalog_bg.jpg') no-repeat left top; }
.panel-b4 .katalog div .head { position:absolute; top:26px; left:30px; font-size:2em; color:#fff; }
.panel-b4 .katalog div img { border:1px solid #343434; position:absolute; top:75px; left:29px; }
.panel-b4 .katalog div p { padding-right:5px; position:absolute; top:78px; left:150px; color:#fff; }
.panel-b4 .katalog div .format { position:absolute; top:238px; left:20px; }
.panel-b4 .katalog div .size { position:absolute; top:238px; left:143px; }
.panel-b4 .katalog div a { position:absolute; bottom:0; left:0; display:block; width:150px; height:22px; font-weight:bold; text-align:center; line-height:20px; color:#fff; background:#907c7d; }
.panel-b4 .katalog div a:hover { background:#943032; }

/* galeria */
.gallery-header { width:950px; height:35px; background:#66646f; }
.gallery-header .l { width:625px; height:35px; float:left; font-size:1.2em; font-weight:bold; text-indent:22px; line-height:34px; color:#fff; }
.gallery-header .r  { width:325px; float:left; clear:right; text-align:left; }
.gallery-header .r a { display:inline-block; padding-right:15px; font-size:1.1em; line-height:34px; color:#fff; background:url('../images/green_arrow.png') no-repeat right center; }

.gallery-body { width:950px; padding:45px 0 60px 0; }
.gallery-body-l { width:326px; float:left; }
.gallery-body-l .green-box { width:254px; float:right; background:#455f3a; }
.gallery-body-l .green-box h2 { padding:30px 25px 0 25px; font-size:2em; font-weight:normal; color:#fff; }
.gallery-body-l .green-box div { padding: 10px 25px 20px 25px; }
.gallery-body-l .green-box div p { color:#fff; }

.gallery-body-l .green-box-b { margin:0 0 20px 0; width:254px; float:right; background:#455f3a; }
.gallery-body-l .green-box-b div { padding: 20px 25px 20px 25px; }
.gallery-body-l .green-box-b div p { color:#fff; }

.gallery-body-l .gray-head { padding:20px 0 20px 77px; clear:both; font-size:1em; text-align:left; color:#000; }

.gallery-body-l .gray-box { padding:20px 0 20px 0; margin-bottom:20px; width:326px; clear:both; background:#eaeaea; }
.gallery-body-l .gray-box div { padding-bottom:12px; width:326px; overflow:hidden; }
.gallery-body-l .gray-box div img { padding:0 14px 0 74px; display:block; float:left; }
.gallery-body-l .gray-box div p { padding:10px 15px 5px 0; width:150px; float:left; clear:right; }
.gallery-body-l .gray-box div p a { font-size:1.3em; font-weight:bold; color:#333333; }
.gallery-body-l .gray-box div p img { padding:0; display:inline; float:none; }

.gallery-body-c { width:30px; float:left; clear:right; }
.gallery-body-r { width:594px; float:left; clear:right; }
.gallery-body-r div { width:254px; height:254px; float:left; }
.gallery-body-r div h3 { padding:12px 6px 0 6px; color:#3f3f3f; }

/* zmiana danych */
.pdata-header { width:950px; height:35px; background:#66646f; }
.pdata-header .l { width:500px; height:35px; float:left; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; }
.pdata-header .l span { color:#ffcb67; }
.pdata-header .r  { width:450px; float:left; clear:right; text-align:right; }
.pdata-header .r a { display:inline-block; margin-right:25px; font-weight:bold; line-height:32px; color:#cc6566; }

.pdata-body { width:681px; overflow:hidden; }
.pdata-body h2 { padding:28px 0 22px 27px; clear:both; font-size:1.2em; font-weight:normal; }
.pdata-body h3 { padding:0 0 22px 27px; clear:both; font-size:1.2em; font-weight:bold; color:#ffcb67; }
.pdata-body-l { width:183px; float:left; }
.pdata-body-r { width:498px; float:left; clear:right; }

.pdata-body-r .rowerr { padding:15px 0 30px 0; width:473px; clear:both; overflow:hidden; background:#7e8892; }
.pdata-body-r .rowerr p { padding:0 20px 0 0px; color:#FF3333; }
.pdata-body-r .rowerr ul { padding:5px 0 5px 0px; }
.pdata-body-r .rowerr ul li { padding:5px 0 5px 0; color:#FF3333; }
.pdata-body-r .rowerr a { color:#FF3333; }
  
.pdata-body-r { margin-bottom:90px; width:473px; float:left; clear:right; background:#504555; }
.pdata-body-r .row { padding:0 0 10px 0; width:473px; clear:both; overflow:hidden; }
.pdata-body-r .row1 { padding:15px 0 30px 0; background:#15263a; }
.pdata-body-r .row2 { padding:15px 0 30px 0; background:#7e8892; }

.pdata-body-r .label { float:left; width:183px; font-size:1.2em; line-height:24px; text-align:right; color:#fff; }
.pdata-body-r .value { padding-left:10px; float:left; clear:right; width:280px; color:#fff; }
.pdata-body-r .value input { margin:0; padding:3px; width:190px; }
.pdata-body-r .value .submit { border:none; margin:0; padding:0; width:127px !important; height:30px; color:#fff; background:#907c7d; }
.pdata-body-r .value .submit:hover { background:#943032; }

/* page */

.page-header { width:950px; height:35px; font-size:1.2em; text-indent:22px; line-height:34px; color:#fff; background:#66646f; } 
.page-header span { color:#ffcc66; }

.page-left { width:661px; float:left; }
.page-right { width:289px; float:left; clear:right; }

.page-top { margin:46px 0 35px 0; width:661px; float:right; overflow:hidden; background:url('../images/news_top_bg.jpg') repeat-y left top; }
.page-top-l { width:243px; float:left; text-align:right; }
.page-top-l2 { width:120px; float:left; text-align:right; }
.page-top-l img { margin:19px 0 26px 0; border:1px solid #142738; }
.page-top-r { width:418px; float:left; clear:right; }
.page-top-r .date { margin:20px 0 10px 12px; text-align:left; text-indent:17px; color:#fff; background:url('../images/news_top_dec.jpg') no-repeat left 2px; }
.page-top-r .text { margin:0 120px 26px 30px; padding:0; font-size:1.8em; text-align:left; color:#8c4849; }

.page-text { margin-bottom:40px; clear:both; overflow:hidden; }
.page-text p { padding:0 5px 0 113px; line-height:18px; }
.page-text ul { padding:10px 5px 10px 113px; list-style-type:square; }
.page-text ul li { padding:3px 0 3px 0 !important; text-align:left; }

.page-gallery { border-top:1px solid #142738; padding:20px 0 20px 0; width:548px; float:right; clear:left; }
.page-gallery img { margin:0 5px 5px 0; }

.page-table { padding-bottom:20px; width:548px; float:right; clear:left; }
.page-table h2 { border-bottom:1px solid #142738; margin-bottom:20px; padding-bottom:5px; font-size:1em; }
.page-table p { text-align:left; }

.page-map { padding-bottom:20px; width:548px; float:right; clear:left; overflow:hidden; }
.page-map h2 { border-bottom:1px solid #142738; margin-bottom:20px; padding-bottom:5px; font-size:1em; }
.page-map p { text-align:left; clear:both; }

#gmap2 { border:none; width:360px; height:360px; float:left; }

.page-movie { margin:46px 0 0 0; width:289px; overflow:hidden; }
.page-movie h2 { padding-bottom:10px; font-size:1.2em; }
.page-movie div { padding:0 5px 5px 0; float:left; }
.page-movie div img { border:2px solid #999; }
.page-movie div p { color:#000; }

.page-files { margin-top:120px; width:289px; background:url('../images/news_files_bg.jpg') repeat-y left top; }
.page-files h2 { padding:15px 0 10px 100px; font-size:1.2em; color:#fff; }
.page-files ul { padding:0 0 15px 100px; }
.page-files ul li { text-align:left; }
.page-files ul li a { padding:0 10px 5px 20px; font-weight:normal; color:#9fa2a7; }

.page-footer { width:950px; height:20px; clear:both; }
.page-footer .top { margin-left:113px; color:#000; }
.page-footer .back { margin-left:28px; padding-right:15px; color:#000; background:url('../images/green_arrow.png') no-repeat right 2px; } 

.page-promotion .promotion-new-body { padding:0 0 20px 26px; overflow:hidden; background:url('../images/news_promotion_top5.jpg') no-repeat right top !important; }

.kontakt-dzial-top { display:none; }
.kontakt-glowny-top { display:none; }
.historia-firmy-top { display:none; }
.profil-firmy-top { display:none; }