/* CSS KIK. Powerful Plastics by BUGBYTE www.bugbyte.nl */

@import url("debug.css");
@import url("slimbox.css");
@import url("sIFR-screen.css");

/* STANDAARD ELEMENTEN */

html,body{
	margin: 0px;
	padding: 0px;
	background-color: #6B8693;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #6C8896;
	height: 100%;	
	background-image: url(../images/page_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
a,p,div,img{outline:none;}
img{
	margin: 0px;
	border: 0px;
	outline: none;
}
a{
	outline: none;
}
div{
	outline: none;
}
form{
	margin: 0px;
	padding: 0px;
}
input, textarea{
	border: 1px solid #6C8896;
	font-family: Verdana, arial;
	font-size: 12px;
	color: #6C8896;
}
hr{
 	color: #CAD7DD;
	background-color: #CAD7DD;
	height: 2px;
	border:0px;
}
h1{
	margin-top: 0px;
	margin-bottom: 10px;
}
h2{
	margin-top: 0px;
	margin-bottom: 10px;
}
h3{
	margin-top: 0px;
	margin-bottom: 10px;
}
h4{
	margin-top: 0px;
	margin-bottom: 10px;
}
.error{
	color: red;
}
.success{
	color: green;
}
a:link{text-decoration: underline;color: #F99D1B;}
a:visited{text-decoration: underline;color: #F99D1B;}
a:hover{text-decoration: underline;color: #F99D1B;}
a:active{text-decoration: none;color: #F99D1B;}
ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	
}
fieldset{
	border: 1px solid #CAD7DD;
}
p{
	margin: 15px 0px 0px 0px;
}

/* LAYOUT */

#body_wrapper{
	display: block;
	overflow: hidden;
	width: 816px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;	
}
#body_left{
	float: left;
	background-image: url(../images/body_left_bg.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 540px;	
}
#body_right{
	float: left;
	background-image: url(../images/body_right_bg.gif);
	background-repeat: no-repeat;
	width: 23px;	
	height: 540px;	
}
#content_wrapper{
	float: left;
	width: 770px;
}
#header{
	width: 770px;
	height: 135px;
	background-color: #CAD7DD;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;	
}
#logo{
	float: left;
	width: 291px;
	height: 90px;
	margin: 27px 0px 0px 22px;
}
#logo_old{
	float: right;
	width: 141px;
	height: 45px;
	margin: 45px 35px 0px 0px;
}
#product_display{
	width: 770px;
	height: 125px;
}
#breadcrumb{
	font-size: 9px;
	width: 760px;
	height: 15px;
	background-color: #CAD7DD;
	padding: 3px 0px 0px 10px;
}
#content_bg_div{
	float: left;
	display: block;
	overflow: hidden;
	margin: 10px 0px 10px 0px;	
	background-image: url("../images/content_bg.gif");
	background-repeat: repeat-y;
}
#content_left{
	float: left;
	width: 190px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}
#content_right{
	float: left;
	width: 550px;
	margin: 10px 0px 10px 0px;	
	padding: 0px 10px 0px 10px;
	min-height: 500px;
	_height: 500px;
	line-height: 19px;
	overflow: hidden;
}
p, li{
	line-height: 19px;
}
#puppet{
	margin-top: 20px;
}
#footer{
	width: 786px;
	height: 56px;
	margin: 0px auto;	
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;	
	padding: 8px 0px 0px 30px;
}
#footer a{
	color: #6C8896;
}

/* NAVIGATIE */

/* breadcrumb */

a.crumbpath:link{
	text-decoration: underline;
	color: #6C8896;
}
a.crumbpath:visited{
	text-decoration: underline;
	color: #6C8896;
}
a.crumbpath:hover{
	text-decoration: underline;
	color: #6C8896;
}
a.crumbpath:active{
	text-decoration: none;
	color: #6C8896;
}

/* primaire navigatie */

