#productlist .item-image {
    width: 16%;
}

#productlist .item-title {
    text-align: center;
    width: 20%;
}

#productlist .item-price {
    text-align: center;
    width: 10%;
}

#productlist .item-blank {
    text-align: center;
    width: 54%;
}

#product-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-top: 0px;
    min-height: 400px;
}

#showMessage {
    background: none repeat scroll 0 0 #FFFBCC;
    border: 1px solid #E6DB55;
    color: #21759B;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin: 30px 0;
    display: none;
}

#showItemMessage {
    display: none;
    background: rgba(255, 255, 255,0.9);
    padding: 10px;
    width: 320px;
    margin: 0 auto;
    position: relative;
    color: black;
}

#product-canvas {
    float: left;
    width: 100%;
}

#product-canvas #svg-content {
/*    width: 850px;*/
    height: 460px;
}

#product-canvas #product_attributes_holder {
    float: left;
    width: 100%;
}

#product-canvas #product_attributes_holder #carousel {
}

#svg-content > img, .textdivEle, .logodivEle {
    position: absolute;
}

#product-options-small {
    background: scroll 0 0 rgba(220, 220, 220, 0.5);
    cursor: pointer;
    float: right;
    height: 20px;
    right:-28px;
    position: absolute;
    text-align: center;
    top: 220px;
    width: 75px;
    border-right: none;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}


#product-options {
    float: right;
    padding: 5px 5px;
    background: none repeat scroll 0 0 rgba(220, 220, 220, 0.5);
    color: #8B8B8B;
    min-height: 50px;
    min-width: 270px;
    width: 40%;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 175px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right:0;
}
/* Only Phones (Portrait) */
@media (min-width:481px){

    #product-options-small {
        background: none repeat scroll 0 0 rgba(220, 220, 220, 0.5);
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        color: #666666;
        cursor: pointer;
        float: right;
        height: 50px;
        padding-bottom: 0px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 150px;
        width: 65px;
        z-index: 99;
        display: none;
        border-right: none;
        -webkit-transform: rotate(0deg); 
        -moz-transform: rotate(0deg); 
    }

    #product-options-small #spanner {
        background: url("http://www.crickethaven.com/images/menu/icon_features.png") no-repeat scroll 50% 0 transparent;
        height: 30px;
        margin: px;
        width: 70px;
    }

    #product-options {
        float: right;
        padding: 15px 20px;
        background: none repeat scroll 0 0 rgba(220, 220, 220, 0.5);
        color: #8B8B8B;
        min-height: 50px;
        width: 270px;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 150px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right:0;

    }
}


#product-options .product-options-heading {
    margin: auto auto 15px;
    color: black;
    font-size: 20px;
    text-align: left;
}

#product-options .product-options-heading > span {
    margin-right: 10px;
}

.product-options-heading .text {
    float: left;
    padding-top: 5px;
}

.product-options-heading .text img {
    height: 18px;
}

.product-options-heading .righttext {
    float: right;
}

.product-options-heading small {
    font-size: 0.75em;
    display: block;
}

.product-options-toggle {
    width: 130px !important; 
    height: 25px !important;
}

#product-options #panel {
    min-height: 300px;
}

.product-options-toggle #panel {
    display: none;
}

.product-options-toggle .product-options-heading > span img {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

#product-options .swatch {
    float: left;
    margin: 1px;
    list-style-type: none;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: 1px solid whitesmoke;
}

@media (min-width:1025px) {
    #product-options .swatch {
        float: left;
        margin: 1px;
        list-style-type: none;
        width: 15px;
        height: 15px;
        cursor: pointer;
        border: 1px solid whitesmoke;
    }}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    font-weight: normal;
    background: rgba(236, 236, 236, 0.49); !important

}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}



h3.ui-state-default, h3.ui-widget-content .ui-state-default, h3.ui-widget-header .ui-state-default {
    /*font-weight: bold;*/
    color: #8B8B8B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background: rgba(236, 236, 236, 0.49); !important
}

