/****************  Basic styles for the store showall  ***********************/

.store.showall .prod-listing {
    border-bottom:1px dotted #010101;
    padding-bottom:10px;
    margin-bottom:10px;
}

.store.showall .image,
.store.show .image  {
    float:left;
    border:1px solid #999999;
    padding:5px;
    margin-right:10px;
}
.store.showall .image *,
.store.show .image * {
    float:left;
}

/****************  Profile Page  ***********************/
.store.quick-links h1 {
    margin:10px 0 0 0;
    padding:0;

}
.store.quick-links ul {
    margin:5px 0 0 0;
    padding:0;

}

.store.quick-links li {
    margin:0;
    padding:3px 0;
    list-style:none!important;
}



