/* CSS Document */
body {
    margin: 0px;
   	padding: 0px;
   	text-align: center;
    font-family: Arial,sans-serif;
    height:100%;
    background: url('imgs/body_back.jpg') 50% 0 white;
}
body, td, th, div, p {
    font: 11px Arial, sans-serif;
    color: #666666;
}
body, div, p, table, tr, th, td {
    vertical-align:top;
}
div {
    text-align:left;
}
p {
    font-size: 12px;
    padding: 4px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
}
a {
    color: #666666;
    text-decoration:none;
}
img {
    border: none;
}
a:hover {
    color: #0066CC;
    text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana,Arial,sans-serif;
    color:#83827D;
    font-weight:normal;
    clear: left;
}

h1 {
    font-size: 18px;
    text-align: left;
    padding: 0px 5px 5px 30px;
    margin: 10px 0;
    background: url('imgs/arr_plus_big.gif') no-repeat top left;
    border-bottom: dotted 1px silver;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    display: block;
    text-align: left;
    padding: 3px 0px 3px 0px;
    margin: 0;
    font-weight: bold;
    margin: 10px 0;
}
h2 a {
    text-decoration: none;
    color: #993300;
}
h2 a:hover {
    text-decoration: underline;
    color: #ff0000;
}
h3 {
    font-size: 14px;
    display: block;
    text-align: left;
    margin: 10px 0;
    padding: 4px 0px 4px 0px;
}
h3 a {
    text-decoration: none;
    color: #009900;
}
h3 a:hover {
    text-decoration: underline;
    color: #009900;
}
h4 {
    font-size: 12px;
    display: block;
    text-align: left;
    padding: 4px 0px 4px 0px;
    margin: 0;
}
/**********   struktura strony  ***********/
#main {
    width: 100%;
    text-align: center;
}
#mtab_head {
    margin: 0 auto;
    text-align: center;
    background: url('imgs/body_back_top.jpg') repeat-x 50% 35px;
}
#mtab {
    width: 1010px;
    margin: 0 auto;
    text-align: center;
    background: url('imgs/side_shadow.gif') top right no-repeat;
}
#mtab_dn{
    width: 100%;
    height: 70px;
    clear:both;
    padding-top:50px;
}
#mtab_flash {
    height:140px;
    width:100%;
}
div.content {
    clear:both;
    padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
}

#head {
    height:135px;
    margin: 0 auto;
    position:relative;
    width: 991px;
}

#head_logo {
    position:absolute;
    left:30px;
    top:20px;
    width: 650px;
}

#head_logo img.h_text {
    margin-left: 30px;
    margin-bottom: 5px;
}


#head_info {
    position: absolute;
    top: 0;
    right: 69px;
    margin: 0;
    padding: 0;
    width: 209px;
    height: 92px;
    background: url('imgs/head_info.jpg') no-repeat top left;
}

#head_info img {
    margin: 10px 0 0 10px;;
}

.h_info {
    position:absolute;
    right:10px;
    top:20px;
}
.h_info p {
    color:#878684;
    font-size:12px;
    line-height:130%;
}

.lang_link {
    font:10px Verdana, sans_serif;
    color:#546BB7;
}
#flash_content {
    position: relative;
    top: -15px;
    background: url('imgs/flash_right_back.jpg') no-repeat 100% 15px;
    height:225px;
}
#flash_header {
	width:745px;
	height:225px;
	position:absolute;
	top:0px;
	left:1px;
}
.h_icon {
    float:left;
    margin:0px 10px 0px 0px;
    padding:7px;
}

#up_downloads {
    position: absolute;
    top:0;
    right: 0;
}

#up_downloads img {
    position: absolute;
    right: 27px;
}


#up_downloads #pob_cen_pdf {
    top: 95px;
}

#up_downloads #pob_cen_xls {
    top: 68px;
}

#up_downloads #pob_kat {
    top: 0;
}

#up_downloads .select_box {
    top: 140px;
    position: absolute;
    right: 30px;
}
#up_downloads .select_box select {
    width:200px;
	border:1px solid #327aab;
	text-transform:uppercase;
}

