/**********************************/
/* Basic Design                   */
/**********************************/
/* Source: /styles/basics.css     */
/**********************************/

* {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration: underline;
	color: #1c1e83;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}
a:link sup {
	text-decoration: none;
}

ul.links {
	list-style: none;
}
ul.links li {
	display: inline;
	margin: 0;
	list-style: none;
}
ul.links li a {
	display: block;
	padding: 2px 2px 2px 12px;
	margin: 0;
	background: url(./images/arrow_next_000000.gif) no-repeat 0px 5px;
}
ul.links li .nohref {
	display: block;
	padding: 2px 2px 2px 12px;
	margin: 0;
	background: url(./images/bullet.gif) no-repeat 0px 5px;
}
#content p, #content ul {
	margin: 0 0 10px;
}
#content ul {
	margin-left: 20px;
}

@media screen, print
{
	.skip {
		position: absolute;
		left: -1000em; 
		width: 20em;
	}
}
#top {
	visibility: hidden;
}

td {
	padding: 2px;
	vertical-align: top;
}
th {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

#footer {
	clear: both;
	margin-top: 10px;
	font-size: 0.9em;
	padding: 2px 5px;
}
#footer .legal_information {
	float: left;
}
#footer .copyright {
	float: right;
}

/* PopUp */
#c-products .foot {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #6688ca;
	font-size: 0.9em;
	line-height: 1em;
}
#c-products .foot .back, #c-products .foot .termsofuse, #c-products .foot .legal_information {
	margin: 2px 0px;
	padding: 0px 5px;
	display: inline;
	float: left;
}
#c-products .foot .termsofuse {
	border-left: 1px solid #000000;
}
#c-products .foot .copyright {
	margin: 2px;
	display: inline;
	float: right;
}

#content ul.nav {
	margin-left: 0;
}
ul.nav li {
	list-style: none;
	display: inline;
	margin: 0;
}
ul.nav li.first {
	border: none;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
	margin-left: 10px;
}
sup {
	font-size: 0.75em;
	vertical-align: top;
}
small {
	font-size: 80%;
}
img.left {
	float: left;
}
img.right {
	float: right;
}

.sitesearch {
}
.nositesearch {
}

.contact {
	clear: left;
	padding-left: 110px;
	padding-top: 10px;
}
.contact .email-image {
	margin: 0;
	vertical-align: bottom;
}
.contact .contact-photo {
	float: left;
	margin: 0 0 0 -110px;
}

div.em-backend-stage {
	width: auto;
}
* html div.em-backend-stage {
	width: 740px;
}