/* Produktlisting
..........................................................................................................*/

div.kurv
	{
		
		width: 920px;
		background: url(../images/content-middle.jpg) repeat-y top left;
		display: table;
		z-index: 101;
	}
	
div.kurv-overgang
	{
		
		width: 920px;
		background: url(../images/content_overgang.jpg) no-repeat top left;
		display: table;
		padding: 30px 10px 0px 30px;
		z-index: 102;
	}

div.icons
	{
		position: absolute;
		top: 20px;
		right: 10px;
		width: 200px;
		text-align: right;
	}
	
div.icons table td
	{
		width: 60px;
		text-align: center;
		font-size: 10px;
	}
	
div.icons table td.act
	{
		color: #8c7d65;
		font-weight: bold;
	}
	
div.icons table td.pass
	{
		color: #999;
	}
	
div.icons img
	{
		 margin-left: 10px;
	}
	
div table.icons
	{
		position: absolute;
		right: 50px;
		top: 10px;
	}
	
/* HANDLEKURV
..........................................................................................................*/

	
 div.ordrelinje
	{
		float: left;
		width: 875px;
		position: relative;
		z-index: 6;
	}

div.totalsum
	{
		float: left;
		width: 875px;
	}
	
div.neste
	{
		float: right;
		width: 756px;
		text-align: right;
		padding: 10px 2px 0px 0px;
	}
	
div.tilbake
	{
		float: left;
		width: 200px;
		padding: 10px 0px 0px 0px;
	}
	
div.brunfelt-right
	{
		float: left;
		position: relative;
		width: 660px;
		z-index: 902;
	}
	
/* SELECT DROPDOWN
...............................................................................................................*/
	
.dropdown1						
	{
		cursor:pointer;
		position: absolute;
		z-index: 1000;
		width: 34px;
		left: 120px;
		font-size: 11px;
		padding: 8px 0px 0px 5px;
		height: 20px;
		white-space:nowrap;
		background: url(../imagesshop/select_background.jpg) no-repeat;
		color: #6e4a34;
		font-weight: bold;
		text-align: center;
	}
	
.dropdown2				
	{
		cursor:pointer;
		position: absolute;
		z-index: 1001;
		width: 34px;
		padding: 8px 0px 2px 5px;
		left: 201px;
		text-align: center;
		font-size: 11px;
		height: 20px;
		white-space:nowrap;
		background: url(../imagesshop/select_background.jpg) no-repeat;
		color: #6e4a34;
		font-weight: bold;
	}
	
.dropdown3				
	{
		cursor:pointer;
		position: absolute;
		z-index: 1002;
		width: 34px;
		padding: 8px 0px 0px 5px;
		text-align: center;
		left: 281px;
		font-size: 11px;
		height: 20px;
		white-space:nowrap;
		background: url(../imagesshop/select_background.jpg) no-repeat;
		color: #6e4a34;
		font-weight: bold;
	}
	
.dropdown_list1	ul li, .dropdown_list2 ul li, .dropdown_list3 ul li
	{
		margin-left: 0px;
		
	}
	
.drop1
	{
		position: absolute;
		left: 159px;
		z-index: 905;
	}
	
.drop2
	{
		position: absolute;
		left: 239px;
		z-index: 906;
	}
	
.drop3
	{
		position: absolute;
		left: 320px;
		z-index: 907;
	}
	
.dropdown_list1					
	{
		display: none;
		position:absolute;
		z-index: 910;
		left: 120px;
		width: 63px;
		margin-top:27px;
		background:#eee8de;
		z-index:10;
		text-align: center;
	}
	
.dropdown_list2			
	{
		position:absolute;
		z-index: 911;
		display: none;
		left: 201px;
		width: 63px;
		text-align: center;
		margin-top:27px;
		background:#eee8de;
		z-index:10;
	}
	
.dropdown_list3			
	{
		position:absolute;
		z-index: 912;
		display: none;
		left: 280px;
		width: 63px;
		margin-top:27px;
		background:#eee8de;
		z-index:10;
		text-align: center;
	}
	
.dropdown_list1 li, .dropdown_list2 li, .dropdown_list3 li
	{
		cursor: pointer;
		list-style: none;
		tetx-align: center;
		font-size: 10px;
		margin-left: 0px;
		width: 62px;
	}
	
.dropdown_list1 li:hover, .dropdown_list2 li:hover, .dropdown_list3 li:hover
	{
		background: #000000;
	}
	


	
select.day
	{
		width: 70px;
		height: 28px;
		padding-top: 0px;
	}
	
select option.alt
	{
		float: left;
		width: 50px;
		background: #fff;
		padding-top: 5px;
	}
	
/* Bestilling
.......................................................................................................*/
	
fieldset.bestilling label
	{
		float: left;
		width: 120px;
		color: #827562;
	}
	
fieldset.bestilling label.poststed
	{
		float: left;
		width: 58px;
		
	}
	
fieldset.bestilling input
	{
		color: #6e4a34;
		font-weight: bold;
	}
	
.submit_shop
	{
		position: absolute;
		bottom: 15px;
		right: 30px;
		padding: 0px;
		width: 74px;
		height: 41px;
	}

div.brunfelt-right-skjema
	{
		float: left;
		position: relative;
		width: 800px;
		z-index: 910;
	}
