.menu_1_1{ 
	white-space: nowrap;
	margin: 0px;
}
.menu_1_1_show {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	line-height:30px;	
}
.menu_1_1_hide {
	display:none;
}
.menu_1_2{
	white-space: nowrap;
	font-size: 10px;
}
.menu_1_2_show{
	list-style-type: none;	
	margin-left:4px;
	margin-top:0px;
	padding-left:4px;		
}
.menu_1_2_hide{
	display:none;
}
.menu_1_3{
	white-space: nowrap;
}
.menu_1_3_show{
	list-style-type: none;	
	margin-left:4px;
	margin-top:0px;
	padding-left:4px;	
}
.menu_1_3_hide{
	display:none;
}

a.menu_1_1_item_active:link {text-decoration: none; color: #F99D1B; }
a.menu_1_1_item_active:visited {text-decoration: none; color: #F99D1B; }
a.menu_1_1_item_active:hover {text-decoration: none; color: #F99D1B; }
a.menu_1_1_item_active:active {text-decoration: none; color: #F99D1B; }

a.menu_1_1_item_inactive:link {text-decoration: none; color: #0E3E4D; }
a.menu_1_1_item_inactive:visited {text-decoration: none; color: #0E3E4D; }
a.menu_1_1_item_inactive:hover {text-decoration: none; color: #F99D1B; }
a.menu_1_1_item_inactive:active {text-decoration: none; color: #F99D1B; }

a.menu_1_2_item_active:link {text-decoration: none; color: #F99D1B; }
a.menu_1_2_item_active:visited {text-decoration: none; color: #F99D1B; }
a.menu_1_2_item_active:hover {text-decoration: none; color: #F99D1B; }
a.menu_1_2_item_active:active {text-decoration: none; color: #F99D1B; }

a.menu_1_2_item_inactive:link {text-decoration: none; color: #0E3E4D; }
a.menu_1_2_item_inactive:visited {text-decoration: none; color: #0E3E4D; }
a.menu_1_2_item_inactive:hover {text-decoration: none; color: #F99D1B; }
a.menu_1_2_item_inactive:active {text-decoration: none; color: #F99D1B; }

a.menu_1_3_item_active:link {text-decoration: none; color: #F99D1B; }
a.menu_1_3_item_active:visited {text-decoration: none; color: #F99D1B; }
a.menu_1_3_item_active:hover {text-decoration: none; color: #F99D1B; }
a.menu_1_3_item_active:active {text-decoration: none; color: #F99D1B; }

a.menu_1_3_item_inactive:link {text-decoration: none; color: #0E3E4D; }
a.menu_1_3_item_inactive:visited {text-decoration: none; color: #0E3E4D; }
a.menu_1_3_item_inactive:hover {text-decoration: none; color: #F99D1B; }
a.menu_1_3_item_inactive:active {text-decoration: none; color: #F99D1B; }

/* secundaire navigatie */

#secondary_nav{
	clear: left;
	width: 760px;
	height: 18px;
	padding-right: 10px;
}
.menu_2_container{
	float: right;
	margin-left: 20px;
	overflow: hidden;
}
.menu_2_1_show{
	display: block;
	float: left;
	height: 18px;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	list-style-type: none;
}
.menu_2_1{
	float: left;
}
.menu_2_1 a{
	text-decoration: none;
	font-size: 10px;
	padding-left: 12px;	
	margin-left: 12px;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
}
a.menu_2_1_item_active:link{text-decoration: none;color: #FFFFFF;}
a.menu_2_1_item_active:visited{text-decoration: none;color: #FFFFFF;}
a.menu_2_1_item_active:hover{text-decoration: none;color: #FFFFFF;}
a.menu_2_1_item_active:active{text-decoration: none;color: #FFFFFF;}

a.menu_2_1_item_inactive:link{text-decoration: none;color: #6C8896;}
a.menu_2_1_item_inactive:visited{text-decoration: none;color: #6C8896;}
a.menu_2_1_item_inactive:hover{text-decoration: none;color: #FFFFFF;}
a.menu_2_1_item_inactive:active{text-decoration: none;color: #FFFFFF;}

/* PAGINERING */

a.first_on:link {float: left; display: block; width: 20px; height: 20px;background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }
a.first_on:visited {float: left; display: block; width: 20px; height: 20px;background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }
a.first_on:hover {float: left; display: block; width: 20px; height: 20px;background-image: url(../images/first_on_over.gif);  background-repeat: no-repeat; }
a.first_on:active {float: left; display: block; width: 20px; height: 20px;:4px; background-image: url(../images/first_on_over.gif);  background-repeat: no-repeat; }

a.prev_on:link {float: right; display: block; width: 20px; height: 20px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }
a.prev_on:visited {float: right; display: block; width: 20px; height: 20px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }
a.prev_on:hover {float: right; display: block; width: 20px; height: 20px; background-image: url(../images/prev_on_over.gif);  background-repeat: no-repeat; }
a.prev:active {float: right; display: block; width: 20px; height: 20px; background-image: url(../images/prev_on_over.gif);  background-repeat: no-repeat; }

a.next_on:link {float: left; display: block; width: 20px; height: 20px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }
a.next_on:visited {float: left; display: block; width: 20px; height: 20px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }
a.next_on:hover {float: left; display: block; width: 20px; height: 20px; background-image: url(../images/next_on_over.gif);  background-repeat: no-repeat; }
a.next_on:active {float: left; display: block; width: 20px; height: 20px; background-image: url(../images/next_on_over.gif);  background-repeat: no-repeat; }

a.last_on:link {float: right; display: block; width: 20px; height: 20px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }
a.last_on:visited {float: right; display: block; width: 20px; height: 20px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }
a.last_on:hover {float: right; display: block; width: 20px; height: 20px;background-image: url(../images/last_on_over.gif);  background-repeat: no-repeat; }
a.last_on:active {float: right; display: block; width: 20px; height: 20px;background-image: url(../images/last_on_over.gif);  background-repeat: no-repeat; }

/* VORIGE VOLGENDE NAVIGATIE */

#pagenav_top{
	width: 542px;
	height: 21px;
	margin-bottom: 12px;
	border-bottom: 2px solid #CAD7DD;
	padding-bottom: 2px;
}
#pagenav_bottom{
	width: 542px;
	height: 21px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 17px;
	padding-top: 2px;
	border-top: 2px solid #CAD7DD;
}
.prev{
	width: 44px;
	float:left;
}
.next{
	width: 44px;
	float:left;
}
.page_number{
	width: 454px;
	text-align:center;
	float:left;
}

.interface_img{
	float:left;
	margin: 0px;
}

/* NIEUWS */

a.headline:link{font-weight: bold;text-decoration: none;color: #6C8896;}
a.headline:visited{font-weight: bold;text-decoration: none;color: #6C8896;}
a.headline:hover{font-weight: bold;text-decoration: underline;color: #6C8896;}
a.headline:active{font-weight: bold;text-decoration: underline;color: #6C8896;}
.list_item{
	margin-bottom: 20px;
}
.list_image{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

/* PRODUCTEN */

#cat_list_header{
	background-image: url(../images/cat_list_header_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	width: 250px;
	cursor: pointer;
	cursor:hand;
	border-left: 1px solid #6C8896;
	border-right: 1px solid #6C8896;
}
#cat_list_header_col_1{
	float: left;
	font-size:11px;	
	color: #6C8896;
	text-decoration: none;
	font-weight: bold;	
	padding: 2px 0px 0px 10px;
}
#up_down{
	margin-right:2px;
	margin-top: 2px;
}
#cat_list_header_col_2{
	float: right;
}
#cat_list{
	overflow:auto;
	width: 250px;
	position: absolute;
}
#cat_list_bg{
	background-image: url(../images/cat_list_bg.gif);
}
#cat_list_bg a{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;	
	color: #6C8896;
	text-decoration: none;
}
li.category_1 a:hover{
	display: block;
	background-image: url(../images/cat_list_bg_sub_on.gif);
	background-repeat: no-repeat;
	background-position: -10px 0px;
}
li.category_1{ 
	white-space: nowrap;
	margin-left:0px;
	background-image: url(../images/cat_list_bg_sub.gif);
	background-repeat: no-repeat;	
	padding-left:10px;
}
ul.category_1_show {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}
ul.category_1_hide {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.category_1 a{
	display: block;
	/*background: red;*/
	padding-left: 15px;	
	outline: none;
}
li.category_1 ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.category_1 li{
	white-space: nowrap;
	margin-left:0px;
	background-image: url(../images/cat_list_bg_sub.gif);
	background-repeat: no-repeat;
	padding-left:10px;
}
li.category_1 li a{
	padding-left:15px;
}
.header{
	background:#9DB3BF;
	font-weight:bold;
	color: #FFFFFF;
	padding:2px;
	margin:1px 1px 0px 1px;	
}
.header a{
	font-weight:bold;
	color: #FFFFFF;
}
.even{
	background-color: #EDF1F3;
	font-size: 9px;
	height: 15px;	
}
.uneven{
	background-color: #FFFFFF;
	font-size: 9px;
	height: 15px;	
}
#item_frame{
	background-image: url(../images/item_bg.gif);
	background-repeat: repeat-y;
	float:left;
}
#image{
	float: left;
	width: 150px;
	text-align: center;
	background: #CAD7DD;
	padding:10px;
	height: 150px;
}
#item_image{

}
#item_image_table{
	width: 150px;
	height: 150px;
}
#attributes{
	float: left;
	width: 332px;
	padding-left: 27px;
}
#description{
	padding-bottom:30px;
	padding-top:10px;
	float:left;
	width:542px;
}
.goto_button{
	cursor: pointer;
	cursor: hand;
}
#add_product_button{
	background-image: url(../images/cat_list_header_bg_2.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 202px;
	cursor: pointer;
	cursor:hand;
}
#add_product_button_col_1{
	float: left;
	font-size:11px;	
	width: 168px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
	padding: 2px 0px 0px 10px;
}
#add_product_button_2{
	float: right;
}
.product_header{
	background: #CAD7DD;
	font-weight: bold;

	font-size: 10px;
}

.content_table tr td{
	text-align: center;
}
.content_table tr .first_column{
	text-align: left;
}

/* INTRO */

#intro_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 98;
}
#old_site{
	width: 650px;
	height: 450px;
	background: url('../images/intro/intro_spinner.gif') no-repeat center center;
	margin: 0px auto;
}
#transition_wrapper{
	top: 0px;
	left: 50%;
	margin-left: -473px;
	width: 942px;
	height: 942px;
	position: absolute;
	z-index: 99;
}
.intro_block{
	float: left;
	width: 157px;
	height: 157px;
}

#block_1{	background: url('../images/intro/1.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_2{	background: url('../images/intro/2.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_3{	background: url('../images/intro/3.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_4{	background: url('../images/intro/4.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_5{	background: url('../images/intro/5.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_6{	background: url('../images/intro/6.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_7{	background: url('../images/intro/7.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_8{	background: url('../images/intro/8.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_9{	background: url('../images/intro/9.jpg') no-repeat;		filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_10{	background: url('../images/intro/10.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_11{	background: url('../images/intro/11.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_12{	background: url('../images/intro/12.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_13{	background: url('../images/intro/13.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_14{	background: url('../images/intro/14.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_15{	background: url('../images/intro/15.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_16{	background: url('../images/intro/16.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_17{	background: url('../images/intro/17.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_18{	background: url('../images/intro/18.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_19{	background: url('../images/intro/19.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_20{	background: url('../images/intro/20.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_21{	background: url('../images/intro/21.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_22{	background: url('../images/intro/22.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_23{	background: url('../images/intro/23.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_24{	background: url('../images/intro/24.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_25{	background: url('../images/intro/25.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_26{	background: url('../images/intro/26.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_27{	background: url('../images/intro/27.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_28{	background: url('../images/intro/28.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_29{	background: url('../images/intro/29.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_30{	background: url('../images/intro/30.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_31{	background: url('../images/intro/31.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_32{	background: url('../images/intro/32.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_33{	background: url('../images/intro/33.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_34{	background: url('../images/intro/33.jpg') no-repeat;	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_35{	background: url('../images/intro/33.jpg') no-repeat; 	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#block_36{	background: url('../images/intro/36.jpg') no-repeat; 	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
