root { 
    display: block;
}
* {
    padding: 0;
    margin: 0;
}
body {
    font: 12px Tahoma;
    color: #111111;
    background-color: #e5e6eb;
}
select {
    width: 100px;
}
a:link {
    color: #222222;
}
a:visited {
    color: #222222;

}
a:visited:hover {
    text-decoration: none;
}
a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.spacer {
    height: 10px;
    clear: both;
}
.left{
    float: left;
}
.right {
    float: right;
}
.center {
    width: 100%;
    text-align: center;
}
.clear {
    clear: both;
}
.p5 {
    padding: 5px;
}

.head {
    border-top: 3px solid #222222;
    width: 100%;
    text-align: center;
}
.container {
    width: 950px;
    margin: 0 auto;
}
.h1 {
    float: left;
    padding-top: 5px;
    width: 458px;
    text-align: left;
}
.h2 {
    float: left;
    width: 450px;

    color: #222222;
    padding: 5px;
    text-align: right;
}
.koszyk {
    background: url(images/koszyk.jpg) no-repeat;
    width: 458px;
    height: 113px;
    margin-top: 30px;
}
.koszyk .k {
    padding: 10px;
    padding-top: 30px;
    text-align: left;
}
.blue, .blue:visited, .blue:link {
    color: #1884f3;
}
.koszyk a {
    color: #1884f3;
}
.menu {
    width: 913px;
    height: 26px;
    background: url(images/bg_menu.jpg) no-repeat;
    padding-top: 11px;
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.menu a, .menu a:link, .menu a:visited {
    color: #FFFFFF;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: bold;    
}
.body {
    width: 100%;
}
.b1 {
    width: 922px;
    height: 13px;
    background: url(images/bg_top.jpg) no-repeat;
}
.b3 {
    width: 922px;
    height: 13px;
    background: url(images/bg_bottom.jpg) no-repeat;
}
.col1 {
    width: 200px;
    float: left;
    margin-right: 10px;
}
.col2 {
    width: 713px;
    float: left;
}
.c1_1{
    background: url(images/bg_small_top.jpg) no-repeat;
    width: 200px;
    height: 6px;
    font-size: 1px;
}
.c1_2{
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
.c1_3{
    background: url(images/bg_small_bottom.jpg) no-repeat;
    width: 200px;
    height: 7px;
    font-size: 1px;
}
.c2_1{
    background: url(images/bg_big_top.jpg) no-repeat;
    width: 713px;
    height: 6px;
    font-size: 1px;
}
.c2_2{
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    width: 693px;
    
    
}
.c2_3{
    background: url(images/bg_big_bottom.jpg) no-repeat;
    width: 713px;
    height: 10px;
    font-size: 1px;
}
.b2 {
    padding-left: 10px;
    padding-right: 10px;
        background-color: #FFFFFF;
    width:902px;
}
.stopka {
    font: 11px Tahoma;
    color: #555555;
    width: 922px;    
}
.stopka a {
    font: 11px Tahoma;
}
.dodaj_do_koszyka {
    background-color: #3399ff;
    border: 0;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 11px Tahoma;
    font-weight: bold;
    width: 130px;
}
.lista {
    padding-left: 17px;
}
.miniaturka {
    border: 2px solid #3399ff;
}
.produkt {
    width: 200px;
    padding: 5px;
    float: left;
    text-align: center;
    height: 300px;
    background-color: #efefef;
    margin: 5px;
}
.cena {
    background-color: #b51a2c;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    width: 120px;
    margin: 0 auto;
}
.title {
    background-color:  #333333;
    padding: 3px;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 0px;
    height: 40px;
}
.title a, .title a:visited {
    color: #ffffff;
}

