.breadcrumb {
        padding: 0 0 5px;
        font-size:70%;
}

.page_title {
        padding: 0 0 5px;
}

.productlisting {
        padding: 0 0 5px;
        list-style: none;
}

.productthumbnail {
        width: 200px;
        height: 135px;
        overflow: hidden;
        margin: 0 20px 0 0;
}

.productsummary {
        height: 135px;
        overflow: hidden;
        width: 165px;
}

.productsummary h2 {
        font-size: 80%;
        margin: 0 0 8px;
}

.productsummary h2 a {
        text-decoration: none;
}

#maincontainer .productsummary p.description {
        font-size: 65%;
        height: 90px;
        color: #000;
        padding: 0;
        margin: 0 0 5px;
}

#maincontainer .productsummary p {
        padding: 0;
}

.productlisting li {
        width: 385px;
}

.hr {
        width: 100%;
        border-bottom: 5px solid #999999;
        margin: 40px 0;
}

.clear {
        clear: both;
}