@charset "utf-8";
@import "iphingers_unicode.css";
html>body div#Sidebar {
    /* Set the real margins, hidden from IE/Win: */
    top: 289px;
    margin: 0;
}
html {
    /* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
    height: 100%;
    margin-bottom: 1px;
}
blockquote {
    font-size: 1em;
    margin: 2em 2em 2em 1em;
    padding: 0 .75em 0 1.25em;
    border-left: 1px solid #777;
    border-right: 0px solid #777;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
blockquote strong {
    font-weight: bold;
    font-size: 1em;
    letter-spacing: normal;
    text-transform: none;
}
body {
    -webkit-text-size-adjust: none;
    margin-top: 0;
    padding: 0;
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    line-height: 1.8em;
    color: #666;
    text-align: left;
    min-width: 760px;
    background-color: #fff;
    /* dark blue slate thing */
}
a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
    color: #333;
    border-color: #888;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    padding: 3px 0px 2px 0px;
    background-color: inherit;
}
a:visited {
    color: #999;
    border-color: #999;
    border-width: 0 0 1px 0;
    border-style: none none dotted none;
    padding: 3px 0px 2px 0px;
    background-color: inherit;
}
a:hover {
    color: #333;
    text-decoration: none;
    background-color: #eee;
    border-color: #eee;
}
a em {
    padding-bottom: 2px;
    /* Hack for WebKit; otherwise the underscore padding is 0 */
}
sup {
    line-height: 0px;
}
sup a:link {
    padding: 3px;
}
sup a:visited {
    padding: 3px;
}
p {
    margin: 0 0 1.6em 0;
    padding: 0;
}
h1 {
    font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Georgia, serif;
    font-size: 1.55em;
    /* was 1.46em for Georgia */
    line-height: 1.5em;
    text-align: left;
    font-weight: normal;
    margin: 0em 0px 1.25em 0px;
}
h2 {
    font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    /* 1 */
    text-align: left;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: .2em;
    margin: 4em 0 1em 0;
    text-transform: uppercase;
}
h1+h2 {
    margin-top: 2em;
}
h2+h3 {
    margin-top: 1.5em;
}
h3 {
    font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: .91em;
    text-align: left;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: .2em;
    margin-bottom: 1.4em;
    margin-top: 3em;
    text-transform: uppercase;
}
p+h3 {
    margin-top: 4em;
}
pre+h3 {
    margin-top: 4em;
}
h6+h2 {
    margin-top: 2em;
}
h4, h5, h6 {
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 1em;
    text-align: left;
    font-weight: bold;
    line-height: 1.8em;
    margin: 2em 0 0 0;
}
strong {
    font-weight: normal;
    font-size: .91em;
    letter-spacing: .2em;
    text-transform: uppercase;
}
em em {
    font-style: normal;
}
strong strong {
    font-weight: bold;
}
cite {
    font-weight: normal;
    font-style: italic;
}
img {
    margin-top: 5px;
}
thead {
    font-weight: bold;
}
ul, ol {
    padding-left: 1.25em;
    margin: 0 0 2em 1em;
}
pre {
    font-family: Menlo, Monaco, monospace;
    line-height: 1.45em;
    color: #eee;
    background-color: inherit;
    margin: 2em 0 2.5em 0;
    padding: 5px 0 5px 10px;
    border-width: 1px 0 1px 0;
    border-color: #6b6b6b;
    border-style: dashed;
}
code {
    font-family: Menlo, Monaco, monospace;
    font-size: 1em;
    /* 1.09em for Courier */
}
ul {
    list-style-type: square;
}
ul ul {
    list-style-type: square;
}
ul ul ul {
    list-style-type: square;
}
hr {
    height: 1px;
    margin: 2em 1em 4em 0;
    text-align: center;
    border-color: #777;
    border-width: 0;
    border-style: dotted;
}
hr.ookiaks {
    color: #bbb;
    margin: 7em 0 11em 0;
    padding-right: 2em;
    height: 0;
    border-width: 0;
    background-color: inherit;
}
hr.ookiaks-jr {
    color: #bbb;
    background-color: inherit;
    margin: 1em 0 5em 0;
    padding-right: 2em;
    height: 0;
    border-width: 0;
}
/*
    hr.ookiak:after rule that use content: to display bullets
    is specified in a separate style sheet, saves as UTF-8 with
    BOM. That way this main sheet can be saved without BOM.
*/