#bottom_mtab {
    clear:both;
    height: 100px;
	text-align:center;
    background: url('imgs/body_back_bottom.jpg') repeat-x 50% 100%;
}

#bottom_mtab #bottom {
    text-align:left;
    font-size: 10px;
    width: 939px;
    margin: 0 auto;
    padding-left: 55px;
}

#bottom p {
    font-size: 10px;
}
#bottom p img {
	vertical-align:middle;
}
#bottom a:hover {
    text-decoration:none;
}


/************************************/
.h_menu {
    width: 100%;
    background: url('imgs/head_menu_back.jpg') top left repeat-x;
    height:35px;
    margin: 0 auto;
	text-align:center;
}

.h_menu .inner {
    position: relative;
    width: 991px;
    margin: 0 auto;
    height: 35px;
    padding: 0;
}

#lang_menu {
    position: absolute;
    width: 200px;
    height: 15px;
    top: 0;
    right: 0;
    text-align: right;
    padding: 10px 0;
}

ul.head_menu  {
    height: 35px;
    display: block;
    padding: 0;
    margin: 0;
}

ul.head_menu li {
    list-style-type:none;
    float:left;
    height: 19px;
    margin: 0 30px 0 0;
    padding: 6px 0;
}
ul.head_menu li a {
    color: #83827C;
    font-size: 14px;
    text-decoration:none;
}
ul.head_menu li a:hover {
    color:#ff3300;
    text-decoration:none;
}

/************************************/
#cont {
    padding: 0;
    width: 991px;
    background: url('imgs/cont_bottom_shadow.gif') no-repeat bottom right;
    position: relative;
}
#cont .content_inner_head {
    background: url('imgs/cont_back.jpg') repeat-y top right;
}

#cont .content_inner_home {
    background: url('imgs/cont_back.jpg') repeat-y top right;
	padding:0 0 0 0;
}

#cont .content_inner {
    background: url('imgs/cont_back.jpg') repeat-y top right;
    padding:0 20px 0 50px;
}

#c_left{
    float:left;
    width: 200px;
    text-align:left;
    margin:0 0 20px 0;
	padding:0px;
    padding: 0;
    vertical-align:top;
}

#c_cent {
    float: right;
    margin: 0 0 20px 0px;;
    padding:0px 0px 0px 0px;
    width:690px;
    min-height:550px;
    vertical-align:top;
}

#c_left, #c_cent {
    vertical-align:top;
}

div.cont_tfield {
    padding: 0px 10px 10px 10px;
    clear:both;
}

.cont_links {
    padding:0px 0 0 0;
    text-align:right;
    font-size:10px;
}
.cont_links a {
    color:#878684;
}
.cont_links a:hover {
    color:#878684;
}
.cont_links  img{
    vertical-align:middle;
    margin-left:5px;
}
.cont_path {
    padding:10px;
}


#home_cont {
    height: 620px;
    position: relative;
}

#home_cont #left_all_products {
    position: absolute;
    top:0;
    left: 0;
}


/***********************************/
.left_box {
    margin:10px 0 1px 0;
    padding:0;
}
.left_box .inner_left_box {
    margin:0 0 0 0;
    padding:0;
    height:100%;
}
.lb_text {
    font:11px Georgia, serif;
    padding:10px;
}
.lb_title {
    margin:10px 0 0 10px;
}
.lb_gal {
    padding:5px 0 5px 0;
    text-align:center;
}
.lb_partners {
    text-align:center;
    padding:2px 0 10px 1px;
}
.lb_partners table td img {
    border:0;
}

/* left menu */
div#left_menu {
    margin: 0;
    padding:0;
}

div#left_menu ul {
    margin:0;
    padding:0;
}

div#left_menu ul > li:first-child {
/*    border-top:1px dashed #BEBEBE;*/
}

div#left_menu ul li {
    margin:0;
    padding: 0 0 0 0;
    border-bottom:1px dashed #BEBEBE;
    list-style: none;
}
div#left_menu ul li a {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    color: #83827D;
    display:block;
    text-decoration:none;
    margin: 0;
    padding: 10px 0 10px 0;
}

