﻿body{
	margin:0px;
	padding:0px;
	background:#fff;
	/*text-align:center;*/
}
form{
	margin:0px;
	padding:0px;
}
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
#page{
	font-size:11px;
	/*
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	*/
	margin-left:20px;
	padding:0px;
	width:960px;
}

/*///////// [TOP] //////////*/
#top{
	position:relative;
	height:100px;
}
	#top img.logo{
		position:absolute;
		left:0px;
		top:20px;
		border:none;
		width:114px;
		height:38px;
	}
	#top .siteActions{
		position:absolute;
		right:0px;
		bottom:0px;
	}

	#top .siteUser{
		position:absolute;
		right:100px;
		bottom:0px;
	}
		#top .siteUser .ms-SpLinkButtonInActive a{
			color:#737371;
		}

	#top .serviceNav{
		position:absolute;
		right:140px;
		top:21px;
		text-align:right;
	}
	
.serviceNav ul{
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
}
	#top .serviceNav ul{
		float:left;
	}
	#top .serviceNav ul.lang{
		border-left:1px solid #737371;
		margin-left:14px;
	}

.serviceNav ul li{
	margin:0px;
	padding:0px;
	float:left;
}
.serviceNav ul li a{
	color:#737371;
	margin-left:12px;
	text-decoration:none;
}
.serviceNav ul li a:hover, 
.serviceNav ul li.selected a{
	color:#f00;
}
	#top .search{
		position:absolute;
		right:0px;
		top:19px;
		width:115px;
	}
		#top .search input{
			border:1px solid #737371;
			padding:0px 0px 0px 2px;
			margin:0px 3px 0px 0px;
			line-height:13px;
			height:13px;			
		}
		#top .search table.ms-sbtablealt td.ms-sbcell
		{
			text-align:left;
			vertical-align:middle;
			line-height:15px;
			height:15px;
	
		}

	

	#top #nav{
		position:absolute;
		right:0px;
		top:30px;
		width:840px;
		background:transparent url(nav_line.gif) no-repeat 15px 100%;		
	}
		#top #nav ul{
			margin:0px 0px 0px 60px;
			padding:0px;
			list-style:none;
		}
			#top #nav ul li ul, 
			#top #nav ul li.selected ul{
				position:absolute;
				left:0px;
				top:15px;
				width:780px;
				overflow:hidden;
			}
			#top #nav ul li{
				margin:0px;
				padding:0px;
				float:left;
			}
			#top #nav ul li a{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				float:left;
				font-size:12px;
				color:#fff;	
				text-decoration:none;
				font-weight:bold;
				background:transparent url(nav_li_a.gif) no-repeat 0px -105px;
				border-right:1px solid #cbcbcb;
				margin:5px 1px 0px 0px;
				padding:1px 16px 4px 16px;
				line-height:18px;
				outline-style:none;
			}
			#top #nav ul li.selected a{
				background-position:0px 0px;
				border-right:1px solid #cecece;
				color:#f00;
				padding-top:6px;
				margin-top:0px;
			}
			
			#top #nav ul li ul, 
			#top #nav ul li.selected ul{
				position:absolute;
				left:0px;
				top:34px;
				display:none;
			}
			#top #nav ul li.selected ul{
				display:block;
			}

				#top #nav ul li ul li, 
				#top #nav ul li.selected ul li{
					margin-left:-12px;
					margin-right:20px;
				}
				
			#top #nav ul li ul li a, 
			#top #nav ul li.selected ul li a{
				color:#5f5f5f;
				font-weight:normal;
				padding:0px 0px 0px 12px;
				border:none;
				background:transparent url(dot.gif) no-repeat 0px 6px;
				line-height:14px;
			}
			#top #nav ul li ul li a:hover, 
			#top #nav ul li.selected ul li a:hover, 
			#top #nav ul li ul li.selected a, 
			#top #nav ul li.selected ul li.selected a{
				color:#f00;
			}
						
			
/*///////// [/TOP] //////////*/




