.more-text {
    font-size: 11px;
    font-family: arial, serif;
}

.close-text {
    font-size: 10px;
    font-weight: bold;
    font-family: arial, serif;
}

.apparel-accessories-text {
    font-size: 11px;
    font-family: arial, serif;
    font-weight: bold;
}

.section-name-text {
    font-size: 13px;
    font-family: arial, serif;
    font-weight: bold;
}

.view-all-section-name {
    font-size: 12px;
    font-family: arial, serif;
    font-weight: bold;
    text-align: right;
    text-decoration: underline;
    color: #ccc;
    float: right;
    margin-right: 10px;
	   border: 1px solid #ccc;
}

.color-swatches {
    background-color: #ffffff;
}

.more-color-mini-text {
    font-size: 8px;
    font-family: verdana,serif;
    text-transform: uppercase;
    color: black;
}

.product-image {
    margin-top: 0px;
   /* border: 1px solid green;*/
    width: 120px;
}

.just-arrived-table {
    background-color: #ffffff;
}

div.justarrived-display {
    margin: 5px 0px 0px 10px;
    display: inline;
    float: left; 
    height: 245px;
    overflow: visible;
    position: relative;
    text-align: center;
    width: 125px;
    /*z-index: 5000;*/
    /*
    border: 1px solid #ccc;
    */
}

div.justarrived-display img.p-image {
    display: block;
    height: 155px;
    margin-top: 30px;
    width: 125px;
}

div.justarrived-display-info {
    left: 0px;
    position: absolute;
    text-align: center;
    top: 160px;
    width: 125px;
}

div.color-swatches-window {
    position: absolute;
    border: 1px solid #ccc;
    height: 150px;
    width: 110px;
    background-color: #ffffff;
    /*z-index: -50;*/
    visibility: hidden;
}
div#more-colors-mini-window {
    /*z-index: -55;*/
    width: 100%;
}
