/**
 * Common
 */
body { /*background: url(/designo/img/bg.gif) repeat-y #eff1f3;*/
	font: normal 11px arial, sans-serif;
	color: #666666;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #00adef;
}

object {
	display: block;
}

/**
 * Container
 */
div#container { /*
    position:absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 590px;
    margin-left: -500px;
    margin-top: -295px;
    */
	
}

/**
 * Header
 */
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 93px;
	background: url(/designo/img/header.gif) no-repeat;
}

div#header h2 {
	position: absolute;
	top: 38px;
	right: 10px;
	font-size: 12px;
}

div#header p.link {
	position: absolute;
	top: 70px;
	left: 330px;
}

div#header a.home {
	position: absolute;
	top: 8px;
	left: 338px;
	color: #666666;
	font-size: 10px;
}

div#header a.home:hover {
	color: #0082e6;
}

div#header a.arrow {
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 8px;
	color: #333333;
	background: url(/designo/img/a_right_333333_lo.gif) no-repeat 0px 3px;
}

div#header a.arrow:hover {
	color: #0082e6;
	background: url(/designo/img/a_right_0082e6_hi.gif) no-repeat 0px 3px;
}

div#header select {
	width: 150px;
}

/**
 * Content
 */
div#content {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 563px;
	background: url(/designo/img/bg_content.png) no-repeat;
}

div#content.standalone {
	margin: 93px 0px 0px 0px;
	width: 1000px;
	height: 470px;
	background: no-repeat 0px -93px;
}

div#content_wrapper {
	padding: 0px 400px 0px 40px;
}

div#content h2 {
	margin: 3px 0px 17px 0px;
	font-size: 11px;
	text-transform: uppercase;
}

div#content p {
	line-height: 13px;
}

div#content.standalone p {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

div#content.standalone p.invert {
	color: #333333;
}

div#content a.arrow {
	padding: 0px 0px 0px 8px;
	background: url(/designo/img/a_right_lo.gif) no-repeat 0px 4px;
}

div#content a.arrow:hover,div#content a.active {
	background: url(/designo/img/a_right_hi.gif) no-repeat 0px 4px;
	color: #00adef;
}

div#feature ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#content table#overviewTable {
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 225px;
	width: 960px;
}

div#content td#overviewCell {
	visibility: hidden;
}

div#content td.overview { /*
    display: none;
    visibility: hidden;
    */
	width: 735px;
	background: #f8fcff url(/designo/img/bg_overview.gif) repeat-x left bottom;
}

div#content td.feature {
	width: 220px;
	background: url(/designo/img/bg_feature.gif) repeat-x left bottom;
}

div#content td.mpc {
	width: 220px;
	background: #ffffff;
}

div#content td.space {
	width: 5px;
	height: 5px;
}

/**
 * Special
 */
div#specialbg,div#special {
	position: absolute;
}

div#specialbg div.special {
	padding: 0px 260px 25px 40px;
	width: 700px;
	height: 538px;
	background: no-repeat 0px 0px;
}

div#special div.special {
	padding: 0px 0px 25px 40px;
	width: 700px;
}

div#content h1 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

div#special p {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

div#content .invert {
	color: #333333;
}

div#content a.start {
	display: block;
	margin: 9px 0px 20px 0px;
	width: 51px;
	height: 20px;
	background: url(/designo/img/btn_start_lo.png) no-repeat;
}

div#content a.start:hover {
	background: url(/designo/img/btn_start_hi.png) no-repeat;
}

div#content a.download {
	display: block;
	margin: 9px 0px 20px 0px;
	width: 175px;
	height: 20px;
	background: url(/designo/img/btn_download_lo.png) no-repeat;
}

div#content a.download:hover {
	background: url(/designo/img/btn_download_hi.png) no-repeat;
}

/**
 * Overview
 */
div#overview {
	position: relative;
	display: none;
	padding: 7px 15px 6px 15px;
}

div#overview div.tab {
	display: none;
}

div#overview div.pager {
	border-bottom: solid 1px #666666;
	margin: 4px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	text-align: right;
}

div#overview a.left,div#overview img.left {
	background: url(/designo/img/a_left_666666_lo.gif) no-repeat 2px 4px;
}

