/*--------------------------------------*/
/* CSS Created by Erika Greco - 2008 ---*/
/* www.erikagreco.com ------------------*/
/*--------------------------------------*/

/*---------------------*/
/* Header -------------*/
/*---------------------*/
#SYS_header *,
#SYS_footer * {
	margin: 0;
	padding: 0;
}
#SYS_header {    
	background: #fff url(bg_header.gif) bottom left no-repeat;
	padding: 0 0 1px 0;
	width: 125px;
}
#SYS_header h2 {
	background: #373737 url(bg_widget_top.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 125px;
	height: 43px;     
	margin: 0 0 4px 0;
}                   
#SYS_header #btnViewAll {
	background: url(btn_view_all.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 115px;
	height: 23px;
	margin: 0 0 3px 3px;
}     
/*---------------------*/
/* Footer -------------*/
/*---------------------*/
#SYS_footer {
	background: url(bg_widget_btm.gif) top left no-repeat;
	width: 125px;
	height: 7px;
	font-size: 0;
}
/*---------------------*/
/* Widget -------------*/
/*---------------------*/
#SYS_ticker_container {
	background: #fff url(bg_widget_btm.gif) bottom left no-repeat;
	position: relative;
	overflow: hidden;     
	font-family: Tahoma, Arial, Verdana, sans-serif;
	width: 125px;
	height: 500px;
}
#SYS_ticker {
	position: relative;
	width: 125px;
}                          
#SYS_ticker * {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#SYS_ticker ul {
	list-style: none outside;
	width: 125px;
}                    
#SYS_ticker ul li {
	width: 125px;
}
#SYS_ticker ul li a {
	color: #666;     
	display: block;
	padding: 1px 5px 3px 5px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;	
}
#SYS_ticker ul li a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none; 
	cursor: pointer;
}
#SYS_ticker h3 {
	background: #cc0016 url(bg_category.gif) bottom left repeat-x;
	font-size: 11px;
	width: 119px;  
	color: #fff;                 
	padding: 3px;
	text-align: center;
	line-height: 1.1em;
	border-bottom: 1px solid #78000c;
}