@charset "utf-8";

@import url("master.css");
@import url("icons.css");
@import url("topnav.css");
@import url("topnav_js.css");
@import url("mainnav.css");
@import url("jd.gallery.css");
@import url("forms.css");
@import url("produktfinder.css");
@import url("tagcloud.css");
@import url("tabbox.css");

/***** 

	Projekt: HARO.de Relaunch

	Stylesheet Template
	© 2009, BRANDMARKER
	
	Farb Definitionen:
	#B42557 - Link Highlight / Navi
	 
*****/

body {
	color: #333;
	font: 62.5%/100% Arial, Verdana, Helvetica, sans-serif;
	background: url(../_gfx/body_bg.png) top left repeat-x;
	}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}


/***** 

	Global Section
	 
*****/


h1 {
	}
	
	#main_intro h1 {
		font-size: 2.2em;
		font-weight: normal;
		line-height: 120%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		top: 34px;
		left: 9px;
		}
 
h2 {
	font-size: 1.5em;
	line-height: 120%;
	}
 
h3 {
	font-size: 1.2em;
	line-height: 120%;
	}
 
h4 {
	font-size: 1.2em;
	/* Used by Image/Content Slider */
	}
 
h5 {
	font-size: 1.3em;
	line-height: 150%;
	font-weight: bold;
	}
 
h6 {
	font-size: 1.3em;
	line-height: 130%;
	font-weight: normal;
	}
	
a, a:hover { text-decoration: none; }	

