.address{
    display:none;
    padding-top: 20px;
    margin-top: 5px;
    border-top: 1px #7C7CB1 solid;
}


.street{
    float:left;
    cursor:pointer;
    width: 370px;
}
.delete{
    float:right;
    cursor:pointer;
    margin-top: 4px;
    margin-right: 5px;
}

.delete:hover, .name:hover{
    text-decoration: underline;

}

.add{
    margin-left: 20px;
    cursor: pointer;
    line-height: 24px;
    height: 24px;
    float: left;
}

a.newAddres{
    width: 180px;
    height: 24px;
    border: 1px solid #1C6D2F;
    padding: 3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: right;
    cursor: pointer;
    color: #218821;
    font-weight: bold;
    font-size: 13px;
}

a.newAddres:hover{
    background-color:#EFFFF4;
}

.name{
    float:left;
    cursor:pointer;
}

#oskRegisterTitle {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    padding: 20px 15px;
    margin-top: 33px;
}
#oskRegisterText {
    padding: 42px 35px;
    text-align: justify;
}
#oskRegister {
    width: 400px;
    margin: 0 auto;
}
#oskRegister .row, #oskEditOffer .row{
    width: 422px;
    min-height: 40px;
}

#oskRegister .adres{
    background-color: #FAFDFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 20px;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px #AECBFF solid;
    width: 400px;
}
.adres .header{
    height: 21px;
    cursor: pointer;
}

#oskRegister .errorMessage{
    clear: both;
    color: red;
    margin-left:160px;
}
#oskRegister .buttons {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

#oskRegister .row label {
    width: 150px;
    text-align: right;
    float: left;
    line-height: 33px;
    padding-right: 10px;
    text-align: right;
    color: #293D55;
    font-size: 14px;
}

#oskRegister .row input[type=text] {
    width: 210px;
}
#oskRegister .row select {
    width: 225px;
}
#oskRegister .row_left {
    float: left;
}
#oskRegister .row_right {
    margin-right: 45px;
    float: right;
}
#oskRegister .row #OskRegister_categories, #oskRegister .row #Osk_categories{
    float: right;
    width: 360px;
    position: absolute;
    margin-top: 7px;
}
#oskRegister .row #OskRegister_categories div, #oskRegister .row #Osk_categories div{
    width: 180px;
    float: left;
}
#oskRegister .row #OskRegister_categories div label, #oskRegister .row #Osk_categories div label{
    width: auto;
    line-height: 22px;
    font-size:12px;
}
#oskRegister .row #Osk_categories div input[type=checkbox], #oskRegister .row #OskRegister_categories div input[type=checkbox]{
    float:left;
}

#OskRegister_for_disabled, #Osk_for_disabled, #OskCalculator_active{
    margin-top: 8px;
}

#OskRegister_categories_em_, #Osk_categories_em_{
    padding-top:280px;
}



#oskEditCalculators{
}
#oskEditCalculatorR{
    float:right;
    width: 280px;
    padding: 5px;
}

#oskEditCalculatorR a{
    color: #1C3822;
}

#oskEditCalculatorR .offer{

    display:none;
}

#oskEditCalculatorR .info{
    line-height: 12px;
    height:20px;
}

#oskEditCalculatorR .info span{
    float: left;
    color:#1C3822;
    margin-left: 20px;
}

#oskEditCalculatorR .info div{
    float: left;
    border: 1px solid grey;
    padding: 5px;
    margin-left:5px;
}

#oskEditCalculatorR .active{
    background-color:#ADFF84;
}

#oskEditCalculatorR .noactive{
    background-color:#EEFCE7;
}

#oskEditCalculatorTitle {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    padding: 20px 15px;
    margin-top: 33px;
}
#oskEditCalculatorText {
    padding: 42px 35px;
    text-align: justify;
}
#oskEditCalculator {
    width: 327px;
    border: 1px grey solid;
    padding: 5px;
    background-color:#F7F7F7;
    float:left;
}
#oskEditCalculator #OskCalculator_name, #oskEditCalculatorR #OskCalculator_name{
    width:150px;
}

#oskEditCalculator .row{
    min-height: 35px;
}

#oskEditCalculator .errorMessage{
    margin-left: 155px;
}

#oskEditCalculatorR .row{
    min-height: 22px;
    border: 1px #387235 solid;
    margin: 5px;
    background-color: #EEFCE7;
    padding: 7px;
    border-radius: 5px;
}

#oskEditCalculator .row.error a, #oskEditCalculatorR .row.error a{
    color:red
}

.errorMessage{
    clear: both;
    color: red;
    margin-left: 120px;
}