div#overview a.left:hover {
	background: url(/designo/img/a_left_hi.gif) no-repeat 2px 4px;
}

div#overview a.right,div#overview img.right {
	background: url(/designo/img/a_right_666666_lo.gif) no-repeat 2px 4px;
}

div#overview a.right:hover {
	background: url(/designo/img/a_right_hi.gif) no-repeat 2px 4px;
}

div#overview a.close {
	position: absolute;
	top: 9px;
	right: 7px;
	background: url(/designo/img/btn_close_lo.gif) no-repeat 0px 0px;
}

div#overview a.close:hover {
	background: url(/designo/img/btn_close_hi.gif) no-repeat 0px 0px;
}

div#overview span.active {
	color: #00adef;
}

div#overview table {
	float: left;
	width: 340px;
}

div#overview table.left {
	margin: 0px 25px 0px 0px;
}

div#overview table.right {
	
}

div#overview td.left {
	padding: 7px 10px 7px 0px;
	width: 115px;
	height: 54px;
}

div#overview td.right {
	padding: 6px 0px 4px 0px;
	width: 215px;
	border-top: solid 1px #666666;
}

div#overview td.first {
	border: none;
}

div#overview h3 {
	margin: 1px 0px 1px 0px;
	font-size: 11px;
}

/**
 * Feature
 */
div#feature {
	padding: 7px 15px 5px 15px;
}

div#feature li.first {
	border: none;
}

div#feature li {
	padding: 2px 0px 4px 3px;
	border-top: solid 1px #666666;
}

div#feature a.teaser {
	display: block;
	margin: 4px 0px 9px 0px;
}

div#feature a.overview {
	margin: 0px 0px 0px 3px;
}

div#feature a.overview:hover {
	background: url(/designo/img/a_right_0082e6_hi.gif) no-repeat 0px 4px;
	color: #0082e6;
}

/**
 * MPC
 */
div#mpc {
	padding: 7px 15px 8px 15px;
}

div#mpc h3 {
	margin: 3px 0px 4px 0px;
	font-size: 11px;
	line-height: 13px;
}

div#mpc p {
	margin: 0px 0px 5px 0px;
}

div#mpc p.default,div#mpc p.none {
	display: block;
	margin: 2px 0px 5px 0px;
	line-height: 16px;
}

div#mpc table {
	width: 190px;
}

div#mpc select {
	width: 150px;
}

input.okay {
	width: 34px;
	height: 20px;
	background: url(/designo/img/btn_okay_lo.gif) no-repeat;
}

input.okay:hover {
	background: url(/designo/img/btn_okay_hi.gif) no-repeat;
}

ul#branch {
	border-top: solid 1px #c2c2c2;
	list-style: none;
	margin: 7px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}

ul#branch li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

/**
 * Meta navigation
 */
div#shade {
	display: none;
	position: absolute;
	top: 93px;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 563px;
	background: #ffffff;
	text-align: center;
	filter: alpha(opacity =     50);
	opacity: 0.5;
}

div#shade.special {
	top: 93px;
	height: 470px;
}

div.shadow {
	position: absolute;
	background: #333333;
	filter: alpha(opacity =     10);
	opacity: 0.1;
}

div#shadow {
	display: none;
}

div#shadow div.shadow1 {
	top: 110px;
	left: 319px;
	width: 362px;
	height: 386px;
}

div#shadow div.shadow2 {
	top: 111px;
	left: 320px;
	width: 362px;
	height: 386px;
}

div#shadow div.shadow3 {
	top: 112px;
	left: 321px;
	width: 362px;
	height: 386px;
}

div#newsletter,div#provider,div#cookies,div#privacy,div#legal {
	display: none;
	position: absolute;
	top: 111px;
	left: 320px;
	width: 360px;
	height: 374px;
}

div#newsletter div.head,div#provider div.head,div#cookies div.head,div#privacy div.head,div#legal div.head
	{
	position: relative;
	width: 360px;
	height: 27px;
	background: transparent url(/designo/img/bg_layer.gif) no-repeat;
}

div#newsletter a.close,div#provider a.close,div#cookies a.close,div#privacy a.close,div#legal a.close
	{
	position: absolute;
	top: 4px;
	right: 7px;
	background: url(/designo/img/btn_close_layer_lo.gif) no-repeat 0px 0px;
}

