.colorswatch-attribute-wrapper {
    clear: both;
}
.colorswatch-wrapper label {
    display: block;
}
.colorswatch-attribute .colorswatch-swatch-container {
    float: left;
    cursor: pointer;
    display: block;
    padding: 1px;
    position: relative;
}
.colorswatch-attribute .colorswatch-swatch-container.active {}
.colorswatch-attribute .colorswatch-swatch-container {}
.colorswatch-attribute .colorswatch-swatch-container.not_clickable,
.colorswatch-attribute .colorswatch-swatch-container.not_allowed {}
.colorswatch-attribute .colorswatch-swatch-container.not_clickable,
.colorswatch-attribute .colorswatch-swatch-container.not_allowed_in_current_selection {
    display: none;
}
.colorswatch-swatch-container span.swatch {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.colorswatch-swatch-container span.swatch {
    border: 1px solid #DDD;
}
.colorswatch-swatch-container:hover span.swatch {
    border: 1px solid #F90;
}
.colorswatch-swatch-container.active span.swatch {
    border: 1px solid #F00;
}
.colorswatch-attribute .colorswatch-swatch-container span.status {
    position: absolute;
    display: none;
    bottom: -5px;
    right: 0;
    height: 20px;
    width: 20px;
}
.colorswatch-attribute .colorswatch-swatch-container.active span.status {
    background-position: 0 20px;
    display: none;
}
.colorswatch-attribute .colorswatch-swatch-container:hover span.status {
    background-position: 0 20px;
    display: none;
}
/* new */
.color-swatch-wrapper ul li {
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 1px 2px;
    position: relative;
	border: 1px solid #ccc;
}
.color-swatch-wrapper ul li .swatch-title {
    line-height: 20px;
    display: block;
    overflow: hidden;
}
.color-swatch-wrapper ul li img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.color-swatch-wrapper ul li.active {
    border: 2px solid red;
    margin: 0px 1px;
}
.color-swatch-wrapper ul li:hover {
    border: 1px solid #E26703;
    margin: 1px 2px;
}
.color-swatch-wrapper ul li img.image-base {
    z-index: 2;
}
.color-swatch-wrapper ul li.active img.image-active {
    z-index: 3;
}
.color-swatch-wrapper ul.is-disabled-attribute li img.image-disabled,
.color-swatch-wrapper ul li.is-disabled-option img.image-disabled {
    z-index: 5;
}
.color-swatch-wrapper ul li.is-disabled-option {
    text-decoration: line-through;
}
div.popup-info {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    display: block;
    opacity: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    z-index: 10;
}
.color-swatch-wrapper ul li div.popup-info img {
    position: static;
    float: left;
    margin-right: 1px;
}
.color-swatch-wrapper ul li div.popup-info label {
    width: 100%;
    float: left;
}
.color-swatch-wrapper ul li div.popup-info span {
    width: 100%;
    float: left;
}
.colorswatch-clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}
#product-options-wrapper .option-name {
    margin-left: 10px;
}
/* layered navigation */
.colorswatch-layer {}
/* list layout */
.colorswatch-layer.list {} 
.colorswatch-layer.list li {
    display: block;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 100%;
}
.colorswatch-layer.list li br {
    display: none;
}
.colorswatch-layer.list li .cs-layer-div {}
.colorswatch-layer.list li .cs-layer-div a.cs-layer-image-link {
    display: inline-block;
    margin-right: 5px;
}
.colorswatch-layer.list li .cs-layer-div a.cs-layer-label-link {
    display: inline-block;
}
/* grid layout */
.colorswatch-layer.grid {} .colorswatch-layer.grid li {
    display: inline-block;
    width: 32%;
}
.colorswatch-layer.grid li .cs-layer-div {
    text-align: center;
}
.colorswatch-layer.grid li .cs-layer-div a.cs-layer-image-link {}
.colorswatch-layer.grid li .cs-layer-div a.cs-layer-label-link {}