@charset "utf-8";

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	position: relative;
	border: 1px solid #b5e5ff;
	background-color: #f7f9fd;
	width: 458px; 
	height: 36px;
margin-top: 3px;
margin-left: -5px;
/*	padding: 4px 0;*/
	overflow: hidden;
	line-height: 1.6;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	top: 1px;
	width: 458px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 458px;
	/*font-size: 12px;*/
	list-style-type: none;
	margin: 0;
	padding: 0;

}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul.newsticker a {
	/*white-space: nowrap;*/
	padding: 0;
	color: #0c3bbc;
	/*font-size: 12px;*/
	margin: 0 50px 0 0;
	text-decoration: none;
}

ul.newsticker a:hover {
	color: #0c3bbc;
	text-decoration: underline;
}

ul.newsticker span {
	white-space: nowrap;
	padding: 0;
	color: #0c3bbc;
	/*font-size: 12px;*/
	margin: 0 50px 0 0;
	text-decoration: none;
}

ul#ticker li a {
	/*color: #f00;*/
}
ul#ticker li a:hover {
	/*color: #f00;*/
}



/* 110516 added */

#newsArea{
	position:relative;
	width:auto !important;
	padding:1px;
	border:1px solid #b6c4eb;
	height:25px;
}

#newsArea .newsArea_wrapper{
	position:absolute;
		top:1px;
		left:135px;
	height:23px;
	padding:1px;
	background:url(/smartphone/common/img/bkg_information.gif) repeat-x left bottom;
}

#newsArea img{
	position:absolute;
	top:1px;
	left:1px;
}

/*//////////////////////////////////////////////////////

	Clear Fix

//////////////////////////////////////////////////////*/

/* clearfix */
.clear:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clear {
	display:inline-block;
}

	/* for IE7 */
	*+html .clear {
	display:inline-block;
}