div#newsletter a.close:hover,div#provider a.close:hover,div#cookies a.close:hover,div#privacy a.close:hover,div#legal a.close:hover
	{
	background: url(/designo/img/btn_close_layer_hi.gif) no-repeat 0px 0px;
}

div#newsletter div.content,div#provider div.content,div#cookies div.content,div#privacy div.content,div#legal div.content
	{
	width: 360px;
	height: 350px;
	background: #ffffff;
}

div#newsletter div.content .container, div#provider div.content .container,div#cookies div.content .container,div#privacy div.content .container,div#legal div.content .container
	{
	padding: 7px 10px 0px 18px;
	
}



div#provider iframe,div#cookies iframe,div#privacy iframe,div#legal iframe
	{
	width: 332px;
	height: 285px;
}

div#newsletter h3,div#provider h3,div#cookies h3,div#privacy h3,div#legal h3
	{
	margin-bottom: 10px;
	font-size:22px;
	font-weight: bold;
}

/**
 * Newsletter
 */
div#newsletter h3 {
	
}

div#newsletter p {
	margin: 5px 0px 14px 0px;
	width: 280px;
	line-height: 13px;
}

div#newsletter p.error {
	margin: -10px 0px 0px 0px;
	color: #a7372b;
}

div#newsletter td {
	padding: 0px 0px 10px 0px;
	vertical-align: middle;
}

div#newsletter td label {
	margin: 0px 20px 0px 6px;
}

div#newsletter input {
	
}

div#newsletter input.text {
	margin: 3px 0px 10px 0px;
	padding: 1px;
	width: 280px;
	background: #f3f3f3;
	font: normal 11px arial, sans-serif;
}

div#newsletter input.submit_de {
	position: absolute;
	bottom: 7px;
	right: 7px;
	width: 78px;
	height: 20px;
	background: url(/designo/img/btn_submit_de_lo.png) no-repeat;
}

div#newsletter input.submit_de:hover {
	background: url(/designo/img/btn_submit_de_hi.png) no-repeat;
}

div#newsletter input.submit_en {
	position: absolute;
	bottom: 7px;
	right: 7px;
	width: 60px;
	height: 20px;
	background: url(/designo/img/btn_submit_en_lo.png) no-repeat;
}

div#newsletter input.submit_en:hover {
	background: url(/designo/img/btn_submit_en_hi.png) no-repeat;
}

/**
 * Footer
 */
div#footer {
	border-top: solid 1px #ffffff;
	position: relative;
	width: 1000px;
	background: url(/designo/img/footer.gif) no-repeat;
}

div#footer.special {
	position: relative;
	background: url(/designo/img/footer_mb.gif) no-repeat;
}

div#footer a {
	color: #666666;
}

div#footer a:hover {
	color: #0082e6;
}

div#footer table.wrapper {
	margin: 0px 20px 0px 20px;
	width: 960px;
	height: 27px;
}

div#footer td {
	font-size: 10px;
	color: #666666;
	vertical-align: middle;
}

div#footer td.left {
	text-align: left;
	color: #333333;
}

div#footer td.right {
	text-align: right;
}

div#footer td.left a.arrow {
	margin: 0px 18px 0px 0px;
	padding: 0px 0px 0px 8px;
	color: #333333;
	background: url(/designo/img/a_right_333333_lo.gif) no-repeat 0px 3px;
}

div#footer td.left a.arrow:hover {
	color: #0082e6;
	background: url(/designo/img/a_right_0082e6_hi.gif) no-repeat 0px 3px;
}

div#footer table.inner {
	float: right;
	height: 27px;
}

div#footer table.inner td {
	white-space: nowrap;
}

span#soundon,span#soundoff {
	display: none;
}

span#soundon a {
	display: block;
	width: 13px;
	height: 11px;
	background: url(/designo/img/btn_soundoff_lo.gif) no-repeat;
}

span#soundon a:hover {
	background: url(/designo/img/btn_soundoff_hi.gif) no-repeat;
}

span#soundoff a {
	display: block;
	width: 13px;
	height: 11px;
	background: url(/designo/img/btn_soundon_lo.gif) no-repeat;
}

span#soundoff a:hover {
	background: url(/designo/img/btn_soundon_hi.gif) no-repeat;
}