/*///////// [MAIN] //////////*/
#main{
	float:left;
	width:960px;
	margin-bottom:20px;
	margin-top:10px;
}
	#main ul{
		margin-left:16px;
		padding-left:0px;
	}
	#page #main span.whiteText, 
	#page #main span.whiteText *, 
	#page #main .whiteText, 
	#page #main .whiteText *{
		color:#fff;
	}
	#page #main span.whiteText a, 
	#page #main .whiteText a, 
	#page #main a span.whiteText , 
	#page #main a .whiteText{
		text-decoration:underline;
	}


	#main p{
		margin:0px 0px 10px 0px;
		padding:0px;
	}
	#main .sitePath{
		margin-left:180px;
		margin-bottom:10px;
		height:33px;
		border-bottom:1px solid #d9dbdc;
		position:relative;
	}
		#main .sitePath *{
			color:#737371;
		}
		#main .sitePath a{
			text-decoration:none;
		}
		#main .sitePath a:hover{
			color:#f00;
		}
		#main .sitePath h1{
			padding:0px;
			margin:0px;
			color:#333;
			position:absolute;
			left:0px;
			bottom:3px;
		}
		#main .sitePath a.generatePdf, #main .sitePath a.print, #main .sitePath a.contact{
			float:right;
			display:block;
			margin-left:5px;
		}
		#main .sitePath a.contact{
			width:15px;
			height:12px;
			margin-top:16px;
			background:transparent no-repeat url(letter.gif) left top;
		}
		#main .sitePath a.print{
			width:17px;
			height:13px;
			margin-top:15px;
			background:transparent no-repeat url(print.gif) left top;
		}
		#main .sitePath a.generatePdf{
			width:16px;
			height:15px;
			margin-top:13px;
			background:transparent no-repeat url(acrobat_icon.gif) left top;
		}
		#main .sitePath span span{
			display:none;
		}
		#main .sitePath span span.on{
			/*display:inline;*/
			display:none;
		}
				
		#main .sitePath .recBox{
			color:#737371;
			position:absolute;
			background:#fff;
			padding:15px 20px 20px 20px;
			border:1px solid #f00;
			width:250px;
			right:0px;
			top:33px;
			display:none;
		}
			#main .sitePath .recBox *{
				color:#737371;
			}

			#main .sitePath .active{
				display:block;
			}

			#main .sitePath .recBox .error{
				margin-top:-3px;
			}

			#main .sitePath .recBox label{
				float:left;
				width:225px;
			}
			#main .sitePath .recBox input, 
			#main .sitePath .recBox textarea{
				float:left;
				width:225px;
				margin-bottom:5px;
				font-size:11px;

			}
			#main .sitePath .recBox input{
				line-height:15px;
				height:15px;
			}
			#main .sitePath .recBox div.submit{
				margin-top:10px;
			}
			#main .sitePath .recBox div.submit input{
				width:222px;
				line-height:19px;
				height:19px;
			}
			#main .sitePath .recBox div.submit a{
				width:222px;
			}
			
			#main .sitePath .recBox .error{
				color:#f00;
				float:left;
				width:225px;
				margin-bottom:5px;
			}
			
			#main .sitePath .recBox a.addRecipient, 
			#main .sitePath .recBox a.clearRecipient{
				float:left;
				width:13px;
				height:13px;
				background:transparent url(plus.gif) no-repeat left top;
				margin-top:4px;
				margin-left:5px;
			}
			#main .sitePath .recBox a.clearRecipient{
				background-image:url(minus.gif);
			}


#main .flashObject, 
#main .flashObject *{
	color:#fff !important;
}

hr{
	display:none;
}
/*///////// [/MAIN] //////////*/