a { color: #333; text-decoration: underline; }
a:hover { color: #333; text-decoration: none; }
a:focus { }
a.highlight	{ color: #B42557; }

a.link_nodeco {
	line-height: 170%; 
	font-size: 1.1em; 
	color: #B42557;
	text-decoration: none
	}
a.link_nodeco:hover {
	line-height: 170%; 
	font-size: 1.1em; 
	color: #B42557;
	text-decoration: underline
	}

.highlight	{ color: #B42557; }

/* (span-)Tags, im a-Design  */
.link { color: #333; text-decoration: underline; cursor: pointer; }
.link:hover { text-decoration: none; }


/* Hinweis JS zu aktivieren */
#no_js { 
	color: #B42557; 
	font-weight: bold;	
	text-align: center;
	}
	
	div#no_js { /* Haendlerindex */
		border: 1px solid #B42557;
		padding: 5px;
		}
		
	span#no_js { /* Produktfinder */
		padding-left: 20px;
		}


/***** 

	Head Section
	 
*****/

.errorpage #header {
	width: 990px;
	padding: 0 0 40px 0;
	}

#header {
	width: 990px;
	padding: 0 0 20px 0;
	}

	#main_column {
		width: 795px;
		height: 581px;
		padding: 0 13px 0 10px;
		background: url(../_gfx/stage_bg.png) bottom left;
		float: left;
		}
		
		#top_nav {
			/* s.h. topnav.css */
			}
		
		#main_stage {
			width: 795px;
			height: 449px;
			overflow: hidden;
			position: relative;
			}
			
			.feature_subtext {
				position: absolute;
				z-index: 10;
				top: 430px;
				left: 15px;
				font-size: 10px;
				}			
		
		ul#feature_nav {
			padding: 10px 0 0 0;
			list-style: none;
			}
			
			ul#feature_nav li {
				float: left;
				width: 120px;
				padding: 0 2px;
				text-align: center;
				}			
			
				ul#feature_nav li.size1 { width: 114px;	}
				ul#feature_nav li.size2 { width: 150px; }
				ul#feature_nav li.size3 { width: 140px; }
			
				ul#feature_nav li a { color: #444; text-decoration: none; line-height: 130%; }
				ul#feature_nav li a:hover { color: #B42557; text-decoration: none; }
				
				ul#feature_nav li strong { 
					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 1.2em; 
					line-height: 120%; 
					font-weight: normal; 
					}
				ul#feature_nav li a strong { color: #333; text-decoration: none; }
				ul#feature_nav li a:hover strong { color: #B42557; text-decoration: none; }			
		
		#main_intro { position: relative; width: 795px; }
			
			#main_intro ul {
				position: absolute;
				top: 0;
				right: 0;
				height: 22px;
				padding: 0 0 0 20px;
				background: transparent url(../_gfx/main_intro_bg.gif) top left no-repeat; 
				}	
				
				#main_intro ul li {
					float: left;
					font-size: 1.1em;
					height: 2.2em;
					line-height: 2.2em;
					padding: 0 25px 0 0;
					color: #fff;
					}
				
					#main_intro ul li a { color: #fff; text-decoration: none }
					#main_intro ul li a:hover { color: #fff; text-decoration: underline }
					
					#main_intro ul li.active a { color: #fff; text-decoration: underline }
			
			#main_intro h1 { /*s.h. oben */ }
			
			#main_intro p {
				position: absolute;
				top: 65px;
				left: 10px; 
				font-size: 1.3em;
				line-height: 130%;
				}		
	
	#nav_column {
		width: 156px;
		height: 556px;
		float: left;
		background: transparent url(../_gfx/navmain_bg.png) top left no-repeat;
		padding: 25px 0 0 15px;
		}
		
		#nav_column .img-nospace { padding: 0 0 0 1px; }
		
		ul#main_nav {
			/* s.h. mainnav.css */
			}
		
		#notepad {	
			height: 37px;
			background: transparent url(../_gfx/notepad_bg2.png) top right no-repeat;
			position: absolute;
			top: 525px;
			left: 812px;
			font-size: 1.4em;
			color: #fff;
			font-weight: bold;
			}
			
			#notepad a { 
				display: block;				
				padding: 4px 0 13px 11px;
				color: #fff; 
				text-decoration: none
				}
			#notepad img { height: 15px; width: 33px; }


	#main_column_white {
		width: 795px;
		background: url(../_gfx/stage_bg.png) bottom left;
		float: left;
		padding: 0 13px 15px 10px;
		} /* IE 6 hacked */
	
	#main_stage_white {
		width: 795px;
		height: 449px;
		position: relative;
		}	                                                          
	
	#main_intro_white {
		position: relative;
		width: 795px;
		background: url(../_gfx/product_bg.gif) bottom left no-repeat;
		padding: 0 0 15px 0;
		}
		
		#main_intro_white ul {
			position: absolute;
			top: 0;
			right: 0;
			height: 22px;
			padding: 0 0 0 20px;
			background: transparent url(../_gfx/main_intro_bg_white.gif) top left no-repeat; 
			} /* IE 6 hacked */
					
			#main_intro_white ul li {
				float: left;
				font-size: 1.1em;
				height: 2.2em;
				line-height: 2.2em;
				padding: 0 25px 0 0;
				color: #fff;
				}
				
				#main_intro_white ul li a { color: #fff; text-decoration: none }
				#main_intro_hwhite ul li a:hover { color: #fff; text-decoration: underline }
						
				#main_intro_white ul li.active a { color: #fff; text-decoration: underline }	
			
		#main_intro_white h1 {
			font-size: 2.2em;
			font-weight: normal;
			line-height: 120%;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			padding: 34px 0 0 9px;
			}
			
		#main_intro_white p { 
			font-size: 1.3em;
			line-height: 130%;
			padding: 4px 0 0 10px;
			}	
	
	
/***** 

	Content Section
	 
*****/


#content {
	width: 990px;
	padding: 0 0 20px 0;
	font-size: 1.1em;
	line-height: 140%;
	}
	
	#content .content_column {
		float: left;
		width: 570px;
		}
	
	#content .left_column {
		float: left;
		width: 812px;
		}
			
	#content .left_column .insert_box_main {
			padding: 7px 7px 4px 7px;
			}
	
	#content .right_column {
		float: right;
		width: 178px;
		}
		
		#content .insert_box {
			margin-left: 10px; 
			margin-top: 10px; 
			padding: 7px;
			}
		
		#content .insert_box2 {
			margin-left: 10px; 
			margin-bottom: 10px; 
			padding: 7px;
			}
				
			#content .right_column .insert_box2 a { color: #fff; text-decoration: none; margin-top: 7px; }	
			#content .right_column .insert_box2 a:hover { color: #fff; text-decoration: underline; }

#layout_laminat_design {}
	
	#layout_laminat_design .img-nospace { padding: 4px 0 7px 0;	}	
	#layout_laminat_design .float-left { width: 550px; color: #666; }

