/*
CSS Style for APNSoft Rating.
Version: Thermometer 1.1
Created: 12/06/2011
Updated: 01/26/2012
Copyright (C) APNSoft. All rights reserved.
http://www.apnsoft.com

Free for commercial and non-commercial use.
You can distribute and modify it freely.
*/



/*Rating: DIV*/
.RatingDIV
{
     width:100px;
     height:300px;
     background:white url($SkinFolder$Background.gif);
     background-repeat:no-repeat;
     display:-moz-inline-stack;
     display:inline-block;
     zoom:1;
     *display:inline;
}



/*Rating: TABLE*/
.RatingTABLE
{
     position:relative;
     left:25px;
     top:34px;
}



/*Segment: IMG*/
.SegmentIMG
{
     float:left;
     cursor:default;
     cursor:hand;
     cursor:pointer;
}