div#left_menu ul li a:hover{
    text-decoration: none;
    text-shadow: 0 0 4px silver;
}

div#left_menu ul li.productsCategories {
    padding-left: 20px;
}

div#left_menu ul li.productsCategories a:before {
    content: url('imgs/arr_plus.gif');
    margin-right: 5px;
}

/************ newsy ****************/
.news {
    padding: 5px 0px 5px 0px;
    clear:both;
}
.news h2 {
    color:#1D68AE;
    font-size:14px;
    font-weight:normal;
}
.news p {
    padding: 2px 0px 2px 0px;
    margin:0;
}
.news a.more {
    text-decoration:none;
}
.news_img {
    padding: 0px 10px 10px 0px;
    border:0px;
}
/************ style tekstu *****************/
.mp_img{
    padding:0px;
    border:0px;
}
.main_frame {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    vertical-align:top;
}
.path {
    padding:5px 0px 5px 0px;
    border-bottom:1px solid #E4E4E4;
    margin:0 10px 0 10px;
}
.path a {
    text-decoration:none;
    padding:5px;
    color:#FF9999;
}
.path a:hover {
    text-decoration:underline;
    color:#FF9999;
}

.mov {
    height:204px;
}
.mph {
    background:#ff3300;
    height:40px;
}
.mph h1 {
    color:#fff;padding:7px 10px 7px 10px;
    font-size:25px;
}
.p_img {
    border:4px solid #8B8B8B;
}
.p_link a {
    color:#FF9966;
    text-decoration:none;
}
.p_link {
    border-bottom:1px solid #2F2F2D;
}

/*************************************/
.paging{
    padding: 2px;
    height:16px;
    font: bold 11px Verdana;
    text-align:center;
    color: #A63709;
}
/*************************************/
div.bottom_text {
    padding: 10px 5px 5px 5px;
    font-size: 10px;
    color: #ffffff;
}
.bottom_text a {
    color: #ffffff;
}
.bottom_text a:hover{
    color: #f0f0f0;
    text-decoration:underline;
}
/**********************************/
.form_field{
    width: 380px;
    height: 12px;
    padding: 2px;
    font: 11px Arial, sans-serif;
}
.form_area{
    width: 380px;
    height: 120px;
    font: 11px Arial, sans-serif;
}
.form_butt{
    color: #f0f0f0;
    background: #333333;
    font: 12px Arial, sans-serif;
}
#im_tab td {
    text-align:center;
}
#sitemap {

}
#sitemap  li{
    padding:4px;
    list-style-type:none;
    list-style-image:url(imgs/arr_sm.gif);
}
#sitemap a {
    text-decoration: none;
}
#sitemap a:hover {
    text-decoration: underline;
}
/*******************************/
.gal_tab {
    margin:10px 0 10px 5px;
}
.gal_tab table{
    float:left;
}
.gal_link{
    /*border:1px solid blue;*/
    background:url(imgs/pic_shadow_top.gif) right top no-repeat;
}
.gal_tab td {
    padding:0;margin:0;
    background:#ffffff url(imgs/pic_shadow.gif) right bottom no-repeat;
    text-align:center;
    vertical-align:middle;
}
.gal_tab td a {
    width:100%;
    height:100%;
    display:block;
    padding:0;margin:0;
    background:url(imgs/pic_shadow_top.gif) right top no-repeat;
}
.gal_tab td a span.img {
    width:100%;
    height:100%;
    display:block;
    padding:0;margin:0;
    background:url(imgs/pic_shadow_left.gif) left bottom no-repeat;
}
.gal_tab td a img {
    margin:5px 10px 8px 5px;
}
textarea {
    width:400px;
    height:100px;
}

.text_inpt {
    width:400px;
}

button {
    border:0;
    width:102px;
    height:22px;
    padding:0;
    margin:0;
    font-size:11px;
}
.red_text {
    color:#cc0000;
}

.mp_inpt {
    width: 120px;
    background: #fff;
    border: 0;
    margin:2px 0px 0px 0px;
    font-size:10px;
    border:1px solid #336699;
}
.lang_menu{
    float:left;
    margin-left:350px;
    margin-top:5px;
}

