
root { 
    display: block;
}

body {
    width: 966px;
    margin: 0 auto;
    background: url(images/tlo.jpg) top center no-repeat;        
    font-family: Arial;
}

.clear {
    clear: both;
}

.zawartosc {
    background-color: transparent;    
}
.content {
    width: 966px;
    min-height: 909px;
}

#header {
    width: 966px;
    height: 127px;
}

#logo {
    float: left;
    background: url(images/logo.gif) no-repeat;
    width: 141px;
    height: 127px;
}

#header_top {
    float: left;
    width: 825px;
    height: 127px;
}

#top_space {
    width: 825px;
    height: 64px;
    background: url(images/top_space.gif) no-repeat;
    background-position: right;
}

#search_bar {
    margin-left: 34px;
    width: 825px;
    height: 63px;    
}

#search_icon {
    float: left;
    width: 96px;
    height: 100%;
    margin: 10px 0px 0px 10px;
    background: url(images/search_icon.jpg) no-repeat;
}

#menu {    
    width: 966px;
    height: 28px;
    color: #000;   
    text-align: right;
    font-weight: bold;        
}

#main {
    width: 966px;
    margin-top: 5px;
}

#navi {      
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
}
#navi a {
    color: #fff;
    text-decoration: none;
}
#navi a:hover {
    text-decoration: underline;
}

#main_left {
    float: left;
    width: 262px;
    margin-top: 20px;
}

.box {
    width: 262px;
    height: auto;
    background: transparent;
    color: #e77f1d;
}

.top {
    height: 16px;
    font-weight: bold;    
    font-size: 14px;
    line-height: 16px;
}

hr {
    color: #e77f1d;
    background-color: #e77f1d;
    height: 2px;
    border: 0;
    margin: 0px;
}

.bottom {
    height: 13px;    
}

#main_right {
    float: left;
    width: 704px;
    padding: 0px 0px 7px 0px;
    background: transparent;
}

#head {
    height: 19px;    
}

.product {
    height: 150px;
}

.buy_now {    
    width: 158px;
    height: 30px;
    margin-left: 530px;
    background-image: url(images/buy_now.gif);
    text-align: center;
}

.bar {
    height: 1px;
    background-image: url(images/bar.gif);
    margin-top: 3px;
}

.login {
    text-align: center;
}

.login_box {
    height: 19px;
    background-image: url(images/login_field.gif);
    background-repeat: no-repeat;
    background-position: center;
}

#login_button {
    height: 18px;
    background-image: url(images/login.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    background-position: center;
    margin-top: 5px;
    font-size: 12px;
}

#lost_pass {
    text-align: center;
}

