﻿/* Nav items */
	.blockitem
	{
		float:left;
		background-color:#f0eeee;
		width:182px;
		margin-bottom:15px;
	}

		.blockheader
		{
			height:20px;
			color:#fff;
			background-image: url(/images/block_header.gif);
			padding:5px 0px 0px 15px;
		}

		.blockcontent
		{
			padding:5px 0px 0px 15px;
			color:Black;
		}
		
		.blockcontentmenu
		{
			padding:5px 0px 0px 0px;
		}		

	.blockitem2
	{
		float:left;
		background-color:#f0eeee;
		width:215px;
		margin-bottom:10px;
	}
	.blockitem2	ul
	{
		margin-top:0px;
		margin-bottom:0px;
	}

		.blockheader2
		{
			height:20px;
			color:#fff;
			background-image: url(/images/block_header_2.gif);
			padding:5px 0px 0px 15px;
		}

		.blockcontent2
		{
			padding:5px 0px 5px 15px;
			color:Black;
			line-height:16px;
		}	
/* End Nav items*/

/* headerview buttons */

      ul.headerviewlist {
         margin : 0px 0px 1em 0px;
      }

         ul.headerviewlist li {
            position:relative;
            cursor : pointer;
            height : 42px;
            width:194px;
            list-style-type : none;
            background :  url(/images/wijnwinkel/btnviewer_link.gif) no-repeat 0px 0px;
            margin:0px 0px 0px -40px;
         }
         
            ul.headerviewlist li div.toolTip {
               float : left;
               padding-left : 25px;
               padding-top : 12px;
            }
         

/*
            ul.headerviewbuttons li a:link ul.headerviewbuttons li a:active{
               color:#fff;
            }
            
            ul.headerviewbuttons li a:link ul.headerviewbuttons li a:active{
            }
            
*/
         ul.headerviewlist li:hover,
         ul.headerviewlist li.hover {
            background :  url(/images/wijnwinkel/btnviewer_hover.gif) no-repeat 0px 0px;
            color : #fff;
         }
            ul.headerviewlist li:hover img,
            ul.headerviewlist li.hover img {}
            ul.headerviewlist li:hover div.toolTip,
            ul.headerviewlist li.hover div.toolTip {}
            

         ul.headerviewlist li.active{
            background :  url(/images/wijnwinkel/btnviewer_hover.gif) no-repeat 0px 0px;
            color : #fff;
         }



		
.purpleblockleft
{
    float:left;
    height:120px;
    width:7px;
    background-image:url(/images/purpleblock_left.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
}

.purpleblockmiddle
{
    float:left;
    height:120px;
    width:580px;
    background-image:url(/images/purpleblock_middle.gif);
    background-position:0px 0px;
    background-repeat:repeat-x;
}

.pbpadding
{
    padding: 10px 20px 5px 10px;
}

.purpleblockright
{
    float:left;
    height:120px;
    width:7px;
    background-image:url(/images/purpleblock_right.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
}
    		
	
		
/* End blokken*/