fieldset {
    border: 1px dotted #777;
    padding: 1em 1em .5em 1em;
    margin: 0 0 2.5em 0;
}
fieldset p {
    margin-bottom: 0;
    padding-bottom: 1em;
}
legend {
    color: #999999;
    background-color: inherit;
    font-weight: normal;
    font-size: .91em;
    letter-spacing: .2em;
    text-transform: uppercase;
}
dt {
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    margin: 0 0 .4em 0;
    letter-spacing: normal;
    text-transform: none;
}
dd {
    margin: auto auto 2.5em 2em;
}
dd p {
    margin: 0 0 1em 0;
}
input, select {
    font-size: 1em;
}
input[type="text"], input[type="password"] {
    background-color: #fff;
}
/*
input[type="submit"] { background-color: #ccc;  border-width: 1px; }
*/

select {
    background-color: #ddd;
}
audio {
    height: 3em;
    width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    audio {
        height: 150px;
    }
}
/**** IDs *************************************************************/

#Box {
    border: 0;
    width: 960px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
}
#Banner {
    width: 300px;
    height: auto;
    border: 0px dotted #606870;
    padding: 0;
    margin: 59px 12px 69px 41px;
    text-align: left;
    background-color: transparent;
    line-height: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#Banner img {
    border-width: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#Banner img:hover {
    /*  border: 1px dotted #888; */
    /*  background-color: #575e66;*/
    background-color: #eee;
}
#Banner a {
    border-width: 0px;
}
#Banner a:hover {
    background-color: transparent;
}
#Main {
    padding: 0px;
    border: 0px dotted gray;
    margin-left: 222px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 625px;
}
#MainFullWidth {
    /*
        Like #Main, but used on pages without #Sidebar; e.g. the Referrers stats page
    */
    padding: 0px;
    border-color: white;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    margin-left: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
#Sidebar {
    position: absolute;
    top: 191px;
    margin: 0 0 0 -222px;
    /* IE/Win 6 Workaround Hack */
    /*
    -- Used this instead of the above for Sidebar positioning from Oct 2003 - Feb 2006
    -- but abandoned it because of the way IE/Win deals with wider-than-425px elements
    -- with floating:
    float: left;
*/
    width: 160px;
    height: auto;
    border: 0px dotted gray;
    padding: 5px 0 0 0;
    background-color: transparent;
    color: #333;
    text-align: right;
    /*
    font-size: .91em;
*/
    line-height: 1em;
    font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
}
#Sidebar ul {
    margin: 0 0 5em -4em;
}
#Sidebar li {
    list-style: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 1em 0;
    padding: 0;
}
#Sidebar p {
    padding: 0;
    letter-spacing: 2px;
    margin: 0 0 5em -3em;
}
#Sidebar h2 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: .25em;
    margin-top: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#Sidebar strong {
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#Sidebar a {
    color: #eee;
    padding: 4px 1px 4px 1px;
    text-decoration: none;
}
#Sidebar a:link {
    color: #333;
    border: 0;
}
#Sidebar a:visited {
    color: #333;
    border: 0;
}
#Sidebar a:hover {
    color: #333;
}
#Splinks {
    line-height: 1.9em;
    color: #ccc;
    margin: 2em 2em 3.5em 0;
    padding: 3px;
    border-color: #777;
    border-width: 1px 0 1px 0;
    border-style: dotted;
}
#Splinks p {
    font-size: .91em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 2px;
    color: #999999;
}
#Splinks a {
    color: #ccc;
    border-color: #777;
    padding-top: 2px;
    padding-bottom: 2px;
}
#Splinks a:hover {
    border-color: #626a73;
    color: white;
}
#Splinks a:visited {
    border-color: #888;
}
#Splinks ul {
    margin: 0 5px .5em 0;
    padding: 4px 5px 4px 20px;
}
#Footer {
    margin-top: 14em;
    padding-bottom: 1em;
    text-align: left;
    background-color: transparent;
}
/* ProjectSubmenu: Cribbed from Waferbaby... */

