/* style globalne */
html {
     min-height: 100%;
}
body {
    color: #454545;
    font-family: Tahoma;
    font-size: 12px;  
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}
h1 {
    color: #454545;
    font-family: Tahoma;
    font-size: 12px; 
    font-weight: bold;
}
ul li {
    list-style-type: none;
}



/* style do step1.tpl */
#step1 {
        width: 300px;
        height: 250px;
        margin: auto;
        margin-top: 100px;
        border: 1px solid black;
        background: #999999;
}
#ajax_loader {
    display: none;
}
#step1 p {
    text-align: center;
}

#step1 #form {
    margin-top: 90px;
    text-align: center;
}
#step1 #form input {
    margin-top: 10px;
}
.description {
       font-size: 12px;
       text-align: left;
}


/*style do step2.tpl */
#step_info {
    background-color: #EEEEEE;
    border-right: 1px dotted #999999;
    float: left;   
    padding: 15px 0px 100px 20px;
    width: 280px;

}
#layout_select {
        min-width: 300px;
        margin: 0px;
        padding: 5px;
        float: left;
}
#lauout_img {
    text-align: center;
}
.layout_img_mini {
       width: 80px;
       border: 1px solid aliceblue;      
}
.layout_img_mini:hover {
       border: 1px solid gray;
       cursor: pointer;
}
div.layout {
    float: left;
    margin-right: 10px;
    width: 118px;
    height: 89px;
    padding: 3px;
    border: 1px solid aliceblue;
    
}
div.layout:hover {
    border: 1px solid gray;
    cursor: pointer;
}
#change_logo {
     line-height: 30px;
     font-size: 12px;    
}
#layout {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    width: 252px;
    margin-bottom: 5px;
    padding: 5px;
    overflow: hidden;
}
#logo {
    background: #FFFFFF;
    width: 252px;
    border: 1px solid #DDD;    
    margin-top: 5px;
    padding: 5px;
}
#siteInfo {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    width: 252px;    
    padding: 5px;
}
#title {
    border: 1px solid #DDDDDD;
    width: 250px;
}
#tresc {
    border: 1px solid #DDDDDD;
    width: 250px;
    height: 50px;
}


/* footer.tpl */
#pg_footer {
    background-color: #454545;
    bottom: 0;
    font-family: Tahoma;
    font-size: 12px !important;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
ul#steps {
    float: left;
    margin: 5px;
    height: 60px;
    max-width: 650px;
}
ul#steps li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #7a7a7a;
    background-color: #fff;
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
    opacity: 0.6;
}

.unused {
    opacity: 1 !important;
    text-decoration: none;
    color: #454545;    
}	
.unused:link {
    text-decoration: none;
    color: #454545;
}
.unused:active {
    text-decoration: none;
    color: #454545;
}	
.unused:visited {
    text-decoration: none;
    color: #454545;
}
.unused:link {
    text-decoration: none;
    color: #454545;
}
ul#steps li h4 {
    padding: 0;
    margin: 0;
}
	
div#ltlBox {
    margin: 160px auto;
    width: 480px;
}
.button { 
    background-color: #D83030;
    background-image: none;
    border-color: #EF5959 #9F2727 #9F2727 #BF3B3B;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 0 2px;
    padding: 4px 18px;
    heigth: 30px;
    float: left;
    width: 140px !important;
}
.button2 { 
    background-color: #D83030;
    background-image: none;
    border-color: #EF5959 #9F2727 #9F2727 #BF3B3B;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 0 2px;
    padding: 4px 18px;
    heigth: 30px;
    float: left;
    width: 200px !important;
}
.pointer {
    cursor: pointer;
    padding-right: 16px;
    
}
.pointer:hover {
    padding-right: 16px;
    background: url('/generator/images/edit.png') top right no-repeat;
    text-decoration: underline;
}
.pointer2 {
    cursor: pointer;
    padding-left: 16px;
    
}
.pointer2:hover {
    padding-left: 16px;
    background: url('/generator/images/edit.png') top left no-repeat;
    text-decoration: underline;
}
.zindex2 {
    z-index: 2;
}
.zindex3 {
    z-index: 3;
}
.drop_div {
    position: absolute;
    min-width: 100%;
    min-weight: 100%;
    top: 0px;
    left: 0px;
}


/* style do menu */
div.pg_menu_tabs {
    width: 150px;
    background: #7a7a7a;
}
span.pg_menu_tab {
    width: 150px;
    border-bottom: 1px solid #9a9a9a;
    color: black;
    display: block;
    text-align: center;
    padding: 3px 0px;
}
#stopka_info {
    position: absolute;
    right: -253px;
    bottom: -45px;
    padding: 8px 10px 10px 10px;
    display: none;    
    width: 250px;
    height: 50px;
    border: 10px solid #999;
    background: #EEE;
}