body {
	background-color:#000;
	margin:0;
	padding:0;
}

	#container {
        margin-top:20px;
		display:block;
		width:901px;
		margin-left:auto;
		margin-right:auto;
	}
    	#header_back {
			display:block;
			height:140px;
			background-position:top right;
			background-repeat:no-repeat;
		}
    	#header {
			background-image:url(../images/default_header.jpg);
			background-position:top right;
			background-repeat:no-repeat;
			display:block;
			height:140px;
			overflow:hidden;
		}
			#header h1,
			#header h2,
			#footer hr,
			#header hr,
			#menu ul {
            	display:none;
			}

			#menu {
				display:block;
				height:140px;
				background-image:url(../images/fickser_01.png);
				background-repeat:no-repeat;
				_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/domains/fickser.nl/images/fickser_01.png', sizingMethod='crop');
				_background-image:none;
			}
				img.menuMapper {
					border:0;
					position:relative;
					top:-140px;
    			}

            #site_search {
            	position:relative;
				top:-165px;
				float:right;
				margin-right:7px;
			}
				#site_search b {
					display:none;
				}
	            #site_search input.input {
					width:100px;
				}

		#statusbar {
			margin-top:5px;
			display:block;
			height:32px;
			background-image:url(../images/fickser_03.gif);
			background-repeat:no-repeat;
		}
			#statusbar .current {
            	display:block;
				float:left;
				width:142px;
				margin-left:6px;
				margin-top:5px;
			}
				#statusbar .current h1 {
					font-size:16px;
					color:#000;
					text-align:center;
				}

			#statusbar .cart {
            	display:block;
				float:right;
				width:708px;
				padding-left:30px;
				margin-right:8px;
				margin-top:12px;
				color:#eee;
			}
			#statusbar .cart a {
				color:#eee;
			}
			#statusbar .cart a:hover {
				color:#fff;
			}
				#statusbar .cart span {
					font-weight:bold;
					color:#fff;
				}
				#statusbar .cart span a {
					color:#fff;
				}
				#statusbar .cart .items {
					color:#fff;
					border-right:1px solid #ddd;
					padding-right:5px;
					margin-right:5px;
				}


		#page {
			display:block;
			background-image:url(../images/fickser_05.gif);
			background-repeat:repeat-y;
		}
			#left {
            	display:block;
				float:left;
				width:140px;
				margin-left:6px;
				_margin-left:3px;
			}
				#left .article {
					display:block;
					width:140px;
					overflow:hidden;
				}

					#left .article div.title{
						padding-left:4px;
						padding-right:4px;
						padding-top:3px;
					}
					
					#left .article div.content {
						display:block;
						width:140px;
					}
					#left .article_padding div.content {
						width:132px;
						padding-left:4px;
						padding-right:4px;
						overflow:hidden;
					}
					
			#middle {
            	display:block;
				float:right;
				width:738px;
				margin-right:8px;
				_margin-right:4px;
				margin-top:5px;
			}

				#middle .search_results {
					clear:both;
				}

		#footer {
			padding-top:14px;
			display:block;
			background-image:url(../images/fickser_07.gif);
			background-repeat:no-repeat;
			background-position:top center;
			color:#ccc;
			text-align:center;
			font-size:10px;
			line-height:16px;
		}
.register_but {
	display:none;
}

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}