/* general */
#image-lt,
#image-rt,
#image-lb,
#image-rb,
#menu,
.form,
#submenu,
#layout-left,
#layout-right,
#layout-min,
#filter-point,
#filters-lt,
#filters-rt,
#filters-lb,
#filters-rb,
#content #type h2.fl {
	display: none;
}
/* general */

/* editor */
.editor .type-right,
.editor .type-left {
	float:none;
	width:100%;
}
#filters {
	width:100%;
	border:2px solid #e0f1fb;
}
/* editor */

/* layout */
#layout.page,
#layout.page #container {
	width: 100%;
	min-width: 100%;
	overflow: visible;
}
/* layout */

/* header */
#header {		
	height: 100px;	
}
#header #logo {
	margin: 0;
	float: none;
	width: auto;
}
#header #logo #nb {
	margin: 0;
}
#header #logo #nb span {
	display: block;
}
/* header */

/* content */
#content #type {
	width: 100%;
	margin: 0;
	float: none;
}
#content .editor {
	padding: 0;
}
#content .editor ul {
	padding: 0 0 0 20px;
	list-style-type: circle;
}
#content .editor ul li {
	padding: 0 0 12px 0;
}
#content #type .list h2 a {
	border-bottom: 0;
}
#content #type .list .date {
	padding: 0;
}
#content #type .list .paging {
	display: none;
}
#content #type .list .images li {
	margin: 0 10px 10px 0;
}
#content #type .list .images li a span {
	display: none;
}
#content #type .list .products li {	
	margin: 0 10px 0 0;		
	overflow: hidden;
}
#content #type .list .products li div {	
}
#content #type .list .products li a {
	border-bottom: 0;
}
#content #type .list .products li img {
	width:100%;
}
/* content */

/* footer */
#footer {	
	margin: 0px;
	padding: 0px 0 0 0;
	width:680px!important;
	position:absolute;
	top:0px;
	left:0px;	
	height:85px;
	border-bottom:4px solid #005b9a;		
}
#footer .editor {
	padding-right:0px;
}
#footer .editor p {
	padding-bottom:5px;
}
#footer #contact {
	padding-top:10px;
	float:right;	
	width:300px;
}
#footer #solution {
	display: none;
}
/* footer */
