/* @group toolbox */
.toolboxIntro h2{
			text-indent : -999px ;
			height : 26px ;
			background : url(../../templates/assets/img/toolbox-header.png) no-repeat;
			}
#toolbox .toolbox-item{
			border : 1px solid #ccc ;
			width : 200px ;
			padding : 10px ;
			margin : 0 10px 10px 0 ;
			height : 90px ;
			float : left  ;
			-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
			-moz-box-shadow:0px 0px 4px rgba(0,0,0,.3);
			box-shadow:0px 0px 4px rgba(0,0,0,.3);
			}

/* @group details */

#toolbox #toolbox-details{
			margin-top : 20px ;
			}

#toolbox #toolbox-details .item-link{
			display : inline-block ; 			
			position : relative ;
			height : 14px ;
			padding : 8px 10px 8px 10px ;
			line-height : 14px ;
			font-weight : bold ;
			color:#fff;			
			background : #f59213 ;
			}

#toolbox #toolbox-details .item-link:hover{	
			background : #0168b3 ;
			text-decoration : none ;
			}

#toolbox #toolbox-details .item-link .arrow{
	
			position : absolute ;
			right : -15px;
			top : 0px;
			height:0px;
			width : 0px ;
			overflow : hidden ;
			border-width : 15px 0 15px 15px;
			border-style : solid ;
			border-color : white white white #f59213 ;
			}

#toolbox #toolbox-details .item-link:hover .arrow{
			border-color : white white white #0168b3 ;
			}

#toolbox #toolbox-details h2{
			font-size : 18px ;
			}

#toolbox #toolbox-details.loading{	
			background-image : url(../../templates/assets/img/ajx-blueonwhite.gif) ;
			background-position :center center ;
			background-repeat : no-repeat ;
			height : 100px ;
			}

#toolbox #toolbox-details.loading #detail-wrapper{	
			position : relative ;
			opacity : 0.2 ;
			filter: alpha(opacity = 20);
			
			}

#toolbox #toolbox-details .detail-img{
			float : left ;
			width : 220px ;
			margin-top : 10px ;
			}

#toolbox #toolbox-details .detail-img img{
			float : left  ;
			}

#toolbox #toolbox-details .detail-content{
			float : left  ;
			width : 440px;
			margin : 0 0 0 20px ;
			}

#toolbox #toolbox-details .detail-content.noimg{
			margin-left : 	0px ;
			}

/* @end */

/* @group hover */

#toolbox .toolbox-item:hover{
			text-decoration : none ;
			}

#toolbox .toolbox-item:hover .call-to-action{
			opacity : 1 ;
			filter: alpha(opacity = 100);

			}

/* @end */

/* @group minimized */

#toolbox .minimized .toolbox-item.active, #toolbox .minimized .toolbox-item.active:hover{
			background-color : #4a92c6 ;
			}

#toolbox .minimized .toolbox-item:hover{
			background : #bedff5 ;
			}

#toolbox .minimized .toolbox-item.active .title{
			color : #fff ;
			}

#toolbox .minimized .toolbox-item{
			border : 1px solid #ccc ;
			width : 200px ;
			padding : 5px 10px ;
			margin : 0 10px 5px 0 ;
			height : 20px ;
			float : left  ;
			-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
			-moz-box-shadow:0px 0px 4px rgba(0,0,0,.3);
			box-shadow:0px 0px 4px rgba(0,0,0,.5);
			}

#toolbox .minimized .toolbox-item.loading{
			background-image : url(../../templates/assets/img/ajx-whiteonblue.gif) ;
			background-position :195px 7px ;
			background-repeat : no-repeat ;
			}

#toolbox .minimized .catname{
			display : none ;
			}

#toolbox .minimized .toolbox-item .title{
			font-size : 12px ;
			
			}

#toolbox .minimized .toolbox-item .extr{
			display : none ;
			}

/* @end */

#toolbox .toolbox-item.catname{
			border :none ;
			-webkit-box-shadow: none;
			-moz-box-shadow:none;
			box-shadow:none;
			width : 212px ;
			padding : 00px 10px 10px 0px ;
			margin : 0 10px 10px 0 ;

			}

