/* <![CDATA[ */
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/

	/* HTML - Generic */
	HTML, BODY {
		height: 100%;
		width: 100%;
	}
	
	/* BODY - Generic */
	BODY {
		background: #FFFFFF;
		margin-left: auto;
margin-right: auto;
width: 750px;
		color: #666666;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, sans-serif;
margin-top: 0;
padding-top: 0;
	}
	
	/* TD, LI - Generic */
	TD, LI {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
	}
	
	/* LI - Unordered list */
	UL > LI {
			}
	UL, OL, DL {
			position: relative;
	}
	
	/* H1 - Generic */
	H1 {
		color: #333399;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 0px;
		margin-left: 30px;
	}
	
	/* H2 - Generic */
	H2 {
		color: #6699CC;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 10px;
		margin-left: 0px;
text-transform: uppercase;
	}
	
	/* H3 - Generic */
	H3 {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H# - Generic */
	H4, H5 {
		color: #737373;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 30px;
	}
	
	H6 {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 9px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 30px;
	}
	
	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		color: #FFFFFF;
		background-color: #4B4F53;
		height: 1px;
	}
	
	/* A - Generic */
	A {
		text-decoration: none;
	}
	
	/* A - Link */
	A:link {
		color: #339900;
		text-decoration: none;
	}
	
	/* A - Visited link */
	A:visited {
		color: #339900;
		text-decoration: none;
	}
	
	/* A - Hover link */
	A:hover {
		color: #336699;
		text-decoration: underline;
	}
	
	/* A - Active link */
	A:active {
		color: #336699;
		text-decoration: underline;
	}
	
	/* Preformatted - Generic */
	PRE {
		white-space: normal;
	}
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
	}
	
	/* INPUT - Generic */
	INPUT {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* SELECT - Generic */
	SELECT {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* FIELDSET - Generic */
	FIELDSET {
		background-color: #F7F7F7;
		border: solid 1px #BCBCBC
	}
	
	/* LEGEND - Generic */
	LEGEND {
		color: #008AB8;
		font-weight: bold;
	}
	
	/* IMG - Generic */
	IMG {
		border: none;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 2
	 *
	 * Template classes
	 ***************************************************************/
	
	/*----------------------------------------------
	 :	 ACCESSIBILITY
	 -----------------------------------------------*/
	#skip a, #skip a:hover, #skip a:visited {
		position: absolute;
		left: 0px;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	#skip a:active {
		position: static;
		width: auto;
		height: auto;
	}
	SPAN.accessKey {
		text-decoration: underline;
	}
	
	/*----------------------------------------------
	 :	 NAVIGATION
	 -----------------------------------------------*/
	/* Dimensions & positions for the home and pages navigation */
	#navigation_home, #navigation_pages, #body {
		position: relative;
		width: 760px;
		/* Optional params for dynamic centered position */
		/*margin-left: auto;
		margin-right: auto;*/
	}
	#navigation_home {
		height: 97px;
		margin-bottom: 5px;
	}
	#navigation_pages {
		height: 136px;
	}
	
	/*----------------------------------------------
	 :	 Insides navigation elements
	 -----------------------------------------------*/
	#logo {
		background-position: 2px 10px;
		background-repeat: no-repeat;
		position: absolute;
		left: 30px;
		top: 45px;
		width: 165px;
		height: 40px;
	}
	#menu_periph {
		position: absolute;
		left: 210px;
		top: 45px;
		width: 535px;
		height: 23px;
	}
	#menu_periph A {
		font-style: normal;
		font-size: 10px;
		font-family: Arial, sans-serif;
		color: #999999;
	}
	#menu_periph UL {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: right;
	}
	#menu_periph LI {
		float: left;
		margin-left: 10px;
	}
	#menu_l1 {
		position: absolute;
		left: 210px;
		top: 68px;
		/*width: 405px;*/
		height: 17px;
		padding-top: 5px;
	}
	#menu_l1 A {
		font-style: normal;
		font-size: 10px;
		text-transform: uppercase;
		font-family: Verdana, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #666666;
		/* in replacement for the bullet list for IE */
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	#menu_l1 UL {
		margin: 0px;
		padding: 0px;
	}
	#menu_l1 LI {
		float: left;
		list-style-type: none;
		/*list-style-image: url("../templates/weleda/spacer.gif");*/
		/*margin-left: 10px;
		border: 1px solid #FFCCEE;*/
	}
	#menu_l2 {
		z-index: 100;
	}
	#menu_l2 UL {
		margin: 0px;
		padding: 2px;
		list-style-type: none;
	}
	#menu_l2 DIV.separator {
		border-bottom: solid 1px #FFFFFF;
	}
	#menu_l2 DIV.item {
		margin-left: 16px;
		padding: 2px;
	}
	/* FOR IE !!! */
	#menu_l2 DIV.separator, #menu_l2 DIV.item {
		height: 16px;
	}
	/* FOR OTHERS ( IE DON'T UNDERSTAND height: auto; AND html>body #id ) */
	html>body #menu_l2 DIV.separator, html>body #menu_l2 DIV.item {
		height: auto;
	}
	#menu_l2 A {
		font-size: 10px;
		color: #333333;
	}
	#menu_l2 DIV.item {
		padding-left: 5px;
	}
	#menu_l2 LI.act SPAN.act A {
		font-weight: bold;
	}
	#menu_l2 LI.act SPAN.cur A {
		font-weight: bold;
	}
	/*#menu_l2 UL UL UL LI.act SPAN.act A {
		font-weight: normal;
	}*/
	DIV.menu_product H1 {
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
		margin-left: 0px;
		text-transform: uppercase;
	}
	DIV.menu_product LI A {
		font-style: italic;
		color: #666666;
		font-size: 11px;
	}
	#searchbox {
		position: absolute;
		right: 13px;
		top: 65px;
		height: auto;
		text-align: right;
		padding: 0px;
	}
	#searchbox INPUT {
		font-size: 10px;
		color: #999999;
	}
	#searchbox INPUT.searchBox-sword {
		margin-right: 5px;
	}
	#searchbox INPUT.searchBox-submit {
		padding: 0px;
	}
	#rootline {
		position: absolute;
		left: 30px;
		top: 97px;
		width: 715px;
		height: 16px;
		text-align: right;
	}
	#rootline UL {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: right;
	}
	#rootline LI {
		float: left;
	}
	#rootline SPAN {
		margin-left: 2px;
		margin-right: 2px;
		padding: 2px;
		font-weight: bold;
	}
	#rootline LI, #rootline A {
		text-transform: lowercase;
		font-style: normal;
		font-size: 10px;
		font-family: Arial, sans-serif;
	}
	#rootline A {
		font-weight: bold;
	}

