/*zerowanie*/
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}
td.prawa_str {
    background-image: url(/images/sklep/bg_body_r.jpg);
    background-repeat: repeat-x;
    height: 245px;
}
td.pod_categoriami {
    background-image: url(/images/sklep/bg_content.gif);
    background-repeat: repeat-y;
    vertical-align: top;
}
td.lewo_gora {
    background-image: url('/images/sklep/header1.jpg');
    background-repeat: no-repeat;
}
td.lewo_gora div {
    float: left; 
    padding-left: 10px;
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}
td.lewo_gora div.logo {
    float: right;
    margin-right: 20px;
}
td.menu_lewo {
    background-image: url('/images/sklep/bg_menu.jpg');
    background-repeat: no-repeat;
}
td.niebieski_pasek {
    background-image: url('/images/sklep/header2.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
    text-align: right;
    vertical-align: top;
}
td.lego_kat {
    width: 215px;
    padding-left: 15px;
    vertical-align: top;
}
td.content {
    padding-left: 20px;
    padding-right: 5px;
    padding-top:0px;
    vertical-align: top;
    width: 100%;
}
/*----------------------------------------------------------------------------*/
/*layout*/
body{
    font-size: 12px;
    font-family:Verdana,Arial,sans-serif;
    color: #595959;
}
a {
  color: #595959;
  text-decoration: none;
}
a:hover {
  color: #FB9202;
  text-decoration: none;
}
.tytul h1 {
    font-weight: bold;
    font-size: 18px!important;
    margin-top:0px;
    padding-top: 0px;
}
.tytul {
    font-weight: bold;
    font-size: 18px;
    margin-top:0px;
    padding-top: 0px;
}
.footer {
    background-image: url(/images/sklep/bg_foot.gif);
    background-repeat: repeat-x;
    width:100%
}
.innerfooter {
    background-image: url(/images/sklep/foot.jpg);
    background-repeat: no-repeat;
    width: 100%
}
.podpis {
    margin-right: 5px;
    text-align: right;
    font-size: 9px;
    font-style:italic;
}
td.leftt {
   background-image: url('/images/sklep/corner_left.gif');
   background-repeat: no-repeat;
   width:15px;
   height: 22px;
}
td.centert {
    background-image: url('/images/sklep/corner_right_left.gif');
    background-repeat:repeat-x;
    width:155px;
    vertical-align: middle;
    text-align: left;
    color:#29A9D8;font-size:11px;
    font-weight: bold;
}
td.rightt {
    background-image: url('/images/sklep/corner_right.gif');
    background-repeat: no-repeat;
    width:31px
}
td.bottomline {
    border-bottom: 1px solid #b2b2b2;
}
/*----------------------------------------------------------------------------*/
/*GORNE MENU*/
#nav {
    margin:0;
    padding:0;
    list-style:none;
}
#nav li {
    float:left;
    display:block;
    width:100px;
    position:relative;
    z-index:500;
    margin:0 1px;
}
#nav ul {
    position:absolute;
    left:0;
    top: 22px;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}
#nav ul li {
    text-align: left;
    width:200px;
    float:left;
    border-top:1px solid #FB9202;
    background-color: #ffffff;
}
#nav ul li a {
    display:block;
    height:15px;
    padding: 8px 5px;
    text-decoration:none;
    text-align: left;
}
#nav ul li a:hover {
    color: #FB9202;
}
/* potrzebne dla IE */
html #nav ul {
    margin:0 0 0 -2px;
}
table.menu_top {
    width: 100%;
}
table.menu_top tr {
    height: 35px;
}
table.menu_top td {
    border-left:2px solid #29A9D8;padding-left: 5px;padding-right: 0px;
}
/*------------------------------------------------------------------------------*/
/*niebieski pasek z wyszukiwarką, breadcrumbem i informacją o zalogowanym*/
div.niebieski_pasek {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    width:400px;
    padding-top: 0px;
    color:#ffcc66;
    font-weight:bold;
}
div.niebieski_pasek a {
    color:#ffcc66;
}
div.niebieski_pasek a:hover {
    color:#F69001;
}
/*------------------------------------------------------------------------------*/
/*breadcrumb*/
div.breadcrumb {
    float: left;
    margin-left: 240px;
    margin-top: 97px;
    font-size: 12px;
    font-weight: bold;
    color: #2a2a2a;
    background-color: #fefefe;
}
/*------------------------------------------------------------------------------*/
/*wygląd wyszukiwarki*/
dl.zend_form {
    padding:0px;
    margin:0px;
}
#fraze-label {
    margin-bottom: 3px;
}
#submit-label {
    font-size: 5px;
    height: 5px;
    line-height: 5px;
    padding: 0px;
}
#fraze {
    width: 200px;
}
/*------------------------------------------------------------------------------*/
/*formularz rejestracyjny*/
label.required:before {
    content: "* ";
    color: #ff0000;
}
/*------------------------------------------------------------------------------*/
/*kategorie lewy panel*/
p.mainc {
    padding-left: 10px;
    line-height:15px;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 210px!important;
}
p.subc {
    padding-left: 25px;
    line-height:15px;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
     width: 210px!important;
}
a.category {display: block;
    width: 100%;
    font-size: 10px;
     width: 210px!important;
}
a.category img {
    width: 10px;
    height: 10px;
    border: none
}

/*------IMPORT DBF---------*/
#dbf_files{
    width: 500px;
    border: 1px solid #b2b2b2;
}
#dbf_files tr{
    height: 25px;
}

#dbf_files tbody td{
    text-align: center;
}

#dbf_files tbody a{
    font-weight: bold;
    text-decoration: underline;
}
/*---------FORM CUSTOMER-----*/
#cus_form input, {
    margin-left: 30px;
    margin-bottom: 5px;
}

/*------KOSZYK NA STRONIE GLOWNEJ------*/
div.main_page_cart_add button.bt_cart_add{
    width: 26px !important;
    height: 26px !important;
}

/*ogłoszenia*/
div.ogloszenie {
    width: 100%;
    border-bottom: 1px solid #097AC0;
    margin-bottom: 8px;
    padding: 0px 5px 5px 0!important;
    overflow:hidden;

}

.half {
    float:left;
    width: 47%;
    margin-right: 3%;
}

.half input {
    margin: 0!important;
}

.half .tytul {
    font-size: 15px;
}

.half #submit-element {
    margin-bottom: 20px;
}

.half #create_user, .half #create_user-label,
.half:first-child #allow_my_data, .half:first-child #allow_my_data-label {
    position: relative;
    top: 10px;
}

.half #allow_my_data, .half #allow_my_data-label,
.half:first-child #regulations, .half:first-child #regulations-label {
    position: relative;
    top: 20px;
}

.half #regulations, .half #regulations-label {
    position: relative;
    top: 30px;
}

.half #cus_form #submit-element {
    position: relative;
    top: 30px;
}

.half:first-child #cus_form #submit-element {
    position: relative;
    top: 20px;
}