/* home products */
#home_cont table.home_prods {
	position:absolute;
    border: none;
    left:55px;
    width: 920px;
}

#home_cont table.home_prods tr td {
    padding: 4px 0px 4px 12px;
    text-align: center;
}

#home_cont table.home_prods tr.top_dashed td {
    border-top: dashed 1px silver;
}


table.prod_cat_tab {
    border: none;
    table-layout: fixed;
    border-collapse: collapse;
}

table.prod_cat_tab tr td.prod_info,
table.prod_cat_tab tr td.prod_info_empty {
    text-align: center;
    padding-top: 30px;
/*    border-top: dashed 1px #cccccc;*/
}

table.prod_cat_tab tr:first-child td.prod_info,
table.prod_cat_tab tr:first-child td.prod_info_empty {
    border-top: none;
}

table.prod_cat_tab tr td.prod_head {
    font-size: 14px;
    text-align: center;
}

table.prod_cat_tab tr td {
    padding: 5px;
}

div.prodsList {
    float: left;
}

div.prodsList ul li {
    list-style: url('imgs/arr_plus.gif');
    font-size: 12px;
    margin: 1px 0;
    text-transform: uppercase;
}

div.prodImage {
    float: right;
    margin: 0 20px 20px 20px;
    border: solid 1px silver;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px silver;
}
div.catDesc {
    float: left;
}

div.product h2 {
    text-transform: uppercase;
    color: #c45f00;
}

table.headedTab {
    clear: both;
    border-collapse: collapse;
    width: 98%;
    margin: 10px 0;
}

table.headedTab tr td {
        border: solid 1px white;
        background: #ECEEF0;
        color: black;
        font-size: 12px;
        padding: 4px;
}

table.headedTab tr:first-child td,
table.markFirstCol tr td:first-child,
table.mark2FirstCol tr td:first-child, table.mark2FirstCol tr td:first-child + td {
    background: #D2E0EC;
    text-align: center;
    vertical-align: middle;
}

.uppercase {
    text-transform: uppercase;
}

div.prodAC {
    padding: 10px 0;
    clear: both;
    text-align: left;
}

div.prodAC a {
    background: url('imgs/down_back.jpg') bottom repeat-x;
    border: solid 1px #a66900;
    border-radius: 10px;
    box-shadow: 1px 1px 4px silver;
    padding: 5px 10px;
    margin: 5px;
    color: white;
    text-decoration: none;
}

div.prodAC a:hover {
    background: url('imgs/down_back.jpg') top repeat-x;
}

table.headedTab tr.tFoot td {
    background: #e3e2e2;
}

div.productTables {
    clear: both;
}

div.productLeft,
div.productRight {
    width: 49%;
}

div.productLeft {
    float: left;
}

div.productRight {
    float: right;
}

.productGoto {
    clear: both;
    border-top: dotted 1px silver;
    padding: 10px 0;
    font-size: 10px;
}

.productGoto a {
    padding: 0 4px;
    border-left: solid 1px gray;
    text-transform: uppercase;
}

.productGoto p a:first-child {
    border-left: none;
}


div.distributorCity {
    margin: 5px 0;
    padding: 10px;
    border-bottom: dotted 1px silver;
}

div.distributorCity h2 {
    margin: 0;
    float: left;
}

div.distributorCity div.distributorData {
    margin-left: 200px;
    border-left: 1px silver dotted;
    padding-left: 20px;
}

div.distributorCity div.distributorData h2,
div.distributorCity div.distributorData h3 {
    clear: none;
    margin: 0;
	padding: 3px 0 2px 0;	
}
div.distributorCity div.distributorData p {
    margin: 0;
	padding: 0px 0 15px 0;
}

div.distrCityHead {
    border-bottom: solid 2px silver;
    height: 20px;
}


#flash_poland_map {
    float: right;
}




/* style dla stron w bazie */
table#uniSystemTabela_123 tr td {
    font-size: 11px;
}

table#uniSystemTabela_123 tr td strong {
    font-size: 12px;
}
