﻿/* 
	Zoekcontainer hoogte goed maken voor FF
	De clear is zodat de container ook pas begint waar hij hoort te beginnen en niet bij het bovenste menu. Dit is voor de border-top
 */
.searchContainer 
{
	height	: 150px;
	*height	: 140px;
	clear: both;
}

/* Zoekcontainer de zoekitems goed maken voor FF */
.searchItem
{
	width: 255px;
}
	.searchItem input[type=text]
	{
		margin-left: 0px;
	}
	
/* Productoverzicht prijs op de juiste regel laten plaatsen */
.perpageFilterFix
{
	width: 190px;
	margin-right: 5;
}
.movieblock
{
	_margin-right: 35px;
}
/* Filter dropdown juist plaatsen (FF) */
.dropList
{
	margin: -9px 15px 10px 0px;
}
	.searchItemJuice
	{
		
	}
		.searchItemJuice input
		{
			margin-left: 0px;
		}
		.searchItemJuice a
		{
			position	: absolute;
			margin-top	: -17px;
			*margin		: 3px 0 0 -1px;
			*width		: 18px;
			*height		: 18px;	
			background	: url(../img/layout/btnDropRight.gif) no-repeat;		
		}
		
.prodData .winkelmandjeBtnJuice{
    width		: 175px;
	height		: 21px;
	background	: no-repeat url(../img/layout/plaats3_up.gif);
	border		: 0;
	float		: right;
	cursor		: pointer;
	padding     : 3 0 0 35px;
	color       : Black;
	text-decoration:none;
}
    .prodData .winkelmandjeBtnJuice:hover
	{
	    background	: no-repeat url(../img/layout/plaats3_ov.gif);
	    text-decoration:none;
	    color : White;
	}
	
.monstermandjeBtnJuice{
    width		: 218px;
	height		: 21px;
	background	: no-repeat url(../img/layout/monsters_btn_up.gif);
	border		: 0;
	float		: left;
	cursor		: pointer;
	padding     : 3 0 0 35px;
	color       : Black;
	text-decoration:none;	
}
    .monstermandjeBtnJuice:hover
	{
	    background	: no-repeat url(../img/layout/monsters_btn_ov.gif);
	    text-decoration:none;
	}
