/* ****************** Some basic stuff ****************** */
/*li 
{
	clear:both;
	margin-bottom:1em;
	border-bottom:1px solid #eee;
}*/
/* ****************** RatingStar ****************** */
/*.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}*/
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(images/rating/ratingStarSaved.png);
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingGauge.png);
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url(images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
    background-image: url(images/rating/ratingSaved.png);
}

/* ****************** Article Discription ****************** */

#Discription
{
    padding:2 2 2 2;    
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
    color:#000000;
    text-align:justify;
    text-decoration: none;
    margin:2 2 2 2;
    line-height:17px;
}
#Discription ul
{
    margin-left:20px;
    margin-right:5px;
    margin-top:10px;
    margin-bottom:10px;
    list-style-type:disc;   
    text-decoration:none;
}
#Discription ol
{
    margin-left:20px;
    margin-right:5px;
    margin-top:10px;
    margin-bottom:10px;
    list-style-type:decimal;
}
#Discription li
{
    margin-left:5px;
    margin-bottom:5px;
}
#Discription p
{
    margin-left:0px;
    margin-right:5px;
    margin-top:10px;
    margin-bottom:10px;    
}
#Discription h1
{
    font-size:18px;
    font-weight:bold;
    color:#0000ff;
    margin-left:1px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;     
}
#Discription h2
{
    font-size:16px;
    font-weight:bold;
    color:#0000ff;
    margin-left:1px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;     
}
#Discription h3
{
    font-size:15px;
    font-weight:bold;
    color:#0000ff;
    margin-left:1px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;     
}
#Discription h4
{
    font-size:14px;
    font-weight:bold;
    color:#0000ff;
    margin-left:1px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;     
}
#Discription a
{
	color:#301fdd;	
	font-size:13px;
	text-decoration:underline;	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;    
}
