@charset "utf-8";




/* // -------------------------------------------------------------------------------------------------
// // info.css
---------------------------------------------------------------------------------------------------- */




/* // -------------------------------------------------------------------------------------------------
// //.	[ ul.nav.insideNav (li#RSS) ]
---------------------------------------------------------------------------------------------------- */


/* //.		ul.nav.insideNav li#RSS
---------------------------------------------------------------------------------------------------- */

ul.nav.insideNav li#RSS {
	right: 0;
	top: .4em;
	padding: 0;
}

	ul.nav.insideNav li#RSS em {
	}

		ul.nav.insideNav li#RSS em a {
			padding: 0;
			background-image: none;
		}

.page .content.main ul.insideNav li {
		padding-right: 1.5em;
		white-space:nowrap;
	}




/* // -------------------------------------------------------------------------------------------------
// //.	[ .section.banners (ul.nav) ]
---------------------------------------------------------------------------------------------------- */


/* //.		.section.banners
---------------------------------------------------------------------------------------------------- */

.section.banners {
	margin-bottom: -1.5em !important;
}

	.section.banners ul.nav {
		overflow: hidden;
		margin: 0 0 9px -5px;
	}
	.section.banners ul.nav:after {
		content: "";
		display: block;
		clear: both;
		margin-bottom: -1px;
		height: 1px;
	}
	/*\*/
	* html .section.banners ul.nav {
		overflow: visible;
		margin-left: -10px;
		height: 1px;
	}
	/**/

		.section.banners ul.nav li {
			float: left;
			list-style: none outside;
			margin: 0 0 3px 5px;
		}

			.section.banners ul.nav li a {
			}

				.section.banners ul.nav li a img {
				}




/* // -------------------------------------------------------------------------------------------------
// //.	[ .section dl.nav.news ]
---------------------------------------------------------------------------------------------------- */


/* //.		.section dl.nav.news
---------------------------------------------------------------------------------------------------- */


/* //  .	.news
---------------------------------------------------------------------------------------------------- */

.section dl.nav.news {
	margin-top: .8em;
}

	.section dl.nav.news dt,
	.section dl.nav.news dd {
		font-size: 1.2em;
	}

	.section dl.nav.news dt {
		margin-top: .7em;
		padding-left: .25em;
		width: 5em;
		height: 1.5em;
	}
	/*\*/
	* html .section dl.nav.news dt {
		width: 4em;
	}
	/**/

	.section dl.nav.news dd {
		margin-top: -1.5em;
		padding: 0 0 .6em 6.25em;
		background: url(/res/components/200812/images/news_bg.gif) repeat-x left bottom;
	}
	/*\*/
	* html .section dl.nav.news dd {
		padding-left: 5.25em;
	}
	/**/

		.section dl.nav.news dd em.notice {
			margin-right: .2em;
			padding: 0 3px 1px;
			font-size: .9em;
			font-weight: bold;
			text-transform: uppercase;
			color: white;
			background-color: #AE0000;
		}
		/*\*/
		*:first-child+html .section dl.nav.news dd em.notice {
			padding-bottom: 0px;
		}
		* html .section dl.nav.news dd em.notice {
			padding-top: 2px;
			font-size: .96em;
		}
		/**/

			.section dl.nav.news dd em.modelName {
				font-weight: bold;
			}
			/*\*/
			*:first-child+html .section dl.nav.news dd a:hover em.modelName {
				text-decoration: underline;
			}
			* html .section dl.nav.news dd a:hover em.modelName {
				text-decoration: underline;
			}
			/**/

		.section dl.nav.news dd a {
		}