#oskEditOffer{
    width:650px;
}

#oskEditCalculator .buttons, #oskEditOffer .buttons {
    width: 100%;
    text-align: center;
    min-height: 40px;
}

#oskEditCalculator .row label, #oskEditCalculatorR .row label{
    font-size: 11px;
    width: 140px;
    text-align: right;
    padding-right: 15px;
    float: left;
    line-height: 33px;
}
#oskEditCalculator .row input[type=text], #oskEditCalculatorR .row input[type=text] {
    width: 30px;
    font-size: 11px;

}
#oskEditCalculator .row select, #oskEditCalculatorR .row select{
    font-size: 11px;
}
#oskEditCalculator .row_left, #oskEditCalculatorR .row_left {
    float: left;
}
#oskEditCalculator .row_right, #oskEditCalculatorR .row_right {
    margin-right: 45px;
    float: right;
}






.pakiet_box{
    width: 240px;
    height: 50px;
    position: relative;
    background-color: grey;
}

.pakiet_box .packages{
    padding: 5px;
}

.pakiet_box a{
    color: white !important;
}
.pakiet_box a:hover{
    color: white !important;
    text-decoration: underline;
}

.pakiet_box .selected{
    text-decoration: underline;
}


h1{
    font-size: 20px;
    color: #044F8B;
    font-weight: bold;
    padding-bottom: 20px;
}

h2{
    font-size: 20px;
    color: #044F8B;
    font-weight: bold;
    padding: 20px 0px;
    text-shadow: 2px 2px 2px #E4E4E4;
}

/*.button{
    background: url('../images/strefaOsk/button_bg.png') repeat-x;
    font-size: 17px;
    width: 240px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    padding-top: 16px !important;
}*/

.button .arrow{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 5px;
    border: none;
}

img{
        border: none !important;
}
#menu{
    width: 550px;
    margin: 0px auto;
}

.menu_link {
    width: 140px;
    padding: 10px;
    display: inline-block;
    background-color: #3C93FF;
    text-align:center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 5px;
    border: 1px grey solid;
    border-bottom: none;
}

.orangepackage{
    background-color: #F6A400;
    color: #F6A400;
}

.greenpackage{
    background-color: #007200;
    color: #007200;
}

.bluepackage{
    background-color: #3C93FF;
    color: #3C93FF;
}

.redpackage{
    background-color: #A71B1F;
    color:  #A71B1F;
}

.orangepackage a.selected{
    color: #F6A400 !important;
}

.bluepackage a.selected{
    color: #3C93FF !important;
}

.redpackage a.selected{
    color: #A71B1F !important;
}

.greenpackage a.selected{
    color: #007200 !important;
}

.menu_link{
   cursor:pointer;
}

#menu a {
    font-size: 17px;
    color: white;
    font-weight: bold;
}

#menu a:hover{
    text-decoration: none;
}

.menu_selected{
    background-color: white;
}

.menu_link .selected{
    color: #0067E2 !important;
}

#contentFirst, #contentSecond, #contentThird{
    display:none;
    color: #044F8B;
    width: 550px;
    background-color: white;
    padding: 20px;
    margin: 0px auto;
}



#contentFirst li, #contentSecond li, #contentThird li{
    font-size: 18px;
    color: #044F8B;
    line-height: 30px;
}

#contentFirst p, #contentSecond p, #contentThird p{
    font-size: 18px;
    color: #044F8B;
    line-height: 30px;
    padding: 0px;

}

#contentFirst ul, #contentSecond ul, #contentThird ul{
    margin-left: 50px;
    list-style: disc;
}

.lineheight20{
    margin-left: 50px;
    list-style: disc;
}
#contentFirst ul.lineheight20 li,#contentSecond ul.lineheight20 li,#contentThird ul.lineheight20 li{
    line-height: 20px
}

.lineheight50{
    margin-left: 50px;
    list-style: disc;
}


#contentFirst ul.lineheight50 li, #contentSecond ul.lineheight50 li, #contentThird ul.lineheight50 li{
    line-height: 30px;
}

strong{
    font-weight: bold;
    color: #044F8B;

}

.show{
    display:block !important;
}

