.no-class {}

/* DISPLAY NONE's 
-----------------------------------------*/
/*  NAVIGATIONS  */
.nav-main,
.nav-second,
.nav-supp,
.nav-breadcrumb,
.nav-sub,
.search-block,
.overlay,
.footer,
/* IMAGES */
.window,
.link-list-block a,
.page-list-block,
.head,
.guide-list-block,
a.Nav,
.prod-form-block,
.prod-overview,
.nav-lang

/* BLOCKS content navigation */
{display:none;}

a { color: #333; border: 0; }
a img { border: 0; }

 
/* SIZES & STYLES
-----------------------------------------*/
/* COLS */
.span-16,
.span-13,
.span-12,
.span-8,
.span-6,
.span-4,
.span-3,
.span-2 ,
.billboard {width:100%;}

.span-3 { width: 30%; margin-right: 2%; float: left; }
/*.span-3:nth-child(3n):after { content: ""; display: block; width: 800px; clear:both; border: 10px solid #000; float: left; }*/
.wrapper>.span-3:first-child { display: none; }



body {
	font:normal 11px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
	color:#3a3a3a;
}

.logo img{
	border:none !important;
}

/* Content page (EDITOR)
-------------------------------------------------- */
h1, h2, h3,
.editor h1,
.editor h2,
.editor h3{
	font:bold 16px/1.2 "Gill Sans", Tahoma, Sans-serif;
	color:#3a3a3a;
	margin-bottom:5px;
}
h1,
.editor h1 {
	font-size: 30px;
	color:#491966;
}
h2,
.editor h2 {
	font-size: 18px;
}
h3,
.editor h3 {
	font-size: 16px;
}
.editor p {
	font-size:14px;
	margin-bottom:15px;
	line-height:1.6;
}
.editor p.introduction {
	font-size:16px;
	margin-bottom:30px;
}

/* Link 
---------------------------------------------------*/	
.editor a, .editor a:visited {
	text-decoration:underline;
	color:#491966;
	font-size:14px;
	}
	.editor a:hover {
		text-decoration:none;
	}

	
	
/* Tabels 
---------------------------------------------------*/
.editor table {
	font:normal 14px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
	border:none;
	margin:3px 0 10px;		
	}
	.editor table th {
		font-weight: bold;
		padding:3px 5px;
		}
	.editor table td {
		padding:0 5px;
	}
	
/* table with borders */
.editor table.border {
	border:1px solid #d6d1d9;
	}
	.editor table.border th {}
	.editor table.border td { border:1px solid #d6d1d9;}
	
/* Images
-------------------------------------------------- */	
.editor img {}
.editor img.topleftfloatingimage {
	float: left;
	margin: 0 10px 10px 0;	
}
.editor img.toprightfloatingimage {
	float: right;
	margin: 0 0 10px 10px;	
}
/* border */
.editor img.border {
	border:1px solid #d6d1d9;	
}	

/* */

dd { margin: 0; }