/*///////// [SUB] //////////*/
#sub{
	float:left;
	padding:0px;
	margin:0px 20px 0px 0px;
	overflow:hidden;
	width:160px;
}
	#sub ul{
		margin:0px 0px 20px 0px;
		padding:0px;
		list-style:none;
	}
	#sub ul li ul{
		margin-bottom:0px;
	}
	#sub ul li ul li ul{
		margin-top:3px;
		margin-bottom:3px;
	}
	#sub ul li ul li ul li ul{
		margin-top:0px;
	}

	
	#sub ul li{
		margin:0px 0px 5px 0px;
		padding:0px;
	}
	#sub ul li ul li{
		margin-bottom:0px;
	}
	
	#sub ul li a{
		display:block;
		font-size:11px;
		color:#333;
		background:#e0e0dd;
		text-decoration:none;
		padding:2px 2px 3px 5px;
		outline-style:none;
	}
	
	#sub ul li.selected a{
		color:#f00;
	}
	#sub ul li.selected ul li a{
		background:#f0f0ef;
		color:#333;
	}
	#sub ul li.selected ul li.selected a{
		color:#f00;
	}

	
	#sub ul li ul li ul li a, 
	#sub ul li.selected ul li.selected ul li a, 
	#sub ul li.selected ul li.selected ul li.selected a{
		background:#fff no-repeat url(bullet.gif) 6px 6px;
		padding-left:16px;
	}
	
	#sub ul li ul li ul li ul li a, 
	#sub ul li.selected ul li.selected ul li.selected ul li a, 
	#sub ul li.selected ul li.selected ul li.selected ul li.selected a{
		background-position:18px 6px;
		padding-left:28px;
	}
	
	
	
		

	
	#sub ul li.selected ul li.selected ul li a, 
	#sub ul li.selected ul li.selected ul li.selected ul li a{
		color:#333;
	}
	#sub ul li.selected ul li.selected ul li.selected a, 
	#sub ul li.selected ul li.selected ul li.selected ul li.selected a{
		color:#f00;
	}
	
	#main #sub ul li a:hover{
		color:#f00;
	}


		
/*///////// [/SUB] //////////*/



/*///////// [CONTENT] //////////*/
#content{
	float:left;
	padding:0px;
	margin:0px;
	width:780px;
	line-height:16px;
}

#main hr{
	margin:5px 0px 5px 0px;
	padding:0px;
	display:block;
	clear:both;
	border-style:none;
	border-top:1px solid #d9dbdc;
	height:0px;
}
/*///////// [/CONTENT] //////////*/

/*///////// [Content / Related] //////////*/
.full{
	float:left;
	padding:0px;
	margin:0px 20px 0px 0px;
	overflow:hidden;
	width:580px;
	overflow:hidden;
}

.related{
	float:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
	width:180px;
}

/*///////// [/RELATED] //////////*/


/*///////// [PAGELAYOUTS] //////////*/

/* VELUXFrontPage  */
.home #content{
	width:960px;
	padding-bottom:15px;
}
.home #sub, 
.home #main .sitePath, 
.home #content .full, 
.home #content .related{
	display:none;	
}
.segment #main .sitePath{
	display:none;
}
.segment #main .sitePath{
	margin-left:0px;
}


/* VELUXLandingPage | VELUXLandingOverviewPage  */
.landing #main .sitePath span, .landing #main .sitePath span *{
	color:#fff !important;
}


/*///////// [/PAGELAYOUTS] //////////*/


/*///////// [PAGEGRIDS] //////////*/

#content div.prodFifth, 
#content div.quarter, 
#content div.half, 
#content div.third, 
#content div.prodThird, 
#content div.twoThird, 
#content div.threeQuarter{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
#content .zones div.prodFifth, 
#content .zones div.quarter, 
#content .zones div.half, 
#content .zones div.prodThird, 
#content .zones div.third, 
#content .zones div.twoThird, 
#content .zones div.threeQuarter{
	margin-bottom:0px;
}

#content div.prodFifth{
	width:130px;
}

#content div.quarter{
	width:180px;
}
#content div.third{
	width:246px;	
}
#content div.prodThird{
	width:230px;	
}

#content div.half{
	width:380px;
}
#content div.twoThird{
	width:514px;	
}
#content div.threeQuarter{
	width:580px;
}



#content .full div.quarter{
	width:130px;
}
#content .full div.third{
	width:180px;	
}
#content .full div.half{
	width:280px;
}
#content .full div.twoThird{
	width:380px;	
}
#content .full div.threeQuarter{
	width:430px;
}



#content div.last{
	margin-right:0px;	
}


/* VELUXFrontPage */
.home #content div.quarter{
	width:225px;
}
.home #content div.third{
	width:306px;
}
.home #content div.half{
	width:470px;
}
.home #content div.twoThird{
	width:634px;
}
.home #content div.threeQuarter{
	width:715px;
}


/*///////// [/PAGEGRIDS] //////////*/