#layout_laminat_oberflaeche { }
	
	#layout_laminat_oberflaeche .float-left { width: 260px; margin-right: 16px;	}	
	#layout_laminat_oberflaeche .float-left p {	padding: 10px 5px 0 5px; }	
	#layout_laminat_oberflaeche .float-left .white_bg { padding: 5px; }

#layout_laminat_allgemein { }

.content_subnav { padding: 20px 0 10px 0; }
	
	.content_subnav .float-left { padding: 5px; width: 250px; margin-right: 16px; } /* hacked */
	.content_subnav .float-left .img-nospace {}
	.content_subnav .float-left p { padding: 10px; }
	.content_subnav .float-left strong { font-weight: normal; color: #B42557; font-size: 1.1em; }
	.content_subnav .float-left strong a { font-weight: normal; color: #B42557; font-size: 1.1em; text-decoration: none; }
	.content_subnav .float-left strong a:hover { font-weight: normal; color: #B42557; font-size: 1.1em; text-decoration: underline; }

.content_subnav4 { padding: 20px 0 10px 0; }
	
	.content_subnav4 .float-left { padding: 5px; width: 230px; margin-right: 10px; }
	.content_subnav4 .float-left .img-nospace {}
	.content_subnav4 .float-left p { padding: 10px; }
	.content_subnav4 .float-left strong { font-weight: normal; color: #B42557; font-size: 1.1em; }
	.content_subnav4 .float-left strong a { font-weight: normal; color: #B42557; font-size: 1.1em; text-decoration: none; }
	.content_subnav4 .float-left strong a:hover { font-weight: normal; color: #B42557; font-size: 1.1em; text-decoration: underline; }

.laminat_bg_tritty75 { width: 357px; height: 130px; padding-top: 220px; background: url(../_gfx/laminat/einsatzgebiete/tritty75.png) top left no-repeat; }
.laminat_bg_tritty100 { width: 357px; height: 130px; padding-top: 220px; background: url(../_gfx/laminat/einsatzgebiete/tritty100.png) top left no-repeat; }
.laminat_bg_tritty250 { width: 357px; height: 130px; padding-top: 220px; background: url(../_gfx/laminat/einsatzgebiete/tritty250.png) top left no-repeat; }

.content_listing { padding: 15px 0 0 0; }

		.content_listing .float-left { width: 170px; padding-bottom: 15px; }
		.content_listing .float-right { width: 635px; }
		.content_listing p.float-right { color: #666; }
		.content_listing p.float-right strong { color: #333; }

#layout_gute_gruende { }
	
	#layout_gute_gruende .float-left {
	 	font-size: 1.18em;
		line-height: 160%;
	 	padding: 15px; 
		width: 230px; 
		height: 120px; 
		margin-right: 15px;
		}

#layout_qualitaet { }
	
	#layout_qualitaet .float-left {
	 	font-size: 1.0em;
		line-height: 130%;
	 	padding: 10px; 
		width: 239px; 
		height: 170px; 
		margin-right: 15px;
		}


#layout_holzarten { }

	#layout_holzarten .float-left {
		padding: 5px; 
		width: 250px;
		height: 140px;
		margin: 0 15px 15px 0;
		}

	#layout_holzarten .float-left p {
		padding: 10px 0 5px 10px; 
		font-size: 1.2em;
		line-height: 120%;
		color: #B42557;
		}

		#layout_holzarten .float-left p a {	color: #B42557; text-decoration: none; }
		#layout_holzarten .float-left p a:hover { color: #B42557; text-decoration: underline; }

#layout_parkett_sortierung { }

	.content_intro {
		font-size: 1.1em; 
		display: block; 
		padding: 6px 0 9px 0; 
		border-bottom: 1px solid #ECE9E7
		}

	ul.bullet_listing .listing {
		background: url(../_gfx/bullet_point.gif) no-repeat 0 0.6em; 
		padding: 2px 0 0px 10px;
		}
	
	ul.sortierung_table { }
	
		ul.sortierung_table li { 
			 width: 400px; 
			 height: 26px; 
			 line-height: 26px; 
			 margin-bottom: 1px; 
			 padding-left: 10px;			
			}

.layout_parkett_einsatzbereich { }

	.layout_parkett_einsatzbereich .column2_listing { margin: 5px 0 0 0; }
	
		.layout_parkett_einsatzbereich .column2_listing .float-left { 
			width: 209px; 
			padding: 0 10px;
			margin: 0 0 1px 0;
			height: 1.8em;
			line-height: 1.8em;
			}
		
		.layout_parkett_einsatzbereich .column2_listing .float-right { 
			width: 150px; 
			padding: 0 10px;
			margin: 0 0 1px 0;
			height: 1.8em;
			line-height: 1.8em;
			}
	
ul.vorteile_listing  {
	line-height: 170%;
	padding-top: 5px;
	}
	
	ul.vorteile_listing li  {
		padding: 2px 5px 2px 5px; 
		margin-top: 1px;
		}

ol.default_listing {	
	padding-left: 15px;
	}

.column2_layout {
	width: 390px;
	}

.column3_layout {
	width: 260px; 
	margin: 0 15px 0 0;
	}
	
#aeg_frau {	background: url(../_gfx/parkett/zubehoer/verlegung/frau_aeg.png) top left no-repeat; }		
		
.schicht2_parkett { width: 352px; height: 205px; background: url(../_gfx/parkett/einsatzbereich_und_garantie/2schicht.png) top left no-repeat; }
.schicht3_parkett { width: 352px; height: 205px; background: url(../_gfx/parkett/einsatzbereich_und_garantie/3schicht.png) top left no-repeat; }

.parkett2500_parkett { width: 290px; height: 171px; background: url(../_gfx/parkett/einsatzbereich_und_garantie/parkett2500.png) top left no-repeat; }
.parkett3000_parkett { width: 290px; height: 171px; background: url(../_gfx/parkett/einsatzbereich_und_garantie/parkett3000.png) top left no-repeat; }
.parkett4000_parkett { width: 290px; height: 171px; background: url(../_gfx/parkett/einsatzbereich_und_garantie/parkett4000.png) top left no-repeat; }

.kork_querschnitt { background: url(../_gfx/kork/gut_zu_wissen/kork_querschnitt.png) top left no-repeat; width: 408px; height: 168px; }

.linol_querschnitt { background: url(../_gfx/linol/einsatzbereich/linol_querschnitt.png) top right no-repeat; width: 408px; height: 168px; }

.linol_faecher { background:url(../_gfx/linol/design_und_farbe/faecher.png) top left no-repeat; width: 744px; height: 196px; margin: 5px auto; }

.comfortec_tabelle { background:url(../_gfx/parkett/alles_zur_verlegung/comfortec/tabelle.png) top left no-repeat; width: 415px; height: 192px; } 

.comfortec_logo { background: url(../_gfx/parkett/alles_zur_verlegung/comfortec/stopuhr.png) top left no-repeat; height: 279px; width: 595px; padding: 10px 0 0 205px; } /* hacked */

.picture-list-spacing-5 { padding: 5px; margin: 0 10px 10px 0; } /*hacked*/
.picture-list-spacing { padding: 5px; margin: 0 10px 10px 0; }


/***** 

	Onlinekataloge / Übersichtsseite
	 
*****/

div.katalog {
	float: left;
	width: 250px;
	padding: 0 25px 10px 0;
	}

div.katalog div.katalogdetail {
	padding: 15px;
	text-align: left;
	}

div.katalog { text-align: center; }

div.katalog div.katalogdetail h2 { 
	font-size: 1.3em;
	padding-bottom: 12px; 
	}
	
div.katalog div.katalogdetail p {
	color: #999;
	margin: 0 0 8px 0;
	}
	
div.katalog div.katalogdetail a { margin-top: 1px; }

div.katalog div.katalogdetail a.standalone { margin-top: 26px; }

div.katalogbutton {
	margin: 10px 0 0 0;
	text-align: center;
	}

#myKatalogButton {	 
	width: 135px;
}

div.katalogButtonLink a {
	width: 135px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	margin: 4px 0 0 0;
}

/***** 

	Presse Section
	 
*****/

.presse_listing {
	border-bottom: 1px solid #F0EFED; 
	padding-bottom: 15px;
	margin-top: 15px;
	}

	#content div.presse_listing:first-child { margin-top: 0; }

.presse_details { margin-top: 15px; }

	#content div.presse_details:first-child { margin-top: 0; }

.presse_listing .pic_element, .presse_details .pic_element {
	float: left;
	padding: 5px;
	margin: 10px 10px 0 0;
	}

.presse_listing_button {
	display: block;
	font-size: 1.0em; 
	background: url(../_gfx/bg_grey.png) top left repeat; 
	color: #fff; 
	text-decoration: none; 
	padding: 2px 0 2px 10px; 
	margin: 5px 0 0 0;
	}

	.presse_listing_button a {	color: #fff; text-decoration: none; }
	.presse_listing_button a:hover { color: #fff; text-decoration: underline; }

.link_button {
	display: block;
	font-size: 1.0em; 
	height: 2.2em; 
	line-height: 2.2em; 
	background: url(../_gfx/bg_grey.png) top left repeat; 
	color: #fff; 
	text-decoration: none; 
	padding: 0 0 0 10px; 
	margin: 20px 0 0 0;
	} /* hacked */

.link_button_red {
	display: block;
	font-size: 1.0em; 
	height: 2.2em; 
	line-height: 2.2em; 
	background: #B42557;
	color: #fff; 
	text-decoration: none; 
	padding: 0 0 0 10px; 
	margin: 20px 0 0 0;
	} /* hacked */

	.link_button a, .link_button_red a { color: #fff; text-decoration: none; }
	.link_button a:hover, .link_button_red a:hover { color: #fff; text-decoration: underline; }

a.button_red_arrow {
	display: block;
	font-size: 1.0em; 
	height: 2.2em; 
	line-height: 2.2em;
	background-color: #B42557;
	padding: 0 0 0 20px;
	color: #fff;
	text-decoration: none;
	background-image: url("../_gfx/arrow_white.gif");
	background-repeat: no-repeat;
	background-position: 1.0em 0.9em;
	}

a.button_red_arrow:hover { text-decoration: underline; }

#paging { 
	background: #918D85; 
	padding: 4px 5px 5px 5px; 
	margin-bottom: 10px;
	}

	.paging_control_1 {
		float: left; 
		width: 120px; 
		text-align: left;
		color: #fff;
		}
		
		.paging_control_1 a { color: #fff; text-decoration: none; }
		.paging_control_1 a:hover { color: #fff; text-decoration: underline; }
		
		.paging_control_2 a { color: #fff; text-decoration: none; }
		.paging_control_2 a:hover { color: #fff; text-decoration: underline; }
		
		.paging_control_3 a { color: #fff; text-decoration: none; }
		.paging_control_3 a:hover { color: #ff; text-decoration: underline; }
		
	.paging_control_2 {
		float: left;
		width: 648px; 
		text-align: center; 
		color: #fff; 
		}

	.paging_control_3 {
		float: right; 
		width: 120px; 
		text-align: right;  
		color: #fff;
		}			


/*****

	Marketing Section

*****/

#marketing_area {
	width: 990px;
	padding: 0 0 67px 0;	
	}
	
	.marketing_box1, .marketing_box2, .marketing_box3  {
		width: 300px;
		padding: 0 44px 0 0;
		float: left;
		}
	
	.marketing_box3 { padding: 0 0 0 0;	}
	
		.marketing_maske_v1 {
			width: 297px;
			height: 141px;
			padding: 2px 0 0 0px;
			background: transparent url(../_gfx/marketing_maske_mit.png) top left no-repeat;
			overflow: hidden;
			}
			
			.marketing_maske_v1 a img { cursor: pointer }
			.marketing_maske_v1 a { cursor: pointer; text-decoration: none }
			
			.marketing_maske_v1 span {
				width: 50px;
				height: 15px;
				display: block;
				text-align: center;
				position: relative;
				top: 2px;
				left: 240px;
				}
			
			.marketing_maske_v1 span a { color: #fff; text-decoration: none }
			.marketing_maske_v1 span a:hover { color: #B42557 }
		
		.marketing_maske_v2 {
			width: 297px;
			height: 141px;
			padding: 2px 0 0 0px;
			background: transparent url(../_gfx/marketing_maske_ohne.png) top left no-repeat;
			overflow: hidden;
			position: relative;
			}
	
	.marketing_box1 p, .marketing_box2 p, .marketing_box3 p {
		font-size: 1.1em;
		line-height: 150%;
		color: #666;
		padding: 5px 0 0 0;
		}
	
	#marketing_area .no_decoration a {
		text-decoration: none;
		}

/***** 

	Foot Section
	 
*****/


.errorpage #footer {
	width: 990px;
	padding: 0 0 0 0;
	}

#footer {
	width: 990px;
	padding: 0 0 0 0;	
	margin: -37px auto 0 auto;
	height: 37px;
	}
	
	#footer_switch {
		width: 41px;
		height: 12px;
		background: url(../_gfx/foot_bg_switch_down.png);
		margin: 0 0 0 949px;
		}
		
		#footer_switch a {
			position: relative;
			top: 0;
			left: 0;
			text-decoration: none
			}		
		
		#footer_switch a img {
			width: 41px;
			height: 12px;
			}	
	
	#footer_static {
		width: 950px;
		height: 2.5em;
		background:url(../_gfx/foot_bg.png) no-repeat;
		line-height: 2.5em;
		color: #999;
		padding: 0 20px 0 20px;
		}
	
		#footer_static .float-left {
			width: 370px;
			position: relative;
			text-align: left;
			top: 0; 
			left: 0;
			float: none;
			}
	
		#footer_static .float-right {
			width: 530px;
			float: none;
			text-align: right;
			position: absolute;
			left: 440px;
			top: 0;
			}
	
			#footer_static .float-right a {
				margin: 0 20px 0 0;
				color: #999;
				text-decoration: none;
				display: block;
				float: left;
				}
	
			#footer_static .float-right a.active { color: #fff; }	
			#footer_static .float-right a:hover { color: #fff; }	
	
	ul#sitemap {
		background: #fff;
		list-style: none;
		}
		
		ul#sitemap li {		
			padding: 10px 0 10px 0;	
			border-bottom: 1px solid #CFCBC3;
			}
			
			ul#sitemap li ul  { }
			
			ul#sitemap li ul li  { 
				border: 0;
				padding: 0 25px 0 0;
				width: 126px;	
				float: left;			
				}
				
				ul#sitemap li ul li.first  { 
					padding: 0 15px 0 15px;
					width: 90px;
					font-size: 1.1em;
					color: #666666;
					line-height: 150%;
					font-weight: bold;
					background: transparent url(../_gfx/sitemap_list_bg.gif) no-repeat left 0.5em;		
					}
					
					ul#sitemap li ul li.first a  { color: #666666; text-decoration: none; }
				
				ul#sitemap li ul li.last2  { 
					padding-right: 10px;
					}
				
				ul#sitemap li ul li.nochildren  { 
					width: 100px;
					}
				
				ul#sitemap li ul li.solo  { 
					padding: 0 20px 0 15px;
					font-size: 1.1em;
					color: #666666;
					width: 400px;
					line-height: 150%;
					font-weight: bold;
					float: none;
					background: transparent url(../_gfx/sitemap_list_bg.gif) no-repeat left 0.5em;		
					}
					
					ul#sitemap li ul li.solo a  { color: #666666; text-decoration: none; }
				
				ul#sitemap li ul li.clear  { 
					clear: both; 
					font-size: 0; 
					margin: 0; 
					padding: 0; 
					line-height: 0;
					display: block;
					float: none;			
					}
				
				ul#sitemap li ul li a {
					color: #666666; 
					text-decoration: underline; 
					line-height: 150%;
					}
				ul#sitemap li ul li a:hover { text-decoration: none; }
					
					ul#sitemap li ul li ul li {
						padding: 6px 0 0 13px;
						background: transparent url(../_gfx/sitemap_list_sub_bg.gif) no-repeat left 1.1em;		
						line-height: 150%;
						}
						
						ul#sitemap li ul li ul li.follow {
						padding: 6px 0 0 25px;
						background: transparent url(../_gfx/sitemap_list_sub_bg.gif) no-repeat 1.2em 1.1em;		
						line-height: 150%;
						}
					
						ul#sitemap li ul li ul li a { text-decoration: none; }
						ul#sitemap li ul li ul li a:hover { text-decoration: underline; }	
				
			ul#sitemap li.last { border: 0; padding-bottom: 0; }		
		
		ul#sitemap .sitemap_close {
			text-align: right;
			padding: 0 7px 7px 0;
			}
			
			ul#sitemap .sitemap_close a { color: #CFCBC3; text-decoration: none; }
			ul#sitemap .sitemap_close a:hover { color: #CFCBC3; text-decoration: underline; }

			
