p {
    clear: both;
    float: none;
}

.swatch-box{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    background: none;
    vertical-align: baseline;
    float: left;
    clear: both;
	margin-bottom: 10px;
}

.swatch-box h5{
    text-align: left;
    margin-bottom: 0px;
    margin-left: 5px;
}
.color-swatch {
    width: 75px;
    height: 75px;
    float: left;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 1px 1px 2px 1px #5C5C5C;
    text-align: center;
    position: relative;
    z-index: 0;
}

.color-swatch[title]:hover:after {
 
}

.color-bar {
    width: 100%;
    height: 25%;
    background-color: #0054a4;
    position: absolute;
    top: 65%;
    z-index: 1;
    font-family: Myriad Pro;
    text-align: center;
    color: #FFFFFF;
    font-size: x-small;
    text-transform: uppercase;
    line-height: 90%;
    vertical-align: middle;
    padding-top: 2px;
}

/*USE ONLY FOR SINGLE-WORD COLOR NAMES*/
.color-bar span{
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

.daldorado-white {
  background-image: url("/img/esource3/prodinfo/html/swatches/Swatch-Daldorado-White.jpg?fv=9D13B3F1EE0B43AC449E13DED649F448");
    background-size: contain;
}

.daldorado-bone {
    background-image: url("/img/esource3/prodinfo/html/swatches/Swatch-Daldorado-Bone.jpg?fv=4716B78F73D380734478E65E6BB00D0B");
    background-size: contain;
}

.daldorado-gray {
  background-image: url("/img/esource3/prodinfo/html/swatches/Swatch-Daldorado-Gray.jpg?fv=7F95B0EA6FD293F956C6756B1DF68BAE");
  background-size: contain;
}