@charset "utf-8";

/*----------------------------------------------------
global
----------------------------------------------------*/

body, th, td, textarea {
	color: #000;
}

a:link, a:active {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:underline;
}

div#wrapper {
	margin: 10px;
	background: url(../images/sideBg.gif) repeat-y left top;
	width: 560px;
	zoom: 1;
}
div#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#main {
	position: relative;
	float: right;
	padding: 12px 15px 40px;
	width: 430px;
	min-height: 500px;
	height: auto !important; /* for IE6 */
	height: 500px;
}

div#side {
	float: left;
	width: 100px;
}


/*----------------------------------------------------
side
----------------------------------------------------*/

div#side {
	text-align: center;
}

div#side ul li img {
	vertical-align: bottom;
}

div#side ul.nav {
	margin-top: 10px;
	padding-bottom: 8px;
}

div#side ul.lang {
	margin-right: 6px;
	margin-left: 6px;
	border-top: solid 1px #000;
	padding-top: 8px;
}


/*----------------------------------------------------
content
----------------------------------------------------*/
/*
div#content {
	margin: 12px 10px 40px;
}*/

div#content h1 {
	margin-bottom: 10px;
}

div#content h2, div#content h3 {
	margin-bottom: 0.5em;
}


/*----------------------------------------------------
privacy
----------------------------------------------------*/

div#privacy ul, div#privacy ol, div#privacy address {
	margin-bottom: 1em;
}

div#privacy ul {
	padding-left: 20px;
}

div#privacy ul li {
	margin-bottom: 0.3em;
	list-style-type: disc;
}

div#privacy ul li ul {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-left: 20px;
}

div#privacy ul li ul li {
	list-style-type: circle;
}

div#privacy ol {
	margin-left: 24px;
}

div#privacy ol li.roman {
	margin-bottom: 0.5em;
	margin-left: 15px;
	list-style-type: upper-roman;
}

div#privacy ol li.roman ul {
	margin-top: 0.2em;
}

div#privacy ul li ol li {
	list-style-type: decimal;
}

div#privacy ol li.roman ul li.none,
div#privacy ol li.roman ul li.none ol li {
	list-style-type: none;
}

div#privacy ol li.roman ul li ol {
	margin-top: 0.2em;
	margin-left: 0;
}

div#privacy ol li.roman ul li ol li.none ol li.latin {
	margin-left: 24px;
	list-style-type: lower-alpha;
}

div#privacy address {
	margin-left: 20px;
}

div#privacy div.note {
	margin-bottom: 1em;
	margin-left: 40px;
}

div#privacy div.note p {
	margin-bottom: 0.3em;
}


/*----------------------------------------------------
specific
----------------------------------------------------*/

div#specific {
	margin: 10px;
	width: 560px;
}

div#specific h1 {
	margin-bottom: 0.5em;
}

div#specific ol {
	margin-left: 25px;
}

div#specific ol li {
	margin-bottom: 1em;
	list-style-type: decimal;
}

div#specific ol li p {
	margin-bottom: 0.5em;
}

div#specific ol li ul li {
	margin-left: 15px;
	margin-bottom: 0.2em;
	list-style-type: disc;
}

div#specific p.signature {
	margin-top: 2em;
	text-align: right;
}

div#specific div.winClose {
	position: relative;
	text-align: right;
}

/*----------------------------------------------------
profile
----------------------------------------------------*/

div#profile table {
	margin-bottom: 1em;
}

div#profile table th {
	width: 70px;
	vertical-align: top;
	font-weight: normal;
}

div#profile table th, div#profile table td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}


/*----------------------------------------------------
contact
----------------------------------------------------*/

div#contact table th {
	width: 100px;
	vertical-align: top;
	font-weight: normal;
}

div#contact table th, div#contact table td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div#contact span.neces {
	color: #f00;
}

div#contact table tr td.alignCenter {
	txt-align: center;
}

/*----------------------------------------------------
partner
----------------------------------------------------*/

div#partner div.partnerBox {
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

div#partner div.partnerBox img {
	margin-bottom: 0.5em;
}

div#partner p.note {
	font-size: 10px;
}


/*----------------------------------------------------
class
----------------------------------------------------*/

div.winClose {
	position: absolute;
	margin-right: 10px;
	bottom: 0;
	right: 0;
}

