/*lista produktow w kategorii*/
.product_list_image{
    width:130px;
    float:left;
    margin:0px 3px 0px 0px;
    padding: 5px 0px 0px 0px;
    height: 130px;
}

/*pojedynczy produkt*/
.product_main_image{
    width:200px;
    float:left;
    margin:0px 5px 5px 0px;
}

img.product_gallery{
    width:80px;
    margin: 10px;
}

.shadow1{
    abackground: url('../images/styles/shadow.png') no-repeat;
    height: 143px;
    width: 143px;
    float: left;
}

.product_list_entry_dark{
    position: relative;
    float: left;
    padding: 0px 0px 10px 0px;
    border:0px solid #594d41;
    margin: 0px 0px 0px 0px;

    height: 200px;
    font-size: 12px;
    text-align: left;
    background: #E5DDE1;
}

.product_list_entry_light{
    position: relative;
    float: left;
    padding: 0px 0px 10px 0px;
    border:0px solid #594d41;
    margin: 0px 0px 0px 0px;

    height: 200px;
    font-size: 12px;
    text-align: left;
    background: #F9F2F0;
}

.product_list_producer{
    margin: 5px 0px 5px 0px;
    font-size: 10px;
}

#aimg{
    border: none;
}

.linedotted {
    background:url(../gfx/categories_dotted.gif) repeat-x bottom left;
    width: 710px;
    height: 2px;
}

.product_list_title{
    border-bottom: 0px solid #594d41;
    padding: 0px;
}

.product_list_title a{
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #594d41;
    display: block;
    margin: 5px 0px 5px 0px;
    width: 600px;
}

.product_list_entry hr{
    height: 1px;
    border: 0;
    color: #000000;
    background-color: #000000;
    width: 90%;
}

.product_list_entry_price{
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #594d41;
}

.product_list_entry_to_cart{
    position: absolute;
    bottom: 24px;
    right: 0px;
    font-size: 12px;
}

.product_list_entry_to_cart label{
    position: absolute;
    bottom: 3px;
    right: 90px;
    font-size: 12px;
}

#add_to_cart1{
    color: #594d41;
}

/* ------ */

/*lista produktow w kategorii*/
.product_oimage{
    width:200px;
    float:left;
    margin:0px 3px 0px 3px;
    padding: 4px;
    height: 200px;
}

.product_description{
    margin: 20px 10px 80px 10px;
}

.shadow1a{
    abackground: url('../images/styles/shadow.png') no-repeat;
    height: 213px;
    width: 213px;
}

.product_entry{
    position: relative;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 710px;

    font-size: 12px;
    text-align: left;
    background: #eadfe0;
}

.product_producer{
    margin: 5px 0px 5px 5px;
    font-size: 10px;
}

#aimg{
    border: none;
}

.product_title{
    border-bottom: 1px solid #594d41;
}

.product_title a{
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #594d41;
    display: block;
    margin: 5px 5px 5px 5px;
    width: 600px;
}

.product_entry hr{
    height: 1px;
    border: 0;
    color: #000000;
    background-color: #000000;
    width: 90%;
}

.product_entry_price{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #594d41;
}

.product_entry_to_cart{
    position: absolute;
    bottom: 24px;
    right: 10px;
    font-size: 12px;
}

.product_entry_to_cart label{
    position: absolute;
    bottom: 3px;
    right: 90px;
    font-size: 12px;
}

/* cproducts */

.cproductdark{
    position: relative;
    background-color: #E5DDE1;
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    height: 30px;
}

.cproductlight{
    position: relative;
    background-color: #F9F2F0;
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    height: 30px;
}

.cproductlightall{
    position: relative;
    background-color: #ccc2c6;
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    height: 30px;
    border-top: 1px solid black;
}

.cproductname{
    font-weight: bold;
    position: absolute;
    top: 7px;
    left: 5px;
}

.cproductammount{
    position: absolute;
    top: 5px;
    right: 100px;
}

.cproductdelete{
    position: absolute;
    top: 7px;
    right: 10px;
}

.cproductrecount{
    position: absolute;
    top: 2px;
    right: 50px;
}

.cproductprice{
    position: absolute;
    top: 7px;
    right: 210px;
}

/* ----- */

.torder{
    margin: 10px;
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

.obuttons{
    margin: 10px;
}

.odl dt{
    float:left;
}

.odl dd{
    clear: left;
}

.ostep1{
    margin: 10px;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

.ostep2{
    margin: 10px;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

.ostep3{
    margin: 10px;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

.ostep4{
    margin: 10px;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
}