#ProjectSubmenu {
    list-style: none outside;
    padding: 0;
    margin: 2em 0 1em 0;
    height: 4em;
    /* Setting a height makes it act like a block */
    border: 0px dotted #606870;
}
#ProjectSubmenu li {
    display: inline;
    padding: 0;
    margin: 0;
}
#ProjectSubmenu li a, #ProjectSubmenu li a:link, #ProjectSubmenu li a:visited {
    text-decoration: none;
    text-align: center;
    float: left;
    display: block;
    min-width: 45px;
    padding: 1px 15px 2px 15px;
    margin: 0;
    margin-right: -1px;
    background: transparent;
    color: #ccc;
    border-color: #606870;
    border-width: 1px;
    border-style: solid;
}
#ProjectSubmenu li a.selected, #ProjectSubmenu li a.selected:hover {
    color: #eee;
    background: #606870;
}
#ProjectSubmenu li a:hover {
    background-color: #535c66;
}
#ProjectSubmenu li a:active {
    color: #eee;
    background: #606870;
}
#PreviousNext {
    background-color: transparent;
    padding: 0;
    margin: 8em 0 0 0;
    border: 0px dotted gray;
    color: #999999;
}
#PreviousNext a:link {
    color: #ddd;
}
#PreviousNext a:visited {
    color: #ccc;
}
#prefs {
    color: #bbb;
    margin-bottom: 2em;
}
#prefs p {
    margin: 0;
    line-height: 2em;
}
/**** Classes *************************************************************/

.article {
    background-color: transparent;
    padding: 0 0 0 0;
    margin: 0;
    border-width: 0;
    border-style: dotted;
    border-color: gray;
    color: #666;
}
.article h1 a {
    color: #333;
    text-decoration: none;
    border: 0;
}
.article h1 a:visited {
    color: #333;
}
.article img {
    border: 0px solid #ccc;
    /* 7 Jan 2011 */
}
.noborder {
    border: 0px !important;
}
.bumpleft125 {
    position: relative;
    left: -125px;
    /* /2009/03/safari_4_public_beta */
}
.archive {
    background-color: transparent;
    margin: 0 0 12px 0;
    padding: 0 0 11em 0;
    line-height: 2.25em;
    border-width: 0;
    color: #eee;
}
.archive small {
    color: #999999;
}
.archive p {
    margin: 0 0 1em 0;
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.8em;
}
.archive a {
    color: #eee;
    font-weight: normal;
    text-decoration: none;
    border-style: none;
}
.headline_list {}
.smallprint {
    margin-top: 4em;
    line-height: 1.8em;
    text-align: left;
    color: #999999;
}
.smallprint a:link {
    color: #ddd;
}
.smallprint a:visited {
    color: #ddd;
}
.timestamp {
    font-size: 1em;
    color: #999999;
    margin-top: 1em;
    font-weight: normal;
}
.timestamp a {
    color: #999999;
    text-decoration: none;
    border: 0;
}
.timestamp a:visited {
    color: #999999;
}
.timestamp a:hover {
    color: #fff;
}
/* Datelines go under article headers: */

.dateline {
    font-size: 1em;
    color: #999999;
    margin-top: -.75em;
    margin-bottom: 1.5em;
    font-weight: normal;
}
.dateline a {
    color: #999999;
    text-decoration: none;
    border: 0;
}
.dateline a:visited {
    color: #999999;
}
.dateline a:hover {
    color: #fff;
}
h2.dateline {
    margin: 2em 0 0 0;
    font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Georgia, serif;
}
dl+h2.dateline {
    font-size: 0.9em;
    margin: 8em 0 4em 0;
}
.stats a {
    text-decoration: none;
    border: none;
    color: #fff;
    padding: 3px 2px;
}
.stats a:visited {
    color: #ddd;
}
.stats a:hover {
    color: #fff;
}
.stats td {
    white-space: nowrap;
    padding: 0 5px 0 3px;
    font-size: 91%;
    line-height: 1.8em;
    border-bottom: #666;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
}
.stats {
    margin-bottom: 2em;
}
.article table {
    margin-left: 2em;
    margin-bottom: 2.5em;
}
.article td {
    padding: 0 1.5em 0 0;
    /* Used to have 3px padding on left, don't know why. */
    line-height: 1.6em;
    border: 0 solid #666;
}
.article th {
    border-bottom: 0px solid #666;
    padding: 0 1.5em 0 0;
    font-weight: normal;
    font-size: .91em;
    letter-spacing: .2em;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
}
.extended {
    font-style: italic;
    margin-bottom: 1em;
}
.question {
    font-style: italic;
}
.question em {
    font-style: normal;
}
.name {
    font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
    position: relative;
    left: -1.75em;
    font-size: 1em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-style: normal;
    margin-right: -1.5em;
    /* Compensate for extra space after positioning */
}
.interview p {
    margin-left: 1.75em;
    /* Should be equivalent to value for .name left: */
}
.interview strong {
    font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
    position: relative;
    left: -1.75em;
    font-size: 1em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-style: normal;
    margin-right: -1.5em;
    /* Compensate for extra space after positioning */
}
.blockquote-extra-spacing blockquote {
    margin-top: 3em;
}
.blackborder {
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}
.plug {
    margin-top: 120px;
}
/**** Promos for the AdSense slot: ****/

