@charset "utf-8";




/* // -------------------------------------------------------------------------------------------------
// // 2columns.css
---------------------------------------------------------------------------------------------------- */



/* // -------------------------------------------------------------------------------------------------
// //.	[ .page ]
---------------------------------------------------------------------------------------------------- */


/* //.		.page
---------------------------------------------------------------------------------------------------- */

.page,
.page .content.extra {
	background: url(/res/components/200812/images/page_2col_bg.gif) repeat-y 0 0;
}
/*\*/
* html .page .content.main .extra {
	background-image: none;
}
/**/

.page {
	background-position: 565px 0;
}




/* // -------------------------------------------------------------------------------------------------
// //.	[ .content.main / .content.extra ]
---------------------------------------------------------------------------------------------------- */


/* //.		.naborNav / .insideNav / .insideNav.toTop
---------------------------------------------------------------------------------------------------- */

.page .content.main ul.naborNav,
.page .content.main ul.insideNav ,
.page .content.main .section ul.insideNav {
	width: 533px;
}



/* //.		.content.main / .content.extra
---------------------------------------------------------------------------------------------------- */

.page .content.main,
.page .content.extra {
}

.page .content.main {
	float: left;
	z-index: 10;
	width: 720px;
	margin-right: -165px;
}

.page .content.extra {
	float: right;
	z-index: 1;
	width: 165px;
	margin-top: 63px;
	margin-bottom: 50px;
}


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

.page .content.main .section {
	width: 536px;
}

	.page .content.main .section h2 {
		background-image: url(/res/components/200812/images/h2_2col_bg.gif);
	}

	.page .content.main .section .section {
		width: auto;
	}


/* //.		.section.apposed.main
---------------------------------------------------------------------------------------------------- */

.page .content.main .section .section.apposed {
	padding-right: 10px;
	width: 250px;
}

.page .content.main .section .section.apposed.ahead,
.page .content.main .section .section.apposed.astern,
.page .content.main .section .section.apposed.main,
.page .content.main .section .section.apposed.extra {
	padding-right: 0;
}

.page .content.main .section .section.apposed.ahead,
.page .content.main .section .section.apposed.astern {
	width: 260px;
}

.page .content.main .section .section.apposed.ahead {
	clear: both;
	float: left;
}

.page .content.main .section .section.apposed.astern {
	clear: none;
	float: right;
}

.page .content.main .section .section.apposed.main {
	float: left;
	width: 350px;
}

.page .content.main .section .section.apposed.extra {
	width: 165px;
}
/*\*/
* html .page .content.main .section .section.apposed.extra {
	position: relative;
}
/**/


/* //.		ul.parallels
---------------------------------------------------------------------------------------------------- */

.page .content.main .section ul.parallels {
}

	.page .content.main .section ul.parallels li {
		width: 133px;
	}