#contentTable table, #contentFirst table{
    font-size: 14px;
    color: #FFF;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    margin: 0px auto;
}
#contentTable table .col_260, #contentFirst table .col_260{
    width: 200px;
    background: #007200;
    color: #d7ffd7;
    min-height: 36px;
}
#contentTable table .col_270,#contentFirst table .col_270{
    width: 270px;
    background: #007200;
    color: #d7ffd7;
    min-height: 36px;
                text-align: right;
                padding-right: 5px;
}
#contentTable table .col_100,#contentFirst table .col_100 {
    width: 120px;
    height: 36px;
    color: #000;
    font-size: 18px;
    text-align: center;
}
#contentTable table th.col_260,#contentFirst table th.col_260 {
    height: 72px;
    font-size: 22px;
}
#contentTable table th.col_100,#contentFirst table th.col_100 {
    height: 72px;
}
#contentTable table .podstawowy_header,#contentFirst table .podstawowy_header {
    background: #004191;
    color: #c2ddff;
}
.podstawowy_header strong{
    font-weight: bold;
    color: #c2ddff;
}
.reklamowy_header strong{
    font-weight: bold;
    color: #FFF4C9;
}

.premium_header strong{
    font-weight: bold;
    color: #FFD2D3;
}

#contentTable table .reklamowy_header,#contentFirst table .reklamowy_header {
    background: #f47000;
    color: #fff4c9;
}
#contentTable table .premium_header,#contentFirst table .premium_header {
    background: #740003;
    color: #ffd2d3;
}
#contentTable table .podstawowy_bottom {
    background: #005ed2;
}
#contentTable table .reklamowy_bottom {
    background: #f49c00;
}
#contentTable table .premium_bottom {
    background: #8e1416;
}
#contentTable table .podstawowy_middle {
    background: #0072ff;
}
#contentTable table .reklamowy_middle {
    background: #fdca00;
}
#contentTable table .premium_middle {
    background: #b70004;
    color: #ffd2d3;
}
#contentTable table .podstawowy_top {
    background: #3c93ff;
}
#contentTable table .reklamowy_top {
    background: #ffe991;
}
#contentTable table .premium_top {
    background: #ea3d42;
}
#contentTable table td.col_260,#contentFirst table td.col_260 {
    font-size: 16px;
    padding-left: 5px;
}
#contentTable table td.col_100,#contentFirst table td.col_100 {
    font-size: 18px;
    font-weight: bold;
}
#star_pakiet_premium {
    position: absolute;
    top: -105px;
    right: -30px;
}

.button_site{
    background: #005000;
    border: 1px solid #005000;
    color: #D7FFD7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    width: 190px;
    height: 31px;
    margin: 3px 0px;
}

#oskOrder{

}

#oskOrder .row{
    clear: both;
    min-height: 40px;
}

#oskOrder label{
    width: 110px;
    display: block;
    float: left;
    line-height: 35px;
    padding-right: 10px;
    text-align: right;
    color: #293D55;
    font-size: 14px;
}

#oskOrder .row input[type=text],#oskOrder .row input[type=password]{
    display: block;
    float: left;
    width: 175px;
    height: 20px;
    background: #FCFCFC;
}

#oskOrder .row .errorMessage{
    clear: both;
    color: red;
}


#oskEditLogo{
    width:300px;
    margin: 0px auto;
}

#oskEditLogo .row{
    text-align: center;
    min-height: 35px;
    padding: 10px;
}


.headline{
    color: #3A5A92;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #EBEBEB;
    clear: both;
}

#infoOsk{
    border: 1px grey solid;
    min-height: 150px;
    width: 662px;
    padding: 5px;
    position: relative;
    background-color: #F7F7F7;
}

#infoOsk .cont{
    float:left;
    width:48%;
    height:auto;
    margin-left:5px;
    margin-right:5px
}

#infoOsk .cont .row{
    min-height: 42px;
    clear:both;
}

#infoOsk .cont .row .label{
    font-weight: bold;
    width:150px;
    float:left;
    color: #0067E2;
    cursor:pointer;
}

#infoOsk .cont .row .label:hover{
    text-decoration: underline;
}

#infoOsk .edit{
    float:right;
    margin-top:3px;
    display:none;
}

#infoOsk .edit:hover{
    background-color: #E7E7E7;
}

#infoOsk .cont .row .input{
    float:left;
    clear:both;
    color: #2F312F;
}

#infoOsk .buttonEdit{
    position:absolute;
    bottom:0px;
    right:0px;
}

#infoOsk .buttonEdit a{
    background: url(/images/theme/readmore.png) repeat-x scroll 0 0 transparent;
    display: block;
    height: 29px;
    float: right;
}

#infoOsk .buttonEdit a span{
    color: white;
    line-height: 29px;
    padding-left: 14px;
    padding-right: 14px;
    text-shadow: 1px 1px 1px #111;
}


.colOsk{
    width:auto;
}

