<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.element {
    margin: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #acacac;
}

/**** Example Options ****/

.options {
    padding-bottom: 1.0em;
}

.options h3 {
    margin-bottom: 0.2em;
    font-size: 15px;
}

.options h4 {
    font-weight: bold;
}

.options ul {
    margin: 0;
    list-style: none;
}

.options ul ul {
    margin-left: 1.5em;
}

.options li {
    float: left;
    margin-bottom: 0.2em;
}

.options li a {
    display: block;
    padding: 0.4em 0.5em;
    background-color: #DDD;
    color: #222;
    font-weight: bold;
    text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
    background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
    background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
    background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
    background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
    background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
}

.options li a:hover {
    background-color: #5BF;
}

.options li a:active {
    background-color: #39D;
    -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
    -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
    -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
    box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

.options li a {
    border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
    border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

.options li:first-child a {
    border-radius: 7px 0 0 7px;
    border-left: none;
}

.options li:last-child a {
    border-radius: 0 7px 7px 0;
}

.options li a.selected {
    background-color: #13F;
    text-shadow: none;
    color: white;
}

/* Combination filter options*/

.options .option-combo {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.options .option-combo ul {
    margin-right: 20px;
    display: inline-block;
}

.options .option-combo h2,
.options .option-combo h4 {
    line-height: 34px;
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

h3.options {
    padding-bottom: 0;
}

.option-def dl dt,
.option-def dl dd {
    float: left;
    padding: 0 1.2em;;
    background: #161616;
    line-height: 36px;
    height: 36px;
}

.option-def dl.header dt,
.option-def dl.header dd {
    background: #444;
}

.option-def dl .option-type {
    font-size: 13px;
    color: #AAA;
    font-style: italic;
}

.option-def dl dd {
    border-left: 1px solid #222;
}


/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.ztItemInfo {
    margin: 2px 0;
}
.ztItemTitle {
    display: none;
    text-align: center;
}
.element .ztItemBackground * {
    position: absolute;
    margin: 0;
}
.ztItemTitleBackground {
    background:#000000;
    opacity: 0.7;
}
.ztItemTitleText h3 {
    color: #ffffff !important;
    margin:0px;
    margin-top: 10px;
}
.ztItemDate {
    float:left;
    line-height: 25px;
    background: transparent url(../img/clock.png) no-repeat left center;
    text-indent: 25px;
}
.ztItemRatingForm {display:block;vertical-align:middle;line-height:25px;float:right;}
.ztItemRatingList,
.ztItemRatingList a:hover,
.ztItemRatingList .ztItemCurrentRating {background:transparent url(../img/transparent_star.gif) left -1000px repeat-x;}
.ztItemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.ztItemRatingList div {display:inline;background:none;padding:0;}
.ztItemRatingList a,
.ztItemRatingList .ztItemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.ztItemRatingList a:hover {background-position:left bottom;}
.ztItemRatingList a.one-star {width:20%;z-index:6;}
.ztItemRatingList a.two-stars {width:40%;z-index:5;}
.ztItemRatingList a.three-stars {width:60%;z-index:4;}
.ztItemRatingList a.four-stars {width:80%;z-index:3;}
.ztItemRatingList a.five-stars {width:100%;z-index:2;}
.ztItemRatingList .ztItemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}

.ztVMSalesBadge {
    background: url("../img/badges.png") no-repeat scroll left top transparent;
    height: 71px;
    position: absolute;
    top: 0;
    width: 74px;
}


.ztVMNewBadge {
    background: url("../img/badges.png") no-repeat scroll right -288px transparent;
    height: 71px;
    position: absolute;
    top: 0;
    width: 74px;
    right: 0;
}</pre></body></html>