/*---{ Imports )-------------------------------------------------------*/

@import "custom/home.css";
@import "custom/actions.css";
@import "custom/googlemaps.css";
@import "custom/search.css";
@import "custom/carousel.css";



#home #cols{
	padding: 0;
}
#home #content{
	padding: 0;
	width: 728px;
	width: 970px;
}
#home #sidecol{
	display: none;
}

#home #localNav{
	float: right;
}
#home .blok{
	margin-right: 12px;
	overflow: hidden;
}

#home .blok.last{
	float: right;
	font-size:12px;
	line-height:normal;
	color:#454545;
	width:228px;
	overflow: hidden;
	margin-right: 0px;
}



#home .blok table tr td{
	color: #454545;
}
#home .blok table tr td p,
#home .blok p{
	padding:0;
	margin:0;
	color: #454545;

}


form#searchBox {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
form#searchBox input {
	width: 200px;
	border: 0px;
	height: 16px;
	line-height: 16px;
	color: #454545;
}
form#searchBox button {
	margin: 0 0 0 1px;
	padding: 0;
	display: block;
	width: 18px;
	height: 18px;
	border: 0px;
}

#nav {
	position: relative;
	left: 0px;
	top: 119px;
	width: 970px;
	display: block;
	height: 35px;
	background-color: #96938f;
}
#home #nav {
	top: 156px;	
}
#breadcrumbsBar {
	position: relative;
	background-color: #f6f6f6;
	border: 1px solid #e3e3e3;
	height: 35px;
}
ul#extraNav {
	position: absolute;
	right: 9px;
	top: 6px;
	margin: 0;
	padding: 0;
}
ul#extraNav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 1px 0 2px;
	
}
ul#extraNav li a {
	display: block;
	width: 25px;
	height: 22px;
	border: 1px solid #f6f6f6;
	line-height: 22px;
	text-align: center;
}

ul#extraNav li a:hover {
	border: 1px solid #e3e3e3;
}
ul#extraNav li a img {
	margin: 4px 0 0 0;
}

#actionBar {
	position: relative;
	width: 100%;
	padding: 8px 0 17px 0;
}
#innerBar {
	position: relative;
	width: 670px;
	border: 1px solid #cadffc;
	line-height: 20px;
	padding: 3px 0 2px 30px;
}
.innerBarBg {
	background: #d8edfe url(../images/img_plus.gif) left top no-repeat;	
}
.innerBarBgActive {
	background: #d8edfe url(../images/img_min.gif) left top no-repeat;	
}
#innerBar a {
	color: #4388e4;
	text-decoration: none;
}
#actieBtn {
	position: absolute;
	left: 575px;
	top:0px;
	width: 100px;
	height: 50px;
}
ul#actions {
	margin: 3px 0 3px 0;
	padding: 0;
	list-style:none;
}
ul#actions li {
	margin:0;
	padding:0 0 0 12px;
	background: url(../images/arrow_actions.gif) left 9px no-repeat;
}
ul#actions li a {
	color: #322F29;
	text-decoration: none;
	line-height: 21px;
}
ul#actions li a:hover {
	text-decoration: underline;
}


/* ----- overlay van iframes voor configurator ----- */
.appOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: transparent;
}
.appOverlayBG{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100001;
	background: #000;
	filter:alpha(opacity=50); 
	-moz-opacity:.50; 
	opacity:.50; 
}
.appDialog{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	z-index: 100002;
	background: #fff;
}
.appDialogTitle{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 100px;
	height: 26px;
	z-index: 100003;
	border-bottom: 1px solid #88b3de;
}
.appDialogIframe{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 100px;
	height: 100px;
	z-index: 100003;
}

.appDialogClose{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 100004;
	width: 18px;
	height: 18px;
	background: #bf001e url(../images/img_iframe_close.gif) top right no-repeat;
	cursor: pointer;
}