/*///////// [SPLITS] //////////*/
#content table.split
{
	padding:0px;
	margin:0px;
	border:none;
	text-align:left;
	border-collapse:collapse;
} 
#content table.split td, 
#content table.split th
{
	vertical-align:top;
	padding:0px;
	border:none;
	border-right:20px solid #fff;
}

#content table.split tr.odd td{
	/*	
	background:#f6f6f6;
	border-right-color:#f6f6f6;
	*/
}

#content table.split th{
	padding-bottom:5px;
}


#content table.split td.third, 
#content table.split th.third{
	width:246px;
}
#content table.split td.twoThird, 
#content table.split th.twoThird{
	width:494px;
}
#content table.split td.quarter, 
#content table.split th.quarter{
	width:180px;
}
#content table.split td.half, 
#content table.split th.half{
	width:380px;
}
#content table.split td.threeQuarter, 
#content table.split th.threeQuarter{
	width:580px;
}


#content table.split td.prodFifth, 
#content table.split th.prodFifth{
	width:130px;
}
#content table.split td.prodThird, 
#content table.split th.prodThird{
	width:230px;
}






#content .full table.split td.third, 
#content .full table.split th.third{
	width:180px;
}
#content .full table.split td.twoThird, 
#content .full table.split th.twoThird{
	width:380px;
}
#content .full table.split td.quarter, 
#content .full table.split th.quarter{
	width:130px;
}
#content .full table.split td.half, 
#content .full table.split th.half{
	width:280px;
}
#content .full table.split td.threeQuarter, 
#content .full table.split th.threeQuarter{
	width:430px;
}



.home #content table.split td.third, 
.home #content table.split th.third{
	width:306px;
}
.home #content table.split td.twoThird, 
.home #content table.split th.twoThird{
	width:634px;
}
.home #content table.split td.quarter, 
.home #content table.split th.quarter{
	width:225px;
}
.home #content table.split td.half, 
.home #content table.split th.half{
	width:470px;
}
.home #content table.split td.threeQuarter, 
.home #content table.split th.threeQuarter{
	width:715px;
}




#content table.split td.last, 
#content table.split th.last{
	border-right:none;
}


/*///////// [MISC] //////////*/

h1, h2, h3, 
#main h1, #main h2, #main h3{
	font-weight:bold;
	font-size:14px;
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:normal;
}
h2, h3, 
#main h2, #main h3{
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
}
h3, 
#main h3{
	margin:0px;
	padding:4px 2px 4px 8px;
	border-bottom:1px solid #fff;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	background:#a8a7a7 repeat-x url(h2_grey.gif) left top;
}
h3.blue, 
#main h3.blue{
	background:#91b3cd repeat-x url(h2_blue.gif) left top;
	border-bottom-color:#fff;
}
h3.black, 
#main h3.black{
	background:#a8a7a7 repeat-x url(h2_grey.gif) left top;
	border-bottom-color:#fff;
}

img{
	border:none;
}
.clear{
	clear:both;
}
a{
	color:#f00;
	text-decoration:underline;
}
a:hover{
	color:#f00;
	text-decoration:none;
}
a.bullet, 
h3 a{
	background:transparent no-repeat url(bullet.gif) 0px 4px;
	padding-left:10px;
	text-decoration:none;
	display:-moz-inline-block;
	display:inline-block;
	margin-top:4px;
	line-height:normal;
}
h3 a, 
#main h3 a{
	background-image:url(bullet_white.gif);
	background-position:100% 50%;
	padding-left:0px;
	padding-right:10px;
	margin:0px;
	color:#fff;
	font-weight:bold;
}



a.ebook
{
	background:transparent no-repeat url(ebook.gif) 0px 0px;
	padding-left:20px;
	margin-left:10px;
	text-decoration:none;
	display:-moz-inline-block;
	display:inline-block;
	line-height:16px;
}
 
a.pdf{
	background:transparent no-repeat url(pdf.gif) 0px 0px;
	padding-left:20px;
	text-decoration:none;
	display:-moz-inline-block;
	display:inline-block;
	line-height:16px;
}

div.submit
{
	padding:0px;
	margin:0px;
	background:transparent no-repeat url(div_submit.gif) right top;
	padding-right:10px;
	float:left;
}

