/* The hint to Hide and Show */
.hint, .hint_title, .hint_content, .hint_email{
   	visibility: hidden;
    position: relative;
    left: 15px;
    width: 200;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url('../img/pointer.gif') no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('../img/pointer.gif') left top no-repeat;
}

/*

div.star-rating{float:left;width:34px;height:30px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.star-rating,div.star-rating a{background:url('../img/rating_star_large.gif') no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:32px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -32px!important}
div.star-rating-hover a{background-position:0 -64px}


*/