#toolbox .toolbox-item.catname .catname-content{			
			width:140px;
			font-size:10px;
			float : left ;
			margin-left : 10px ;
			}

#toolbox .toolbox-item.catname .catname-content p{
			
			font-size:10px;
			line-height : 15px ;
			color : #333;
			}

#toolbox .toolbox-item.catname h2{
			margin : 0 0 5px 0;
			font-size : 14px ;
			clear : none ;
			}

#toolbox .toolbox-item.catname.geel h2{
			color : #fecc00 ;
			}

#toolbox .toolbox-item.catname.groen h2{
			color : #008e4f ;
			}

#toolbox .toolbox-item.catname.blauw h2{
			color : #0062ac ;
			}

#toolbox .toolbox-item.catname img{
			float : left ;
			clear : none ;
			width : 60px ;
			}

#toolbox .toolbox-item .title{
			display:block;
			margin : 0 0 5px 0 ;
			padding : 0 ;
			font-size : 14px ;
			color : #0168b3 ;
			font-weight : bold ;
			}

#toolbox .toolbox-item .description{
			display:block;
			margin : 0 0 10px 0 ;
			font-size : 10px ;
			color : #333 ;
			font-weight : normal ;
			height : 36px ;
			overflow : hidden ;
			}

#toolbox .toolbox-item .description p{
			line-height : 15px ;
			}

#toolbox .toolbox-item .call-to-action{
			display : inline-block ;
			background : #f59213 ;
			position : relative ;
			left : -10px ;
			padding : 0 20px 0px 10px ;
			height : 18px ;
			line-height : 18px ;
			font-size : 10px ;
			color : #fff;
			font-weight : normal ;
			text-decoration : none ;
			opacity : 0.5 ;
			filter: alpha(opacity = 50);
			

			}

#toolbox .toolbox-item .call-to-action .arrow{
			border-width : 9px ;
			border-style : solid ;
			border-color : white white white #f59213 ;
			height : 0px ;
			width : 0px ;
			display : block ;
			position : absolute ;
			right : 0px ;
			top : 0px ;
			}

#toolbox #toolbox-navigation{
			color : #fff ;
			cursor : default ;
			background-color : none ;
			background-position : 0 -480px ;
			background-repeat : repeat ;
			height : 50px ;
			width : 680px ;
			padding: 0 20px;
			margin-left : -20px ;
			}

#toolbox #toolbox-navigation h2{
			float : left  ;
			clear : none ;
			margin : 0px 20px 0 0 ;
			height : 20px ;
			line-height : 20px ;
			padding : 5px 20px 25px 40px;
			color : #80b4da ;

			}

.ie #toolbox #toolbox-navigation h2{
			padding : 5px 20px 3px 40px;
			}

#toolbox #toolbox-navigation h2.active{
			background-color : rgba(255,255,255,0.7) ;
			opacity : 1 ;
			filter: alpha(opacity = 100);
			
			}

.ie #toolbox #toolbox-navigation h2.active{
			background-color : #cce2f0 ;
			opacity : 1 ;
			filter: alpha(opacity = 100);

			}

#toolbox a{
	text-decoration: none;
}

#toolbox .detail-content a{
	tect-decoration:underline;
}

#toolbox #toolbox-navigation a{
			color : #80b4da ;
			text-decoration: none;
			}

#toolbox #toolbox-navigation .active a{

			color : #0168b3 ; 
			}

/* @group triggers */

#slimmer_ondernemen_trigger{
			background-image : url(../../templates/assets/img/tb_blauw_18px.gif) ;
			background-repeat : no-repeat ;
			background-position : 5px 5px ;

			}
#slimmer_inkopen_trigger{
			background-image : url(../../templates/assets/img/tb_geel_18px.gif) ;
			background-repeat : no-repeat ;
			background-position : 5px 5px ;
			
			}
#slimmer_verdienen_trigger{
			background-image : url(../../templates/assets/img/tb_groen_18px.gif) ;
			background-repeat : no-repeat ;
			background-position : 5px 5px ;
			
			}

/* @end */

#toolbox .toolbox-item-container{
			width : 700px ;
			}

/* @end */		