.promo img {
    border-color: #727272;
    border-width: 1px;
    border-style: solid;
    margin: -40px auto 100px auto;
}
.promo img:hover {
    border-color: #999;
}
.promo a {
    border: 0;
    background: transparent;
}
.promo a:link {
    border: 0;
}
.promo a:hover {
    border: 0;
}
.caps {
    font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: .91em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: normal;
}
.photo img {
    border: 4px solid #eee;
}
.thumbnailphoto {
    background-color: transparent;
}
.thumbnailphoto a {
    border-width: 0;
    border-style: none;
    background-color: transparent;
}
.thumbnailphoto a:hover {
    border-width: 0;
}
.thumbnailphoto a:link {
    border-width: 0;
}
.thumbnailphoto a:visited {
    border-width: 0;
}
.thumbnailphoto img {
    border: 2px solid #eee;
}
.thumbnailphoto img:hover {
    border: 2px solid #70787f;
}
/**** Linked List ********/

.article+.article {
    margin-top: 10em;
}
/*
.article + .linkedlist {
    border-top-width: 1px;
    padding-top: 3em;
    }
*/

.linkedlist {
    color: #666;
    border-width: 0 0 0px 0;
    border-style: solid;
    border-color: #666;
    padding-bottom: 0em;
}
.linkedlist dt {
    margin-bottom: 1em;
    margin-top: 2em;
    font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.05em;
}
.linkedlist dt a {
    padding-top: 2px;
    padding-bottom: 0px;
    color: #333;
}
.linkedlist dt a:link {
    border-style: solid;
    border-color: #72767A;
}
.linkedlist dt a:visited {
    border-style: dotted;
    border-color: #72767A;
}
.linkedlist dt a:hover {
    color: #333;
}
.linkedlist dd {
    margin: auto auto 5em 0em;
}
.linkedlist p {
    margin: 0 0 1.6em 0;
}
.linkedlist ul {
    margin: 0 0 1em .5em;
}
.linkedlist ol {
    margin: 0 0 1em .5em;
}
.linkedlist blockquote {
    margin: 0 1em 0 0.25em;
    padding: 0 .75em 0 1em;
    border-left: 1px solid #777;
    border-right: 0px solid #777;
    color: #333;
}
.linkedlist blockquote a {
    color: #333;
}
.linkedlist blockquote ol {
    margin-left: 10px;
}
.linkedlist blockquote ul {
    margin-left: 10px;
}
.linkedlist+.smallprint {
    margin-top: 150px;
}
.linkedlist+.article {
    margin-top: 100px;
}
.articlelist dt {
    font-weight: bold;
}
.linkedlist a.permalink, a.permalink {
    color: #ddd;
    border: 0;
    padding: 3px 3px 3px 5px;
    /* left side needs extra padding, don't know why */
    margin-left: .5em;
    font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats";
}
dt:hover a.permalink {
    color: #606870;
}
h2:hover a.permalink {
    color: #eee;
    padding: 3px;
}
h3:hover a.permalink {
    color: #eee;
}
.article a.permalink {
    color: #606870;
}
.article a.permalink:hover {
    color: #eee;
}
a.no_underlines {
    border-width: 0;
}
a.no_underlines:hover {
    background: transparent;
}
p.footnotes {
    font-size: .91em;
    text-indent: -1em;
    padding-left: 1em;
}
.footnotes hr {
    margin-left: 0;
    margin-bottom: 1.5em;
    margin-top: 5em;
    width: 8em;
    border-style: solid;
    border-width: 1px 0 0 0;
}
.footnotes hr:after {
    content: "";
}
.footnotes p {
    font-size: .91em;
}
a.footnoteBackLink {
    border: 0;
    padding: 3px 4px 2px 4px;
    vertical-align: -.2em;
    font-size: 1.2em;
    line-height: 0px;
    color: #bbb;
}
a.footnoteBackLink:hover {
    color: #fff;
}
.roundrect {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.highlightOnHover:hover {
    background: #555e66;
}
/* Subtle Scrollbar by Neven Mrgan */

.subtleScroll::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .02)), to(rgba(0, 0, 0, 0)));
    border: 1px solid rgba(255, 255, 255, .15);
    -webkit-border-radius: 5px;
}
.subtleScroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.subtleScroll::-webkit-scrollbar-track-piece:disabled {
    display: none !important;
}
.subtleScroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
    border: 0px solid;
    -webkit-border-radius: 5px;
}
.subtleScroll::-webkit-scrollbar-thumb:active {
    background-color: rgba(255, 255, 255, .6);
}
/* Workaround for ImageZoom white boxes in non-Safari browsers */

