/****************  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;
}

/****************  Basic product edit page  ***********************/
.store.edit table.qty-discount td,
.store.edit table.qty-discount td input,
.store.edit table.qty-discount td select {
    font-size: 12px;
}

.store.edit table.qty-discount td {
/*    border: 1px solid black;*/
    padding: 0;
    margin:  0;
}

/****************  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;
}



