/******************** ticker boxes *********************/

ul.tickboxes {
	list-style: none;
	margin: 10px 0 0 0px;
	padding: 1px 0 0 0px;
        width: 250px;
}

ul.tickboxes  li {
	list-style: none;
	margin: 0 0 4px 0px;
	padding: 0px;
        background: #e7e8e9 url(/files/ticker_bg.gif) repeat-x left top;
        border-bottom: 1px solid #b7b8b9;
}

* html ul.tickboxes li {
	height: 1%;
}
* html ul.tickboxes li a {
	height: 1%;
}
* html ul.tickboxes li hr {
	height: 1%;
}
ul.tickboxes li a {
	display: block;
	padding: 12px 5px 12px 47px;
	min-height: 1em;
	text-decoration: none;
        font-size: 120%;
        background: transparent url(/files/ticker.gif) no-repeat 13px center;
        margin:0 !important;
        line-height: 1.3em;
        outline: none;
	color: #5c5c5b;
	font-weight: normal;
}
ul.tickboxes li h3 {
	display: block;
	padding: 12px 5px 12px 47px !important;
	min-height: 1em;
	text-decoration: none;
        font-size: 120%  !important;
        background: transparent url(/files/ticker.gif) no-repeat 13px center;
        margin:0 !important;
        line-height: 1.3em;
        outline: none;
	color: #5c5c5b !important;
	font-weight: normal;
}


ul.tickboxes li a:hover {
	color: #5b99d0;
	text-decoration: none;
        background: transparent url(/files/ticker_blue.gif) no-repeat 13px center;
}

/*