ul.store-path {
    list-style-type: none;
    margin: 2px 0 4px 0;
    padding: 2px 0 4px 0;
    text-indent: 0;
    border-bottom: 1px dotted #ccc;
}

ul.store-path li{
    list-style-type: none;
    display: inline;
    margin: 0 6px 0 0;
    padding: 0 0 0 0;
}

ul.store-path li:before{
    content: "";
}

.store-item {
    padding: 4px 0 4px 0;
    margin: 2px 0 2px 0;
    clear: both;
}

.store-item h3 {
    margin: 4px 0 8px 0;
    padding: 4px 0 4px 0;
}

.store-item img {
    border:0;
    margin: 0 4px 4px 0;
}

.store-item ul{
    margin: 4px;
    padding: 4px;
}

.store-item ul li:before {
    content: '';
}

.store-item ul li{
    margin: 2px 0 2px 24px;
    padding: 2px;
}

.store-nav-top {
    margin: 8px 0 8px 0;
    padding: 4px;
    background-color: #eee;
}

.store-nav-bottom {
    margin: 8px 0 8px 0;
    padding: 4px;
    background-color: #eee;
}

ul.prod-catalog {
    list-style: none;
    margin: 8px 0 8px 0;
    padding: 0;
    display: block;
    clear: both;
}

ul.prod-catalog li.prod-list{
    list-style: none;
    margin: 4px 5% 8px 0;
    padding:0 ;
    display: block;
    float: left;
    width: 45%;
}

.store-infoline {
    margin: 4px 0 4px 0;
    padding: 4px;
    background-color: #eee;
}


.prod-item-selected, a.prod-item-selected, a:visited.prod-item-selected, a:active.prod-item-selected, a:link.prod-item-selected, a:hover.prod-item-selected {
    font-weight: bolder;
    border-bottom: 1px dotted #999;
}

.prod-search-form {
    padding: 6px;
    line-height: 1.6;
}

.prod-search-form input {
    margin: 2px 0 2px 0;
}
