*{
margin:0;
padding:0;
}

body{
    margin: 0;
    font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #000000;
}

#pozycjonujacy {
    margin: 10px auto 10px auto;
    width: 900px;
}

#srodek {
    width: 900px;
    background-repeat: repeat-y;
    float: left;
    padding: 0;
    position: relative;
}

#box_header {
    width: 900px;
    height: 115px;
    float: left;
    position: relative;
}

#box_logo {
    width: 319px;
    height: 57px;
    left: 31px;
    top: 13px;
    position: absolute;
}

#btn_szop {
    width: 80px;
    height: 80px;
    left: 788px;
    top: 7px;
    position: absolute;
    z-index: 10;
}
    

#box_menu {
    width: 840px;
    height: 15px;
    left: 31px;
    top: 82px;
    border: 1px solid #ffffff;
    background-color: #000000;
    text-align: center;
    position: absolute;
}

#box_glowna_baner {
    width: 900px;
    height: 350px;
    float: left;
    position: relative;
}

#box_glowna_karteczka_1 {
    margin: 0 6px 10px 26px;
    display: inline;
    width: 300px;
    height: 322px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
}

#box_glowna_karteczka_1_txt {
    margin: 80px 40px 15px 28px;
    display: inline;
    position: relative;
    float: left;
}

#box_glowna_karteczka_1_link {
    display: inline;
    position: relative;
    float: left;
/*    position: absolute;
    left: 0;
    top: 290px;*/
    width: 280px;
    text-align: center;
}

#box_glowna_karteczka_2 {
    margin: 0 10px 10px 0;
    display: inline;
    width: 282px;
    height: 310px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
}

#box_glowna_karteczka_2_txt {
    margin: 70px 28px 15px 28px;
    width: 226px;
    display: inline;
    position: relative;
    float: left;
}

#box_glowna_polaroid {
    margin: 0 0 10px 0;
    display: inline;
    width: 263px;
    height: 336px;
    float: left;
    position: relative;
    background-repeat: no-repeat;    
}

#box_glowna_polaroid_foto {
    position: absolute;
    left: 24px;
    top: 39px;
    width: 206px;
    height: 215px;
    overflow: hidden;
}

#box_karteczka {
    margin: 0 5px 10px 10px;
    display: inline;
    width: 300px;
    height: 322px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
}

#box_karteczka_txt {
    margin: 80px 28px 15px 28px;
    width: 226px;
    display: inline;
    position: relative;
    float: left;
}

#box_karteczka_link {
    position: absolute;
    left: 0;
    top: 290px;
    width: 280px;
    text-align: center;
}

#block_top {
    float: left; 
    position: relative;
    margin: 20px 0 0 0;
    height: 63px;
    width: 584px;
}

#block_top_header {
    position: absolute;
    left: 15px;
    top: 25px;
}

#loading_frontend {
    position: absolute;
    left: 530px;
    top: 30px;
}

#block_bottom {
    float: left; 
    position: relative;
    margin: 0px;
    width: 584px;
    min-height: 600px;
}

#block_content {
    padding: 10px 30px 1px 20px;
	background: url(../img/block_bottom_m.png) repeat-y;
}

#block_content_footer {
	width: 584px;
	height: 137px;
	background: url(../img/block_bottom2.png);
}



#box_stopka {
    width: 900px;
    height: 50px;
    float: left;
    position: relative;
    text-align: right;
}

font.stopka, a.stopka:link, a.stopka:visited  {
    color: #4d4d4d;
    text-decoration: none;
    font-size: 12px;
}

a.stopka:hover {
    color: #fce702;
    text-decoration: underline;
    font-size: 12px;
}

font.orange {
    color: #ef9c01;
}

/* General Style Info */
a{
color:#4d4d4d;
text-decoration:none;
}
a:hover{
color:#2794c7;
text-decoration:underline;
}

/* Przyciski w stylu '[ wiecej ]' */
a.btn:link, a.btn:visited  {
    font-size: 11px;
}

a.btn:hover {
    font-size: 11px;
}

a img{
border:none;
}

/* Poprawianie png dla IE <= 6 */
img.png {
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

input.main {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333366;
    width: 118px;
    height: 18px;
    /* Chowamy normalne pole i uzywamy background, zeby uzyskac ladny wyglad */
    border: solid 0 #fff;
    background: transparent url('') no-repeat;
    text-align: right;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
color: #464646;
margin:0.3em 0;
font-size: 180%;
}

h2{
color: #464646;
margin:0.3em 0;
font-size: 160%;
}

h3{
color: #464646;
font-weight: bold;
font-size: 140%;
margin-top: 20px;
margin-bottom: 5px;
}

h4{
color:#464646;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* tables */

/*
table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
*/
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 12px;
/*background-color: #fff;*/
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */
form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
overflow: auto;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input,select {
    font-size: 12px;
/*    height: 17px;*/
    display: block;
    margin: 5px 0 5px 0;
}

textarea {
    font-size: 12px;
    display: block;
    margin: 5px 0 5px 0;
}

fieldset {
    width: 70%;
    border: 1px solid #1ecee5;
    padding: 5px;
}
input[type=hidden] {
    display: none;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input[type=submit], input[type=reset] {
height: 22px;
display: inline;
vertical-align: bottom;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