#menu-1 div.widget, #menu-2 div.widget, #menu-3 div.widget{
    background: white;
    padding:0px;
    width: 240px;
    padding-bottom:0px;
    float: left;
}

#menu-1 .widgetcontent,#menu-2 .widgetcontent,#menu-3 .widgetcontent{
    border-left: 1px solid #D8D8D8;
    padding:0px;
}

.widgetcontent a{
    padding: 5px;
    height: 22px;
    padding-left: 40px;
    display:block;
}

.widgetcontent a:hover{
    background-color: #EBEBF0;
    text-decoration:none;
}

.packages a{
    color: white !important;
    font-size: 15px;
    font-weight: bold;
    line-height:40px;
    height:40px;
    box-shadow: 0px 0px 10px black;
}

.packages a span, #packages .row a span{
    float:left;
}

.packages a span img, #packages .row a span img{
    margin-top: 5px;
    margin-right: 25px;
}

.aregister{
    font-size:20px;
}

.aregister:hover{
    text-decoration: underline;
}

#contact{
    width: 215px;
    background-color: white;
    position: absolute;
    top: 0;
    margin-right: 30px;
    right: 0;
    margin-top: 25px;
    border: 1px #D8D8D8 solid;
    box-shadow: 1px 1px 5px grey;
}

#contact .question{
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #004191;
    padding-bottom: 2px;
}

#contact .rowChat{
    display:none;
    padding:0px;
    height:30px;
}

#contact .rowChat a{
    margin: 0px;
    color: #0D6918;
    float:left;
    margin-left:20px;
    font-size: 14px;
}

#contact .rowChat a:hover{
    text-decoration: underline;
}

#contact .row{
    font-size: 12px;
    padding: 10px;
    height: 50px;
}

#contact .row .label{
    float: left;
    margin: 10px;
}

#contact .row .data{
    color: #999;
    text-align: center;
}


#contact .picture{
    text-align:center;
}

.order{
    display:block;
}

.order span{
    float:left;
    padding-top:5px;
    padding-left: 5px;
    color:white;
}

#oskOrder .form{
    float: left;
    width: 330px;
}

.form{
    width:500px;
    margin: 0px auto;
}

.panel_row a{
    border-top: 1px grey solid;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #383737;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
}

.panel_row a img{
    vertical-align: middle;
}

img.imgPanel{
    margin-right: 25px;
}

img.imgInfo{
    margin-right: 27px;
}

img.imgLogo{
    margin-right: 29px;
}

img.imgCalc{
    margin-right: 31px;
}

img.imgOffer{
    margin-right: 36px;
}

#orderSite{
    width:330px;
    margin: 0px auto;
}


#packages{
    width: 350px;
    margin-top: 10px;
}

#packages .row{
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    box-shadow: 0px 0px 10px black;
    margin-bottom: 10px;
    float:left;
}

#packages .buy a span{
    float:none;
}

#packages .buy{
    margin-left:10px;
    display:none;
}

#packages .package{
    height: 42px;
    margin-bottom: 10px;
}

.podst.row{
    border: #4176FF solid 1px;
    background-color: #5CA3FC;
}

.rekl.row{
    border: 1px #FF7000 solid;
    background-color: #F6A400;
}

.prem.row{
    border: solid 1px #400;
    background-color: #A71B1F;
}

.podst.row:hover{
    background-color: #5cb4ff;
}

.rekl.row:hover{
    background-color: #f3b13a;
}

.prem.row:hover{
    background-color: #cd191e;
}

#packages .row a{
    color: white !important;
    padding-left:40px;
    display: block;
    height: 40px;
    border-top: 1px solid white;
    width: 220px;
}

#packages .buy a{
    color: white !important;
    display: block;
    height: 40px;
    padding:0px;
    border-top: 1px solid white;
    width: 70px;
    text-align: center;
}

#quickEdit{
    width:260px;
}

#premiumOffer, #reklamowyOffer, #podstawowyOffer{
    display:none;
    margin: 0px !important;
    list-style: disc;
    padding: 10px 0px;
}

#premiumOffer{
   background-color: #FCF0F1; 
}

#reklamowyOffer{
    background-color: #FDF9F0;
}

#podstawowyOffer{
    background-color: #F4F8FF;
}

#podstawowyOffer li, #reklamowyOffer li, #premiumOffer li{
    background: none !important;
    padding:0px !important;
    margin-left:20px;
    line-height: 25px;
    font-size: 15px;
    margin-left: 40px;
}

#podstawowyOffer li{
    color: #0067E2!important;
}
#reklamowyOffer li{
    color: #F6A400!important;
}
#premiumOffer li{
    color: #A71B1F!important;
}