div.submit input, 
div.submit a, 
#main div.submit input, 
#main div.submit a
{
	cursor:pointer;
	text-align:center;
	background:transparent no-repeat url(submit.gif) left top;
	margin:0px;
	padding:0px 0px 0px 3px;
	line-height:19px;
	height:19px;
	border:none;
	font-weight:bold;
	color:#fff !important;
	float:left;
	text-decoration:none !important;
	font-size:11px;
}
div.submit a, 
#main div.submit a
{
	padding:0px 8px 0px 8px;
}
div.submit a:hover, 
#main div.submit a:hover
{
	color:#fff;
	text-decoration:none;
}
.skip{
	display:none;
}
div.right{
	float:right;
}
div.left{
	float:left;
}
img.right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
img.left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
td.right{
	text-align:right;
}

span.emphasizer, 
#main span.emphasizer, 
.emphasizer, 
#main .emphasizer{
	font-size:14px;
	font-weight:bold;
}




#footer{
	float:left;	
	color:#737371;
	width:960px;
	margin-bottom:23px;
}


#main .flash-update p{
	display:block;
	background:#d296be;
	border:1px solid #e6cde6;
	padding:10px;
	color:#fff;
}
#main .flash-update p a{
	color:#fff;
}

#main .flash-update .alt, 
#main .flash-replaced .alt{
	display:none;
}



/* Search */

#content .ms-sbtable input{
	border:1px solid #737371;
	padding:0px 0px 0px 2px;
	margin:0px 3px 0px 0px;
	line-height:13px;
	height:13px;
}
#main .srch-URL a, 
#main .srch-URL a:link, 
#main .srch-URL a b, 
#main .srch-Title{
	color:#8c8c8c !important;
	font-size:11px !important;
	text-decoration:none !important;
}
#main .srch-URL a:hover{
	color:#f00 !important;
} 

#main .srch-Title a, 
#main .srch-Title a b
{
	color:#f00 !important;
	font-weight:normal;
}




/* VELUXArticleList.webpart */
.articleList{
	
	
}
.articleList .item{
	margin-bottom:0px;
}

.articleList .item img{
	float:left;
	width:180px;
	margin:0px 20px 20px 0px;
}
.articleList em{
	font-style:normal;
}
.articleList .item h2{
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:11px;
}
.articleList .item a.bullet{
	float:left;
}

.articleList .archive em{
	float:right;
	margin:0px 0px 0px 20px;
}

.articleList .archive a.bullet{
	float:left;
	margin:0px;
}

.articleList .jobs a.bullet{
	margin:0px;
}
.articleList .jobs em{
	white-space:nowrap;
}



/* VELUXFaqList.webpart */
.faqList{
	
	
}

.faqList dl, 
.faqList dt, 
.faqList dd{
	margin:0px;
	padding:0px;
}
.faqList dl{
	margin-bottom:6px;
}
.faqList dt{
	color:#f00;
	background:transparent no-repeat url(bullet.gif) 0px 6px;
	padding-left:10px;
	cursor:pointer;
}
.faqList dt.on{
	font-weight:bold;
}

.faqList dd{
	padding-left:10px;
	display:none;
}



/* VELUXFormBuilder.webpart */
.formbuilder td{
	padding-bottom:5px;
	
}
.formbuilder .genericradio td, 
.formbuilder .genericcheckbox td{
	padding-bottom:0px;
	
}
.formbuilder input, 
.formbuilder select, 
.formbuilder textarea{
	margin-right:5px;
	width:350px;
	display:block;
	font-size:11px;
}
.formbuilder select{
	width:352px;
}

.formbuilder .genericradio input, 
.formbuilder .genericcheckbox input{
	width:auto;
	display:inline;
}

.formbuilder .submit{
	margin-top:10px;
}

.formbuilder .submit input{
	margin-right:0px;
	width:auto;
	
}

/* VELUXNewsletter.webpart */
.newslettersubscription input, 
.newslettersubscription select, 
.newslettersubscription textarea{
	margin-right:5px;
	font-size:11px;
}
.newslettersubscription .clear{
	margin-bottom:10px;
}

.newslettersubscription .submit{
	margin-top:10px;
}

.newslettersubscription .submit input{
	margin-right:0px;
	
}