DIV.csc-menu {
margin-left: 40px;
}
	
	/*----------------------------------------------
	 :	 BODYCONTENT
	 -----------------------------------------------*/
	#body {
		height: auto;
		float: left;
	}
	
	/*----------------------------------------------
	 :	 Homepage layouts
	 -----------------------------------------------*/
	#banner_home {
		margin-left: 30px;
		width: 710px;
		clear: both;
	}
	#news {
		width: 180px;
		height: 100%;
		float: left;
		position: relative;
		left: 15px;
		margin-top: 0px;
		margin-right: 13px;
		padding-left: 15px;
border-right: 1px solid #eeeeee;
	}

#news .news_text UL {
padding-left: 3px;
margin-left: 10px;
}
	
	/*----------------------------------------------
	 :	Mainpage layouts
	 -----------------------------------------------*/
	#banner {
		width: 535px;
		float: left;
		position: relative;
		margin-left: 15px;
	}
	#menu_l2 {
		width: 180px;
		height: 400px;
		float: left;
		position: relative;
		left: 15px;
		margin-right: 15px;
		padding-bottom: 70px;
	}
	/* for non IE */
	html>body #menu_l2 {
		height: 100%;
		min-height: 400px;
	}
	
	/*----------------------------------------------
	 :	Footer
	 -----------------------------------------------*/
	#imageFooter {
		z-index: 0;
		position: relative;
		float: left;
		margin-top: -120px;
		left: 15px;
		width: 730px;
		height: 185px;
		background-image: url("../templates/weleda/footer_line.gif");
		background-position: bottom left;
		background-repeat: repeat-x;
	}
	#imageFooter IMG{
		position: relative;
		bottom: 0px;
		left: 0px;
		float: left;
	}
	#linkFooter {
		position: relative;
		float: right;
		top: 140px;
		right: 5px;
	}
	#linkFooter A, #linkFooter A:link, #linkFooter A:hover, #linkFooter A:active, #linkFooter A:visited {
		font-family: Arial, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		text-decoration: underline;
		color: #999999;
	}
	
	/*----------------------------------------------
	 :	Homepage & Mainpage layouts
	 -----------------------------------------------*/
	#content {
		z-index: 1;
		width: 530px;
		float: left;
		position: relative;
		margin-left: 15px;
		margin-top: 15px;
		padding: 0px;
		vertical-align: top;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 2b
	 *
	 * FCE classes
	 ***************************************************************/
	 
	/*----------------------------------------------
	 : FCE - FCE-home-news
	 -----------------------------------------------*/
	DIV.FCE-home-news {
		margin-top: 15px;
		width: 165px;
		margin-bottom: 10px;
	}
	DIV.FCE-home-news H2 {
		margin: 0px;
		color: #006633;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
	}
	DIV.FCE-home-news H3 {
		margin: 0px;
		color: #99CC33;
		font-size: 11px;
		font-weight: bold;
		font-variant: normal;
	}
	DIV.FCE-home-news DIV.news_text {
		margin-top: 5px;
		width: 90%;
		color: #333333;
		font-size: 11px;
		font-weight: normal;
		font-variant: normal;
		line-height: 140%;
	}
	DIV.FCE-home-news A, DIV.FCE-home-news A:link, DIV.FCE-home-news A:hover, DIV.FCE-home-news A:active, DIV.FCE-home-news A:visited {
		margin-left: 5px;
		color: #99CC33;
		font-size: 11px;
		text-decoration: underline;
		
	}
	DIV.news_image {
		position: relative;
		/*float: left;*/
		padding: 0px;
		margin-top: 1px;
		margin-bottom: 5px;
		clear: both;
	}
	DIV.news_image IMG {
		/* float: left; */
		padding-top: 5px;
		margin-top: 0px;
		margin-bottom: 5px;
		border-top: solid 1px #99CC33;
	}
	
	/*----------------------------------------------
	 :	COMMONS 
	 :	FCE-products-horizontal
	 :	FCE-products-horizontal variant 1
	 :	FCE-products-horizontal variant 2
	 -----------------------------------------------*/
	DIV.FCE-prod-h, DIV.FCE-prod-h-v1, DIV.FCE-prod-h-v2 {
		position: relative;
		float: left;
		margin-top: 10px;
		width: 100%;
	}
	/* FOR IE */
	DIV.FCE-prod-h, DIV.FCE-prod-h-v1, DIV.FCE-prod-h-v2 {
		height: 130px;
	}
	/* FOR OTHERS */
	html>body .FCE-prod-h, html>body .FCE-prod-h-v1, html>body .FCE-prod-h-v2 {
		height: auto;
	}
	DIV.prod-h-img, DIV.prod-h-v1-img, DIV.prod-h-v2-img{
		position: relative;
		float: left;
		width: 200px;
		overflow: hidden;
		margin: 0px 10px 0px 0px;
	}
	DIV.prod-h-txt, DIV.prod-h-v1-txt, DIV.prod-h-v2-txt {
		position: relative;
		float: left;
		width: 320px;
	}
	
	/*----------------------------------------------
	 :	COMMONS 
	 :	FCE-products-horizontal
	 :	FCE-products-horizontal variant 1
	 -----------------------------------------------*/
	DIV.prod-h-tt, DIV.prod-h-v1-tt {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		padding: 0px;
		background-position: 15px 8px;
		background-repeat: no-repeat;
	}
	DIV.prod-h-tt H2, DIV.prod-h-v1-tt H2 {
		margin-left: 30px;
		font-size: 13px;
	}
	
	/*----------------------------------------------
	 :	COMMONS 
	 :	FCE-products-horizontal variant 1
	 :	FCE-products-horizontal variant 2
	 -----------------------------------------------*/
	DIV.FCE-prod-h-v1 h3, DIV.FCE-prod-h-v2 H3 {
		float: left;
		width: 100%;
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
	}
	DIV.FCE-prod-h-v1 H4, DIV.FCE-prod-h-v2 H4 {
		float: left;
		font-size: 11px;
		margin: 0px 0px 10px 0px;
	}
	
	/*----------------------------------------------
	 :	COMMONS 
	 :	FCE-products-horizontal
	 :	FCE-products-horizontal variant 1
	 :	FCE-products-horizontal variant 2
	 :	FCE-products-vertical
	 -----------------------------------------------*/
	DIV.FCE-prod-h DIV.prod-h-text, DIV.FCE-prod-h-v1 DIV.prod-h-v1-text, DIV.FCE-prod-h-v2 DIV.prod-h-v2-text, DIV.FCE-prod-v DIV.prod-v-text {
		position: relative;
		float: left;
		width: 100%;
		margin: 0px;
		padding-bottom: 10px;
		font-size: 11px;
		line-height: 140%;
	}
	/*----------------------------------------------
	 :	FCE-products-vertical
	 -----------------------------------------------*/
	DIV.FCE-prod-v {
		display: inline;
		width: 190px;
		position: relative;
		float: left;
		margin-top: 75px;
		margin-left: 15px;
		padding-right: 58px;
min-height: 430px;
	}
	DIV.prod-v-tt {
		width: 190px;
		margin: 0px;
		padding: 0px;
	}
	DIV.prod-v-tt H2 {
		font-size: 12px;
		font-weight: bold;
		margin: 0px;
	}
	DIV.prod-v-tt H3 {
		font-size: 11px;
		font-weight: bold;
		margin: 0px;
	}
	DIV.FCE-prod-v DIV.prod-v-text {
		width: 190px;
		margin-top: 20px;
	}
	DIV.prod-v-img {
		float: left;
		width: 190px;
	}
	DIV.prod-v-footer {
		float: left;
		width: 190px;
		margin-top: 10px;
		font-size: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	/*----------------------------------------------
	 :	COMMONS 
	 :	For all FCE with more info link
	 :	FCE-products-horizontal
	 :	FCE-products-horizontal variant 1
	 :	FCE-products-horizontal variant 2
	 :	FCE-products-vertical
	 :	FCE-header-txt
	 -----------------------------------------------*/
	DIV.FCE-prod-h A, DIV.FCE-prod-h A:link, DIV.FCE-prod-h A:hover, DIV.FCE-prod-h A:active, DIV.FCE-prod-h A:visited,
	DIV.FCE-prod-h-v1 A, DIV.FCE-prod-h-v1 A:link, DIV.FCE-prod-h-v1 A:hover, DIV.FCE-prod-h-v1 A:active, DIV.FCE-prod-h-v1 A:visited,
	DIV.FCE-prod-h-v2 A, DIV.FCE-prod-h-v2 A:link, DIV.FCE-prod-h-v2 A:hover, DIV.FCE-prod-h-v2 A:active, DIV.FCE-prod-h-v2 A:visited,
	DIV.FCE-prod-v A, DIV.FCE-prod-v A:link, DIV.FCE-prod-v A:hover, DIV.FCE-prod-v A:active, DIV.FCE-prod-v A:visited,
	DIV.FCE-header-txt A, DIV.FCE-header-txt A:link, DIV.FCE-header-txt A:hover, DIV.FCE-header-txt A:active, DIV.FCE-header-txt A:visited {
		/* float: left; */
		font-size: 11px;
		text-decoration: underline;
		/* white-space: nowrap; */
	}
	DIV.prod-h-img-link, DIV.prod-h-v1-img-link, DIV.prod-h-v2-img-link, DIV.prod-v-img-link, DIV.header-txt-img-link {
		float: left; 
		width: 15px;
		height: 10px;
		margin-right: 10px;
		margin-top: 1px;
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	/*----------------------------------------------
	 :	FCE-header-gamme
	 -----------------------------------------------*/
	DIV.FCE-gamme-header {
		float: left;
		margin-top: 30px;
		padding-left: 15px;
		width: 100%;
	}
	DIV.gamme_header_title {
		margin-bottom: 15px;
		padding: 0px;
		background-position: 0px 10px;
		background-repeat: no-repeat;
	}
	DIV.gamme_header H2 {
		margin-left: 30px;
		font-size: 13px;
	}
	DIV.FCE-gamme-header DIV.text {
		margin: 0px;
		font-size: 11px;
		line-height: 140%;
	}
	
	/*----------------------------------------------
	 :	COMMONS
	 :	FCE-header-text
	 :	FCE-header-text-variant1
	 -----------------------------------------------*/
	DIV.FCE-header-txt, DIV.FCE-header-txt-v1 {
		float: left;
		width: 100%;
	}
	DIV.FCE-header-txt DIV.text A, DIV.FCE-header-txt DIV.text A:link, DIV.FCE-header-txt DIV.text A:visited, DIV.FCE-header-txt DIV.text A:hover, DIV.FCE-header-txt DIV.text A:active {
		}
	DIV.FCE-header-txt H1, DIV.FCE-header-txt-v1 H1 {
		float: left;
		width: 98%;
		margin-top: 0px;
		margin-bottom: 30px;
		padding: 3px 0px 3px 15px;
		font-size: 13px;
		text-transform: uppercase;
		margin-left: 0px;
	}
	DIV.FCE-header-txt H2, DIV.FCE-header-txt-v1 H2 {
		float: left;
		width: 98%;
		margin-left: 15px;
		margin-bottom: 0px;
		padding: 0px;
		font-size: 12px;
	}
	DIV.FCE-header-txt DIV.text, DIV.FCE-header-txt-v1 DIV.text {
		float: left;
		width: 100%;
		margin-top: 0px;
		font-size: 11px;
		line-height: 140%;
	}
	DIV.FCE-header-txt H6, DIV.FCE-header-txt-v1 H6 {
		float: left;
		width: 90%;
		font-style: italic;
		font-weight: bold;
		font-size: 11px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	/*----------------------------------------------
	 :	FCE-prod-prop
	 -----------------------------------------------*/
	DIV.FCE-prod-prop {
		float: left;
		width: 100%;
		margin-top: 0px;
	}
	DIV.FCE-prod-prop H2 {
		float: left;
		margin-left: 15px;
		padding: 0px;
		font-size: 12px;
		color: #333399;
		clear: both;
	}
	DIV.FCE-prod-prop H3 {
		float: left;
		padding: 0px;
		font-size: 11px;
		color: #8ABBE0;
		margin: 0px;
	}
	DIV.prod-prop {
		float: left;
		width: 100%;
		margin-top: 0px;
		padding: 2px 0px 2px 5px;
		border-top: dotted 1px #000000;
		border-bottom: dotted 1px #000000;
	}
	DIV.prod-prop IMG {
		float: left;
		margin-top: 5px;
		margin-right: 5px;
		background-position: top left;
		background-repeat: no-repeat;
	}
	DIV.FCE-prod-prop DIV.text {
		float: left;
		margin-left: 15px;
		margin-top: 0px;
		font-size: 11px;
		line-height: 140%;
	}
	DIV.FCE-prod-prop STRONG {
		float: left;
		margin-left: 5px;
		font-size: 11px;
		font-weight: bold;
	}
	
	/*----------------------------------------------
	 :	FCE-press-links
	 -----------------------------------------------*/
	DIV.FCE-press-links {
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	DIV.press-links {
		float: left;
		width: 100%;
		margin: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-top: dotted 1px #000000;
	}
	DIV.press-links-bottom {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
		border-top: dotted 1px #000000;
	}
	DIV.press-links H3{
		float: left;
		margin-right: 5px;
		padding: 0px;
		font-size: 11px;
	}
	DIV.press-links A, DIV.press-links A:link, DIV.press-links A:visited {
		float: left;
		color: #666666;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		margin-top: 2px;
	}
	DIV.press-links A:hover, DIV.press-links A:active {
		text-decoration: underline;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 3
	 *
	 * Typo3 CSS styled content classes
	 ***************************************************************/
	
	/* P - Body text */
	P.bodytext {
		text-align: left;
		margin-top: 0px;
		line-height: 140%;
	}
	
	DIV.csc-header H1 {
		margin-left: 0px;
		margin-bottom: 6px;
	}
	
	P.bodytext[ALIGN="right"] {
		text-align: right;
	}
	P.bodytext[ALIGN="center"] {
		text-align: center;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 4
	 *
	 * Typo3 classes
	 ***************************************************************/
	
	/* Edit icons */
	TABLE.typo3-editPanel {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 0px;
		background: none;
		border: none;
		border-collapse: collapse;
		width: 100%;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-controls {
		padding: 5px;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		width: 100px;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label {
		padding: 5px;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label FONT {
		font-weight: bold;
		color: #FF5400;
	}
	TABLE[bgcolor="black"] {
		background-color: #DFE2E3;
	}
	
	/* Admin panel */
	TABLE.typo3-adminPanel {
		padding: 0px;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}
	TABLE.typo3-adminPanel TD {
		padding: 2px;
	}
	TABLE.typo3-adminPanel TR {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemRow {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	TABLE.typo3-adminPanel TABLE {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}
	TABLE.typo3-adminPanel TABLE TD {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel A:hover {
		text-decoration: none;
	}

#tx_astaddresszipsearch_pi1 .label {
margin-left: 10px;
}

#tx_astaddresszipsearch_pi1 .formw {
margin-left: 10px;
}


/* ]]> */