h3.ui-state-hover, h3.ui-state-active {
    color: #333;
    background: #DCDCDC;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}

.ui-accordion .ui-accordion-content {
    border: none;
    padding-left: 0.5em;
    padding-top: 0;
    padding-right: 1em;
}

#main ul.swatch-container {
    padding: 0;
    max-height: 150px;
    display: block;
    overflow-y: auto;
}

#alphasliders {
    margin-top: 20px;
}

.productsliders, #rotateslider, #sizeslider, #logosizeslider, #alphaslider {
    margin: 20px 0;
}

#product-options .textfield {
    margin-top: 15px;
}

#product-options .textbuttons {
    margin: 10px 0 20px;
    text-align: center;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    color: #FFFFFF;
    font-weight: normal;
}

#panel .colortabs {
    margin-top: 15px;
}

#panel .colorlabel {
    cursor: pointer;
    font-size: 15px;
    float: left;
    padding: 4px;
    background: #FFFFFF;
}

#panel .colorlabel span {
    display: block;
    width: 17px;
    height: 17px;
}

#panel .colorlabel.active {
    border: 1px solid #CCCCCC;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

#panel .colortiles {
    display: none;
    border: 1px solid #CCCCCC;
    margin-top: -1px;
    padding: 5px;
}

#panel .colortiles.active {
    display: block;

}

#productactions {
    float: right;
    margin-top: 15px;
}

#productactions > div {
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 0 6px;
}

#productactions > div:last-child {
    margin-right: 0;
}

#productactions > div span {
    color: #8B8B8B;
    display: block;
    margin-top: 2px;
    padding: 2px 4px;
    font-size: 13px;
}                                 

#productactions > div:hover span {
    color: #333;
}

div#sharepage span {
    padding: 0;
}

.fancybox-close:hover {
    background: url("../fancybox/fancybox_sprite.png");
}

#preview {
    display: none;
    width: 500px;
}

#ajaxcontent {
    text-align: left;
}

#ajaxcontent h1 {
    text-align: center;
    margin-bottom: 30px;
}

#ajaxcontent > div {
    margin: 15px;
}

/* Quote */
#enform tr, #enform td {
    border: none;
}

#enform td {
    padding: 7px;
    text-align: left;
    font-size: 12px;
}

#qty_table tr, #qty_table td {
    border: 1px solid #DDDDDD;
}

#qty_table td {
    text-align: center;
}

#enform h3 {
    font-size: 20px;
}

#enform textarea, #enform input[type="text"], #enform input[type="password"], #enform select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C8C8;
}

#enform textarea, #enform input[type="text"], #enform input[type="password"] {
    padding: 0.1em 0 0.1em 0.4em;
}

#enform textarea:hover, #enform input[type="text"]:hover, #enform input[type="password"]:hover, #enform select:hover {
    border-color: #AAAAAA;
}

#enform textarea:focus, #enform input[type="text"]:focus, #enform input[type="password"]:focus, #enform select:focus {
    border-color: #8C8C8C;
    outline: 2px solid #DCDCDC;
}

#enform td p {
    text-align: center;
}

#enform button, #enform input[type="button"], #enform input[type="submit"] {
    line-height: 100%;
    padding: 0.2em 0.3em 0.2em 0.1em;
}

#addremvbuttn {
    clear: both;
    margin-top: 10px;
    padding-left: 10px;
}

#btnAdd:focus , #btnDel:focus {
    border: 2px solid transparent;
}

#submit {
    margin-top: 20px;
}

/* end Quote */

.rounded-corner {
    border: 1px solid #ccc;
    border-radius: 5px;
    -mozborder-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 5px;
}

.optioncontainer .attr-container {
    display: block;
    margin-left: 2px;
    margin-top: 15px; 
}

.optioncontainer .attribute-variation-holder {
    display: block;
    float: left;
    padding: 2px;
    border: none !important;
    cursor: pointer;
    width: 55px;
}