/* VELUXPhotoGallery.webpart */

#content .photoGallery{
	float:left;
	padding:5px;
	border:1px solid #dadcdd;
	width:568px;
	height:424px;
	background:#fff;
	text-align:center;
	overflow:hidden;
	margin-bottom:20px;
}


#content .photoGallery img.pgView{
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
#content .pgData{
	display:none;
}

#content .pgThumbs{
	float:right;
	width:200px;
}

#content .full .pgThumbs{
	width:600px;
	margin-bottom:20px;
	position:relative;
	left:-20px;

}


#content .pgThumbs .thumb{
	width:76px;
	height:56px;
	float:left;
	overflow:hidden;
	padding:1px;
	border:1px solid #dadcdd;
	margin-left:20px;
	margin-bottom:20px;
	cursor:pointer;
	display:inline;
	text-align:center;
	vertical-align:middle;
}
#content .pgThumbs .thumb img{
	height:56px;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}

#content .pgThumbs .thumb:hover, 
#content .pgThumbs .over, 
#content .pgThumbs .on{
	border-bottom-color:#f00;
}

#content .photoGallery .pgHTML{
	
}


/* BrochureOrder */

.brochureOrder{
	
}

.brochureOrder img{
	float:left;
	width:100px;
	height:140px;
	margin-right:10px;
	margin-bottom:2px;
}

.brochureOrder .boBar{
	background:#e0e0dd;
	clear:both;
	padding:0px 0px 1px 1px;
	height:19px;
	margin-bottom:20px;

}
.brochureOrder .boBar label{
	cursor:pointer;
}

.brochureOrder .boBar a.ebook,
.brochureOrder .boBar a.pdf{
	float:right;
	margin-right:5px;
	margin-top:2px;
}

.brochureOrder .boPriceList, 
#main .brochureOrder .boPriceList{
	width:100%;
}

.brochureOrder .boPriceList td, 
#main .brochureOrder .boPriceList td, 
.brochureOrder .boPriceList th, 
#main .brochureOrder .boPriceList th{
	border:none;
	padding-right:10px;
	padding-bottom:5px;
}

.brochureOrder .boPriceList input{
	width:25px;

}
.brochureOrder .boPriceList .price, 
#main .brochureOrder .boPriceList .price{
	width:100px;
	text-align:right;
	padding-right:0px;
	

}
.brochureOrder .boPriceList .pcs, 
#main .brochureOrder .boPriceList .pcs{
	width:50px;
}


.brochureOrder .boPriceList td.price, 
#main .brochureOrder .boPriceList td.price{
	padding-top:3px;

}
.brochureOrder div.box span.red{
	float:right;
}

.brochureOrder div.submit, 
#main .brochureOrder div.submit{
	margin-top:20px;
}
.brochureOrder div.submit input, 
#main .brochureOrder div.submit input{
	width:auto;
}



.brochureOrder .boForm label{
	display:block;
	margin-top:3px;
}

.brochureOrder .boForm input{
	display:block;
	width:350px;
	margin-bottom:5px;
	font-size:11px;
}

.brochureOrder .boForm .small{
	width:80px;
}
.brochureOrder .boForm input.small{
	margin-right:10px;
}
.brochureOrder .boForm .medium{
	width:350px;
}


.brochureOrder .boForm .clean{
	
}

.brochureOrder .boForm .clean input{
	float:none;
	width:auto;
	margin-bottom:0px;
}

.brochureOrder .boForm .clean label{
	float:none;
	width:auto;
	margin-bottom:0px;
	cursor:pointer;
}
.brochureOrder .boForm .clean input, 
.brochureOrder .boForm .clean label{
	display:inline;
}


.brochureOrder .boForm .error{
	float:left;
	clear:both;
	color:#f00;
	margin-top:-5px;
	margin-bottom:5px;
	width:350px;
}







/* Sitemap */

.siteMap{
	
}

.siteMap ul{
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none;
}

.siteMap ul ul{
	margin:5px 0px 10px 20px;

}

.siteMap ul li a{
	font-weight:bold;
}


.siteMap ul li ul li a{
	background:transparent no-repeat url(bullet.gif) 0px 4px;
	padding-left:10px;
	font-weight:normal;
}




