/* @override http://localhost:8888/include/tickerbox.css */

/* ------------------------------------------
	Scrolling
-------------------------------------------*/

#tickerbox {
/*	background:#FFF url(../images/retail.hu/tickerbox.gif) center center no-repeat;	*/
	border: 1px solid #ff8e0f;
	margin-top: 0;
	margin-bottom: 0;
	}

#tickerbox h1 {
	font-size: 1.4em;
	color:  #fff;
	display: block;
	background-color: #d60022;
	padding: 5px;
	margin-bottom: 10px;
}

#tickerContent {
	height:180px;
	margin: 0;
	overflow:hidden;
	padding: 5px;
	position:relative;
/*	width:190px;*/
	}



.message a {
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0;
}


.message p {
  color: #e25300;
  margin: 2px 5px 25px 5px;
  padding: 0;
  font-size: 8pt;
}

.message strong {
	font-weight: bold;
}

.message em {
	font-weight: bold;
	font-style: italic;
}