.maintitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.83333em;
    position: relative;
    text-align: center;
}
.titleline::before {
    border-top: 1px solid #ddd;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.titlemain {
    border-bottom: 1px solid #ddd;
    color: #3a3a3a;
    float: left;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 16px;
    padding-bottom: 10px;
}
.viewall {
    float: right;
}
.viewall a {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.std .category-products ul, .std .category-products ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}