.clear {
    clear: both;
    float: none;
}

.leftnav {
    list-style: none;
    margin: 4px 0 10px 15px;
    padding: 0;
}
    .leftnav LI {
        margin: 4px 0;
    }

.left10 {
    margin: 20px 0 4px 15px;
}

/* productlist */

.pl_block {
    width: 128px;
    border: 1px solid silver;
    height: 193px;
    float: left;
    margin: 15px 0 0 15px;
    text-align: center;
}
    .pl_block:hover {
        border: 1px solid black;
    }
    .pl_block H4 {
        font-size: 13px;
        font-weight: bold;
        color: #424956;
    }

.pl_fullname {
    height: 60px;
}

.pl_photo {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-left: 9px;
}
    
    .pl_fullname A {
        text-decoration: none;
        color: black;
        line-height: 1.2;
    }
 
.page_nav_bottom {
    width: 710px;
    text-align: right;
    margin: 10px auto;
} 
    
/* moreinfo */

#images {
    width: 300px;
    margin: 10px 0 10px 10px;
    float: left;
}

#product_details {
    width: 420px;
    margin: 10px 0 10px 10px;
    float: left;
}

.tbl_dtl TD {
    padding: 5px;
}

.tbl_dtl_title {
    width: 100px;
    font-weight: bold;
}

.tbl_dtl_price {
    font-weight: bold;
    font-size: 14px;
}

.mi_backlink {
    width: 100%;
    margin: 10px;
    border-bottom: 1px dotted #666;
}

.mi_backlink A {
    font-size: 11px;
    color: #666;
    text-decoration: none;
}

#mi_descr {
    margin: 10px 0 10px 10px;
    color: #666;
}

A.link {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #08256F;
    background: #1C3E95;
    margin: 0 5px;
}

A.link:hover {
    border: 1px solid #9A0E0B;
    background: #C92B28;
}

.linkbig {
    font-size: 14px;
    letter-spacing: 1.2px;
}

A.small {
    padding: 3px;
}

.related {
    width: 100%;
    margin: 10px;
    border-bottom: 1px dotted #666;
    font-size: 12px;
}

.mi_related_block {
    width: 100%;
    margin: 10px 0;
}

.mi_related_photo {
    width: 150px;
    text-align: center;
    float: left;
}

.mi_related_fullname {
    width: 200px;
    float: left;
    font-weight: bold;
}

.mi_related_price {
    width: 100px;
    font-weight: bold;
    float: left;
    text-align: center;
}

.mi_related_buttons {
    width: 200px;
    text-align: center;
    float: left;
}

/* basket */

#checkout_content {
    width: 800px;
    margin: 0 auto;
}

#basket_breadcrumbs {
    text-align: center;
    margin: 20px auto;
}

    #basket_breadcrumbs SPAN {
        width: 110px;
        margin: 0 3px;
        border: 1px solid silver;
        color: silver;
        padding: 5px;
    }
    
    #basket_breadcrumbs .active {
        background: #A2C238;
        border: 1px solid #1C3E95;
        color: #7F1319;
        font-weight: bold;
        
    }

.divider {
    height: 1px;
    width: 100%;
    border-top: 1px solid silver;
}
    
#co_btns {
    text-align: center;
    margin: 16px 0;
}

.tbl_basket {
    width: 800px;
    margin: 10px auto;
}

    .tbl_basket TD {
        padding: 5px;
    }
