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

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

.store.showall .ecom-image  {
    position:relative;
    float:left;
    border:1px solid #999999;
    overflow:hidden;
    margin-right:10px;
}

/****************  Basic styles for the store show ***********************/
/* Loading */
.ecom-images.loading-images {
    overflow:hidden;
    position:relative;
    border:1px solid #dedede;
    background:url(../skin/loading/loading3.gif) no-repeat 50% 50% #fff;
}
.ecom-images.loading-images ul{
    position:absolute;
    left:-10000px;
}
/* end loading */

/* The bounding box for the main image window */
.store.show .ecom-images {
    margin-right:10px;
    float:left;
}

/* The single image in the shaowall view */
.store.show .ecom-images ul.enlarged  {
    position:relative;
    float:left;
    border:1px solid #999999;
    overflow:hidden;
}

/* thumnails */
.store.show .ecom-images ul.thumnails  {
    float:left;
    width:100%;
}

/* positoining for the enlarged images */
.store.show .ecom-images ul.enlarged img {
    position:absolute;
    top:0;
    left:0;
}

.store.show ul.enlarged,
.store.show ul.thumbnails,
.store.show ul.enlarged li,
.store.show ul.thumbnails li {
    padding:0;
    margin:0;
    list-style:none;
    border:0;
}

.store.show ul.thumbnails li {
    float:left;
    border:1px solid #999999;
    margin:4px 4px 0 0;
}

/****************  General show view styling  ***********************/

.store.show .ecom-swatches ul,
.store.show .ecom-images ul {
    margin:0;
    padding:0;
}
.store.show .ecom-swatches ul li {
    margin:2px;
    padding:0;
    list-style:none;
    display:inline-block;
    position:relative;
    z-index:20;
    border:1px solid #555;
}

.store.show .ecom-swatches ul li img,
.store.show .ecom-images ul li img {
    display:block;
}

.store.show .ecom-swatches ul li div {
    position:absolute;
    border:1px solid #333;
    border-width:1px 2px 2px 1px;
    background:#fff;
    display:none;
    margin-top:6px;
    
}
.store.show .ecom-swatches ul li:hover div {
    display:block;
}
.store.show .ecom-swatches ul li div strong {
    padding:0 0 2px 3px;
    display:block;
}

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



