/**
 * Helpcenter
 */
	BODY#help.home .intro {
		background:url(/themes/default/img/helpcenter/picto_intro.gif) no-repeat;
		padding-left:28px;
		min-height:26px;
	}
	BODY#help.home FIELDSET.contactus,
	BODY#help.home FIELDSET.faq
	{height:65px;}
	BODY#help.home FIELDSET.sitemap,
	BODY#help.home FIELDSET.lostpassword
	{height:65px;}
	BODY#help.home FIELDSET.lostpassword .sendpassword 
	{width:150px;}
	BODY#help.home FIELDSET.contactus IMG {
		float:left;
		padding:5px 13px 0 7px;
	}
	BODY#help.home FIELDSET.sitemap IMG {
		float:left;
		padding-right:6px;
	}
	BODY#help.home FIELDSET.address P,
	BODY#help.home FIELDSET.address UL {
		float:left;
		margin-right:50px;
	}
	
	/**
	 * FAQ
	 */
		BODY#faq #faqsearch {
			background-color: #F7FAFD;
			border: 1px solid #CDD5DE;
			padding: 10px;
			margin: 5px 7px 15px 7px;
		}
		BODY#faq #faqsearch INPUT[type="submit"] {
			background-color: #CDD5DE;
			color: #003366;
		}
		BODY#faq .blockfaq {
			float:left;
			width:260px;
			margin:0 20px 20px 10px;
		}
		BODY#faq .blockfaq P {
			margin-top:3px;
			margin-left:16px;/*16px*/
			border-left: 1px solid #CDD5DE;
			padding-left:4px;
		}
		BODY#faq H3 {
			margin-left:8px;
			margin-top:15px;
			background:url(/themes/default/img/helpcenter/faq/folder.gif) no-repeat;
			padding-left:23px;
		}
		BODY#faq UL.questions {
			margin-left:8px;
		}
		BODY#faq UL.questions LI {
			margin-left:15px;
			list-style-type:none;
			padding-top:4px;
			padding-bottom:4px;
			background:url(/themes/default/img/helpcenter/faq/article.gif) no-repeat;
			padding-left:22px;
		}
		BODY#faq #columncenter HR {
			background: #CDD5DE;
			border: 0px;
			clear:both;
			width: 98%;
		}
		BODY#faq .noanswer {
			text-align:center;
			padding-top:10px;
			padding-bottom:10px;
		}
		BODY#faq .noanswer A {
			border:1px solid #CDD5DE;
			text-decoration:none;
			background-color:#F7FAFD;
			-moz-border-radius:4px;
			border-radius:5px;
			margin:0 3px 0 3px;
			padding: 6px 6px 6px 28px;
			background:url(/themes/default/img/helpcenter/faq/mail.png) no-repeat 2px;
			filter:alpha(opacity=70);
			-moz-opacity:0.70;
			opacity: 0.70;
		}
		BODY#faq .noanswer A:hover {
			border:1px solid #BEC8D2;
			text-decoration:none;
			background-color:#F7FAFD;
			filter:alpha(opacity=100);
			-moz-opacity:1;
			opacity: 1;
		}
		BODY#faq.question H2 {
			margin:20px 15px 0 7px;
			border:0;
			background:#FFFFFF;
			padding: 4px 0 4px 7px;
			border:1px solid #10416D;
			border-left:5px solid #10416D;
			-moz-border-radius-topright:10px;
			-moz-border-radius-bottomright:10px;
			border-radius-topright:10px;
			border-radius-bottomright:10px;
		}
		BODY#faq.question DIV.answer {
			margin:18px 25px 20px 25px;
			border-left:1px solid #CDD5DE;
			padding-left:10px;
		}
		BODY#faq.question DIV.answer P {
			margin-top:10px;
			margin-bottom:10px;
			line-height:12px;
			text-align:justify;
		}
		BODY#faq.question DIV.answer A {
			text-decoration:underline;
		}
		BODY#faq.question H5 {
			margin-left:8px;
		}
		BODY#faq.question UL.questions {
			margin-left:-9px;
		}
		BODY#faq.question .highlight {
			background-color:#FFFF33;
		}
		BODY#faq.search H3 {
			margin-left:8px;
			margin-top:15px;
			background:url(/themes/default/img/helpcenter/faq/article.gif) no-repeat;
			padding-left:23px;
			padding-top:4px;
			padding-bottom:4px;
		}
		BODY#faq.search P.answer {
			margin-left:40px;
			border-left: 1px solid #CDD5DE;
			padding-left:7px;
		}
		BODY#faq.search P.noresult {
			text-align:center;
			margin:70px 0;
		}

