﻿@charset "UTF-8";

/* whatsNewTicker
-------------------------------------------------*/
#whatsNewTickerWrapper {
	background: url(/en/images/whats_new_bottom.gif) no-repeat bottom;
	padding: 0 0 3px 0;
	margin: 0 0 30px 0;
}

#whatsNewTicker {
	background: url(/en/images/whats_new_top.gif) no-repeat top;
	padding: 3px 0 0 0;
}

#whatsNewTickerInner {
	background: url(/en/images/whats_new_repeat.gif) repeat-y top;
	padding: 0 3px;
}

#whatsNewTickerLeft {
	text-align: center;
	width: 103px;
	float: left;
	padding: 0.3em 0 0 0;
	_padding: 0.2em 0 0 0;
}

#whatsNewTickerLeft img {
	vertical-align: middle;
}

#whatsNewTickerInner marquee{
	width: 300px;
	float:left;
}

#whatsNewTickerCenter {
	/*width: 284px;*/
	/*float: left;*/
	display: inline;
	margin-left: 12px;
}

#whatsNewTickerCenter dt {
	/*width: 75px;*/
	/*float: left;*/
}

#whatsNewTickerCenter dd {
	/*width: 209px;*/
	/*float: right;*/
}

#whatsNewTickerRight {
	text-align: center;
	width: 97px;
	float: right;
	_padding: 0.2em 0 0 0;
}

/* leftArea rightArea
-------------------------------------------------*/
div.leftAreaBottom p.textRight,
div.rightAreaBottom p.textRight {
	background: url(/en/images/top_dotline_bottom.gif) repeat-y;
}