/*//////////// NEW SITEMAP ///////////////*/


/*

.siteMap{
	position:relative;
	left:-20px;
	width:800px;
	
}


	#main .siteMap ul{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	#main .siteMap ul li ul{
		margin-left:16px;
		margin-top:20px;
	}
	#main .siteMap ul li{
		margin:0px;
		padding:0px;
		float:left;
	
		
		
	}
	#main .siteMap ul li a{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		float:left;
		font-size:12px;
		color:#f00;	
		text-decoration:none;
		font-weight:bold;
		background:transparent url(nav_li_a.gif) no-repeat -1px 0px;
		border-right:1px solid #cecece;
		margin:0px 0px 0px 21px;
		padding:6px 16px 4px 16px;
		line-height:18px;
		outline-style:none;
		width:212px;
	}
	
	#main .siteMap ul li ul li{
		clear:both;
		
	}

	#main .siteMap ul li ul li a{
		background:transparent no-repeat url(bullet.gif) 0px 5px;
		padding:0px 0px 5px 10px;
		border:none;
		width:auto;
		line-height:14px;
		width:194px;
	}
	#main .siteMap ul li ul li ul li a{
		font-weight:normal;
		width:178px;
	}
	#main .siteMap ul li ul li ul li ul li a{
		width:162px;
	}
	#main .siteMap ul li ul li ul li ul li ul li a{
		width:146px;
	}
	#main .siteMap ul li ul li a:hover{
		color:#f00;
	}
				
*/




.red, 
#main .red, 
#main div.light .red{
	color:#f00 !important;
}

/*///////// [/MISC] //////////*/


/*///////// [SPOTS] //////////*/

.spot{
	position:relative;
	overflow:visible;
}
.spot img, #main .spot img{
	display:block;
}

.spot h1, #main .spot h1{
	width:200px;
	position:absolute;
	display:block;
	z-index:2;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	right:15px;
	bottom:30px;
	line-height:normal;
	vertical-align:bottom;
	/*display:none;*/
}
.lastspot h1, #main .lastspot h1{
	color:#333;
}

.spot h1.sifr, #main .spot h1.sifr{
	display:block;
}
.spot ul, #main .spot ul{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:9;
}
.spot ul li ul, #main .spot ul li ul{
	top:26px;
	bottom:auto;
	border-bottom:1px solid #f0f0f0;
	padding-top:3px;
	padding-bottom:5px;
	background:#f0f0f0;
	display:none;
}
.spot ul li.on ul, #main .spot ul li.on ul{
	display:block;
}


.spot ul li, #main .spot ul li{
	margin:0px;
	padding:0px;
	background:#90b3cd url(h2_blue.gif) repeat-x left top;
	width:225px;
}
	.spot ul li ul li, #main .spot ul li ul li{
		background:transparent;
	}

.spot ul li a, 
#main .spot ul li a{
	font-weight:bold;
	color:#fff !important;
	line-height:25px;
	margin-left:10px;
	padding:0px 20px 0px 0px;
	text-decoration:none !important;
	background:transparent url(bullet_white_big.gif) no-repeat right center;
	outline-style:none;
}


.spot ul li.hasPopUpLinks a, 
#main .spot ul li.hasPopUpLinks a{
	background-image:url(down.gif);
}

.spot ul li.on a, 
#main .spot ul li.on a
{
	background-image:url(up.gif);
}

	.spot ul li ul li a, 
	.spot ul li.on ul li a, 
	#main .spot ul li ul li a, 
	#main .spot ul li.on ul li a
	{
		font-weight:normal !important;
		line-height:20px;
		padding-right:0px;
		padding-left:10px;
		color:#333 !important;
		background:transparent url(bullet.gif) no-repeat left center;
	}

.lastspot ul li, #main .lastspot ul li{
	background:#a7a7a7 url(h2_grey.gif) repeat-x left top;
}
.lastspot ul li ul li, #main .lastspot ul li ul li{
	background:transparent;
}
.lastspot ul li ul, #main .lastspot ul li ul{
	border-bottom-color:#f0f0f0;
	background:#f0f0f0;
}


/*///////// [/SPOTS] //////////*/

/*///////// [BOX & TEASERS] //////////*/