/**
 * Support
 */
	/**
	 * ticketview
	 */
		BODY#support .intro {
			margin: 20px 0 20px 15px;
		}
		BODY#support .workbar {
			border-top:1px solid #AAAAAA;
			border-bottom:1px solid #AAAAAA;
			padding:4px 0 4px 0;
			font-size:8px;
			background-color:#666666;
		}
		BODY#support .workbar A, BODY#support .resend A {
			border:1px solid #000000;
			display:block;
			text-decoration:none;
			background-color:#333333;
			-moz-border-radius:3px;
			color:#CCCCCC;
			width:93px;
			height:25px;
			margin:0 3px 0 3px;
			padding:2px;
		}
		BODY#support .workbar A:hover, .resend A:hover {
			text-decoration:none;
			background-color:#383838;
			color:#FFFFFF;
		}
		BODY#support .workbar IMG, .resend IMG {
			float:left;
			margin-right:2px;
			filter:alpha(opacity=40);
			-moz-opacity:0.40;
			opacity: 0.40;
		}
		BODY#support .workbar A:hover IMG,.resend A:hover IMG {
			filter:alpha(opacity=100);
			-moz-opacity:1;
			opacity: 1;
		}
		BODY#support .resend {
			float:right;
		}
		BODY#support .resend A {
			margin-top:10px;
			width:auto;
			height:auto;
			padding:5px 5px 7px 5px;
		}
		BODY#support .sender {
			border:1px solid #333333;
			background:#666666;
			padding:3px;
			-moz-border-radius:8px;
			color:#CCCCCC;
		}
		BODY#support H2 {
			/*border:1px solid #004372;
			background:#E4F1FF;
			padding:3px 0 3px 7px;
			width:400px;*/
			margin:20px 15px 0 7px;
			border:0;
			background:#FFFFFF;
			padding: 4px 0 4px 7px;
			border:1px solid #10416D;
			border-left:5px solid #10416D;
			-moz-border-radius-topright:10px;
			-moz-border-radius-bottomright:10px;
			border-radius-topright:10px;
			border-radius-bottomright:10px;
			width:400px;
		}
		
	BODY#support H3 {
		margin:0 20px 10px 10px;
	}
	BODY#support H3 INPUT {
		margin-bottom:-3px;
		border:0;
	}
	BODY#support .desc {
		margin: 3px 0 12px 38px;
		border-left: 1px solid #CDD5DE;
		padding-left:4px;
		display:none;
	}
	
	/**
	 * Sitemap
	 */
	#sitemap TD {
		vertical-align:top;
	}
	#sitemap DIV {
		width:240px;
		/*border:1px solid green;*/
	}
	#sitemap #sitemapvideos H4 {
		background-color:#FF3300;
	}
	#sitemap #sitemapnews H4 {
		background-color:#0066CC;
	}
	#sitemap #sitemapshop H4 {
		background-color:#339900;
	}
	#sitemap #sitemapaccount H4 {
		background-color:#FF9933;
	}
	#sitemap #sitemapcommunity H4 {
		background-color:#990066;
	}
	#sitemap H4 A {
		padding:3px;
		padding-left:6px;
		display:block;
		text-decoration:none;
		color:#FFF;
	}
	#sitemap UL {
		margin-left:15px;
		padding-left:10px;
	}
	#sitemap UL A {
		/*display:block; ie6 bug */
		text-decoration:none;
	}
	#sitemap UL A:hover {
		text-decoration:underline;
	}
	/*#sitemap LI.folder {
		list-style-image:url(/themes/default/img/helpcenter/sitemap/folder.png);
		margin-left:10px;
		margin-bottom:7px;
	}
	#sitemap LI.folderopen {
		list-style-image:url(/themes/default/img/helpcenter/sitemap/folder_open.png);
	}
	#sitemap LI.file {
		list-style-image:url(/themes/default/img/helpcenter/sitemap/file.png);
	}
	#sitemap #sitemapvideos DIV {
		border-left:1px solid #FF3300;
		border-right:1px solid #FF3300;
		border-bottom:1px solid #FF3300;
	}
	#sitemap #sitemapnews DIV {
		border-left:1px solid #0066CC;
		border-right:1px solid #0066CC;
		border-bottom:1px solid #0066CC;
	}*/