/***********************************************
* gAjax RSS Pausing Scroller- (c) Dynamic Drive (www.dynamicdrive.com)
* Requires "gfeedfetcher.js" class
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

.titlefield
{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield
{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield
{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}


#stiri
{ /*Demo 2 main container*/
width: 256px;
height: 150px;
}


#stiri div ul li
{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 2px;
}


#stiri div p
{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