.attribute-variation-holder img {
    border-radius: 5px;
    -mozborder-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(http://www.crickethaven.com/media/com_dcproduct/css/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.optioncontainer .attribute-variation-holder img {
    width: 60px;
    border-radius: 0px;
}

.attribute-variation-holder:hover {
    border: 1px solid #cccccc !important; 
}

.optioncontainer .attribute-variation-holder:hover {
    border: none !important;
}

.selectedattr {
    cursor: default;
}

img.selectedattr {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
}

.thumbnumber {
    font-weight: bold;
    color: rgba(53, 45, 45, 0.66);
    background: #FFF;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    bottom: 20px;
    left: 5px;
    border-radius: 0px 0px 0px 4px;
    opacity: 0.2;

}

.selectedattr + .thumbnumber {
    opacity: 1;
}

#carousel .attribute-variation-holder {
    width: 70px !important;
    height: 74px; 
    border: 1px solid #ffffff !important;
    cursor: pointer;
    background: #FFFFFF !important;
}

#carousel .attribute-variation-holder:hover, #carousel .attribute-variation-holder.selectedLi {
    border: 1px solid #cccccc !important;
}

#carousel .attribute-variation-holder img {
    display: block;
    height: 75px;
    width: 75px;
    background: #FFFFFF !important;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none; 
}

.flex-direction-nav .flex-next { right: 0 !important; margin-right: -5%; opacity: 1 !important; }

.flex-direction-nav .flex-prev { left: 0 !important; opacity: 1 !important;  margin-left: -5%; }

.flexslider { width: 90%; margin: 0 auto; }

.toggleHolder {
    cursor: pointer;
    text-align: center;
    margin: auto;
}

.toggleHolder.ui-icon {
    margin-top: 20px;
    border: 2px solid #E2FFFB;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.elastislide-wrapper {
    box-shadow: none; 
}

.elastislide-carousel {
    min-height: 80px;
}

.elastislide-carousel ul li {
    margin: 0px;
}

.elastislide-wrapper nav span {
    background-color: #8b8b8b;
}

.attrsShow {
    display: block; 
    margin-right: 5px;
}

.product_attributes .attr-label {
    position: absolute;
    left: -60px;
    top: 18%;
    background: grey;
    padding: 10px;
    color: #fff;

    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);

    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
}

.prevattrshow, .nextattrshow {
    vertical-align: middle; 
    cursor: pointer;
    visibility: hidden;
    height: 60px;
    display: inline-block;
}

.blockSlider {
    cursor: default;
    opacity: 0.2;
}

.attrsHide {
    display: none; 
}

.managebuttons {
    float: right;
    margin-top: 20px;
}

.managebuttons span {
    margin-right: 15px;
    box-shadow: 1px 2px 5px #CCCCCC;
}

.managebuttons span:hover {
    box-shadow: 1px 2px 5px #000;
}

.managebuttons a {
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.managebuttons a:hover {
    background: none;
    color: #333;
}

#ajaxcontent .productname {
    padding-left: 20px;
}

#ajaxcontent .productwrap {
    padding: 10px; 
    border-bottom: 1px solid #cccccc;
    min-height: 70px;
}

#ajaxcontent .productwrap img {
    vertical-align: middle;
}

#productdisplay .productname {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.addedText, .addedLogo {
    color: #000000;
    padding: 0px 2px;
    border: 1px solid #36393D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #ccc;
    margin-top: 5px;
    min-height: 20px;
}

.addedText text, .addedLogo text {
    width: 90%;
}

.seletedAddedText, .seletedAddedLogo {
    border: 1px solid #4096EE;
    background-color: #C3D9FF;
}

.removeAddedText, .removeAddedLogo {
    padding: 0px 4px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
}

.removeAddedText:hover, .removeAddedLogo:hover {
    color: red;
}

#topViewBag {
    background: url('../images/greenbag.png') no-repeat scroll -1px 0 transparent;
    width: 48px;
    height: 48px;
}

#topViewBag.emptyBag {
    background: url('../images/viewbag.png') no-repeat scroll -1px 0 transparent;
}

#topViewBag .countdesign {
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding-top: 19px;
    text-align: center;
}