div.box{
	padding:6px 8px 8px 8px;
	background:#f0f0f0;
	margin-bottom:15px;
	color:#333 !important;
	
}
div.box *, #main div.box *{
	color:#333 !important;	
}
#main div.box a:hover{
	text-decoration:underline !important;	
}

div.box hr, 
#main div.box hr{
	margin:0px;
	border-top:1px dotted #fff;
}

div.light, 
#main div.light{
	background:#f0f0ef;
	color:#333 !important;
}
div.light *, 
#main div.light *{
	color:#333 !important;
}


div.blue{
	background:#f0f0f0;
}
div.black{
	background:#f0f0f0;
}
div.box a.bullet, 
#main div.box a.bullet{
	background-image:url(bullet.gif);
	text-decoration:underline !important;
}

div.blue hr, 
#main div.blue hr{
	margin:0px;
	border-top:1px dotted #fff;
}
div.black hr, 
#main div.black hr{
	margin:0px;
	border-top:1px dotted #fff;
}




div.teaser{

}
div.teaser img{
	float:left;
	width:100px;
	height:120px;
	margin-right:10px;
}

div.teaser h2, 
#main div.teaser h2{
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	/*
	display:none;
	color:#000;
	*/
}
div.teaser h2.sifr, 
#main div.teaser h2.sifr{
	display:block;
}

div.teaser p{
	margin:0px;
	padding:0px;
}
div.teaser p a, 
#main div.teaser p a{
	color:#333 !important;
	text-decoration:none !important;
}

div.teaser div.submit, 
#main div.teaser div.submit{
	float:left;
	width:225px;
	clear:both;
	margin:10px 0px 0px 0px;
	padding:0px;
	background:#a8a7a7 url(h2_grey.gif) repeat-x left top;
}
div.teaser div.submit a, 
#main div.teaser div.submit a{
	font-weight:bold;
	color:#fff;
	line-height:25px;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:0px 20px 0px 0px;
	background:transparent url(bullet_white_big.gif) no-repeat right center;
	text-decoration:none;
}




/*///////// [/BOX & TEASERS] //////////*/

/*///////// [CUSTOM TABLE LAYOUT] //////////*/


/* Grey */
#content table.customLayoutGrey, 
#content table.customLayoutBlue, 
#content table.customLayoutPurple
{
	padding:0px;
	margin:0px;
	border:none;
	text-align:left;
	border-collapse:collapse;
	width:100%;
	\width:auto%;
	w\idth:100%;
} 
#content table.customLayoutGrey td, 
#content table.customLayoutGrey th, 
#content table.customLayoutBlue td, 
#content table.customLayoutBlue th, 
#content table.customLayoutPurple td, 
#content table.customLayoutPurple th


{
	vertical-align:top;
	padding:2px 5px 3px 8px;
	border:none;
}

#content table.customLayoutGrey th, 
#content table.customLayoutGrey tr.th td, 
#content table.customLayoutBlue th, 
#content table.customLayoutBlue tr.th td, 
#content table.customLayoutPurple th, 
#content table.customLayoutPurple tr.th td
{
	font-weight:bold;
	background:#b0b0b0;
	color:#fff;
	border-bottom: #fff 1px solid;
}
#content table.customLayoutGrey tr.th td *, 
#content table.customLayoutBlue tr.th td *, 
#content table.customLayoutPurple tr.th td *
{
	font-weight:bold;
	color:#fff;
}
#content table.customLayoutGrey tr.odd td, 
#content table.customLayoutBlue tr.odd td, 
#content table.customLayoutPurple tr.odd td{
	background:#efefef;
}

/* Blue */
#content table.customLayoutBlue th, 
#content table.customLayoutBlue tr.th td
{
	background:#9bc8f0;
}
#content table.customLayoutBlue tr.odd td{
	background:#ebf4fc;
}

/* Purple */
#content table.customLayoutPurple th, 
#content table.customLayoutPurple tr.th td
{
	background:#d296be;
}
#content table.customLayoutPurple tr.odd td{
	background:#f6eaf2;
}



/*///////// [/CUSTOM TABLE LAYOUT] //////////*/


/*/////[TOOLS]/////*/

.rade_resizeCell{
	width:0px !important;
}
.rade_resizeCell div{
	display:none;
}