#ShadowBox img, #ZoomBox img {
    margin-top: 0px;
}
/**** Colors ***************************************************

    Darker 30:          #3e454c;
                        #3f464c;
    Slate BG:           #4a525a;
    Adsense BG:         #535c66;
    SmartyPants BG:     #606870;
    Link:hover:         #626a73;

    Link:bottom:        #999;
    AdSense Border:     #727272;
    Blockquote rule:    #777;
    Stats Rule:         #666;

****************************************************************/

.products * {
    box-sizing: border-box;
}
.products .amazon {
    display: inline-block;
    background-image: url(../images/amazon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 70px;
    margin-bottom: -10px;
}
.products .container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.products .box {
    width: 50%;
    padding: 10px;
}
.products .box::first-child {
    padding-left: 0;
}
.products .box::last-child {
    padding-right: 0;
}
.products .item {
    position: relative;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    transition: .2s;
    box-shadow: none;
    overflow: hidden;
}
.products .item:hover {
    box-shadow: 0px 3px 20px -8px rgba(0, 0, 0, 0.2);
    background-color: transparent;
}
.products .item::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 0px solid #d9d9d9;
    opacity: 1;
    transition: .2s;
    z-index: -1;
    box-sizing: border-box;
}
.products .item:hover::before {
    opacity: 0;
}
.products .image {
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 1px;
}
.products .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .1s;
    object-position: center;
    margin: 0;
}
.products .item:hover img {
    transform: scale(1.08);
}
.products .title {
    margin: 0 0 5px 0;
    padding: 0 15px;
    font-size: 13px;
    overflow: hidden;
    opacity: 0.8;
    height: 47px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.products .item:hover .title {
    opacity: 1;
}
.products .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 15px;
    color: #000;
    margin-bottom: 10px;
}
.products .d-flex .price {
    font-weight: bold;
}
.products [class*="stars"] {
    text-indent: -9999px;
    display: block;
    background: url('../images/star-rating.svg') no-repeat;
    width: 60px;
    position: relative;
    height: 15px;
}
.products .rating {
    display: flex;
    align-items: center;
    transform: scale(1.5) translateX(-15px);
}
.products [class*="stars"][data-stars="5.0"], .products [class*="stars"][data-stars="5"] {
    background-position: 0 0;
}
.products [class*="stars"][data-stars="4.5"] {
    background-position: 0 -16px;
}
.products [class*="stars"][data-stars="4.0"], .products [class*="stars"][data-stars="4"] {
    background-position: -12px 0;
}
.products [class*="stars"][data-stars="3.5"] {
    background-position: -12px -16px;
}
.products [class*="stars"][data-stars="3.0"], .products [class*="stars"][data-stars="3"] {
    background-position: -24px 0;
}
.products [class*="stars"][data-stars="2.5"] {
    background-position: -24px -16px;
}
.products [class*="stars"][data-stars="2.0"], .products [class*="stars"][data-stars="2"] {
    background-position: -36px 0;
}
.products [class*="stars"][data-stars="1.5"] {
    background-position: -36px -16px;
}
.products [class*="stars"][data-stars="1.0"], .products [class*="stars"][data-stars="1"] {
    background-position: -48px 0;
}
.products [class*="stars"][data-stars="0.5"] {
    background-position: -48px -16px;
}
.products [class*="stars"][data-stars="0.0"], .products [class*="stars"][data-stars="0"] {
    background-position: -60px 0;
}
.products .avg-rate {
    text-indent: 0;
    line-height: 1.2;
    display: block;
    margin-left: 3px;
    font-family: Verdana;
    font-size: 7px;
}