/* for loading animation */

#ball, #ball-0, #ball-1 {
    position: absolute;
    top: 0;

    z-index: 11;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;

    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;

    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);

    opacity: 0;
    filter: alpha(opacity=0);

}

#ball-0{
    background: #11A861;
    left: 20%;

    -webkit-animation: jump 1.5s 0.0s infinite forwards;
    -moz-animation: jump 1.5s 0.0s infinite forwards;
    -ms-animation: jump 1.5s 0.0s infinite forwards;
    -o-animation: jump 1.5s 0.0s infinite forwards;
    animation: jump 1.5s 0.0s infinite forwards;

    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    -ms-animation-delay: 0.0s;
    -o-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

#ball-1{
    background: #FFCF63;
    left: 80%;

    -webkit-animation: jump 1.5s -0.3s infinite forwards;
    -moz-animation: jump 1.5s -0.3s infinite forwards;
    -ms-animation: jump 1.5s -0.3s infinite forwards;
    -o-animation: jump 1.5s -0.3s infinite forwards;
    animation: jump 1.5s -0.3s infinite forwards;

    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
    -ms-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;

}

#ball {
    background: #3777E3;
    left: 50%;

    -webkit-animation: jump 1.5s -0.5s infinite forwards;
    -moz-animation: jump 1.5s -0.5s infinite forwards;
    -ms-animation: jump 1.5s -0.5s infinite forwards;
    -o-animation: jump 1.5s -0.5s infinite forwards;
    animation: jump 1.5s -0.5s infinite forwards;

    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -ms-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes jump {
    0% {/*top: 0;*/
        -webkit-transform: translate3d(0px,0px,0px);
        -webkit-animation-timing-function: ease-in;
    }
    50% {/*top: 140px;*/
        -webkit-transform: translate3d(0px,140px,0px);
        /*	height: 16px;*/
        -webkit-animation-timing-function: ease-out;
    }
    55% {/*top: 160px;*/
        -webkit-transform: translate3d(0px,160px,0px); 
        /*	height: 14px;*/
        -webkit-animation-timing-function: ease-in;}
    65% {/*top: 120px;*/
        -webkit-transform: translate3d(0px,120px,0px); 
        /*	height: 16px;*/
        -webkit-animation-timing-function: ease-out;}
    95% {
        /*top: 0;*/
        -webkit-transform: translate3d(0px,0px,0px);
        -webkit-animation-timing-function: ease-in;
    }
    100% {/*top: 0;*/
        -webkit-transform: translate3d(0px,0px,0px);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes jump {
    0% {/*top: 0;*/
        -moz-transform: translate3d(0px,0px,0px);
        -moz-animation-timing-function: ease-in;
    }
    50% {/*top: 140px;*/
        -moz-transform: translate3d(0px,0px,0px);
        /*		height: 16px;*/
        -moz-animation-timing-function: ease-out;
    }
    55% {/*top: 160px;*/
        -moz-transform: translate3d(0px,160px,0px); 
        /*		height: 14px;*/
        -moz-animation-timing-function: ease-in;}
    65% {/*top: 120px;*/
        -moz-transform: translate3d(0px,120px,0px); 
        /*		height: 16px;*/
        -moz-animation-timing-function: ease-out;}
    95% {
        /*top: 0;*/
        -moz-transform: translate3d(0px,0px,0px);
        -moz-animation-timing-function: ease-in;
    }
    100% {/*top: 0;*/
        -moz-transform: translate3d(0px,0px,0px);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes jump {
    0% {/*top: 0;*/
        -o-transform: translate3d(0px,0px,0px);
        -o-animation-timing-function: ease-in;
    }
    50% {/*top: 140px;*/
        -o-transform: translate3d(0px,140px,0px);
        /*		height: 16px;*/
        -o-animation-timing-function: ease-out;
    }
    55% {/*top: 160px;*/
        -o-transform: translate3d(0px,160px,0px); 
        /*		height: 14px;*/
        -o-animation-timing-function: ease-in;}
    65% {/*top: 120px;*/
        -o-transform: translate3d(0px,120px,0px); 
        /*		height: 16px;*/
        -o-animation-timing-function: ease-out;}
    95% {
        /*top: 0;*/
        -o-transform: translate3d(0px,0px,0px);
        -o-animation-timing-function: ease-in;
    }
    100% {/*top: 0;*/
        -o-transform: translate3d(0px,0px,0px);
        -o-animation-timing-function: ease-in;
    }
}

@-ms-keyframes jump {
    0% {/*top: 0;*/
        -ms-transform: translate3d(0px,0px,0px);
        -ms-animation-timing-function: ease-in;
    }
    50% {/*top: 140px;*/
        -ms-transform: translate3d(0px,140px,0px);
        /*		height: 16px;*/
        -ms-animation-timing-function: ease-out;
    }
    55% {/*top: 160px;*/
        -ms-transform: translate3d(0px,160px,0px); 
        /*		height: 14px;*/
        -ms-animation-timing-function: ease-in;}
    65% {/*top: 120px;*/
        -ms-transform: translate3d(0px,120px,0px); 
        /*		height: 16px;*/
        -ms-animation-timing-function: ease-out;}
    95% {
        /*top: 0;*/
        -ms-transform: translate3d(0px,0px,0px);		
        -ms-animation-timing-function: ease-in;
    }
    100% {/*top: 0;*/
        -ms-transform: translate3d(0px,0px,0px);
        -ms-animation-timing-function: ease-in;
    }
}

@keyframes jump {
    0% {
        /*top: 0;*/
        transform: translate3d(0px,0px,0px);
        animation-timing-function: ease-in;
    }
    50% {
        /*top: 140px;*/
        transform: translate3d(0px,140px,0px);
        /*		height: 16px;*/
        animation-timing-function: ease-out;
    }
    55% {
        /*top: 160px; */
        transform: translate3d(0px,160px,0px);
        /*		height: 14px; */
        animation-timing-function: ease-in;
    }
    65% {
        /*top: 120px; */
        transform: translate3d(0px,120px,0px);
        /*		height: 16px; */
        animation-timing-function: ease-out;
    }
    95% {
        /*top: 0;*/
        transform: translate3d(0px,0px,0px);
        animation-timing-function: ease-in;
    }
    100% {
        /*top: 0;*/
        transform: translate3d(0px,0px,0px);
        animation-timing-function: ease-in;
    }
}

#jpreSlide{
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin: -80px 0 0 -100px;
    width: 200px;
    height: 160px;
}


/* ==================================================
   IE FIX
================================================== */

.lt-ie9 .menu-primary-menu-container,
.lt-ie9 .header-post-thumb,
.lt-ie9 #get_in_touch {
    display: none;	
}

.lt-ie9 #ie {
    padding: 100px 0;
}

.lt-ie9 footer {
    border-top: 1px solid #F1F1F1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.lt-ie9 #jpreSlide,
.ie9 #jpreSlide {
    height: 16px !important;
    margin: -8px 0 0 -100px;
}

img {
    max-width: 100%;
}

body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}




#product-options .swatch2{
    border: 1px solid whitesmoke;
    cursor: pointer;
    float: left;
    height: 15px;
    list-style-type: none;
    margin: 1px;
    width: 15px;
}

/* classes for custom options */

.arial_option{font-family: Arial;}

.comic_sans_option{font-family: Comic Sans MS;}

.droid_sans_option{font-family: DroidSansRegular;}

.helvetica_option{font-family: Helvetica;}

.georgia_option{font-family: Georgia;}

.lucida_console_option{font-family: Lucida Console;}

.lucida_grande_option{font-family: Lucida Grande;}

.tahoma_option{font-family: Tahoma;}

.times_new_roman_option{font-family: Times New Roman;}

.trebuchet_option{font-family: Trebuchet MS;}

.verdana_option{font-family: Verdana;}

.caption_option{font-family: caption;}

.cursive_option{font-family: cursive;}

/* classes for custom options ends here */





.attribute-variation-holder img.remove_gray {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}